@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #222;
  background: #fefefe;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
}

a {
  color: #0059a7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

h2,
h3 {
  line-height: 1.6;
}
h2 .ja,
h3 .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
h2.wg500,
h3.wg500 {
  font-weight: 500;
}

.fuchi {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

.title {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
}

.ita {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-style: italic !important;
  text-transform: inherit !important;
  letter-spacing: 0.05rem !important;
}

.en {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.en2 {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.u-txt {
  letter-spacing: 0.05rem;
}

.border-line {
  display: block;
  border-top: 2px dashed #bb9c00;
  margin: 35px 0;
}

.mincho {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}

/* clip_left */
.clip_left {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: clip_left;
  animation-name: clip_left;
}

@keyframes clip_left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    background: #0059a7;
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
    background: none;
  }
}
@-webkit-keyframes clip_left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    background: #0059a7;
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
    background: none;
  }
}
/* /clip_left */
.clip_left02 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: clip_left02;
  animation-name: clip_left02;
}

@keyframes clip_left02 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes clip_left02 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
}
/* /clip_left */
[data-aos="slidein"] {
  opacity: 0;
}
[data-aos="slidein"].aos-animate {
  -webkit-animation-name: play;
  animation-name: play;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
[data-aos="slidein"].aos-animate:before {
  -webkit-animation-name: maskOut;
  animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, #0059a7 11.2%, #ebf5fd 91.1%);
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slidein_box {
  width: 100%;
  overflow: hidden;
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 3s cubic-bezier(0.2, 1, 0.2, 1);
  animation: view-slideup 3s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
  animation: loader 0.5s linear infinite;
  border: 1px solid #0059a7;
  border-radius: 50%;
  border-right: 1px solid rgba(0, 89, 167, 0.2);
  border-top: 1px solid rgba(0, 89, 167, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#l-header {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#l-header.is-fixed {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(254, 254, 254, 0.95);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#l-header.is-fixed #logo {
  width: 260px;
}
@media all and (max-width: 896px) {
  #l-header {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
#l-header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header .head-right {
  margin-left: auto;
}
@media all and (max-width: 896px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header #logo {
  width: 320px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#l-header .head-right_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* #l-header .head-right_contact > p {
  margin-right: 20px;
} */
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #454545;
  color: #fff;
  border: 1px solid #454545;
  font-size: 1.6rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
  margin-right: 5px;
}
#l-header .head-right_tel {
  text-align: center;
}
#l-header .head-right_tel span {
  display: block;
  color: #454545;
  font-size: 1.2rem;
  font-weight: 600;
}
#l-header .head-right_tel a {
  line-height: 1.3;
  background: transparent;
  padding: 0;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 3.5rem;
  color: #eec700;
  border: none;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  margin-right: 8px;
}
#l-header .head-right_tel a:hover {
  color: #0059a7;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
#l-header .head-right_mail a:hover {
  background: #fff;
  color: #454545;
}
#l-header .head-right_lower {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin: auto;
  width: 100%;
}

#header_nav {
  position: relative;
  width: 700px;
  text-align: center;
  padding-top: 10px;
}
#header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#header_nav ul li a {
  position: relative;
  display: block;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #454545;
  text-align: center;
  line-height: 1.6;
}
#header_nav ul li a i {
  font-size: 2rem;
  display: block;
  color: #0d3369;
  margin-bottom: 2px;
}
#header_nav ul li a span {
  position: relative;
  display: block;
  /* color: #aaa; */
  font-size: 1.4rem;
  /* font-family: "Barlow Condensed", serif; */
  color: #0d3369;

  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header_nav ul li a.active span {
  color: #004bb1;
  /* color: #0d3369; */
}
#header_nav ul li a:hover span {
  /* color: #eec700; */
  color: #004bb1;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 44px;
  padding-top: 40px;
  z-index: 999;
  width: 100%;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0;
  border-bottom: 1px solid #0059a7;
}
#header_nav .dropdown .dropdown-li:last-child {
  border-bottom: 0px solid #0059a7;
}
#header_nav .dropdown .dropdown-li:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  background: #ebf5fd;
  color: #454545;
  padding: 12px 5px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#header_nav .dropdown .dropdown-li a:hover {
  background: #eec700;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #fff;
  color: #454545;
  border: 1px solid #454545;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 68px;
  }
  #page-top a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  15% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  10% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  15% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-out 8s linear 0s 1 normal both;
  animation: zoom-out 8s linear 0s 1 normal both;
}

.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
.swiper-slide.slide1:before {
  background-image: url(../img/1.jpg);
  background-position: 60% 50%;
}
.swiper-slide.slide2:before {
  background-image: url(../img/2.jpg);
  background-position: 50% 50%;
}
.swiper-slide.slide3:before {
  background-image: url(../img/3.jpg);
  background-position: 90% 50%;
}

.slide-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 55vw;
  }
}
@media all and (max-width: 896px) {
  .slide-img {
    height: 45vh;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 40vh;
  }
}

#slide-wrap {
  position: relative;
  width: 100%;
}

#slideshow {
  position: relative;
  padding: 20px 0;
}
@media all and (max-width: 639px) {
  #slideshow {
    padding: 12px;
  }
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 30px 25px;
  z-index: 20;
  background-image: linear-gradient(69deg, transparent 0%, rgba(255, 255, 255, 0.6) 20%, #fff 50%, rgba(255, 255, 255, 0.6) 80%, transparent 100%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
}
@media all and (max-width: 1100px) {
  .slide-txt {
    width: 55%;
  }
}
@media all and (max-width: 639px) {
  .slide-txt {
    padding: 20px 10px;
    width: 80%;
  }
}
.slide-txt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border: 0.9px solid #fff;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .slide-txt:before {
    top: 5px;
    left: 5px;
  }
}

.slide-fixed {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .slide-fixed {
    width: 50%;
  }
}
.slide-fixed li {
  width: 31%;
}
@media all and (max-width: 639px) {
  .slide-fixed {
    width: 60%;
  }
}

#catch {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  width: 60%;
  max-width: 580px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#catch.on {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
@media all and (max-width: 896px) {
  #catch {
    width: 75%;
    max-width: 420px;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}
#scrolldown:before,
#scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
  animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@-webkit-keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.contact_bnr > li {
  margin: 0 auto;
  text-align: center;
}
.contact_bnr > li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_bnr > li a {
  display: block;
  position: relative;
}
.contact_bnr > li .bnr_tel {
  position: relative;
  /* color: #eec700; */
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 4rem;
  line-height: 1.4;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  margin-right: 8px;
}
.contact_bnr > li .bnr_tel:hover {
  opacity: 0.7;
}
@media all and (max-width: 1100px) {
  .contact_bnr > li .bnr_tel {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 3.2rem;
    text-align: center;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #0059a7;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #0059a7;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  background: #fff;
  border: 2px solid #0059a7;
  color: #0059a7;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 50px;
  max-width: 280px;
  margin: auto;
  line-height: 1.4;
  padding: 15px 8px;
}
.contact_bnr > li .bnr_mail .small {
  font-size: 0.8em;
  margin-left: 4px;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 10px;
}
.contact_bnr > li .bnr_mail:hover {
  background: #0059a7;
  color: #fff;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}
.contact_bnr > li .bnr_line {
  background: #00b900;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 50px;
  max-width: 350px;
  width: 95%;
  margin: auto;
  padding: 15px 8px;
}

/* .contact_bnr > li .bnr_line:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c0";
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 10px;
} */

.contact_bnr > li .bnr_line span {
  font-size: 1.3rem;
}
.contact_bnr > li .bnr_line img {
  width: 26px;
  margin-right: 5px;
}
.contact_bnr > li .bnr_line:hover {
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_line {
    font-size: 1.3rem;
  }
  .contact_bnr > li .bnr_line span {
    font-size: 1.1rem;
  }
}

.contact_bnr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact_bnr2 > li {
  width: 49%;
}
@media all and (max-width: 639px) {
  .contact_bnr2 > li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .contact_bnr2 > li:last-child {
    margin: 0 auto;
  }
}
.contact_bnr2 > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}
.contact_bnr2 > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr2 > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr2 > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr2 > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr2 > li a,
.contact_bnr2 > li span {
  display: block;
  background: transparent;
  border: 1px solid #d7bf8c;
  background: #d7bf8c;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 10px;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.contact_bnr2 > li a:before,
.contact_bnr2 > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 639px) {
  .contact_bnr2 > li a,
  .contact_bnr2 > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr2 > li a:before,
  .contact_bnr2 > li span:before {
    font-size: 1.3rem;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.contact_bnr2 > li a:hover {
  background: #fff;
  color: #d7bf8c;
}

/* footer
----------------------------------*/
footer {
  position: relative;
}

#l-footer {
  position: relative;
  background: rgba(252, 249, 236, 0.4);
  font-size: 1.4rem;
  width: 100%;
}
#l-footer .inner {
  padding: 60px 20px 40px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
}
#l-footer .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #222;
  position: relative;
  z-index: 2;
}
#l-footer .footer-column .footer-left {
  width: 33%;
}
#l-footer .footer-column .footer-right {
  width: 65%;
}
@media all and (max-width: 1100px) {
  #l-footer .footer-column {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 90%;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
  }
  #l-footer .footer-column .footer-right {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #l-footer .footer-column {
    max-width: 90%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 40px 10px;
  }
  #l-footer .inner .right-inner {
    padding: 8px;
    font-size: 12px;
  }
  #l-footer .footer-column {
    max-width: 95%;
  }
}

.footer-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.footer-bnr-list > li {
  width: 48%;
}
.footer-bnr-list > li:nth-child(even) a {
  border: 1px solid #eec700;
  background: #eec700;
}
.footer-bnr-list > li:nth-child(even) a:hover {
  background: #fff;
  color: #eec700;
}
.footer-bnr-list > li a {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  display: block;
  background: #0059a7;
  border: 1px solid #0059a7;
  border-radius: 5px;
  color: #fff;
}
.footer-bnr-list > li a i {
  margin-right: 5px;
}
.footer-bnr-list > li a:hover {
  background: #fff;
  color: #0059a7;
}

.map-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-wrap .access-txt {
  width: 25%;
  min-width: 300px;
  background: #fcf9ec;
}
.map-wrap .access-txt .inner {
  padding: 45px 25px;
}
@media all and (max-width: 639px) {
  .map-wrap .access-txt {
    width: 100%;
  }
  .map-wrap .access-txt .inner {
    padding: 30px 15px;
    text-align: left;
  }
}

.map-big {
  height: 350px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 639px) {
  .map-big {
    height: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  padding: 0;
  margin: 40px auto 0;
}
.footer_navi ul {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_navi ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer_navi ul li a {
  position: relative;
  color: #454545;
  font-size: 1.5rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.4;
}
.footer_navi ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  color: #0059a7;
}
.footer_navi ul li a i {
  display: none;
}
.footer_navi ul li a span {
  /* display: none; */
  font-size: 1.4rem;
  /* color: #0059a7; */
}
.footer_navi ul li a:hover {
  opacity: 0.5;
}
.footer_navi ul li .dropdown {
  display: none;
  margin-top: 12px;
}
.footer_navi ul li .dropdown li:not(:last-child) {
  margin-bottom: 8px;
}
.footer_navi ul li .dropdown li a {
  position: relative;
  left: 5px;
  padding-left: 15px;
  font-size: 1.25rem;
}
.footer_navi ul li .dropdown li a:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #eec700;
}

.flogo {
  position: relative;
  z-index: 5;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 250px;
}

.copyright {
  background: #0059a7;
  padding: 20px 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 74px;
  }
}

.address {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .address {
    font-size: 12px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
.top-gray-box {
  position: relative;
}
.top-gray-box:before {
  position: absolute;
  content: "";
  z-index: -2;
  width: 70%;
  height: 100%;
  top: -4%;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#eec700), to(#f4f4f4));
  background-image: linear-gradient(to right, #eec700, #f4f4f4);
  opacity: 0.7;
}

.title-big {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  position: absolute;
  line-height: 1.3;
  left: -2%;
  top: 2%;
  font-size: 12rem;
  z-index: -1;
  color: rgba(215, 191, 140, 0.2);
}
@media all and (max-width: 896px) {
  .title-big {
    font-size: 10rem;
    left: -1%;
    top: 1%;
  }
}
@media all and (max-width: 639px) {
  .title-big {
    font-size: 7rem;
  }
}

.title-big2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.title-big2 span {
  display: block;
  line-height: 1.2;
}
.title-big2 .eng {
  font-size: 4.5rem;
  color: #0059a7;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.title-big2 .ja {
  font-size: 2rem;
  color: #454545;
}
@media all and (max-width: 639px) {
  .title-big2 .eng {
    font-size: 3rem;
  }
  .title-big2 .ja {
    font-size: 1.5rem;
  }
}
.title-big2.white .eng {
  color: #fff;
}
.title-big2.white .ja {
  color: #fff;
}

.title-big3 {
  margin: 0 0 35px;
  position: relative;
  z-index: 3;
}
.title-big3 span {
  display: block;
  line-height: 1.4;
}
.title-big3 .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #0059a7;
}
.title-big3 .eng:first-letter {
  color: #003e74;
}
.title-big3 .ja {
  position: relative;
  font-size: 2rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .title-big3 .eng {
    font-size: 3.4rem;
  }
  .title-big3 .ja {
    font-size: 1.5rem;
  }
}

.title-big4 {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media all and (max-width: 639px) {
  .title-big4 {
    padding-bottom: 25px;
  }
}
.title-big4 .inner {
  position: relative;
  display: inline-block;
}
.title-big4.type1 .txt .eng {
  color: #555;
}
.title-big4 .txt {
  display: inline-block;
  font-size: 2rem;
}
.title-big4 .txt .eng {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 6rem;
  line-height: 1.6;
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .title-big4 .txt {
    font-size: 1.4rem;
  }
  .title-big4 .txt .eng {
    font-size: 4rem;
  }
}
.title-big4.white .txt {
  color: #fff;
}
.title-big4.white .txt .eng {
  color: #fff;
}

.greet-block {
  position: relative;
}
@media all and (max-width: 639px) {
  .greet-block {
    margin-top: -40px;
  }
}
.greet-block .greet-img {
  position: absolute;
  width: 60%;
  height: 100%;
  overflow: hidden;
  top: -8%;
}
.greet-block .greet-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
  object-position: center;
}
@media all and (max-width: 639px) {
  .greet-block .greet-img {
    width: 90%;
    height: 250px;
    top: -250px;
  }
}
.greet-block .greet-txt {
  width: 50%;
  padding: 60px 20px 100px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.greet-block .greet-txt .inner {
  max-width: 650px;
}
@media all and (max-width: 639px) {
  .greet-block .greet-txt {
    width: 95%;
    padding: 20px;
    margin-top: 250px;
    background: #fff;
  }
}

@media all and (max-width: 639px) {
  .content-top {
    padding-top: 20px;
  }
}

.top-contact-box {
  max-width: 500px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 6px solid rgba(3, 172, 239, 0.2);
  padding: 20px;
}
@media all and (max-width: 639px) {
  .top-contact-box {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
  }
}
.top-contact-box .tel {
  padding-right: 20px;
  border-right: 1px solid #0059a7;
  margin-right: 20px;
}
.top-contact-box .tel a {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  color: #0059a7;
}
.top-contact-box .tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.top-contact-box .tel a:hover {
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .top-contact-box .tel {
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #0059a7;
    margin: 0 0 15px;
  }
  .top-contact-box .tel a {
    font-size: 2rem;
  }
}
.top-contact-box .access a {
  display: block;
  color: #f6ebda;
  font-weight: 600;
  font-size: 1.8rem;
}
.top-contact-box .access a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.top-contact-box .access a:hover {
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .top-contact-box .access a {
    font-size: 1.4rem;
  }
  .top-contact-box .access a:before {
    font-size: 1.3rem;
  }
}

.top-concern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-concern-list li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcf9ec), color-stop(#f6ebda), to(#f0e3c6));
  background-image: linear-gradient(to right, #fcf9ec, #f6ebda, #f0e3c6);
  color: #454545;
  padding: 12px 15px;
  font-size: 1.8rem;
  border: 0.9px solid #eec700;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.top-concern-list li:nth-child(2n) {
  margin-right: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media all and (max-width: 639px) {
  .top-concern-list li {
    width: 100%;
    font-size: 1.3rem;
    padding: 4px 10px;
    margin: 0 auto 10px;
  }
  .top-concern-list li:nth-child(2n) {
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.pros-title {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 80px;
}
.pros-title.smaller .eng {
  font-size: 4rem;
}
@media all and (max-width: 639px) {
  .pros-title.smaller .eng {
    font-size: 2rem;
  }
}
.pros-title span {
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.pros-title .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 7rem;
  color: #0059a7;
  display: block;
  opacity: 0.7;
}
.pros-title .ja {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  color: #0059a7;
  padding: 0 15px;
  border-right: 0.9px solid #0059a7;
  display: inline-block;
}
.pros-title.type1 .eng {
  color: #d7bf8c;
}
.pros-title.type1 .ja {
  color: #d7bf8c;
}
@media all and (max-width: 639px) {
  .pros-title {
    left: -15px;
  }
  .pros-title .eng {
    font-size: 2.5rem;
  }
  .pros-title .ja {
    font-size: 2rem;
  }
}

.pros-txt {
  margin-left: 120px;
}
.pros-txt.type1 {
  margin-left: 80px;
}
@media all and (max-width: 639px) {
  .pros-txt.type1 {
    margin-left: 40px;
  }
}
@media all and (max-width: 639px) {
  .pros-txt {
    margin-left: 40px;
  }
}

.comparison-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comparison-box .child {
  background: rgba(215, 191, 140, 0.5);
  padding: 30px;
  width: 47%;
  position: relative;
}
.comparison-box .child .list_check2 {
  font-size: 1.4rem;
}
.comparison-box .child img {
  max-width: 300px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .comparison-box .child {
    width: 95%;
    margin: 0 auto 25px;
    padding: 20px;
  }
  .comparison-box .child img {
    max-width: 80%;
  }
  .comparison-box .child .pros-title {
    left: -30px;
  }
  .comparison-box .child .list_check2 {
    font-size: 13px;
  }
}

.pick-title {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  padding-left: 30px;
  margin-bottom: -15px;
}
.pick-title .eng {
  line-height: 1;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: block;
  font-size: 3.2rem;
  color: #0059a7;
}
.pick-title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: -20px;
  left: 0;
  background: #0059a7;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media all and (max-width: 639px) {
  .pick-title {
    font-size: 1.4rem;
  }
  .pick-title .eng {
    font-size: 2.2rem;
  }
  .pick-title:before {
    left: 10px;
  }
}

.top-box2 {
  margin: 80px auto;
}
@media all and (max-width: 639px) {
  .top-box2 {
    margin-bottom: 40px;
  }
}

.top-icon {
  position: relative;
}
.top-icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-top-icon.jpg) no-repeat center/cover;
  z-index: -2;
  opacity: 0.7;
}

.top-btn a {
  display: block;
  margin: 0 auto;
  width: 350px;
  padding: 15px 20px;
  font-weight: 600;
  background: #454545;
  color: #fcf9ec;
  border-top: 2px solid #f0e3c6;
  border-bottom: 2px solid #f0e3c6;
  position: relative;
}
.top-btn a i {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-car {
  position: relative;
  margin-top: -30px;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 232px;
  width: 50%;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .icon-car {
    margin-top: -20px;
    top: 20px;
  }
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 30px auto 0;
}
@media all and (max-width: 639px) {
  .icon-list {
    max-width: 90%;
  }
}
.icon-list.type1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.icon-list li {
  width: 17.6%;
  margin-bottom: 30px;
  margin-right: 3%;
}
.icon-list li:nth-child(5n) {
  margin-right: 0;
}
.icon-list li a {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  position: relative;
  padding: 25px 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
}
@media all and (max-width: 639px) {
  .icon-list li a {
    padding: 18px 0;
  }
}
.icon-list li a figure {
  margin: 0 auto 10px;
  width: 50px;
}
@media all and (max-width: 639px) {
  .icon-list li a figure {
    width: 60px;
    margin-bottom: 10px;
  }
}
.icon-list li a .icon-title {
  color: #454545;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
}
@media all and (max-width: 639px) {
  .icon-list li a .icon-title {
    padding: 5px;
  }
}
.icon-list li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#fcf9ec));
  background-image: linear-gradient(to right bottom, #fff, #fcf9ec);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  z-index: -1;
}
.icon-list li a:hover {
  z-index: 2;
}
.icon-list li a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.07, 1.02);
  transform: translate(-50%, -50%) scale(1.07, 1.02);
  opacity: 1;
}
.icon-list li a:hover .icon-title {
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .icon-list li {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .icon-list li:nth-child(5n) {
    margin-right: 4%;
  }
  .icon-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.icon-list.type2 li {
  width: 23%;
  margin-right: 2.6666666667%;
}
.icon-list.type2 li:nth-child(3n) {
  margin-right: 2.6666666667%;
}
.icon-list.type2 li:nth-child(4n) {
  margin-right: 0;
}

.sec6 {
  position: relative;
  color: #fff;
}
.sec6:before,
.sec6:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
}
.sec6:before {
  height: 100%;
  background: #eec700;
}
.sec6:after {
  height: 80%;
  background: url(../img/bg-sec6.jpg) no-repeat center/cover;
}
@media all and (max-width: 1100px) {
  .sec6:after {
    height: 100%;
  }
}

.sec6-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.sec6-wrap .sec6-img {
  width: 25%;
}
.sec6-wrap .sec6-txt {
  width: 65%;
  padding: 40px;
  line-height: 2;
}
.sec6-wrap .sec6-name {
  font-size: 4rem;
}
.sec6-wrap .sec6-name .small {
  font-size: 2rem;
  padding-right: 10px;
}
.sec6-wrap .sec6-name .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 3rem;
  letter-spacing: 0.2em;
  padding-left: 20px;
}
@media all and (max-width: 639px) {
  .sec6-wrap .sec6-name {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .sec6-wrap .sec6-name .small {
    font-size: 1.3rem;
  }
  .sec6-wrap .sec6-name .eng {
    font-size: 1.5rem;
    display: block;
  }
}
@media all and (max-width: 1100px) {
  .sec6-wrap {
    margin-bottom: 0;
  }
  .sec6-wrap .sec6-img {
    width: 35%;
  }
  .sec6-wrap .sec6-txt {
    padding: 25px;
  }
}
@media all and (max-width: 639px) {
  .sec6-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec6-wrap .sec6-img {
    width: 60%;
    margin-bottom: 25px;
  }
  .sec6-wrap .sec6-txt {
    width: 100%;
    padding: 15px;
  }
}

.title01 {
  line-height: 1.4;
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #d7bf8c;
}
.title01 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0059a7;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .title01 {
    font-size: 1.4rem;
  }
  .title01 span {
    font-size: 1.43em;
  }
}
.title01.white {
  color: #fcfcfc;
}
.title01.white span {
  color: #fff;
}

.title02 {
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.title02 span {
  background: #ebf5fd;
  padding: 4px 8px;
  color: #d7bf8c;
}
@media all and (max-width: 639px) {
  .title02 {
    font-size: 1.2rem;
  }
}
.title02.type1 span {
  background: #d7bf8c;
}

.title03 {
  color: #454545;
  padding: 8px 15px;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  position: relative;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.title03.bsc:before {
  background: rgba(0, 89, 167, 0.4);
}
.title03.bsc:after {
  background: rgba(0, 89, 167, 0.8);
}
.title03 span {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #f6ebda;
  margin-right: 8px;
}
@media all and (max-width: 639px) {
  .title03 {
    font-size: 1.4rem;
  }
}
.title03:before,
.title03:after {
  position: absolute;
  content: "";
  left: 0;
  height: 6px;
}
.title03:before {
  width: 40%;
  top: -6px;
  background: #eec700;
}
.title03:after {
  width: 65%;
  bottom: -6px;
  background: #d7bf8c;
}

.title04 {
  padding: 8px 0;
  text-align: center;
  background: #0059a7;
  margin-bottom: 15px;
  color: #fff;
}
.title04.type1 {
  background: #d7bf8c;
  color: #454545;
}

/* --news--
----------------------------------*/
.news-box {
  margin: 0 auto 0;
  /* max-width: 1000px;
  width: 95%; */
  position: relative;
  z-index: 10;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-title {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.news-title span {
  display: block;
  line-height: 1.4;
}
.news-title .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0059a7;
  font-size: 2.4rem;
}
.news-title .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .news-title .eng {
    font-size: 2rem;
  }
  .news-title .ja {
    font-size: 1.3rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-right.type1 {
  padding: 0;
  background: transparent;
}
@media all and (max-width: 639px) {
  .news-right {
    margin: 0 auto;
  }
  .news-right.type1 {
    padding: 0;
  }
}

.topic-dl .topic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  position: relative;
  padding: 10px 0;
}
.topic-dl .topic-inner:before {
  width: 40px;
  border-bottom: 1px solid #eec700;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.topic-dl .topic-inner dt {
  width: 7em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
}
@media all and (max-width: 639px) {
  .topic-dl .topic-inner dt {
    font-size: 12px;
  }
}
.topic-dl .topic-inner dd {
  padding-left: 20px;
}
.topic-dl .topic-inner dd a {
  font-weight: 600;
}
.topic-dl .topic-inner dd a:hover {
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .topic-dl {
    padding-bottom: 40px;
  }
}

.top-bg {
  background: url(../img/top-bg01.jpg) no-repeat center/cover;
  background-attachment: fixed;
  height: 400px;
}
@media all and (max-width: 1100px) {
  .top-bg {
    background-attachment: scroll;
  }
}

.map-link {
  font-weight: 700;
  color: #0059a7;
  border-bottom: 1px solid #0059a7;
}
.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single {
    padding: 80px 10px;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
}
@media all and (max-width: 1100px) {
  .single02 {
    width: 100%;
    padding: 80px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 1100px) {
  .single03 {
    padding: 80px 10px;
  }
}

.single04 {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: calc(100% - 80px);
}
@media all and (max-width: 896px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 20px 0;
  }
}

.single.phalf,
.single02.phalf,
.single03.phalf {
  padding: 40px 0;
}
@media all and (max-width: 1100px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 40px 10px;
  }
}
@media all and (max-width: 896px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf {
    padding: 20px 0;
  }
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .margin-top {
    margin-top: -40px;
  }
}

.margin-top2 {
  margin-top: -40px;
}
@media all and (max-width: 896px) {
  .margin-top2 {
    margin-top: -20px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .mbox {
    border-radius: 5px;
  }
}
.mbox.wk {
  border: 1px solid #0059a7;
}
.mbox.sd {
  background: rgba(254, 254, 254, 0.85);
  -webkit-box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  border: 1px solid #0059a7;
  -webkit-box-shadow: 6px 6px rgba(0, 89, 167, 0.4);
  box-shadow: 6px 6px rgba(0, 89, 167, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mbox2.opa9 {
  background: rgba(254, 254, 254, 0.9);
}
.mbox2.type1 {
  border: 1px solid #eec700;
  -webkit-box-shadow: 6px 6px rgba(238, 199, 0, 0.4);
  box-shadow: 6px 6px rgba(238, 199, 0, 0.4);
}
@media all and (max-width: 896px) {
  .mbox2.type1 {
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px rgba(238, 199, 0, 0.4);
    box-shadow: 4px 4px rgba(238, 199, 0, 0.4);
  }
}
@media all and (max-width: 639px) {
  .mbox2.type1 {
    padding: 15px 10px;
    -webkit-box-shadow: 3px 3px rgba(238, 199, 0, 0.4);
    box-shadow: 3px 3px rgba(238, 199, 0, 0.4);
  }
}
@media all and (max-width: 896px) {
  .mbox2 {
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px rgba(0, 89, 167, 0.4);
    box-shadow: 4px 4px rgba(0, 89, 167, 0.4);
  }
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px 10px;
    -webkit-box-shadow: 3px 3px rgba(0, 89, 167, 0.4);
    box-shadow: 3px 3px rgba(0, 89, 167, 0.4);
  }
}

.mbox3 {
  position: relative;
  background: #fefefe;
  border-top: 5px solid #0059a7;
  padding: 35px 30px;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
}
.mbox3.type1 {
  border-top: 5px solid #eec700;
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px 15px;
    border-radius: 0 0 5px 5px;
  }
}

.small-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 850px;
}

.sentence p + p {
  margin-top: 20px;
}

.sentence2 p + p {
  margin-top: 12px;
}

.bg-grid,
.bg-concern {
  /* border-top: 1px solid #555;
   border-bottom: 1px solid #555;*/
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-map {
  background: url(../img/map.png) no-repeat right bottom;
}
@media all and (max-width: 639px) {
  .bg-map {
    background-size: auto 200px;
    background-position: right top;
  }
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 700px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding: 20px;
  background: #fefefe;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}
.mtitle .eng {
  font-size: 3.2rem;
  color: #0059a7;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.mtitle .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #454545;
}
.mtitle.sbc span.eng {
  color: #eec700;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.eng {
  color: #fff;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  left: 2%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mtitle.mtitle_left span:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin: 0 auto 25px;
  }
  .mtitle .eng {
    font-size: 2.4rem;
  }
  .mtitle .ja {
    font-size: 1.5rem;
  }
}

.mtitle0 {
  margin-top: 50px;
  margin-bottom: 35px;
  margin-left: 0;
  position: relative;
}
.mtitle0:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eec700), color-stop(#f6ebda), to(#ebf5fd));
  background-image: linear-gradient(to right, #eec700, #f6ebda, #ebf5fd);
  opacity: 0.8;
}
.mtitle0 .eng {
  position: absolute;
  font-size: 4.8rem;
  color: #eec700;
  opacity: 0.2;
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  top: -40px;
  left: 0.5em;
  right: 0;
  margin: 0 auto;
}
.mtitle0 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  color: #454545;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtitle0 {
    margin-top: 35px;
  }
  .mtitle0 .eng {
    top: -25px;
    font-size: 3.4rem;
  }
  .mtitle0 .ja {
    font-size: 1.8rem;
  }
}

.mtitles {
  margin: 0 auto 25px;
  position: relative;
  text-align: center;
}
.mtitles .eng {
  font-size: 2.6rem;
  color: #0d3369;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.mtitles .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  color: #5f5f5f;
}
.mtitles.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitles.mtitle_left .eng {
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .mtitles {
    margin: 0 auto 20px;
  }
  .mtitles .eng {
    font-size: 2rem;
  }
  .mtitles .ja {
    font-size: 1.3rem;
  }
}

.mtitle2 {
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 25px;
}
.mtitle2.type1:before {
  background: rgba(238, 199, 0, 0.5);
}
.mtitle2.type1 .eng {
  color: #eec700;
}
.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 30px;
  height: 2px;
  background: rgba(0, 89, 167, 0.5);
}
.mtitle2 .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  color: #0059a7;
}
.mtitle2 .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding-right: 10px;
  font-size: 2rem;
  color: #454545;
}
@media all and (max-width: 639px) {
  .mtitle2 .eng {
    font-size: 1.3rem;
  }
  .mtitle2 .ja {
    font-size: 1.5rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: relative;

  min-height: 100px;
  top: 0;
  left: 0;
}
.mtitle3 .ja {
  display: block;
  font-size: 8.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #222;
  letter-spacing: 0.2em;
  padding-right: 5px;
  /* line-height: 1.5; */
}
.mtitle3 .eng {
  display: block;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 2rem;
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    position: static;
    margin-bottom: 20px;
    min-height: initial;
    min-height: auto;
  }
  .mtitle3 .ja {
    font-size: 3rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 20px;
  color: #454545;
  border-top: 2px solid rgba(0, 89, 167, 0.6);
  font-size: 1.8rem;
  padding: 10px 10px 16px;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #0059a7;
  margin-left: 10px;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #0059a7, #0059a7 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mtitle_line.type1 {
  border-top: 2px solid rgba(238, 199, 0, 0.6);
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(-45deg, #eec700, #eec700 1px, transparent 2px, transparent 5px);
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
    padding: 6px 5px 14px;
    letter-spacing: 0.15em;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 5rem;
}
.mtitle_balloon span:before,
.mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before,
.mtitle_balloon.white span:after {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}
@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}

.mtitle-bll {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
  color: #454545;
}
.mtitle-bll.type1:after {
  background: #eec700;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #0059a7;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.3rem;
  }
}

.mtitle4 {
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before,
.mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 1.6rem;
  background-color: #eec700;
}
.mtitle4 span:before {
  left: -15px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.mtitle4 span:after {
  right: -15px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.mtitle4.white span:before,
.mtitle4.white span:after {
  background-color: #ffde00;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -5px;
  }
  .mtitle4 span:after {
    right: -5px;
  }
}

.mtitle5 {
  position: relative;
  margin-bottom: 50px;
}
.mtitle5.type1 {
  margin-top: -40px;
  position: relative;
  z-index: 4;
}
.mtitle5.type1.sbc .eng {
  background: #eec700;
}
.mtitle5 span {
  display: inline-block;
  padding: 3px 8px;
}
.mtitle5 .eng {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  background: #0059a7;
  color: #fff;
}
.mtitle5 .ja {
  font-size: 2.4rem;
  background: #fff;
  color: #454545;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtitle5 .eng {
    font-size: 1.4rem;
  }
  .mtitle5 .ja {
    font-size: 1.8rem;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #0059a7;
  margin: 8px 0 15px;
  color: #454545;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
}
.mtitle_sub.white {
  color: #fff;
  border-left: 6px solid #d7bf8c;
}
.mtitle_sub.white:before {
  background-color: #f6ebda;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #eec700;
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.3rem;
  }
}

.mtitle_point {
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
}
.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #eec700;
  display: block;
  margin: 10px auto 0;
}
@media all and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.5rem;
  }
}

.mtitle_box {
  background: rgba(0, 89, 167, 0.2);
  color: #0d3369;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 30px 15px 15px;
  /* margin-bottom: 0; */
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.4rem;
    display: block;
  }
  .mtitle_box .profile {
    display: block;
    padding: 4px 0 0;
  }
}

.mtitle_box_red {
  background: rgba(217, 59, 67, 0.2);
  color: #d93b43;
}

.mtitle_box2 {
  background: #0059a7;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #eec700;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtitle_bold {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.mtitle_bold .main {
  font-size: 5.5rem;
  font-family: "Fjalla One", sans-serif;
  position: relative;
  display: block;
}

.mtitle_bold .main::after {
  content: "";
  width: 100%;
  height: 4px;
  margin: auto;
  background: #004bb1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110%;
  transition: width 0.7s cubic-bezier(0.75, 0.15, 0.2, 1);
}

.mtitle_bold .sub {
  color: #004bb1;
  font-size: 2rem;
  display: block;
}

@media all and (max-width: 639px) {
  .mtitle_bold .main {
    font-size: 3rem;
  }
  .mtitle_bold .sub {
    font-size: 1.5rem;
  }
  .mtitle_bold .main::after {
    width: 60px;
    height: 2px;
  }
}

.mtitle_bold.white .main::after {
  content: "";
  width: 100%;
  height: 4px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110%;
  transition: width 0.7s cubic-bezier(0.75, 0.15, 0.2, 1);
}

.mtitle_bold.white .main,
.mtitle_bold.white .sub {
  color: #fff;
}

.mtext0 {
  font-size: 1.8rem;
}
.mtext0.type1 {
  font-size: 1.7rem;
  line-height: 1.4;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.4rem;
  }
  .mtext0.type1 {
    font-size: 1.35rem;
  }
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.6;
}
.mtext1.type1 {
  font-size: 2.2rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  background: #003e74;
  padding: 5px 10px;
  border-radius: 5px;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
  }
  .mtext1.type1 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.mtext2 {
  font-size: 2.4rem;
}
.mtext2.type1 {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  color: #454545;
  margin-bottom: 50px;
}
@media all and (max-width: 639px) {
  .mtext2.type1 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.mtext2.type1 .small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.mtext2.type2 {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  color: #454545;
  margin-bottom: 30px;
  color: #5f5f5f;
}
@media all and (max-width: 639px) {
  .mtext2.type2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #0059a7;
}
.mtitle_category.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.4rem;
  }
}

/* btn
----------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-wrap p:first-of-type {
  margin-right: 25px;
}
@media all and (max-width: 639px) {
  .btn-wrap p:first-of-type {
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .btn-wrap {
    display: block;
  }
}

.btn01 a {
  background: #fff;
  text-align: center;
  max-width: 300px;
  margin: 10px auto;
  color: #454545;
  display: block;
  padding: 12px 5px;
  font-weight: 700;
  border: 2px solid #454545;
  border-radius: 35px;
}
.btn01 a i {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0059a7;
}
.btn01 a:hover {
  background: #0059a7;
  color: #fefefe;
}
.btn01 a:hover i {
  color: #fefefe;
}
.btn01.mail {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.btn01.mail a {
  background: #ffde00;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 98%;
    padding: 8px 5px;
  }
}

.btn02 {
  max-width: 280px;
  width: 90%;
  margin: 20px auto 0;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: white;
  border: 1px solid #454545;
  line-height: 24px;
  text-align: center;
  color: #454545;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 45px;
  height: 1px;
  background-color: #454545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 30px;
}

.btn_wk a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #fff;
  background: #555;
  border: 1px solid #fff;
  padding: 6px 10px;
  max-width: 250px;
  width: 85%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk a span {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.4em;
}
.btn_wk a:before,
.btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_wk a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk a:hover {
  color: #fff;
  /* background: #0059a7; */
  border-color: transparent;
}
.btn_wk a:hover:before,
.btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  /* border-color: #0059a7; */
}
.btn_wk.sbc a:hover {
  color: #fff;
  background: #eec700;
}
.btn_wk.sbc a:hover:before,
.btn_wk.sbc a:hover:after {
  border-color: #eec700;
}
.btn_wk.btn-r a {
  margin-right: 0;
}

.btn_wk2 a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #0059a7;
  background: transparent;
  border: 1px solid #0059a7;
  padding: 6px 10px;
  max-width: 250px;
  width: 85%;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk2 a span {
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before,
.btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #0059a7;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  background: #0059a7;
  color: #fff;
  border-color: transparent;
}
.btn_wk2 a:hover:before,
.btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #0059a7;
}
.btn_wk2.btn-r a {
  margin-right: 0;
}

/* news
----------------------------------*/
.news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px 6px;
  border-top: 1px solid #d7bf8c;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #d7bf8c;
}
@media all and (max-width: 639px) {
  .news .news-inner {
    padding: 12px 4px;
  }
}
.news dt {
  width: 8em;
  text-align: left;
  margin-right: 15px;
  font-weight: 700;
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .news dt {
    width: 100%;
    margin-right: 0;
  }
}
.news dd a {
  color: #454545;
}
.news dd a:hover {
  opacity: 0.5;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border: 1px solid #0059a7;
  border-radius: 30px;
  background: #0059a7;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 5px;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
.news-bl dd {
  padding: 5px 0 17px 8.5em;
  /* padding: 0 0 12px 8.5em; */
  line-height: 2;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #454545;
  background-image: -webkit-gradient(linear, left top, right top, from(#0059a7), to(#ebf5fd));
  background-image: linear-gradient(to right, #0059a7, #ebf5fd);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 700;
}
.news-bl dd a:hover {
  background-position: 0 90%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  background: url(../img/pagetop_06.jpg) no-repeat center/cover;
  overflow: hidden;
}

.page-title.type01 {
  background: url(../img/pagetop_05.jpg) no-repeat center/cover;
}
.page-title.type02 {
  background: url(../img/pagetop7.jpg) no-repeat center/cover;
}
.page-title.type03 {
  background: url(../img/pagetop_04.jpg) no-repeat center/cover;
}
.page-title.type04 {
  background: url(../img/pagetop5.jpg) no-repeat center/cover;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #454545;
  opacity: 0.5;
}
.page-title .inner {
  margin: 0 auto;
  padding: 150px 0;
  max-width: 1200px;
}
.page-title .page-lead {
  text-align: center;
  color: #454545;
  text-shadow: 0 0 4px rgba(69, 69, 69, 0.1);
  line-height: 1.8;
}
.page-title .page-lead span {
  display: block;
  color: #fff;
}
.page-title .page-lead .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
.page-title .page-lead .eng {
  font-size: 2.6rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media all and (max-width: 896px) {
  .page-title .inner {
    width: 100%;
    padding: 40px 0;
  }
  .page-title .page-lead .ja {
    font-size: 1.3rem;
  }
  .page-title .page-lead .eng {
    font-size: 1.8rem;
  }
}

/* page-leader
----------------------------------*/
.page-leader .inner {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1200px;
}
.page-leader .page-lead {
  text-align: center;
  line-height: 1.5;
}
.page-leader .page-lead span {
  display: block;
}
.page-leader .page-lead .ja {
  color: #004bb1;
  font-size: 2rem;
  display: block;
}
.page-leader .page-lead .eng {
  font-size: 5.5rem;
  font-family: "Fjalla One", sans-serif;
  position: relative;
  display: block;
}
@media all and (max-width: 896px) {
  .page-leader .inner {
    width: 100%;
    padding: 40px 0;
  }
  .page-leader .page-lead .ja {
    font-size: 1.5rem;
  }
  .page-leader .page-lead .eng {
    font-size: 3rem;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0059a7), to(#eec700));
  background-image: linear-gradient(to right, #0059a7, #eec700);
  z-index: -2;
  opacity: 0.1;
}
.bg-gradient.type1 {
  margin-bottom: 20px;
}
.bg-gradient.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background-image: linear-gradient(45deg, #ebf5fd, #fcf9ec);
  z-index: -2;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .bg-gradient.type1 {
    margin-bottom: 0;
  }
  .bg-gradient.type1:before {
    width: 100%;
  }
}
.bg-gradient.type2 {
  margin: 20px auto;
}
.bg-gradient.type2:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background-image: linear-gradient(45deg, #0059a7, #f6ebda);
  z-index: -2;
  opacity: 0.05;
}
@media all and (max-width: 639px) {
  .bg-gradient.type2 {
    margin: 5px auto;
  }
  .bg-gradient.type2:before {
    width: calc(100% - 10px);
  }
}

.bg-01 {
  position: relative;
}
.bg-01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-01.jpg) no-repeat center/cover;
}

.bg-pickup {
  position: relative;
}
.bg-pickup:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-pickup.jpg) no-repeat top center/cover;
}
.bg-pickup .inner {
  padding: 35px 20px;
}
@media all and (max-width: 1100px) {
  .bg-pickup:before {
    height: 30vh;
  }
  .bg-pickup .inner {
    width: 90%;
    padding: 0;
    margin: 28vh auto 0;
  }
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img {
  width: 48%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
}
.about-img.type1 {
  border-radius: 0 15px 15px 0;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .about-img {
    height: 280px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .about-img.type1 {
    border-radius: 10px;
  }
}
@media all and (max-width: 639px) {
  .about-img {
    height: 180px;
    border-radius: 5px;
  }
  .about-img.type1 {
    border-radius: 5px;
  }
}

.about-box {
  letter-spacing: 0.15em;
  width: 48%;
  padding: 0 40px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .about-box {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media all and (max-width: 896px) {
  .about-box {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .about-box {
    padding: 0 15px;
  }
}

.mask {
  position: relative;
  -webkit-clip-path: circle(1%);
  clip-path: circle(1%);
  -webkit-transition: 0.6s ease-in all;
  transition: 0.6s ease-in all;
}
.mask.on {
  -webkit-clip-path: circle(120%);
  clip-path: circle(120%);
}

.bg-w {
  position: relative;
  margin-bottom: 50px;
}
.bg-w:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fefefe;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .bg-w:before {
    width: calc(100% - 10px);
  }
}

.bg-main {
  position: relative;
}
.bg-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-main.jpg) repeat;
  z-index: -2;
  opacity: 0.9;
}
.bg-main.type1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  top: -30%;
  left: 0;
  background: linear-gradient(16deg, rgba(234, 200, 169, 0.1) 0%, rgba(234, 200, 169, 0.1) 25%, transparent 25%, transparent 96%, rgba(228, 202, 157, 0.08) 96%, rgba(228, 202, 157, 0.08) 100%), linear-gradient(236deg, rgba(231, 211, 185, 0.08) 0%, rgba(231, 211, 185, 0.08) 53%, transparent 53%, transparent 59%, rgba(225, 201, 145, 0.06) 59%, rgba(225, 201, 145, 0.06) 100%), linear-gradient(284deg, rgba(243, 215, 161, 0.04) 0%, rgba(243, 215, 161, 0.04) 46%, transparent 46%, transparent 71%, rgba(216, 205, 179, 0.08) 71%, rgba(216, 205, 179, 0.08) 100%), linear-gradient(316deg, rgba(247, 236, 219, 0.08) 0%, rgba(247, 236, 219, 0.08) 26%, transparent 26%, transparent 49%, rgba(219, 188, 140, 0.06) 49%, rgba(219, 188, 140, 0.06) 100%), linear-gradient(90deg, #fff, #fff);
  z-index: -2;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .bg-main.type1:before {
    height: calc(100% + 80px);
    top: -80px;
    opacity: 0.8;
  }
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/pattern.png) no-repeat center/cover;
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .bg-pattern:before {
    width: 100%;
    background: url(../img/pattern.png) repeat-y center/contain;
    opacity: 0.6;
  }
}

.bg-pad {
  position: relative;
}
.bg-pad:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg-pad.png) no-repeat center/cover;
  opacity: 0.5;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-pad:before {
    width: 100%;
    background: url(../img/bg-pad.png) repeat-y center/contain;
    opacity: 0.4;
  }
}

.bg-darkgreen {
  position: relative;
  background: #f6ebda;
}
.bg-darkgreen.type1 {
  position: relative;
}
.bg-darkgreen.type1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: linear-gradient(330deg, rgba(2, 2, 2, 0.02) 0%, rgba(2, 2, 2, 0.02) 81%, transparent 81%, transparent 100%), linear-gradient(104deg, rgba(52, 52, 52, 0.01) 0%, rgba(52, 52, 52, 0.01) 24%, transparent 24%, transparent 100%), linear-gradient(273deg, rgba(52, 52, 52, 0.03) 0%, rgba(52, 52, 52, 0.03) 91%, transparent 91%, transparent 100%), linear-gradient(58deg, rgba(212, 212, 212, 0.03) 0%, rgba(212, 212, 212, 0.03) 51%, transparent 51%, transparent 100%), linear-gradient(297deg, rgba(201, 201, 201, 0.01) 0%, rgba(201, 201, 201, 0.01) 59%, transparent 59%, transparent 100%), linear-gradient(37deg, rgba(169, 169, 169, 0.03) 0%, rgba(169, 169, 169, 0.03) 12%, transparent 12%, transparent 100%), linear-gradient(27deg, rgba(144, 144, 144, 0.03) 0%, rgba(144, 144, 144, 0.03) 76%, transparent 76%, transparent 100%), linear-gradient(168deg, rgba(14, 14, 14, 0.03) 0%, rgba(14, 14, 14, 0.03) 31%, transparent 31%, transparent 100%),
    linear-gradient(237deg, rgba(96, 96, 96, 0.01) 0%, rgba(96, 96, 96, 0.01) 52%, transparent 52%, transparent 100%), linear-gradient(320deg, rgba(30, 30, 30, 0.03) 0%, rgba(30, 30, 30, 0.03) 52%, transparent 52%, transparent 100%), linear-gradient(271deg, rgba(64, 64, 64, 0.03) 0%, rgba(64, 64, 64, 0.03) 27%, transparent 27%, transparent 100%), linear-gradient(290deg, rgba(32, 32, 32, 0.01) 0%, rgba(32, 32, 32, 0.01) 21%, transparent 21%, transparent 100%), linear-gradient(124deg, rgba(231, 231, 231, 0.03) 0%, rgba(231, 231, 231, 0.03) 1%, transparent 1%, transparent 100%), linear-gradient(298deg, rgba(61, 61, 61, 0.03) 0%, rgba(61, 61, 61, 0.03) 46%, transparent 46%, transparent 100%), linear-gradient(222deg, rgba(216, 216, 216, 0.03) 0%, rgba(216, 216, 216, 0.03) 82%, transparent 82%, transparent 100%), linear-gradient(251deg, rgba(211, 211, 211, 0.01) 0%, rgba(211, 211, 211, 0.01) 57%, transparent 57%, transparent 100%),
    linear-gradient(200deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 9%, transparent 9%, transparent 100%), linear-gradient(95deg, rgba(160, 160, 160, 0.01) 0%, rgba(160, 160, 160, 0.01) 59%, transparent 59%, transparent 100%), linear-gradient(275deg, rgba(160, 160, 160, 0.03) 0%, rgba(160, 160, 160, 0.03) 3%, transparent 3%, transparent 100%), linear-gradient(351deg, rgba(18, 18, 18, 0.02) 0%, rgba(18, 18, 18, 0.02) 26%, transparent 26%, transparent 100%), linear-gradient(245deg, rgba(103, 103, 103, 0.03) 0%, rgba(103, 103, 103, 0.03) 54%, transparent 54%, transparent 100%), linear-gradient(269deg, rgba(145, 145, 145, 0.03) 0%, rgba(145, 145, 145, 0.03) 76%, transparent 76%, transparent 100%), linear-gradient(150deg, rgba(202, 202, 202, 0.03) 0%, rgba(202, 202, 202, 0.03) 3%, transparent 3%, transparent 100%), linear-gradient(98deg, rgba(14, 14, 14, 0.03) 0%, rgba(14, 14, 14, 0.03) 97%, transparent 97%, transparent 100%),
    linear-gradient(170deg, rgba(142, 142, 142, 0.03) 0%, rgba(142, 142, 142, 0.03) 13%, transparent 13%, transparent 100%), linear-gradient(347deg, rgba(199, 199, 199, 0.01) 0%, rgba(199, 199, 199, 0.01) 73%, transparent 73%, transparent 100%), linear-gradient(263deg, rgba(176, 176, 176, 0.03) 0%, rgba(176, 176, 176, 0.03) 60%, transparent 60%, transparent 100%), linear-gradient(110deg, rgba(191, 191, 191, 0.03) 0%, rgba(191, 191, 191, 0.03) 83%, transparent 83%, transparent 100%), linear-gradient(198deg, rgba(142, 142, 142, 0.01) 0%, rgba(142, 142, 142, 0.01) 64%, transparent 64%, transparent 100%), linear-gradient(204deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.03) 64%, transparent 64%, transparent 100%), linear-gradient(351deg, rgba(83, 83, 83, 0.01) 0%, rgba(83, 83, 83, 0.01) 84%, transparent 84%, transparent 100%), linear-gradient(12deg, rgba(49, 49, 49, 0.01) 0%, rgba(49, 49, 49, 0.01) 57%, transparent 57%, transparent 100%),
    linear-gradient(288deg, rgba(141, 141, 141, 0.01) 0%, rgba(141, 141, 141, 0.01) 8%, transparent 8%, transparent 100%), linear-gradient(112deg, rgba(191, 191, 191, 0.01) 0%, rgba(191, 191, 191, 0.01) 8%, transparent 8%, transparent 100%), linear-gradient(230deg, rgba(46, 46, 46, 0.03) 0%, rgba(46, 46, 46, 0.03) 34%, transparent 34%, transparent 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
.bg-darkgreen.type1:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #c9bdaa;
}
@media all and (max-width: 639px) {
  .bg-darkgreen.type1:after {
    width: 100px;
  }
}

.bg-base {
  position: relative;
  background: rgba(0, 89, 167, 0.1);
}
.bg-base.type1 {
  background: rgba(0, 89, 167, 0.05);
}
.bg-base.type2 {
  background: rgba(238, 199, 0, 0.1);
}
.bg-base.type3 {
  background: -webkit-gradient(linear, left top, right top, from(#003e74), color-stop(80%, #003e74), color-stop(80%, #006fd0), to(#006fd0));
  background: linear-gradient(90deg, #003e74 0%, #003e74 80%, #006fd0 80%, #006fd0 100%);
}

.bg-sub {
  position: relative;
}
.bg-sub:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eec700;
  z-index: -2;
  opacity: 0.15;
}
.bg-sub.type1 {
  margin-bottom: 20px;
}
.bg-sub.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  background: #eec700;
  z-index: -2;
  opacity: 0.1;
}
@media all and (max-width: 639px) {
  .bg-sub.type1 {
    margin-bottom: 5px;
  }
  .bg-sub.type1:before {
    width: calc(100% - 10px);
  }
}

.bg-triangle {
  position: relative;
  overflow: hidden;
}
.bg-triangle .inner {
  position: relative;
  z-index: 2;
}
.bg-triangle:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  top: 0;
  left: -300px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#0059a7), color-stop(50%, #0059a7), color-stop(65%, #0059a7), color-stop(75.5%, #0059a7), color-stop(82.85%, #0059a7), color-stop(88%, #0059a7), to(#0059a7));
  background-image: linear-gradient(to right bottom, #0059a7 0%, #0059a7 50%, #0059a7 65%, #0059a7 75.5%, #0059a7 82.85%, #0059a7 88%, #0059a7 100%);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  z-index: 1;
  opacity: 0.5;
}
.bg-triangle:after {
  position: absolute;
  content: "";
  width: 5%;
  height: 50%;
  bottom: 0;
  right: 2%;
  background: #eec700;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  opacity: 0.8;
}
@media all and (max-width: 896px) {
  .bg-triangle:before {
    left: -180px;
  }
}
@media all and (max-width: 639px) {
  .bg-triangle:before {
    left: -80px;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    width: 40%;
  }
  .bg-triangle:after {
    display: none;
  }
}
.bg-triangle.type1:before,
.bg-triangle.type1:after {
  opacity: 0.05;
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  /* opacity: 0.4; */
}
.bg-gray.type1:before {
  opacity: 1;
}
.bg-gray.bg-half {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f4f4f4 50.1%, #f4f4f4 100%);
}

.bg-blue {
  position: relative;
  background: #004bb1;
}

/* .bg-blue::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #004bb1;
  z-index: -1;
}

.bg-blue::after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 101;
  transition: transform 1.5s cubic-bezier(0.75, 0.15, 0.2, 1);
  -webkit-transition: transform 1.5s cubic-bezier(0.75, 0.15, 0.2, 1);
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform-origin: right;
  -webkit-transform-origin: right;
} */

.bg-beige {
  position: relative;
  background: #fcf9ec;
}
.bg-beige.type1 {
  background: transparent;
}
.bg-beige.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fcf9ec;
  z-index: -1;
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .bg-beige.type1:before {
    width: calc(100% - 10px);
  }
}

.bg-beige2 {
  position: relative;
}
.bg-beige2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #ffde00;
  z-index: -1;
  opacity: 0.2;
}

.bg-base2 {
  background: repeating-linear-gradient(45deg, rgba(0, 89, 167, 0.1) 0, rgba(0, 89, 167, 0.1) 20px, #fefefe 20px, #fefefe 40px);
}

/* tbl
----------------------------------*/
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  position: relative;
  background: #0059a7;
  color: #fff;
  font-weight: 600;
  width: 20%;
}

.company th.w40 {
  width: 40%;
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #0059a7;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl-profile {
  width: 100%;
}
.tbl-profile th,
.tbl-profile td {
  padding: 10px 5px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 639px) {
  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}
.tbl-profile th {
  width: 26%;
  text-align: left;
  color: #454545;
}
.tbl-profile.type1 th {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.tbl {
  width: 100%;
  border-top: 1px solid #ccc;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}
.tbl th {
  background: #f9f9f9;
  font-weight: 600;
}
.tbl th a {
  color: #454545;
}
.tbl th a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin-right: 5px;
}
.tbl th a:hover {
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 5px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .tbl th span,
  .tbl td span {
    font-size: 11px;
  }
  .tbl th a::before {
    display: block;
    margin-right: 0;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2 th,
.tbl2 td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #d7bf8c;
}
.tbl2 th {
  background: rgba(255, 222, 0, 0.2);
  color: #454545;
}
@media all and (max-width: 639px) {
  .tbl2 th,
  .tbl2 td {
    padding: 5px;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  border-right: 1px solid #bddef8;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #ebf5fd;
}

.tbl-border {
  width: 100%;
}
.tbl-border.type1 {
  border-top: 1px solid #ccc;
}
.tbl-border.type1 th,
.tbl-border.type1 td {
  border-bottom: 1px solid #ccc;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 2px solid;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 25%;
  border-color: #0059a7;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border td {
  border-color: #e7e7e7;
}

.tbl-border2 {
  width: 100%;
  border-collapse: collapse;
}
.tbl-border2 tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 15px;
  vertical-align: middle;
}
.tbl-border2 th {
  background: #f7f7f7;
  border-right: 1px solid #ccc;
}
@media all and (max-width: 896px) {
  .tbl-border2 th,
  .tbl-border2 td {
    display: block;
    width: 100%;
    padding: 5px;
  }
  .tbl-border2 th {
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.marker {
  padding: 0 4px;
  margin-left: 4px;
  background: #fff;
  color: #bc3616;
}

.price {
  color: #d7bf8c;
  font-size: 1.2em;
}
.price span {
  display: block;
  font-size: 1.4rem;
  color: #454545;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 1.5rem;
  }
  .price span {
    font-size: 13px;
  }
}

.timetable-wrap {
  -webkit-box-shadow: 0 0 4px rgba(246, 235, 218, 0.2);
  box-shadow: 0 0 4px rgba(246, 235, 218, 0.2);
  margin-bottom: 20px;
}

.timetable {
  width: 100%;
  border-top: 2px solid #0059a7;
}
.timetable th,
.timetable td {
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.timetable th .txt,
.timetable td .txt {
  letter-spacing: 0;
  font-size: 12px;
}
@media all and (max-width: 639px) {
  .timetable th,
  .timetable td {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.timetable .thead th {
  border-top: 0;
}
.timetable .th-1 {
  width: 35%;
  font-weight: 600;
  text-align: center;
}
.timetable .circle {
  color: #eec700;
}
.timetable .circle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .timetable {
    padding: 15px 10px;
  }
  .timetable .th-1 {
    width: 25%;
  }
}

.triangle {
  color: #ffde00;
}
.triangle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c9";
  font-weight: 900;
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(238, 199, 0, 0.5);
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_common2 li {
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.list_common2 li h3 {
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.list_common2 li p {
  margin-top: 5px;
}
.list_common2 li span {
  font-size: 90%;
  background: #eec700;
  color: #fff;
  padding: 3px 8px;
  letter-spacing: 0.2em;
}
.list_common2 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_check.type1 li {
  width: 48%;
  padding: 0;
}
.list_check.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 8px;
  font-weight: 700;
  background: #fefefe;
  margin-bottom: 5px;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(252, 249, 236, 0.2);
  margin-top: 10px;
}
.list_check li a {
  color: #0059a7;
  border-bottom: 1px dotted #0059a7;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 10px;
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
  }
}

.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #0059a7;
  margin-right: 5px;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 5px;
}

.list-inline3 li {
  display: inline-block;
}
.list-inline3 li:not(:last-of-type) {
  margin-right: 5px;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #d7bf8c;
  font-weight: 700;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

.list-inline li {
  display: inline-block;
  padding: 1px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 1px;
  color: #d7bf8c;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "-";
    color: #eec700;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.list_num li {
  position: relative;
  padding: 6px 4px 6px 50px;
  font-size: 2rem;
  margin-bottom: 5px;
  color: #454545;
}
.list_num li span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.5rem;
  color: #d7bf8c;
}
@media all and (max-width: 639px) {
  .list_num li {
    font-size: 1.3rem;
  }
  .list_num li span {
    font-size: 2.8rem;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list.type2 li {
  width: 98%;
  max-width: 750px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.ol-list.type2 li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.ol-list.type2 li:before {
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .ol-list.type2 li {
    font-size: 1.3rem;
  }
}
.ol-list li {
  line-height: 2;
  padding-top: 10px;
  position: relative;
  padding-left: 35px;
}
.ol-list li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #d7bf8c;
  padding-bottom: 10px;
}
.ol-list li .ol-lead {
  color: #454545;
  font-size: 1.8rem;
}
.ol-list li .inner {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  left: 0;
  top: 8px;
  position: absolute;
  font-size: 3.5rem;
  color: #ffdb22;
  margin-right: 10px;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .ol-list li {
    padding-left: 25px;
  }
  .ol-list li .ol-lead {
    font-size: 1.4rem;
  }
  .ol-list li .inner {
    font-size: 1.2em;
  }
  .ol-list li:before {
    font-size: 2.8rem;
  }
}

.list_disc.type1 li:before {
  color: #eec700;
}
.list_disc.type2 li:before {
  content: "・";
}
.list_disc li {
  position: relative;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.list_disc li:before {
  content: "●";
  color: #0059a7;
  font-size: 9px;
  margin-right: 5px;
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}

#main .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 10px;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding-top: 10px;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  background: #0059a7;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: #00305b;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.blog-txt {
  line-height: 1.5;
  color: #0059a7;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #0059a7;
  padding: 4px 5px;
  background: #111;
  font-size: 12px;
}

.blog_new {
  margin-bottom: 30px;
}
.blog_new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.blog_new a .image {
  width: 35%;
  height: 74px;
  overflow: hidden;
}
.blog_new a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_new a .detail {
  width: 60%;
}
.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #454545;
  font-size: 1.3rem;
}
.blog_new a .date_new {
  font-size: 1.2rem;
  color: #0059a7;
}
.blog_new a .date_new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .blog_new a .detail {
    font-size: 1.2rem;
  }
  .blog_new a .date_new {
    font-size: 1.1rem;
  }
}

.category_nav li:not(:last-child) {
  margin-bottom: 5px;
}
.category_nav li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  background: rgba(255, 222, 0, 0.1);
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  opacity: 0.7;
}
.category_nav li:last-child a {
  border-bottom: none;
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.img-round {
  border-radius: 15px 0 15px 0;
}

.img-hv {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.img-hv:hover {
  opacity: 0.6;
}

.w300 {
  width: 300px;
}
@media all and (max-width: 639px) {
  .w300 {
    max-width: 600px;
    width: 100%;
  }
}

.w350 {
  width: 350px;
}

.w450 {
  width: 450px;
}
@media all and (max-width: 639px) {
  .w450 {
    max-width: 600px;
    width: 100%;
  }
}

.w200 {
  width: 200px;
}

.spbr {
  display: none;
}

.color1 {
  color: #0059a7;
}

.color2 {
  color: #eec700;
}

.color3 {
  color: #003e74;
}

.brown {
  color: #454545;
}

.relative {
  position: relative;
}
.relative.type1 {
  z-index: 5;
}

.bigger {
  font-size: 105%;
  line-height: 2.4;
}
@media all and (max-width: 639px) {
  .bigger {
    line-height: 2;
  }
}

.smaller {
  font-size: 0.95em;
  letter-spacing: 0;
}

.num {
  font-weight: 700;
}
.num a {
  color: #0059a7;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #0059a7;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 700;
  text-decoration: underline;
}
.txt-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left: 5px;
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 0 auto 30px;
  padding-top: 25px;
}
.telbnr li {
  border: 3px solid #0059a7;
  padding: 15px;
  text-align: center;
  border-radius: 50px;
  line-height: 1.4;
}
.telbnr li mn {
  font-size: 90%;
  font-weight: 600;
  color: #454545;
}
.telbnr li a {
  margin-top: 20px;
  display: block;
  font-size: 3rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #0059a7;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 85%;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #d7bf8c;
}
.telbnr li:last-of-type {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  color: #454545;
  margin-top: -30px;
}
.telbnr-ttl span {
  font-weight: 600;
  background: #0059a7;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.4rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  /* max-width: 1200px; */
  /*margin: 20px auto 20px; */
  font-size: 1.2rem;
  padding: 5px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.breadcrumb .inner {
  max-width: 1200px;
  margin: auto;
}
.breadcrumb li {
  display: inline;
  color: #aaa;
}
.breadcrumb li a {
  color: #0059a7;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
    /* display: none; */
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 700;
}
.form dl dt span {
  color: #fff;
  background: #0059a7;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  color: #454545;
  background: #ffde00;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 20px 15px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 0;
  -webkit-appearance: none;
}
.form .textarea {
  height: 30px;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 48% !important;
  margin-right: 0.5%;
}
.form button {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #0059a7;
  font-weight: 700;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #0059a7;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #0059a7;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  display: inline-block;
  min-width: auto;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
@media all and (max-width: 639px) {
  .form .select-wrap {
    margin-top: 10px;
  }
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #0059a7;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #0059a7;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #0059a7;
  border-bottom: 3px solid #0059a7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px;
  }
}
.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
  box-shadow: 41px 0px #eee;
}
.form input[type="text"],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type="text"],
  .form textarea {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -5px;
  }
}

.fm-txt {
  font-size: 12px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .fm-txt {
    font-size: 11px;
    text-align: left;
  }
}

.thanks {
  padding: 40px;
  border: 3px solid #0059a7;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 89, 167, 0.2);
  box-shadow: 0 0 0 8px rgba(0, 89, 167, 0.2);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 94%;
    padding: 30px 15px;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
}

.policy {
  padding: 20px;
  background: #eee;
}

.scroll {
  height: 200px;
  overflow: scroll;
  padding: 20px;
  background-color: #fff;
}

@media all and (max-width: 639px) {
  .policy {
    padding: 10px;
  }
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  background: #eec700;
  cursor: pointer;
  font-size: 1.7rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

.mtitle_small {
  font-weight: 600;
  color: #454545;
  padding: 0 0 4px;
  font-size: 1.6rem;
  border-bottom: 1px solid #0059a7;
  position: relative;
  margin-bottom: 15px;
}
.mtitle_small:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
  color: #0059a7;
}
.mtitle_small span {
  font-size: 1.45rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  letter-spacing: 0.05em;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    padding: 4px;
    font-size: 1.3rem;
  }
  .mtitle_small span {
    font-size: 1.1rem;
  }
  .mtitle_small:before {
    font-size: 1.1rem;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #003e74;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.mtitle_small2.type1:before {
  background-color: #eec700;
}
.mtitle_small2.white {
  color: #fff;
}
.mtitle_small2.white:before {
  background-color: #ffde00;
}

.mtitle_small3 {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
  padding: 10px 0;
  font-size: 1.6rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #999;
}
@media all and (max-width: 639px) {
  .mtitle_small3 {
    padding: 6px 0;
    font-size: 1.3rem;
  }
}

.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 15px 15px 30px;
  margin-bottom: 30px;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: rgba(0, 89, 167, 0.5);
}
.mtitle_small4.type1:before {
  background: rgba(238, 199, 0, 0.5);
}
@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding: 12px 12px 12px 24px;
  }
}

.mtitle_small5 {
  position: relative;
  text-align: center;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 2rem;
  color: #454545;
  margin-bottom: 35px;
}
.mtitle_small5.type1 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.mtitle_small5.type1:after {
  width: 80px;
}
.mtitle_small5:after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 150px;
  background: #0059a7;
}
@media all and (max-width: 639px) {
  .mtitle_small5 {
    font-size: 1.5rem;
  }
  .mtitle_small5.type1 {
    font-size: 1.8rem;
  }
}
.mtitle_small5.sbc {
  color: #eec700;
}
.mtitle_small5.sbc:after {
  background: #eec700;
}

/*photoギャラリー*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery.p_none li p {
  display: none;
}
.gallery.col5 li {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
.gallery.col5 li:nth-child(5n) {
  margin-right: 0;
}
.gallery.col5 li a {
  height: 150px;
}
@media all and (max-width: 639px) {
  .gallery.col5 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col5 li a {
    height: 100px;
  }
  .gallery.col5 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col4 li {
  width: 24%;
  margin: 0 1.3333333333% 1% 0;
}
.gallery.col4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery.col4 li a {
  height: 180px;
}
@media all and (max-width: 639px) {
  .gallery.col4 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col4 li a {
    height: 100px;
  }
  .gallery.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery.col3 li {
  width: 32%;
  margin: 0 1% 1% 0;
}
.gallery.col3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .gallery.col3 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .gallery.col3 li:nth-child(3n) {
    margin-right: 2%;
  }
  .gallery.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery li a {
  background: #f4f4f4;
  display: block;
  text-align: center;
  padding: 0px;
  height: 240px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center 5%;
  object-position: center 5%;
  /*IE対策*/
}
@media all and (max-width: 639px) {
  .gallery li a {
    height: 100px;
  }
}
.gallery li p {
  font-size: 90%;
  margin: 3px 0 6px;
  text-align: center;
}
.gallery li .g-cap {
  text-align: center;
  font-size: 90%;
  margin: 2px 0 6px;
}

.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -20px;
  }
}
.list2.interview-list .child {
  position: relative;
  padding-bottom: 80px;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 20px;
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
  position: relative;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 20px auto 0;
  }
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list3 > li {
  width: 31%;
  position: relative;
  margin-right: 3.495%;
}
.list3 > li:nth-child(3n) {
  margin-right: 0;
}
.list3 > li:not(:nth-last-child(-n + 3)) {
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .list3 > li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 > li:nth-child(3n) {
    margin-right: auto;
  }
  .list3 > li:last-child {
    margin-bottom: 0;
  }
}

.list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -30px;
}
.list4.type1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list4.type1 li {
  padding: 15px;
  background: rgba(0, 89, 167, 0.2);
  border-radius: 10px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.list4.type1 li a {
  display: block;
}
.list4.type1 li a:hover {
  position: relative;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.list4.type1 li img {
  width: 60px;
  margin: 0 auto 10px;
}
@media all and (max-width: 639px) {
  .list4.type1 > li {
    width: 48%;
  }
  .list4.type1 > li img {
    width: 50px;
  }
}
.list4 li {
  margin-left: 2%;
  margin-top: 30px;
  width: 23%;
}
@media all and (max-width: 1100px) {
  .list4 li {
    width: 31.33%;
  }
}
@media all and (max-width: 639px) {
  .list4 {
    margin-left: auto;
  }
  .list4 li {
    width: 90%;
    margin: 25px auto 0;
  }
}

.prv dt {
  color: #0059a7;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.box-arrow {
  position: relative;
}
.box-arrow:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #ffde00;
  z-index: 3;
}
@media all and (max-width: 639px) {
  .box-arrow:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -15px;
    border-width: 15px 20px 0 20px;
    border-color: #ffde00 transparent transparent transparent;
  }
}

.caution {
  color: #bc3616;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .caution {
    font-size: 1.1rem;
  }
}

.note {
  padding: 20px;
  margin-top: 10px;
  background: #fcf9ec;
  border-radius: 8px;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .note {
    font-size: 1.15rem;
  }
}
.note.type1 {
  background: #f4f4f4;
}

.note2 {
  padding: 10px;
  background: #f4f4f4;
}
.note2.type1 {
  background: #fff;
  border: 1px solid #eec700;
}
.note2.type2 {
  background: #fcf9ec;
}
@media all and (max-width: 639px) {
  .note2 {
    padding: 5px;
  }
}

.note3 {
  padding: 0 15px;
}
@media all and (max-width: 639px) {
  .note3 {
    padding: 0 10px;
  }
}

.flow-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow-dl .flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.flow-dl .flow-inner:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-dl .flow-inner {
    width: 100%;
    margin: 0 auto 25px;
  }
  .flow-dl .flow-inner:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-dl dt {
  color: #0059a7;
  width: 60px;
  text-align: center;
  margin-right: 20px;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-top: 8px;
}
.flow-dl dt span {
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  color: #0059a7;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
}
.flow-dl dd {
  width: calc(100% - 80px);
}
.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .flow-dl dt {
    font-size: 1.3rem;
  }
  .flow-dl dt span {
    font-size: 2.2rem;
  }
}

.number {
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  font-size: 4.5rem;
  color: #0059a7;
  line-height: 1;
  top: 0;
  left: 0;
  position: absolute;
}
@media all and (max-width: 639px) {
  .number {
    font-size: 2.8rem;
    top: 10px;
  }
}

.txt1 {
  padding-left: 60px;
}
@media all and (max-width: 639px) {
  .txt1 {
    padding-left: 40px;
  }
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #333;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
@media all and (max-width: 896px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  .anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

.list-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.faq dt {
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  background: #fff;
  color: #454545;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 36px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}
.faq dt:before {
  content: "Q";
  position: absolute;
  top: -6px;
  left: -6px;
  text-indent: 0px;
  line-height: 35px;
  color: #fff;
  background: #eec700;
  width: 35px;
  height: 35px;
  text-align: center !important;
}
.faq dt:hover {
  background: #f0e3c6;
}
.faq dd {
  display: none;
  position: relative;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 48px;
  line-height: 2;
  position: relative;
  background: #fff;
}
.faq dd:before {
  content: "A";
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 0px;
  font-size: 20px;
  line-height: 35px;
  color: #bc3616;
  width: 35px;
  height: 35px;
  text-align: center !important;
}
.faq dt:before,
.faq dd:before {
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.faq-dl .faq-inner {
  padding: 10px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6ebda;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 5px 5px 5px 45px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-size: 110%;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 2rem;
  background: #0059a7;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #fff;
  font-size: 2rem;
  background: #eec700;
}

.sns-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sns-list2.type1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns-list2 li:not(:last-child) {
  margin-right: 10px;
}
.sns-list2 li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  position: relative;
  border-radius: 50%;
}
.sns-list2 li a img {
  position: relative;
  vertical-align: middle;
  width: 24px;
  z-index: 3;
  top: -1.5px;
}
.sns-list2 li a:hover {
  opacity: 0.7;
}
.sns-list2 li a.btn-facebook {
  background: #1877f2;
}
.sns-list2 li a.btn-twitter {
  background: #1da1f2;
}
.sns-list2 li a.btn-line {
  background: #00b900;
}
.sns-list2 li a.btn-rakuten {
  background: #bf0000;
}
.sns-list2 li a.btn-yahoo {
  background: #df0f16;
}
.sns-list2 li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list2 li a.btn-instagram:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.sns-list2 li a.btn-gray {
  background: #383636;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0;
}
.sns-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #bc3616;
  display: block;
  background: #fefefe;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.name {
  width: 180px;
  margin: -20px auto 20px;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #454545;
  font-weight: 600;
  text-align: center;
  padding: 15px 6px;
  -webkit-box-shadow: 0 0 8px rgba(69, 69, 69, 0.05);
  box-shadow: 0 0 8px rgba(69, 69, 69, 0.05);
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.name b {
  color: #0074da;
  display: block;
  font-size: 1.4rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.name .small {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.name .small2 {
  font-size: 0.7em;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
}

.greet {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  color: #454545;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .greet {
    font-size: 1.2rem;
  }
}

.vertical-content {
  margin-left: 100px;
}
.vertical-content.type1 {
  margin-left: 180px;
}
@media all and (max-width: 639px) {
  .vertical-content.type1 {
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .vertical-content {
    margin-left: 0;
  }
}

.box1 {
  background: #fff;
  -webkit-box-shadow: 0 3 10px rgba(0, 89, 167, 0.15);
  box-shadow: 0 3 10px rgba(0, 89, 167, 0.15);
  padding: 30px;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
}
.box1.type1 {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.box1.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -80px;
  width: 1px;
  height: 80px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0e8eff), to(#0059a7));
  background-image: linear-gradient(to top, #0e8eff, #0059a7);
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .box1 {
    padding: 25px 15px;
  }
}

.pickup {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #0059a7;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 li {
  width: 100%;
}
.flow-list.type1 li .flow-title {
  margin-bottom: 10px;
}
.flow-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fefefe;
  -webkit-box-shadow: 0 0 15px rgba(69, 69, 69, 0.05);
  box-shadow: 0 0 15px rgba(69, 69, 69, 0.05);
}
.flow-list li:last-child {
  margin-bottom: 0;
}
.flow-list li.type100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.flow-list li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .flow-list li {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-list li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list li .flow-num {
  color: #0059a7;
  font-size: 3.5rem;
  border-right: 1px solid #0059a7;
  padding-right: 15px;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.2;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
}
.flow-list li .flow-num span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.flow-list li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 35px;
}
.flow-list li .flow-title {
  color: #0059a7;
  border-bottom: 1px solid #0059a7;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 639px) {
  .flow-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flow-list li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #0059a7;
  }
  .flow-list li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list li .txt {
    margin: 20px auto 0;
  }
}

.price-dl dt {
  background: #f9f2d6;
  padding: 14px 20px;
  color: #454545;
  border-top: 1px solid #eec700;
  border-bottom: 1px solid #eec700;
}
.price-dl dd {
  padding: 20px;
  margin-bottom: 25px;
}

.kiritori {
  height: 1px;
  border-top: 1px dashed rgba(0, 89, 167, 0.4);
  margin: 50px auto;
  width: 98%;
  display: block;
}
.kiritori.type1 {
  border-top: 1px dashed #eec700;
  margin: 20px auto;
}

.kiritori2 {
  height: 1px;
  border-top: 1px dashed rgba(0, 89, 167, 0.2);
  margin: 20px auto;
  width: 98%;
  display: block;
}

.top-greet-lead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "Barlow Condensed", "Libre Baskerville", serif;
  font-weight: 300;
  text-transform: inherit;
  z-index: 2;
  letter-spacing: 0.15em;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .top-greet-lead {
    left: 15px;
    top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.top-link-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-gradient(linear, left top, right top, from(#df0011), color-stop(50%, #df0011), color-stop(50%, #1976d2), to(#1976d2));
  background-image: linear-gradient(to right, #df0011 0%, #df0011 50%, #1976d2 50%, #1976d2 100%);
  padding: 8px;
  border-radius: 10px;
}
.top-link-box .child {
  width: 50%;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px 0 0 10px;
}
.top-link-box .child h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.top-link-box .child h3 span {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .top-link-box .child h3 {
    font-size: 1.4rem;
  }
  .top-link-box .child h3 span {
    font-size: 1.3rem;
  }
}
.top-link-box .child.type1 {
  border-radius: 0 10px 10px 0;
}
.top-link-box .child ul {
  margin: auto;
  max-width: 300px;
  width: 100%;
}
.top-link-box .child ul li a {
  border-radius: 10px;
  text-align: center;
  display: block;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top-link-box .child ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.top-link-box .child ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .top-link-box {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df0011), color-stop(50%, #df0011), color-stop(50%, #1976d2), to(#1976d2));
    background-image: linear-gradient(to bottom, #df0011 0%, #df0011 50%, #1976d2 50%, #1976d2 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-link-box .child {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    border-radius: 10px 10px 0 0;
  }
  .top-link-box .child.type1 {
    border-radius: 0 0 10px 10px;
  }
}

.top-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-column2 .child {
  /* width: 35%; */
  width: 43%;
  padding: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}
.top-column2 .child-img {
  width: 52%;
  position: relative;
}
.top-column2 .child-img2 {
  width: 48%;
  position: relative;
}

.top-column2 .child-img3 {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}

.top-column2 .child-img3 img {
  border-radius: 20px 0 20px 0;
}
@media all and (max-width: 639px) {
  .top-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-column2 .child {
    width: 100%;
    padding: 10px;
  }
  .top-column2 .child-img,
  .top-column2 .child-img2,
  .top-column2 .child-img3 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}

.clip-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.clip-left {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.top-column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}
.top-column3 .child-title {
  width: 40%;
  /* padding: 15px; */
  table-layout: fixed;
  word-wrap: break-word;
}
.top-column3 .child-main {
  width: 60%;
  position: relative;
}
@media all and (max-width: 639px) {
  .top-column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-column3 .child-title {
    width: 100%;
    padding: 10px;
  }
  .top-column3 .child-main {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column2.tp {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child3 {
  width: 58%;
}
.column2 .child4 {
  /* width: 28%; */
  width: 40%;
}
.column2 .child5 {
  /* width: 68%; */
  width: 60%;
}
@media all and (max-width: 639px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5 {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm30,
  .column2 .child2.bm30,
  .column2 .child3.bm30,
  .column2 .child4.bm30,
  .column2 .child5.bm30 {
    margin-bottom: 30px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.column2-img2,
  .column2 .child2.column2-img2,
  .column2 .child3.column2-img2,
  .column2 .child4.column2-img2,
  .column2 .child5.column2-img2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column3 .child {
  width: 33%;
}
.column3 .child.text-box {
  padding: 35px 30px;
}
@media all and (max-width: 639px) {
  .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column3 .child {
    width: 100%;
  }
  .column3 .child.text-box {
    padding: 25px 20px;
  }
}

.column-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-full .child {
  width: 50%;
}
.column-full .child.inner {
  padding: 30px;
}
@media all and (max-width: 639px) {
  .column-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-full .child {
    width: 100%;
  }
  .column-full .child.inner {
    padding: 20px 15px;
  }
  .column-full .child.column-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* slick
----------------------------------*/
#slider-wrap {
  position: relative;
  margin: 30px 0 40px;
}
@media all and (max-width: 639px) {
  #slider-wrap {
    margin: 0px 0 40px;
  }
}

.slider-item {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.slider-item img {
  width: 100%;
}
@media all and (max-width: 1100px) {
  .slider-item {
    max-width: initial;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .slide-arrow {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -540px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #0059a7;
}
@media all and (max-width: 1100px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.prev-arrow {
    left: -5px;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -540px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #0059a7;
}
@media all and (max-width: 1100px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .slide-arrow.next-arrow {
    right: -5px;
  }
}

.slide_list {
  position: relative;
  display: none;
  margin: 0 auto;
}
.slide_list.p_none li p {
  display: none;
}
.slide_list li {
  margin-right: 1.5%;
}
.slide_list li img {
  width: auto;
  height: 240px;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.slide_list li p {
  margin-top: 5px;
  text-align: center;
}
.slide_list li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media all and (max-width: 896px) {
  .slide_list li {
    margin-right: 3%;
  }
  .slide_list li img {
    height: 140px;
  }
}

.top-list li {
  padding: 8px;
  font-weight: 600;
}
.top-list li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #454545;
}
.top-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 5px;
  color: #d7bf8c;
}
.top-list.type1 li:before {
  color: #d7bf8c;
}

.sinryou-list {
  font-size: 12px;
  letter-spacing: 0;
}

.name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 600;
  margin: 10px auto 40px;
}
.name-box p {
  color: #003e74;
}
.name-box p span {
  display: block;
  font-size: 1.3rem;
  color: #454545;
}
@media all and (max-width: 639px) {
  .name-box p span {
    font-size: 12px;
  }
}
.name-box p:first-child {
  margin-left: 30px;
}

.about-txt {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media all and (max-width: 639px) {
  .about-txt {
    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit;
  }
}

.txt {
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .txt {
    font-size: 1.2rem;
  }
}

.top-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 30px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-anchor li {
  width: 31%;
}
.top-anchor li a {
  display: block;
  width: 100%;
  text-align: center;
}
.top-anchor li img {
  max-width: 80%;
  margin: 0 auto;
}
.top-anchor li .anchor-title {
  position: relative;
  margin-top: 20px;
}
.top-anchor li .anchor-title span {
  padding: 10px 0;
  font-family: "Shippori Mincho", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  border-top: 0.9px solid #0059a7;
  border-bottom: 0.9px solid #0059a7;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .top-anchor li .anchor-title span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 6px 0;
  }
}
.top-anchor li .anchor-title:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #0059a7 transparent transparent transparent;
}

/* top_main
----------------------------------*/
.top_main {
  overflow: hidden;
  margin-bottom: 20px;
}
.top_main .inner {
  position: relative;
  margin: 40px 0 60px;
}
.top_main .inner .top_main_contents {
  position: relative;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.top_main .inner .top_main_contents .top_main_txt {
  position: relative;
  width: 750px;
  left: 0%;
  max-width: 100%;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 35px 50px;
}
.top_main .inner .top_main_contents .top_main_img {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  width: 800px;
  max-width: 100%;
}
.top_main .inner .top_main_contents .top_main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .top_main .inner .top_main_contents .top_main_img {
    display: none;
  }
}
.top_main .inner .top_main_contents .top_main_img_small {
  display: none;
}
@media all and (max-width: 896px) {
  .top_main .inner .top_main_contents .top_main_img_small {
    display: block;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .top_main .inner .top_main_contents {
    max-width: 90%;
    margin: auto;
  }
  .top_main .inner .top_main_contents .top_main_txt {
    left: 0%;
    padding: 15px;
  }
}
@media all and (max-width: 639px) {
  .top_main .inner .top_main_contents {
    max-width: 95%;
  }
}

.clinic-list li {
  margin-bottom: 30px;
}
.clinic-list li a {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.clinic-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.clinic-list li p {
  font-size: 1.4rem;
  padding: 5px;
  line-height: 1.5;
}
@media all and (max-width: 639px) {
  .clinic-list li a {
    height: 200px;
  }
  .clinic-list li a img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .clinic-list li p {
    font-size: 13px;
  }
}

.bundoki {
  width: 350px;
  margin: 0 auto -90px;
  text-align: center;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .bundoki {
    width: 85%;
  }
}

.bg-concern {
  border: 2px solid #f0e3c6;
  max-width: 1200px;
  margin: -30px auto 40px;
  position: relative;
  z-index: 2;
  padding: 25px 0;
}
@media all and (max-width: 896px) {
  .bg-concern {
    max-width: 95%;
  }
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.feature-list > li {
  width: 31.333%;
  position: relative;
  margin: 0 1% 80px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
@media all and (max-width: 639px) {
  .feature-list > li {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.feature-list > li:nth-child(3n + 2) {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media all and (max-width: 639px) {
  .feature-list > li:nth-child(3n + 2) {
    -webkit-transform: none;
    transform: none;
  }
}
.feature-list > li:nth-child(3n) {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
@media all and (max-width: 639px) {
  .feature-list > li:nth-child(3n) {
    -webkit-transform: none;
    transform: none;
  }
}
.feature-list > li .feature-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  position: relative;
}
.feature-list > li .feature-inner:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 97%;
  height: 97%;
  border: 2px solid #fff;
}
@media all and (max-width: 639px) {
  .feature-list > li .feature-inner:before {
    border: 1px solid #fff;
  }
}
.feature-list > li figure {
  height: 260px;
}
.feature-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .feature-list > li figure {
    width: 100%;
    height: auto;
  }
}
.feature-list > li .feature-num {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 7rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(69, 69, 69, 0.5);
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #fff;
  left: 30px;
  top: -30px;
  z-index: 3;
  border-radius: 50%;
}
.feature-list > li .feature-num:before {
  position: absolute;
  content: "Reason";
  left: -18px;
  top: -18px;
  color: #fff;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  font-size: 3.2rem;
  font-family: "Barlow Condensed", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media all and (max-width: 639px) {
  .feature-list > li .feature-num:before {
    font-size: 2.2rem;
    left: -14px;
    top: -28px;
  }
}
.feature-list > li .feature-num:first-letter {
  font-size: 5.5rem;
}
@media all and (max-width: 639px) {
  .feature-list > li .feature-num {
    height: 70px;
    line-height: 70px;
    font-size: 3.8rem;
  }
  .feature-list > li .feature-num:first-letter {
    font-size: 2.8rem;
  }
}
.feature-list > li .feature-txt {
  position: relative;
  padding: 20px 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .feature-list > li .feature-txt {
    padding: 25px 15px;
    font-size: 1.2rem;
  }
}
.feature-list > li .feature-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 10px;
  color: #0059a7;
}
@media all and (max-width: 639px) {
  .feature-list > li .feature-title {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .feature-list {
    padding: 0 10px;
  }
}

.article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-box .left {
  width: 30%;
}
.article-box .right {
  width: 68%;
}
@media all and (max-width: 896px) {
  .article-box {
    padding: 0 10px;
  }
  .article-box .left {
    width: 100%;
  }
  .article-box .right {
    width: 100%;
  }
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 150;
}
@media all and (max-width: 896px) {
  .fixed-btn {
    display: none !important;
  }
}
.fixed-btn a {
  text-align: center;
  padding: 8px 10px;
  display: block;
  background: #0059a7;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 10px;
  border: 1px solid #0059a7;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.fixed-btn a i {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.fixed-btn a:hover {
  background: #fff;
  color: #0059a7;
}
.fixed-btn a:nth-child(even) {
  background: #eec700;
  border: 1px solid #eec700;
}
.fixed-btn a:nth-child(even):hover {
  background: #fff;
  color: #eec700;
}
.fixed-btn a:not(:last-of-type) {
  margin-bottom: 8px;
}
@media all and (max-width: 639px) {
  .fixed-btn {
    top: auto;
    width: 100%;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed-btn a {
    background: #aa8f3e;
    padding: 0 10px;
  }
  .fixed-btn a:last-of-type {
    margin: 0;
    background: #6f5e53;
  }
}

.covid-area {
  position: relative;
}
.covid-area:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgba(246, 235, 218, 0.5);
}

.covid-wrap {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  z-index: 20;
  cursor: pointer;
}
@media all and (max-width: 639px) {
  .covid-wrap {
    padding: 20px 15px;
  }
}

.covid-title {
  border: 2px solid #f6ebda;
  padding: 10px 5px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #454545;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.covid-title:hover {
  background: rgba(235, 245, 253, 0.6);
}
.covid-title:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #eec700;
  border-right: 2px solid #eec700;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (max-width: 639px) {
  .covid-title {
    padding: 10px 40px 10px 5px;
    font-size: 1.4rem;
  }
  .covid-title:after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
}

.covid-content {
  display: none;
}

.mtext-top {
  font-size: 2.4rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #454545;
  line-height: 1.2;
}
.mtext-top .main {
  position: relative;
  display: inline-block;
  padding-top: 34px;
  font-size: 3rem;
  line-height: 1.2;
  color: #0059a7;
  padding-left: 2px;
  padding-right: 2px;
}
.mtext-top .main:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  color: #fdfdfd;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: url(../img/point.png) no-repeat center/contain;
}

.mtext-top .sub {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtext-top {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .mtext-top .main {
    padding-top: 22px;
    font-size: 2rem;
  }
  .mtext-top .main:before {
    width: 50px;
    height: 15px;
  }
  .mtext-top .sub {
    font-size: 1rem;
  }
}

.mtext-top2 {
  font-size: 1.6rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
  line-height: 1.2;
}
.mtext-top2 .main {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  color: #0059a7;
  padding-left: 2px;
  padding-right: 2px;
}

.mtext-top2 .sub {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtext-top2 {
    font-size: 1.3rem;
  }
  .mtext-top2 .main {
    font-size: 1.5rem;
    display: block;
    line-height: 1.5;
  }
  .mtext-top2 .sub {
    font-size: 1rem;
  }
}

.mtext-top3 {
  font-size: 2.4rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  /* margin-bottom: 30px; */
  color: #fff;
  line-height: 1.2;
}
.mtext-top3 .main {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
}

.mtext-top3 .sub {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media all and (max-width: 639px) {
  .mtext-top3 {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .mtext-top3 .main {
    padding-top: 22px;
    font-size: 1.8rem;
  }
  .mtext-top3 .sub {
    font-size: 1rem;
  }
}

.half-box {
  width: 50%;
  margin-left: auto;
  padding: 40px;
  color: #fff;
}
@media all and (max-width: 639px) {
  .half-box {
    padding: 25px 15px;
    width: 100%;
  }
}

.greet-lead-box {
  max-width: 1000px;
  padding: 35px 30px;
  background: #fff;
  margin: -50px auto 0;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 639px) {
  .greet-lead-box {
    padding: 20px 15px;
    margin-top: 0;
  }
}

.top-business-list {
  padding-bottom: 40px;
}
.top-business-list li {
  position: relative;
}
.top-business-list li:nth-child(2) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media all and (max-width: 639px) {
  .top-business-list li:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
}
.top-business-list figure {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .top-business-list {
    padding: 0 20px;
  }
}

.top-business-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.top-business-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -40px;
  width: 1px;
  height: 30px;
  background: #fff;
  z-index: 2;
}
.top-business-title .ja {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
.top-business-title .eng {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.1em;
  color: #8ec7f4;
}
@media all and (max-width: 639px) {
  .top-business-title .eng {
    font-size: 1.3rem;
  }
  .top-business-title .ja {
    font-size: 1.8rem;
  }
}

.list6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list6 li {
  width: calc((100% - 60px) / 6);
  margin-right: 12px;
}
.list6 li:nth-child(6n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list6 li:nth-child(6n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list6 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list6 li {
    width: 48%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
}
.js-span-text.on span:nth-child(1) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}
.js-span-text.on span:nth-child(31) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
}
.js-span-text.on span:nth-child(32) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}
.js-span-text.on span:nth-child(33) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
}
.js-span-text.on span:nth-child(34) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}
.js-span-text.on span:nth-child(35) {
  -webkit-animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
  animation: text 2s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.5);
    transform: translateX(-20px) translateY(-10px) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.5);
    transform: translateX(-20px) translateY(-10px) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
spc {
  padding: 0.3em;
}

.TextTyping span {
  display: none;
}

.TextTyping::after {
  content: "｜";
  -webkit-animation: typinganime 0.8s ease infinite;
  animation: typinganime 0.8s ease infinite;
}

@-webkit-keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  -webkit-animation: glow_anime_on 1s ease-out forwards;
  animation: glow_anime_on 1s ease-out forwards;
}

@-webkit-keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  99% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}
.mini {
  font-size: 90%;
}

.mini2 {
  font-size: 85%;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-btn.btn-col2 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.list-btn.btn-col2 li {
  width: 48%;
  margin: auto;
  margin-bottom: 10px;
}
.list-btn.btn-col2 li a {
  padding: 15px 5px;
}
.list-btn.btn-col2 li a span {
  display: block;
  font-size: 1.6rem;
}
.list-btn.btn-col2 li a span .eng {
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .list-btn.btn-col2 li {
    width: 100%;
    margin: 0 auto 210px;
  }
  .list-btn.btn-col2 li a {
    font-size: 1.5rem;
  }
}
.list-btn li {
  width: 23%;
  margin: 0 1% 10px;
}
.list-btn li h2 {
  text-align: center;
}
.list-btn li h2 span {
  display: block;
  line-height: 1.5;
}
.list-btn li h2 .eng {
  color: #d7bf8c;
  font-size: 2.2rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.list-btn li h2 .ja {
  color: #454545;
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .list-btn li h2 .eng {
    font-size: 1.8rem;
  }
  .list-btn li h2 .ja {
    font-size: 1.3rem;
  }
}
.list-btn li a {
  border: 1px solid #d7bf8c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  color: #454545;
  font-weight: 700;
  padding: 15px 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px #f0e3c6;
  box-shadow: 4px 4px #f0e3c6;
}
.list-btn li a:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-bottom: 0.2em solid #f0e3c6;
  border-right: 0.2em solid #f0e3c6;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.list-btn li a .small {
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #0059a7;
  display: block;
  font-size: 1.3rem;
}
.list-btn li a span {
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
.list-btn li a:hover {
  background: #bc9541;
}
.list-btn li a:hover span {
  color: #fff;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.3rem;
  }
  .list-btn li a .small {
    font-size: 1rem;
  }
}
.list-btn.type1 li a {
  padding: 65px 40px 65px 0;
  border: 1px solid #003e74;
  font-size: 2.5rem;
  text-align: right;
  background: #111;
  color: #d7bf8c;
}
.list-btn.type1 li a:before {
  position: absolute;
  border-bottom: 0px;
  border-right: 0px;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  background: url(../img/icon01.jpg) no-repeat center/cover;
  -webkit-transform: none;
  transform: none;
}
.list-btn.type1 li a:after {
  width: 30px;
  height: 30px;
}
.list-btn.type1 li a:hover:before {
  opacity: 0.3;
}
@media all and (max-width: 639px) {
  .list-btn.type1 li a {
    font-size: 1.8rem;
    padding: 50px 40px 50px 0;
  }
}
.list-btn.type1 li:last-of-type a:before {
  background: url(../img/icon02.jpg) no-repeat center/cover;
}
.list-btn.type2 li a {
  padding: 65px 40px 65px 0;
  border: 1px solid #003e74;
  font-size: 2.5rem;
  text-align: right;
  background: #111;
  color: #d7bf8c;
}
.list-btn.type2 li a:before {
  position: absolute;
  border-bottom: 0px;
  border-right: 0px;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  background: url(../img/icon03.jpg) no-repeat center/cover;
  -webkit-transform: none;
  transform: none;
}
.list-btn.type2 li a:after {
  width: 30px;
  height: 30px;
}
.list-btn.type2 li a:hover:before {
  opacity: 0.3;
}
@media all and (max-width: 639px) {
  .list-btn.type2 li a {
    font-size: 1.8rem;
    padding: 50px 40px 50px 0;
  }
}
.list-btn.type2 li:last-of-type a:before {
  background: url(../img/icon04.jpg) no-repeat center/cover;
}

.list-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-btn2 li {
  width: 32%;
  margin: 0 1.995% 20px 0;
}
.list-btn2 li:first-child h2 {
  text-align: center;
}
.list-btn2 li:first-child h2 span {
  display: block;
  line-height: 1.4;
}
.list-btn2 li:first-child h2 .eng {
  color: #0059a7;
  font-size: 2.2rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.list-btn2 li:first-child h2 .ja {
  color: #454545;
  font-size: 1.6rem;
}
@media all and (max-width: 1100px) {
  .list-btn2 li:first-child h2 .eng {
    font-size: 2rem;
  }
  .list-btn2 li:first-child h2 .ja {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 639px) {
  .list-btn2 li:first-child h2 .eng {
    font-size: 1.8rem;
  }
  .list-btn2 li:first-child h2 .ja {
    font-size: 1.3rem;
  }
}
.list-btn2 li:not(:first-of-type) a {
  position: relative;
  border: 1px solid #eec700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  color: #454545;
  padding: 25px 5px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px #eec700;
  box-shadow: 4px 4px #eec700;
}
.list-btn2 li:not(:first-of-type) a:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-bottom: 0.2em solid #eec700;
  border-right: 0.2em solid #eec700;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.list-btn2 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 1100px) {
  .list-btn2 li:not(:first-of-type) a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 20px 5px;
  }
}
@media all and (max-width: 639px) {
  .list-btn2 li {
    width: 95%;
    margin: 0 auto 12px;
  }
  .list-btn2 li:last-child {
    margin: 0 auto;
  }
  .list-btn2 li:not(:first-of-type) a {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
  .list-btn2 li:nth-child(3n) {
    margin-right: auto;
  }
}
.list-btn2 li a:hover {
  background: #ffd709;
}
.list-btn2 li a:hover span {
  color: #fff;
}
.list-btn2 li a:hover:before {
  border-bottom: 0.2em solid #f6ebda;
  border-right: 0.2em solid #f6ebda;
}

.deco {
  position: relative;
}
.deco:before,
.deco:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 500px;
}
@media all and (max-width: 639px) {
  .deco:before,
  .deco:after {
    width: 70%;
  }
}
.deco:before {
  right: 0;
  top: 0;
  background: url(../img/deco01.png) no-repeat right top/contain;
}
.deco:after {
  left: 0;
  bottom: 0;
  background: url(../img/deco02.png) no-repeat left bottom/contain;
}
.deco.type1:before,
.deco.type1:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 400px;
  opacity: 0.4;
}
@media all and (max-width: 639px) {
  .deco.type1:before,
  .deco.type1:after {
    width: 60%;
    opacity: 0.2;
  }
}
.deco.type2:before,
.deco.type2:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 400px;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .deco.type2:before,
  .deco.type2:after {
    width: 60%;
    opacity: 0.5;
  }
}
.deco .inner {
  position: relative;
  z-index: 2;
}

.img-wk:before {
  left: 10px;
}

.img-wk2:before {
  right: 10px;
}

.img-wk,
.img-wk2 {
  position: relative;
  width: calc(100% - 20px);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.img-wk:before,
.img-wk2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  border: 1px solid #eec700;
}
@media all and (max-width: 639px) {
  .img-wk,
  .img-wk2 {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: 0;
  }
  .img-wk:before,
  .img-wk2:before {
    right: 10px;
    left: auto;
  }
}

.icon {
  text-align: center;
  margin: 0 auto 10px;
  width: 200px;
}
@media all and (max-width: 896px) {
  .icon {
    margin: 0 auto 5px;
    width: 150px;
  }
}

.icon2 {
  text-align: center 20px;
  margin: 0 auto;
  width: 170px;
}
@media all and (max-width: 896px) {
  .icon2 {
    margin: 0 auto 5px;
    width: 120px;
  }
}

@keyframes fuwafuwas {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwas {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.fuwafuwas {
  animation-name: fuwafuwas;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -webkit-animation-name: fuwafuwas;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwas;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -ms-animation-name: fuwafuwas;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}

.btn-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-list2 li {
  width: 48%;
}
@media all and (max-width: 639px) {
  .btn-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn-list2 li {
    width: 100%;
  }
  .btn-list2 li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.bnr-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.bnr-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #0059a7;
  background: repeating-linear-gradient(135deg, #0059a7 0, #0059a7 5px, #005eb1 5px, #005eb1 10px);
}
.bnr-btn a figure {
  width: 70%;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
}
.bnr-btn a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: block;
}
@media all and (max-width: 639px) {
  .bnr-btn a figure {
    width: 55%;
    height: 140px;
  }
}
.bnr-btn a p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  z-index: 2;
  font-size: 12px;
}
.bnr-btn a p span {
  padding: 3px 8px;
  color: #fff;
  background: #eec700;
  display: inline-block;
}
.bnr-btn a h3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 2;
  line-height: 1.5;
}
.bnr-btn a h3 span {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: block;
}
.bnr-btn a h3 .eng {
  text-shadow: 0 0 6px rgba(69, 69, 69, 0.8);
  font-size: 5rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.5;
}
.bnr-btn a h3 .ja {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 2rem;
  border: 1px solid #fff;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #0059a7;
}
@media all and (max-width: 896px) {
  .bnr-btn a p {
    right: 10px;
    bottom: 10px;
    font-size: 10px;
  }
  .bnr-btn a p span {
    padding: 2px 6px;
  }
  .bnr-btn a h3 {
    left: 10px;
    bottom: 10px;
  }
  .bnr-btn a h3 .ja {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .bnr-btn a h3 .eng {
    font-size: 2.3rem;
  }
}
.bnr-btn a:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bnr-btn a:hover h3 span {
  text-shadow: none;
}
.bnr-btn a:hover h3 .ja {
  background: transparent;
  color: #fff;
}

.tcenter_pc {
  text-align: center;
}
@media all and (max-width: 639px) {
  .tcenter_pc {
    text-align: left;
  }
}

.flow-lead-box {
  max-width: 1000px;
  padding: 30px;
  background: #fefefe;
  margin: -100px auto 0;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 8px rgba(69, 69, 69, 0.1);
}
@media all and (max-width: 639px) {
  .flow-lead-box {
    max-width: 94%;
    padding: 15px;
    margin-top: -30px;
  }
}

.top-point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  padding-bottom: 80px;
}
@media all and (max-width: 639px) {
  .top-point-list {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding-bottom: 0;
  }
}
.top-point-list li {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.top-point-list li:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  height: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ebda), color-stop(50%, #f6ebda), color-stop(50.1%, #ebf5fd), to(#ebf5fd));
  background-image: linear-gradient(to bottom, #f6ebda 0%, #f6ebda 50%, #ebf5fd 50.1%, #ebf5fd 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 90px;
}
.top-point-list li .num {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  z-index: 2;
  line-height: 1;
}
.top-point-list li .num em {
  font-style: normal;
  font-size: 5rem;
  display: block;
  color: #d7bf8c;
}
@media all and (max-width: 639px) {
  .top-point-list li .num {
    font-size: 1.3rem;
    text-align: center;
    left: 15px;
  }
  .top-point-list li .num em {
    font-size: 2.8rem;
  }
}
.top-point-list li .txt {
  position: relative;
  padding: 15px 15px 15px 120px;
  z-index: 2;
  font-weight: 600;
  color: #111;
  font-size: 2rem;
}
@media all and (max-width: 639px) {
  .top-point-list li .txt {
    padding-left: 80px;
    font-size: 1.2rem;
  }
}

.marker-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #e6d5bc));
  background: linear-gradient(transparent 70%, #e6d5bc 0%);
  z-index: 0;
}

.feature-dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(254, 254, 254, 0.6);
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
  box-shadow: 0 0 10px rgba(69, 69, 69, 0.1);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}
.feature-dl .inner dt {
  position: relative;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 2rem;
  color: #fefefe;
  z-index: 1;
  background: #004b8e;
  top: 0;
  left: -30px;
  padding: 6px 12px;
}
.feature-dl .inner dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.feature-dl .inner:not(:first-child) {
  margin-top: 40px;
}
@media all and (max-width: 639px) {
  .feature-dl .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-dl .inner dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.feature-dl .feature-title {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: #d7bf8c;
  padding-bottom: 5px;
  border-bottom: 1px solid #eec700;
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .feature-dl .feature-title {
    font-size: 1.4rem;
  }
}

/* --top-bnr-list--
----------------------------------*/
.top-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 1500px;
  width: 98%; */
  margin: 0 auto;
}
.top-bnr-list > li {
  /* width: 23%; */
  /* width: 25%; */
  width: 50%;
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-bnr-list > li a:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  opacity: 0.5;
}
.top-bnr-list > li a:hover .btn-arrow {
  background: #0d3369;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #ffde00;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #ffde00;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top-bnr-list li .top-bnr-main::before {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  /* top: 0; */
  top: 40%;
  bottom: 0;
}

.top-bnr-list li:nth-child(1) .top-bnr-main::before {
  width: 50%;
  right: 0;
}

.top-bnr-list li:nth-child(2) .top-bnr-main::before {
  left: 0;
}

.top-bnr-list li:nth-child(3) .top-bnr-main::before {
  left: 0;
}

.top-bnr-list li:nth-child(4) .top-bnr-main::before {
  width: 50%;
  left: 0;
}

.top-bnr-list li .top-bnr-main::after {
  content: "";
  height: 50px;
  margin: auto;
  position: absolute;
  /* top: 0; */
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-bnr-list li:nth-child(1) .top-bnr-main::after {
  width: 50px;
  height: 50px;
  background: url(../img/top-bnr-img01.png) no-repeat center center;
  background-size: 50px 50px;
}
.top-bnr-list li:nth-child(2) .top-bnr-main::after {
  width: 50px;
  height: 50px;
  background: url(../img/top-bnr-img02.png) no-repeat center center;
  background-size: 50px 50px;
}
.top-bnr-list li:nth-child(3) .top-bnr-main::after {
  width: 50px;
  height: 50px;
  background: url(../img/top-bnr-img03.png) no-repeat center center;
  background-size: 50px 50px;
}
.top-bnr-list li:nth-child(4) .top-bnr-main::after {
  width: 50px;
  height: 50px;
  background: url(../img/top-bnr-img04.png) no-repeat center center;
  background-size: 50px 50px;
}

@media all and (max-width: 896px) {
  .top-bnr-list {
    width: 90%;
    max-width: 500px;
  }
  .top-bnr-list > li {
    width: 100%;
  }
  .top-bnr-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .top-bnr-list li:nth-child(1) .top-bnr-main::before,
  .top-bnr-list li:nth-child(4) .top-bnr-main::before {
    width: 100%;
  }
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  /* height: 240px; */
  height: 300px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  /* border-radius: 20px; */
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 1100px) {
  .top-bnr-list .top-bnr-img {
    height: 200px;
  }
}
@media all and (max-width: 896px) {
  .top-bnr-list .top-bnr-img {
    height: 220px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-img {
    height: 180px;
  }
}
.top-bnr-list .btn-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  /* top: 220px; */
  top: 280px;
  text-align: center;
  line-height: 40px;
  background: #ffde00;
  border: 2px solid #0d3369;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 1100px) {
  .top-bnr-list .btn-arrow {
    top: 180px;
  }
}
@media all and (max-width: 896px) {
  .top-bnr-list .btn-arrow {
    top: 200px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list .btn-arrow {
    top: 160px;
  }
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #0d3369;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 6px;
  content: "";
  right: 1px;
  bottom: -2px;
  border-right: 3px solid #0d3369;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
.top-bnr-list .top-bnr-title {
  padding: 5px 15px;
  line-height: 1.4;
  position: relative;
  /* margin: 0 -30px 100px; */
}
.top-bnr-list .top-bnr-title .eng {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Fjalla One", sans-serif;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.top-bnr-list .top-bnr-title .ja {
  font-size: 2rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 0.5;
}
@media all and (max-width: 896px) {
  .top-bnr-list .top-bnr-title {
    padding: 5px 10px;
  }
  .top-bnr-list .top-bnr-title .eng {
    font-size: 4rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 2rem;
  }
}

.top-bnr-main {
  color: #fff;
  text-align: center;
  height: 150px;
  padding: 30px;
  background: #004bb1;
  position: relative;
}

.top-bnr-main.add {
  background: #223059;
}

.med-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.med-wrap .med-side {
  width: 20%;
  position: sticky;
  left: 0;
  top: 110px;
}
@media all and (max-width: 896px) {
  .med-wrap .med-side {
    top: 20px;
  }
}
@media all and (max-width: 639px) {
  .med-wrap .med-side {
    width: 100%;
  }
}
.med-wrap .med-side-category li a {
  display: block;
  background: #fff;
  color: #454545;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
.med-wrap .med-side-category li a:after {
  color: #f6ebda;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.med-wrap .med-side-category li a:hover {
  background: #005eb1;
  color: #fff;
}
.med-wrap .med-side-category li a:hover:after {
  color: #fff;
}
.med-wrap .med-side-category li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media all and (max-width: 639px) {
  .med-wrap .med-side-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .med-wrap .med-side-category li {
    width: 48%;
  }
  .med-wrap .med-side-category li a {
    line-height: 1.4;
    font-size: 13px;
  }
}
.med-wrap .med-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 25px;
}
@media all and (max-width: 639px) {
  .med-wrap .med-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 30px 0 0;
  }
}

.list-concern-box {
  padding: 40px 20px 20px;
  border-radius: 10px;
  background: #fff;
}
.list-concern-box .list-concern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-concern-box .list-concern li {
  position: relative;
  width: 48%;
  padding: 15px 15px 15px 50px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccbf94;
}
.list-concern-box .list-concern li::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 35px;
  width: 35px;
  background: url(../img/check.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .list-concern-box {
    padding: 25px 15px 15px;
  }
  .list-concern-box .list-concern li {
    padding: 10px 10px 10px 40px;
    font-size: 1.3rem;
    width: 96%;
    margin: 0 auto 5px;
  }
  .list-concern-box .list-concern li::before {
    height: 25px;
    width: 25px;
  }
  .list-concern-box .list-concern li:last-child {
    margin: 0 auto;
  }
}

.list-check li {
  position: relative;
  width: 98%;
  max-width: 850px;
  padding: 15px 15px 15px 50px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.list-check li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.list-check li::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 35px;
  width: 35px;
  background: url(../img/check.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .list-check li {
    padding-left: 40px;
    font-size: 1.3rem;
    padding: 10px 10px 10px 40px;
  }
  .list-check li::before {
    height: 25px;
    width: 25px;
  }
}

/* liは中央寄せの器 */
.list-check2 li {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

.list-check2 li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}

.list-check2 p.mtext-top2 {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  width: 100%;
  max-width: 350px; /* ← ここだけ変更 */
  align-items: center;
  text-align: left;
  margin: 0 auto; /* ← 常に中央 */
}

/* チェック（gridの1列目） */
.list-check2 p.mtext-top2::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/check02.png) no-repeat center / contain;
}

/* SP */
@media (max-width: 639px) {
  .list-check2 li {
    padding: 15px 15px;
    font-size: 1.3rem;
  }

  .list-check2 p.mtext-top2::before {
    width: 25px;
    height: 25px;
  }
}

.list-review li {
  position: relative;
  width: 98%;
  max-width: 850px;
  padding: 15px 15px 15px 50px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.list-review li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.list-review li::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 35px;
  width: 35px;
  background: url(../img/review.png) no-repeat center/contain;
}
@media all and (max-width: 639px) {
  .list-review li {
    padding-left: 40px;
    font-size: 1.3rem;
    padding: 10px 10px 10px 40px;
  }
  .list-review li::before {
    height: 25px;
    width: 25px;
  }
}

.list-crown li {
  position: relative;
  width: 98%;
  max-width: 850px;
  padding: 15px 15px 15px 85px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.list-crown li:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.list-crown li.crown-1::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 70px;
  width: 70px;
  background: url(../img/crown-1.png) no-repeat center/contain;
}
.list-crown li.crown-2::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 70px;
  width: 70px;
  background: url(../img/crown-2.png) no-repeat center/contain;
}
.list-crown li.crown-3::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
  height: 70px;
  width: 70px;
  background: url(../img/crown-3.png) no-repeat center/contain;
}

@media all and (max-width: 639px) {
  .list-crown li {
    padding-left: 40px;
    font-size: 1.3rem;
    padding: 10px 10px 10px 75px;
  }
  .list-crown li.crown-1::before,
  .list-crown li.crown-2::before,
  .list-crown li.crown-3::before {
    height: 60px;
    width: 60px;
  }
}

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-link {
    margin: auto;
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .top-link {
    width: 100%;
  }
}
.top-link li {
  width: 19.2%;
  margin: 0.5% 0;
}
.top-link li a {
  display: block;
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #000;
}
@media all and (max-width: 1100px) {
  .top-link li a {
    height: 230px;
  }
}
.top-link li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.top-link li a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media all and (max-width: 896px) {
  .top-link li {
    width: 49%;
    margin: 1% 0;
  }
  .top-link li a {
    height: 200px;
  }
  .top-link li:last-child {
    margin-bottom: 0;
  }
}
.top-link li .menu-btn-title {
  position: absolute;
  padding: 10px 5px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  left: 15px;
  top: 15px;
  color: #454545;
  background: rgba(254, 254, 254, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 2;
  font-size: 1.8rem;
  letter-spacing: 0.25em;
}
@media all and (max-width: 896px) {
  .top-link li .menu-btn-title {
    padding: 8px 4px;
    font-size: 1.4rem;
  }
}
.top-link li .arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 15px;
  bottom: 15px;
  z-index: 4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1rem;
  text-align: center;
  color: #fefefe;
}
.top-link li .arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}
@media all and (max-width: 896px) {
  .top-link li .arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
  }
}

.top-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px 20px;
  padding-top: 20px;
}
@media all and (max-width: 639px) {
  .top-list2 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    width: 90%;
  }
}
.top-list2 > li {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px 30px;
  background: #faf5df;
  -webkit-box-shadow: 0 0 8px rgba(0, 89, 167, 0.06);
  box-shadow: 0 0 8px rgba(0, 89, 167, 0.06);
}
.top-list2 > li.type1 {
  background: linear-gradient(16deg, rgba(234, 200, 169, 0.1) 0%, rgba(234, 200, 169, 0.1) 25%, transparent 25%, transparent 96%, rgba(228, 202, 157, 0.08) 96%, rgba(228, 202, 157, 0.08) 100%), linear-gradient(236deg, rgba(231, 211, 185, 0.08) 0%, rgba(231, 211, 185, 0.08) 53%, transparent 53%, transparent 59%, rgba(225, 201, 145, 0.06) 59%, rgba(225, 201, 145, 0.06) 100%), linear-gradient(284deg, rgba(243, 215, 161, 0.04) 0%, rgba(243, 215, 161, 0.04) 46%, transparent 46%, transparent 71%, rgba(216, 205, 179, 0.08) 71%, rgba(216, 205, 179, 0.08) 100%), linear-gradient(316deg, rgba(247, 236, 219, 0.08) 0%, rgba(247, 236, 219, 0.08) 26%, transparent 26%, transparent 49%, rgba(219, 188, 140, 0.06) 49%, rgba(219, 188, 140, 0.06) 100%), linear-gradient(90deg, #fff, #fff);
}
.top-list2 > li img {
  display: block;
  width: 90px;
  margin: 0 auto 15px;
}
@media all and (max-width: 639px) {
  .top-list2 > li {
    padding: 5px 5px 25px;
  }
  .top-list2 > li img {
    display: block;
    width: 70px;
    margin: 0 auto 15px;
  }
}
.top-list2 > li .num {
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  font-size: 3rem;
  position: absolute;
  left: 50%;
  top: -30px;
  background: #fff;
  color: #0059a7;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #d7ccbb;
  box-shadow: 0 0 0 5px #d7ccbb;
}
@media all and (max-width: 639px) {
  .top-list2 > li .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
    top: -20px;
  }
}
.top-list2 > li .txt {
  font-size: 1.8rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  color: #0059a7;
  z-index: 2;
  line-height: 1.4;
}
.top-list2 > li .txt .small {
  display: block;
  font-size: 0.8em;
}
@media all and (max-width: 639px) {
  .top-list2 > li .txt {
    font-size: 1.4rem;
  }
}

.flow-slick li .flow-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fefefe;
  -webkit-box-shadow: 0 0 8px rgba(0, 89, 167, 0.06);
  box-shadow: 0 0 8px rgba(0, 89, 167, 0.06);
  width: calc(100% - 80px);
  margin: auto;
}
.flow-slick li .flow-column2 .child-img {
  width: 50%;
}
.flow-slick li .flow-column2 .child {
  width: 50%;
  padding: 30px;
}
.flow-slick li .flow-column2 .child h3 {
  line-height: 1.4;
  font-size: 2rem;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #454545;
  border-bottom: 1px solid #0082f4;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.flow-slick li .flow-column2 .child h3 span {
  color: #0059a7;
  font-size: 3rem;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .flow-slick li .flow-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flow-slick li .flow-column2 .child-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  .flow-slick li .flow-column2 .child {
    width: 100%;
    padding: 15px 10px;
  }
  .flow-slick li .flow-column2 .child h3 {
    font-size: 1.3rem;
    padding-bottom: 3px;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
  }
  .flow-slick li .flow-column2 .child h3 span {
    font-size: 1.6rem;
    margin-right: 5px;
    letter-spacing: 0.1em;
  }
}

.box1 {
  max-width: 1000px;
  background: #fff;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(69, 69, 69, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(69, 69, 69, 0.2);
  border: 1px solid #ccc;
}
.box1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -70px;
  width: 1px;
  height: 70px;
  z-index: 2;
  background: #ccc;
}
@media all and (max-width: 639px) {
  .box1:before {
    top: -30px;
    height: 30px;
  }
}
@media all and (max-width: 639px) {
  .box1 {
    padding: 20px 15px;
    width: calc(100% - 10px);
  }
  .box1:before {
    top: -40px;
    height: 40px;
  }
}

.top-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .top-split {
    padding: 0;
  }
}
.top-split .child {
  width: 32%;
}
.top-split .child.split-1 {
  background: url(../img/split01.jpg) no-repeat center/cover;
}
.top-split .child.split-2 {
  background: url(../img/split02.jpg) no-repeat center/cover;
}
.top-split .child.split-3 {
  background: url(../img/split03.jpg) no-repeat center/cover;
}
@media all and (max-width: 639px) {
  .top-split .child.split-3 {
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .top-split .child {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.top-split .child a {
  display: block;
  position: relative;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-split .child a:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
@media all and (max-width: 639px) {
  .top-split .child a {
    height: auto;
    padding: 55px 0;
  }
  .top-split .child a:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #fff;
  }
}
.top-split .child a .inner {
  position: relative;
  z-index: 3;
  text-align: center;
  font-weight: 600;
}
.top-split .child a .split-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
}
.top-split .child a .split-title .eng {
  display: block;
  line-height: 1.8;
  font-size: 1.3rem;
  font-family: "Alata", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .top-split .child a .split-title {
    font-size: 1.4rem;
  }
  .top-split .child a .split-title .eng {
    font-size: 1.1rem;
  }
}
.top-split .child a .split-txt {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .top-split .child a .split-txt {
    font-size: 1.2rem;
    padding: 0 20px;
    max-width: 90%;
  }
}
.top-split .child a .split-more {
  width: 170px;
  padding: 6px 0;
  text-align: center;
  background: #fff;
  color: #111;
  border-radius: 30px;
  margin: 25px auto 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.top-split .child a:hover:before {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.top-split .child a:hover .split-more {
  background: #0059a7;
  color: #fff;
}

.menu-list {
  width: 98%;
  margin: auto;
}
.menu-list.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-list.type1 li {
  width: 48%;
  margin: 10px 0;
}
@media all and (max-width: 639px) {
  .menu-list.type1 li {
    width: 100%;
  }
}
.menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 4px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 65%;
  position: relative;
}
.menu-list > li .left:after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  color: #0059a7;
}
.menu-list > li .right a {
  color: #454545;
}
.menu-list > li .right a i.fa-file-pdf {
  color: #c6181f;
}
.menu-list > li .right a i {
  font-size: 110%;
  margin-right: 5px;
}

.txt-doc a {
  color: #454545;
}
.txt-doc a i.fa-file-pdf {
  color: #c6181f;
}
.txt-doc a i {
  font-size: 110%;
  margin-right: 5px;
}

.txt-under {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.txt-under a {
  text-decoration: underline;
}
.txt-under a:hover {
  text-decoration: none;
}

.lh2 {
  line-height: 2.2;
}
@media all and (max-width: 639px) {
  .lh2 {
    line-height: 2;
  }
}

.img-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(50% - 50vw);
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .img-100 {
    margin-top: -40px;
  }
}
.img-100 img {
  width: 50%;
}
@media all and (max-width: 639px) {
  .img-100 img {
    width: 100%;
  }
}

.course-dl {
  overflow: hidden;
}
.course-dl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: #454545;
}
.course-dl dd {
  padding-left: 9em;
}
@media all and (max-width: 639px) {
  .course-dl dt {
    float: none;
  }
  .course-dl dd {
    padding: 5px;
  }
}

.link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link2 li {
  margin: 10px;
}
.link2 li a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
@media all and (max-width: 639px) {
  .link2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link2 li {
    width: 95%;
    margin: 0 auto;
  }
  .link2 li:not(:last-child) {
    margin: 0 auto 10px;
  }
}

.goods-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.goods-column2 .child {
  width: 55%;
  padding: 15px;
  table-layout: fixed;
  word-wrap: break-word;
}
.goods-column2 .child p + p {
  margin-top: 15px;
}
.goods-column2 .child p {
  line-height: 2.2;
}
.goods-column2 .child-img {
  width: 40%;
  position: relative;
}
@media all and (max-width: 896px) {
  .goods-column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goods-column2 .child {
    width: 100%;
    padding: 10px;
  }
  .goods-column2 .child p {
    line-height: 2;
  }
  .goods-column2 .child-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}

.about-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-gallery li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 300px;
  background: #f4f4f4;
}
.about-gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}
@media all and (max-width: 1100px) {
  .about-gallery li a {
    height: 270px;
  }
}
@media all and (max-width: 639px) {
  .about-gallery li a {
    height: 240px;
  }
}

.top-campaign-title {
  font-family: "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: -15px;
}
.top-campaign-title .small {
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .top-campaign-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .top-campaign-title .small {
    font-size: 1.15rem;
    display: block;
  }
}

/* // ボタン1
//-------------------------------------------------- */
.u-btn1 {
  background-color: #0d3369;
  border: solid thin #0d3369;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  min-width: 150px;
  /* padding: 0.7em 1em; */
  padding: 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.8s ease;
}
.u-btn1:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  padding-right: 5px;
}
.u-btn1._tel:before {
  content: "\f095";
}
.u-btn1._mail:before {
  content: "\f0e0";
}
.u-btn1._cart:before {
  content: "";
}
.u-btn1._fax:before {
  content: "\f07a";
}
.u-btn1._map:before {
  content: "\f1ac";
}
.u-btn1._user:before {
  content: "\f3c5";
}
.u-btn1._calender:before {
  content: "\f007";
}
.u-btn1._line:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-weight: 400;
}
.u-btn1._fit {
  width: 100%;
}
.u-btn1._min {
  min-width: 0;
}
.u-btn1._light {
  background-color: transparent;
  border: solid thin #ccc;
  color: #fff;
}
.u-btn1._light:hover {
  background-color: #fff;
  color: #0d3369;
}
.u-btn1:hover {
  background-color: #fff;
  color: #0d3369;
  transition: all 0.3s ease;
}

/* // リストデザイン2
//--------------------------------------------------
//ul.u-listDesign2._col-1>li* */
.u-listDesign2 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: -0.5em;
}
.u-listDesign2._col-1 > li {
  width: calc(100% - 1.6em);
}
.u-listDesign2._col-2 > li {
  width: calc(50% - 1.6em);
}
.u-listDesign2._col-3 > li {
  width: calc(33.3333333% - 1.6em);
}
.u-listDesign2._col-4 > li {
  width: calc(25% - 1.6em);
}
.u-listDesign2._col-5 > li {
  width: calc(20% - 1.6em);
}
.u-listDesign2._col-6 > li {
  width: calc(16.666666% - 1.6em);
}
.u-listDesign2 li {
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-left: 1.6em;
  text-indent: -1.4em;
}
.u-listDesign2 li.w100 {
  width: calc(100% - 1.6em);
}
.u-listDesign2 li.w66 {
  width: calc(66.6666666% - 1.6em);
}
.u-listDesign2 li.w50 {
  width: calc(50% - 1.6em);
}
.u-listDesign2 li.w33 {
  width: calc(33.3333333% - 1.6em);
}
.u-listDesign2 li:before {
  color: #004bb1;
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  padding-right: 5px;
}
.u-listDesign2._tcol-1 > li {
  width: calc(100% - 1.6em);
}
.u-listDesign2._tcol-2 > li {
  width: calc(50% - 1.6em);
}
.u-listDesign2._tcol-3 > li {
  width: calc(33.3333333% - 1.6em);
}
.u-listDesign2._tcol-4 > li {
  width: calc(25% - 1.6em);
}
.u-listDesign2._tcol-5 > li {
  width: calc(20% - 1.6em);
}
.u-listDesign2._tcol-6 > li {
  width: calc(16.666666% - 1.6em);
}
@media all and (max-width: 639px) {
  .u-listDesign2._col-1 > li,
  .u-listDesign2._col-2 > li,
  .u-listDesign2._col-3 > li,
  .u-listDesign2._col-4 > li,
  .u-listDesign2._col-5 > li,
  .u-listDesign2._col-6 > li {
    width: calc(100% - 1.6em);
  }
  .u-listDesign2._mcol-1 > li {
    width: calc(100% - 1.6em);
  }
  .u-listDesign2._mcol-2 > li {
    width: calc(50% - 1.6em);
  }
}

.top-interview-title {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 25px;
  margin-top: -40px;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.top-interview-title .eng {
  line-height: 1;
  /* font-family: "Josefin Sans", sans-serif; */
  font-family: "Fjalla One", sans-serif;
  /*display: block;*/
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #53759c;
  letter-spacing: 0.1em;
}
/* .top-interview-title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  top: -20px;
  left: 10px;
  background: #5f82aa;
  transform: rotate(20deg);
} */
@media screen and (max-width: 667px) {
  .top-interview-title {
    font-size: 1.6rem;
  }
  .top-interview-title .eng {
    font-size: 3rem;
  }
  .top-interview-title:before {
    left: 10px;
    height: 50px;
  }
}

.img_bx {
  width: 640px;
  margin: 0 auto;
}

.img_bx img {
  width: 100%;
}

@media all and (max-width: 639px) {
  .img_bx {
    width: 100%;
  }
}
.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  background: #0059a7 !important;
}
.form-pattern-2 dl dt:not(.pattern-exclusion) span.optional::before {
  content: " 任意" !important;
  color: #454545 !important;
  background: #ffde00 !important;
  padding: 5px 8px !important;
  margin-right: 5px !important;
  font-size: 11px !important;
  border-radius: 20px !important;
  position: relative !important;
  top: -2px !important;
}
.form-pattern-2 .submit-btn {
  color: #fff !important;
  background: #0059a7 !important;
  border: 1px solid #0059a7 !important;
  padding: 12px 5px !important;
  margin: 0 auto !important;
  width: 250px !important;
  border-radius: 25px !important;
}

.form-pattern-2 .submit-btn {
  color: #fff !important; /* テキストの色 */
  background: #0059a7 !important; /* ボタンの背景色 */
  border: 1px solid #0059a7 !important; /* ボタンの境界線 */
  padding: 12px 5px !important;
  margin: 0 auto !important;
  width: 250px !important;
  border-radius: 25px !important;
  position: relative; /* アイコンの位置調整用 */
}

.form-pattern-2 .submit-btn::before {
  content: "" !important;
  display: inline-block !important;
  height: 1em !important;
  width: 1em !important;
  vertical-align: middle !important;
  margin-right: 10px !important;
  -webkit-mask-image: url(https://cdn.rs-sys.jp/img/cmn/icon/envelope-solid.svg) !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-image: url(https://cdn.rs-sys.jp/img/cmn/icon/envelope-solid.svg) !important;
  mask-size: contain !important;
  mask-repeat: no-repeat !important;
  background-color: #fff !important; /* 初期アイコンの色 */
}

.form-pattern-2 .submit-btn:hover {
  color: #0059a7 !important; /* ホバー時のテキストの色 */
  background: #fff !important; /* ホバー時の背景色 */
  border: 1px solid #0059a7 !important; /* ホバー時の境界線 */
}

.form-pattern-2 .submit-btn:hover::before {
  background-color: #0059a7 !important; /* ホバー時のアイコンの色 */
}

.title-blue {
  color: #004bb1;
}

.title-yellow {
  color: #f2b705; /* 黄色（見やすい濃さ） */
}

table.company td {
  color: #004bb1; /* 青 */
}

.t-center {
  text-align: center;
}
