@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

/*==========================
mainimage
==========================*/
/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li:not(:first-child) {
  margin-left: 1em;
}

.slick-dots button {
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  -webkit-transform-origin: left bottom !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #1e5eb8;
  background: #fff;
  max-width: 220px;
  width: 100%;
  padding: 0.85em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #1e5eb8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}

.btn-style a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e5eb8;
  border-right: 1px solid #1e5eb8;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-style a:hover {
  background: #1e5eb8;
  color: #fff;
  cursor: pointer;
}

.btn-style a:hover:after {
  right: 5%;
  border-color: #fff;
}

/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}

.sec_news {
  padding: 3% 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news dd a {
  text-decoration: none;
  color: #121212;
}

.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #121212;
}

.sec_news .news dd {
  padding: 1em 0;
}

.sec_news .news dt + dd {
  padding-left: 120px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  font-size: 16px;
  position: relative;
  color: #fff;
  background: #1e5eb8;
  border-radius: 3em;
  display: block;
  padding: 0.3em 2em 0.3em 1.5em;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}

@media screen and (min-width: 768px) {
  .left.btn-style a {
    margin-left: 0;
  }

  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }

  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .columns.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns:not(:last-child) {
    margin-bottom: 2%;
  }

  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%;
  }

  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%;
  }

  .columns.reverse > .column:last-child {
    margin-left: 0;
  }

  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column.break + .column {
    margin-left: 0 !important;
  }

  .col_2 {
    width: 49%;
  }

  .col_3 {
    width: 32%;
  }

  .col_4 {
    width: 23.5%;
  }

  .col_5 {
    width: 18.4%;
  }

  .col_2:not(:nth-child(2n + 1)),
  .col_3:not(:nth-child(3n + 1)),
  .col_4:not(:nth-child(4n + 1)),
  .col_5:not(:nth-child(5n + 1)) {
    margin-left: 2%;
  }

  .con_l,
  .con_r {
    width: 49%;
  }

  .con_r {
    margin-left: 2%;
  }

  .sec_news .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_news h3 {
    width: 86px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
  }

  .sec_news dl {
    width: 72.3%;
    margin-left: 4%;
  }

  .sec_news .btn {
    width: 12%;
    margin-left: 4%;
  }
}
/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec01 .con_r {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .scroll {
    overflow: auto;
  }

  .scroll > table {
    width: 750px;
  }

  .scroll + p {
    text-align: center;
    font-size: 12px;
  }

  /*==========================
  mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }

  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }

  .sec_news {
    padding: 2em 0;
  }

  .sec_news .news dt {
    width: 100%;
  }

  #main .news dt {
    padding: 10px 0 0;
  }

  #main .news dd {
    padding: 0 0 10px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }

  .loopSlider ul {
    height: 90px;
  }

  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }

  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.sp_col_2,
  .columns.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns.sp_col_2 .column {
    width: 49%;
  }

  .columns.sp_col_2 .column:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }

  .columns.sp_col_3 .column {
    width: 32%;
  }

  .columns.sp_col_3 .column:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }

  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 21px;
  }

  .sec_news .news h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* ======== 下層 */
.home h2.eng_title {
  font-size: 36px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 25px;
  padding-top: 39px;
}

.home h2.eng_title .sub {
  font-size: 120px;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(30, 94, 184, 0.15);
  display: block;
  line-height: 1;
  margin-top: -75px;
}

@media (max-width: 767px) {
  .home h2.eng_title .sub {
    font-size: 60px;
    margin-top: -40px;
  }
}
@media (max-width: 1000px) {
  .home h2.eng_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home h2.eng_title {
    font-size: 22px;
    padding-top: 18px;
  }
}
.sec_text {
  line-height: 2 !important;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.sec_about {
  background: url(img/bg_img001.jpg) no-repeat center bottom/cover;
}

.sec_about .topinner {
  padding: 120px 0;
}

@media (min-width: 768px) {
  .sec_about .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sec_about .col_box .con_img {
    width: calc(430 / 1000 * 100%);
    margin-bottom: auto;
  }

  .sec_about .col_box .con_text {
    width: calc(100% - (430 / 1000 * 100%));
  }

  .sec_about .col_box .con_text .about_box {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_about .col_box .con_text .about_box {
    padding-right: 20px;
  }
}
.sec_about h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  line-height: 1;
  padding-bottom: 15px;
}

@media (max-width: 1000px) {
  .sec_about h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_about h2 {
    font-size: 22px;
    margin: 20px 0 15px;
  }
}
.sec_about .sec_text {
  color: #fff;
  margin: 0 0 35px;
}

.sec_about .about_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_about .about_btn_box .btn-style {
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sec_about .about_btn_box .btn-style {
    margin-right: 10px;
  }
}
.sec_about .about_btn_box .btn-style:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .sec_about .about_btn_box .btn-style a {
    font-size: 14px;
  }
}
.sec_about .topinner {
  position: relative;
}

.sec_about .topinner .about_eng_title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 160px;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.08);
  line-height: 0.71;
  margin: 0;
}

@media (max-width: 767px) {
  .sec_about .topinner .about_eng_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .sec_about .topinner {
    padding: 40px 0 60px;
  }
}
.sec_case {
  padding: 40px 0;
}
.sec_case * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .sec_case {
    padding: 110px 0 120px;
  }
}
.sec_case h3 {
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .sec_case h3 {
    font-size: 18px;
    min-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.sec_case h3:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #1e5eb8;
}
@media (min-width: 768px) {
  .sec_case h3:before {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .sec_case .case_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
  }
  .sec_case .case_box .case_item {
    width: 49%;
  }
}
.sec_case .case_box .case_item {
  padding: 20px;
  background: #f2f2eb;
}
@media (max-width: 767px) {
  .sec_case .case_box .case_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sec_case .case_box .case_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_case .case_box .case_item .btn-style {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_case .case_box .case_item .btn-style {
    margin-top: auto;
  }
}
.sec_case .case_box .case_item .btn-style a {
  color: #1e5eb8;
  border-color: #1e5eb8;
  background: transparent;
  padding: 10px 1em;
}
.sec_case .case_box .case_item .btn-style a:hover {
  background: #fff;
}
.sec_case .case_box .case_item .btn-style a:hover:after {
  border-color: #1e5eb8;
}
.sec_case .case_box .case_item .period_text {
  text-align: center;
  font-weight: bold;
  color: #1e5eb8;
  font-size: 24px;
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .sec_case .case_box .case_item .period_text {
    font-size: 30px;
  }
}
.sec_case .case_box .ber_aft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
}
.sec_case .case_box .ber_aft li {
  width: 46%;
  text-align: center;
}
.sec_case .case_box .ber_aft li .post_img {
  display: block;
  height: 108px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sec_case .case_box .ber_aft li .post_img {
    height: 70px;
  }
}
.sec_case .case_box .ber_aft li .post_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.sec_case .case_box .ber_aft li .color_blue {
  color: #1e5eb8;
}
.sec_case .case_box .ber_aft li:nth-child(odd) {
  position: relative;
}
.sec_case .case_box .ber_aft li:nth-child(odd):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 11px;
  border-color: transparent transparent transparent #7399cc;
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  margin: auto;
}

.sec_trouble .trouble_box_top {
  padding: 110px 0 120px;
  background: url(img/bg_img002.jpg) no-repeat center bottom/cover;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_top {
    padding: 40px 0;
  }

  .sec_trouble .trouble_box_top h2 {
    line-height: 1.3 !important;
    padding-top: 0;
  }

  .sec_trouble .trouble_box_top h2 .sub {
    margin-top: -57px !important;
  }
}
.sec_trouble .trouble_box_top .trouble_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item {
  width: 100%;
  max-width: calc((100% - 75px) / 4);
  margin-right: 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  height: 155px;
  -webkit-box-shadow: 5px 5px rgba(15, 69, 126, 0.3);
  box-shadow: 5px 5px rgba(15, 69, 126, 0.3);
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(4n) {
  margin-right: 0;
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(n + 5) {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_top .trouble_box .trouble_item {
    max-width: calc((100% - 15px) / 2);
    margin-right: 15px !important;
  }

  .sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(even) {
    margin-right: 0 !important;
  }

  .sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(n + 3) {
    margin-top: 20px !important;
  }
}
.sec_trouble .trouble_box_top .trouble_box .trouble_item .trouble_item_text {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #0f457e;
  margin: 0;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_top .trouble_box .trouble_item .trouble_item_text {
    font-size: 13px;
  }
}
.sec_trouble .trouble_box_top .subtitle_text_box {
  text-align: center;
  margin: 30px 0 0;
}

.sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner {
  border-bottom: solid 2px #1e5eb8;
  display: inline-block;
  margin: 0 auto;
}

.sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
  border-bottom: solid 2px #1e5eb8;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1e5eb8;
  margin: 0 0 3px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 5px;
  }
}
.sec_trouble .trouble_box_bottom {
  background: #f2f2eb;
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom {
    padding: 20px 0 40px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box_text {
  margin: 0;
}

.sec_trouble .trouble_box_bottom .sec_title_eng {
  font-size: 60px;
  letter-spacing: 0.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(30, 94, 184, 0.15);
  display: block;
  line-height: 1;
  text-align: center;
  margin: 70px 0 -8px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .sec_title_eng {
    margin: 40px 0 -8px;
  }
}
.sec_trouble .trouble_box_bottom .border_title {
  border-bottom: solid 1px #000000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .border_title {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.4;
  }
}
.sec_trouble .trouble_box_bottom .merit_box {
  background: #fff;
  padding: 40px 60px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box {
    padding: 30px 15px 40px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  display: block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box::after {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  display: block;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box::before {
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
}

.sec_trouble .trouble_box_bottom .merit_box h3 .sub {
  font-size: 48px;
  letter-spacing: 0.08em;
  color: #1e5eb8;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box h3 {
    font-size: 24px;
  }

  .sec_trouble .trouble_box_bottom .merit_box h3 .sub {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box h3 {
    font-size: 18px;
  }

  .sec_trouble .trouble_box_bottom .merit_box h3 .sub {
    font-size: 24px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
    gap: 5px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
  width: 100%;
  max-width: calc((100% - 60px) / 4);
  margin-right: 20px;
  background: linear-gradient(137deg, #2894d7, #1e5eb8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  height: 110px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
    max-width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
    max-width: calc((100% - 5px) / 2);
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item .merit_item_text {
  color: #fff;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item .merit_item_text {
    font-size: 14px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .sec_text {
  margin: 0;
}

.sec_menu {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sec_menu {
    padding: 40px 0;
  }
}
.sec_menu .menu_item_box {
  max-width: 2000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_menu .menu_item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box {
    max-width: 96%;
  }
}
.sec_menu .menu_item_box .menu_item {
  width: 100%;
  max-width: calc((100% - 2px) / 3);
  margin-right: 1px;
  height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}

@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item {
    height: 220px;
  }
}
.sec_menu .menu_item_box .menu_item::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  display: block;
  border-top: 24px solid transparent;
  border-right: 24px solid #1e5eb8;
}

.sec_menu .menu_item_box .menu_item:nth-child(3n) {
  margin-right: 0;
}

.sec_menu .menu_item_box .menu_item:nth-child(n + 4) {
  margin-top: 1px;
}

@media (max-width: 1000px) {
  .sec_menu .menu_item_box .menu_item {
    max-width: calc((100% - 1px) / 2);
    margin-right: 1px !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(even) {
    margin-right: 0 !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(n + 3) {
    margin-top: 1px !important;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item {
    max-width: 100%;
    margin-right: 0 !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(n + 2) {
    margin-top: 5px !important;
  }
}
.sec_menu .menu_item_box .menu_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_menu .menu_item_box .menu_item a:hover {
  background: rgba(30, 94, 184, 0.2);
}

.sec_menu .menu_item_box .menu_item h3 {
  color: #1e5eb8;
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin: 0 0 25px;
}

@media (max-width: 1000px) {
  .sec_menu .menu_item_box .menu_item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.sec_menu .menu_item_box .menu_item .ul_check {
  margin: 0;
}

.sec_menu .menu_item_box .menu_item .ul_check li {
  font-size: 18px;
  font-weight: 300;
}

.sec_menu .menu_item_box .menu_item .ul_check li::before {
  background: url(img/menu_check01.png) no-repeat center/contain;
  width: 21px;
  height: 19px;
  top: 8px;
}

@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item .ul_check li {
    font-size: 16px;
  }

  .sec_menu .menu_item_box .menu_item .ul_check li::before {
    background: url(img/menu_check01.png) no-repeat center/contain;
    width: 18px;
    height: 16px;
    top: 7px;
  }
}
.sec_menu .menu_item_box .menu_item:nth-child(even)::after {
  border-right: 24px solid #0f457e;
}

.sec_menu .menu_item_box .menu_item:nth-child(even) h3 {
  color: #0f457e;
}

.sec_menu .menu_item_box .menu_item:nth-child(even) .ul_check li::before {
  background: url(img/menu_check02.png) no-repeat center/contain;
}

.sec_menu .menu_item_box .menu_item:nth-child(1) {
  background: url(img/menu_bg01.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(2) {
  background: url(img/menu_bg02.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(3) {
  background: url(img/menu_bg03.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(4) {
  background: url(img/menu_bg04.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(5) {
  background: url(img/menu_bg05.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(6) {
  background: url(img/menu_bg06.png) no-repeat center center/cover;
}

.sec_menu .menu_btn_box {
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .sec_menu .menu_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_btn_box {
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .sec_menu .menu_btn_box .btn-style {
    width: 100%;
    max-width: calc((100% - 20px) / 3);
    margin-right: 20px;
  }

  .sec_menu .menu_btn_box .btn-style:last-child {
    margin-right: 0;
  }
}
.sec_menu .menu_btn_box .btn-style a {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 120px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1000px) {
  .sec_menu .menu_btn_box .btn-style a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_btn_box .btn-style a {
    font-size: 20px !important;
    height: 100px;
  }
}
.sec_menu .menu_btn_box .btn-style a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 74px;
  height: 86px;
  background: url(img/menu_btn_bg.png) no-repeat center center/contain;
}

.sec_peyment {
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .sec_peyment {
    padding: 0 0 40px;
  }
}
.sec_peyment h2 {
  margin: 0 0 15px !important;
}

.sec_peyment h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .sec_peyment h3 {
    font-size: 20px;
  }
}
.sec_peyment .sec_text {
  text-align: center;
  margin: 15px 0 25px;
}

@media (min-width: 768px) {
  .sec_peyment .peyment_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec_peyment .peyment_img_box .peyment_img {
    margin: 0 0 10px;
  }
}
.sec_contact {
  padding: 80px 0;
  background: #f2f2eb;
}

.sec_contact h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1.46 !important;
  font-weight: bold;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .sec_contact h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sec_contact .contact_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec_contact .contact_btn_box figure {
    margin-right: 20px;
  }

  .sec_contact .contact_btn_box figure:last-child {
    margin-right: 0;
  }
}
.sec_contact .contact_btn_box figure {
  text-align: center;
  margin-bottom: 10px;
}

.sec_contact .contact_btn_box figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_contact {
    padding: 40px 0;
  }
}
.sec_reason {
  padding: 90px 0 110px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_reason {
    padding: 40px 0;
  }
}
.sec_reason::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 75%;
  height: 68%;
  background: #f2f2eb;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_reason::after {
    display: none;
  }
}
.sec_reason .topinner {
  width: 1840px;
}

@media (min-width: 768px) {
  .sec_reason .reason_item_box {
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_reason .reason_item_box {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .sec_reason .reason_item_box .reason_item {
    width: 100%;
    max-width: calc((100% - 100px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_reason .reason_item_box .reason_item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item {
    margin: 0 0 25px;
  }

  .sec_reason .reason_item_box .reason_item:last-child {
    margin: 0;
  }
}
.sec_reason .reason_item_box .reason_item .reason_item_title {
  border-bottom: solid 1px #d7d7d7;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item .reason_item_title {
    margin: 0 0 10px;
  }
}
.sec_reason .reason_item_box .reason_item h3 {
  font-size: 24px;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 3px;
  font-weight: bold;
  line-height: 1.41;
  margin: 20px 0 2px;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item h3 {
    margin-top: 15px !important;
  }
}
.sec_reason .reason_item_box .reason_item h3 .num {
  font-size: 50px;
  color: #1e5eb8;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
  display: block;
}

@media (max-width: 1000px) {
  .sec_reason .reason_item_box .reason_item h3 {
    font-size: 16px;
  }

  .sec_reason .reason_item_box .reason_item h3 .num {
    font-size: 28px;
    margin-right: 10px;
  }
}
.sec_reason .reason_item_box .reason_item:nth-child(n + 4) h3 {
  margin: 20px 0 8px;
}

.sec_reason .reason_item_box .reason_item .sec_text {
  margin: 0;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item .sec_text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec_reason h2 {
    line-height: 1.3 !important;
    padding-top: 0;
  }

  .sec_reason h2 .sub {
    margin-top: -57px !important;
  }
}
.sec_greeting {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .sec_greeting {
    padding-top: 10px;
  }
}
.sec_greeting .greeting_inner {
  position: relative;
}

.sec_greeting .greeting_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 56%;
  height: 91%;
  background: #f2f2eb;
  z-index: -1;
}

@media (max-width: 1000px) {
  .sec_greeting .greeting_inner::after {
    width: 62%;
    height: 105%;
  }
}
@media (max-width: 767px) {
  .sec_greeting .greeting_inner::after {
    width: 100%;
    height: 100%;
  }
}
.sec_greeting .col_box {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .sec_greeting .col_box {
    max-width: 96%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 1620px;
    margin: 0 auto;
  }

  .sec_greeting .col_box .con_img {
    width: calc(760 / 1620 * 100%);
    margin-bottom: auto;
  }

  .sec_greeting .col_box .con_text {
    width: calc(100% - (760 / 1620 * 100%));
  }

  .sec_greeting .col_box .con_text .greeting_box {
    padding-right: 50px;
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec_greeting .col_box .con_text .greeting_box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sec_greeting h3 {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.42;
  color: #1e5eb8;
  margin: 0 0 25px;
}

@media (max-width: 1000px) {
  .sec_greeting h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sec_greeting h3 {
    margin: 20px 0 15px;
  }
}
.sec_greeting .sec_text {
  margin: 0 0 25px;
}

.sec_greeting .name_text {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 767px) {
  .sec_greeting .name_text {
    font-size: 16px;
  }
}
.sec_greeting .name_text .name_sub {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec_greeting .name_text .name_sub {
    font-size: 14px;
  }
}
.sec_greeting .name_text .name {
  font-size: 26px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .sec_greeting .name_text .name {
    font-size: 20px;
  }
}
.sec_greeting .btn-style {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .sec_greeting .btn-style {
    margin: 20px 0 0;
  }
}
.sec_slider {
  padding: 7% 0;
}

@media (max-width: 767px) {
  .sec_slider {
    padding: 40px 0;
  }
}
.sec_slider .loopslider_wrap {
  overflow: hidden;
}

.sec_slider .loopslider {
  -webkit-animation: loopslider 40s linear infinite;
  animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 16);
  height: 100%;
}

.sec_slider .loopslider .loopslider_item {
  margin: 0;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}
#footer .logo {
  text-align: center;
}

#footer .ft_table {
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  #footer .ft_table {
    margin: 0 0 40px;
  }
}
#footer .ft_table p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
  padding: 18px 10px;
  border-bottom: solid 1px #c6c6c6;
}

#footer .ft_table p:first-child {
  padding-top: 0;
}

#footer .ft_table p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#footer .ft_table p .ft_tel {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Arial", sans-serif;
  color: #1e5eb8;
  text-decoration: none;
  margin-left: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #footer .ft_table p .ft_tel {
    font-size: 26px;
  }
}
#footer .ft_table p .ft_tel .ft_tel_icon {
  position: relative;
  padding-left: 23px;
}

#footer .ft_table p .ft_tel .ft_tel_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 16px;
  height: 20px;
  background: url(img/ft_tel_icon.png) no-repeat center center/contain;
  margin: auto;
}

#footer .ft_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #footer .ft_nav_box {
    margin: 0 0 40px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner {
  width: 100%;
}

#footer .ft_nav_box .ft_nav_box_inner:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner:first-child {
    margin-right: 10px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 {
  margin: 0;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01.list_rt {
  margin: 0 0 52px;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01 li {
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 0.9em;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li {
    letter-spacing: 0;
    padding-left: 0.8em;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li:last-child {
  margin-bottom: 0;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01 li::before {
  width: 6px;
  height: 6px;
  border-radius: 0;
  top: 9px;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li::before {
    top: 10px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li a {
    font-size: 14px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li a:hover {
  text-decoration: underline;
  color: #1e5eb8;
}

#footer .time-table {
  background: transparent;
  border-bottom: 1px solid #414141;
}

#footer .time-table thead th {
  padding-top: 0;
}

#footer .time-table tbody tr:first-child th,
#footer .time-table tbody tr:first-child td {
  padding-bottom: 0;
}

#footer .time-table th,
#footer .time-table td {
  background: transparent;
  border-bottom: none;
  font-weight: 300;
}

#footer .time-table .color01 {
  color: #0f457e;
}

#footer .time-table_text {
  font-weight: 300;
  line-height: 1.5;
}

#footer .time-table_text .color01 {
  color: #0f457e;
}

#footer .ft_bnr {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  #footer .col_2:not(:nth-child(2n + 1)),
  #footer .col_3:not(:nth-child(3n + 1)),
  #footer .col_4:not(:nth-child(4n + 1)),
  #footer .col_5:not(:nth-child(5n + 1)) {
    margin-left: 4%;
  }
}
#footer .ft_box {
  margin: 0 0 120px;
}

@media (max-width: 767px) {
  #footer .ft_box {
    margin: 0 0 40px;
  }
}
@media (min-width: 768px) {
  .under_peyment .peyment_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .under_peyment .peyment_img_box .peyment_img {
    margin: 0 0 10px;
  }
}
.shiki {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .shiki {
    line-height: 2.8;
  }
}
.shiki .spDisp {
  display: none;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .shiki .tb_br {
    display: block;
    margin-top: 10px;
  }
}
.shiki span {
  padding: 5px 10px;
}

.shiki span.blue {
  color: #fff;
  background: #1e5eb8;
}

.shiki span.gry {
  background: #e0e0e0;
}

.shiki2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, #f7fd9b));
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #f7fd9b 70%);
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 190%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.under_fee_table th,
.under_fee_table td {
  padding: 20px 5px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .under_fee_table th,
  .under_fee_table td {
    font-size: 14px;
  }
}
.under_case_box ul li {
  margin-bottom: 60px;
}

.under_case_box h4 {
  line-height: 1;
  text-align: center;
}

.under_case_box h4 .number {
  margin: 0 0 0 20px;
  vertical-align: text-bottom;
}

.under_case_box .under_case_text {
  text-align: center;
  margin-bottom: 20px;
}

.under_case_box .btn-style {
  margin-bottom: 30px;
}

.under_case_box .btn-style a {
  max-width: 300px;
  background: #1e5eb8;
  color: #fff;
}

.under_case_box .btn-style a::after {
  display: none;
}

.under_case_box .btn-style a::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 25px;
  width: 16px;
  height: 16px;
  background: url(img/open2.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .under_case_box .btn-style a::before {
    top: 13px;
  }
}
.under_case_box .under_case_open.open .btn-style a::before {
  background: url(img/close2.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .under_case_box .under_case_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 116px;
  }
}
.under_case_box .under_case_img_box .under_case_img_l {
  position: relative;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_l {
    max-width: 442px;
    margin: 0 auto 75px;
  }
}
.under_case_box .under_case_img_box .under_case_img_l::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -86px;
  margin: auto;
  background: url(img/under_case_arrow.jpg) no-repeat center center/contain;
  width: 49px;
  height: 34px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_l::after {
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.under_case_box .under_case_img_box .under_case_img_l::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(img/under_case_before.jpg) no-repeat center center/contain;
  width: 160px;
  height: 27px;
}

.under_case_box .under_case_img_box .under_case_img_r {
  position: relative;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_r {
    max-width: 442px;
    margin: 0 auto;
  }
}
.under_case_box .under_case_img_box .under_case_img_r::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(img/under_case_after.jpg) no-repeat center center/contain;
  width: 160px;
  height: 27px;
}

.under_case_box .under_case_text_box {
  margin-top: 50px;
  background: #f9f9f9;
  padding: 25px;
}

.under_case_box .under_case_text_box .tit {
  margin: 0 0 20px;
}

.wpcf7 dl dt p,
.wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl {
  width: 100%;
  max-width: 800px;
}

.ofi {
  height: 144px;
  width: 195px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

/*==========================
mainimage
==========================*/
/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li:not(:first-child) {
  margin-left: 1em;
}

.slick-dots button {
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  -webkit-transform-origin: left bottom !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #1e5eb8;
  background: #fff;
  max-width: 220px;
  width: 100%;
  padding: 0.85em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #1e5eb8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
}

.btn-style a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e5eb8;
  border-right: 1px solid #1e5eb8;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-style a:hover {
  background: #1e5eb8;
  color: #fff;
  cursor: pointer;
}

.btn-style a:hover:after {
  right: 5%;
  border-color: #fff;
}

/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}

.sec_news {
  padding: 3% 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news dd a {
  text-decoration: none;
  color: #121212;
}

.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #121212;
}

.sec_news .news dd {
  padding: 1em 0;
}

.sec_news .news dt + dd {
  padding-left: 120px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  font-size: 16px;
  position: relative;
  color: #fff;
  background: #1e5eb8;
  border-radius: 3em;
  display: block;
  padding: 0.3em 2em 0.3em 1.5em;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}

@media screen and (min-width: 768px) {
  .left.btn-style a {
    margin-left: 0;
  }

  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }

  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .columns.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns:not(:last-child) {
    margin-bottom: 2%;
  }

  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%;
  }

  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%;
  }

  .columns.reverse > .column:last-child {
    margin-left: 0;
  }

  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column.break + .column {
    margin-left: 0 !important;
  }

  .col_2 {
    width: 49%;
  }

  .col_3 {
    width: 32%;
  }

  .col_4 {
    width: 23.5%;
  }

  .col_5 {
    width: 18.4%;
  }

  .col_2:not(:nth-child(2n + 1)),
  .col_3:not(:nth-child(3n + 1)),
  .col_4:not(:nth-child(4n + 1)),
  .col_5:not(:nth-child(5n + 1)) {
    margin-left: 2%;
  }

  .con_l,
  .con_r {
    width: 49%;
  }

  .con_r {
    margin-left: 2%;
  }

  .sec_news .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_news h3 {
    width: 86px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
  }

  .sec_news dl {
    width: 72.3%;
    margin-left: 4%;
  }

  .sec_news .btn {
    width: 12%;
    margin-left: 4%;
  }
}
/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec01 .con_r {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .scroll {
    overflow: auto;
  }

  .scroll > table {
    width: 750px;
  }

  .scroll + p {
    text-align: center;
    font-size: 12px;
  }

  /*==========================
  mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }

  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }

  .sec_news {
    padding: 2em 0;
  }

  .sec_news .news dt {
    width: 100%;
  }

  #main .news dt {
    padding: 10px 0 0;
  }

  #main .news dd {
    padding: 0 0 10px;
  }

  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }

  .loopSlider ul {
    height: 90px;
  }

  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }

  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns.sp_col_2,
  .columns.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns.sp_col_2 .column {
    width: 49%;
  }

  .columns.sp_col_2 .column:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }

  .columns.sp_col_3 .column {
    width: 32%;
  }

  .columns.sp_col_3 .column:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }

  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 21px;
  }

  .sec_news .news h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* ======== 下層 */
.home h2.eng_title {
  font-size: 36px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 25px;
  padding-top: 39px;
}

.home h2.eng_title .sub {
  font-size: 120px;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(30, 94, 184, 0.15);
  display: block;
  line-height: 1;
  margin-top: -75px;
}

@media (max-width: 767px) {
  .home h2.eng_title .sub {
    font-size: 60px;
    margin-top: -40px;
  }
}
@media (max-width: 1000px) {
  .home h2.eng_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home h2.eng_title {
    font-size: 22px;
    padding-top: 18px;
  }
}
.sec_text {
  line-height: 2 !important;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.sec_about {
  background: url(img/bg_img001.jpg) no-repeat center bottom/cover;
}

.sec_about .topinner {
  padding: 120px 0;
}

@media (min-width: 768px) {
  .sec_about .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sec_about .col_box .con_img {
    width: calc(430 / 1000 * 100%);
    margin-bottom: auto;
  }

  .sec_about .col_box .con_text {
    width: calc(100% - (430 / 1000 * 100%));
  }

  .sec_about .col_box .con_text .about_box {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_about .col_box .con_text .about_box {
    padding-right: 20px;
  }
}
.sec_about h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  line-height: 1;
  padding-bottom: 15px;
}

@media (max-width: 1000px) {
  .sec_about h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_about h2 {
    font-size: 22px;
    margin: 20px 0 15px;
  }
}
.sec_about .sec_text {
  color: #fff;
  margin: 0 0 35px;
}

.sec_about .about_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_about .about_btn_box .btn-style {
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sec_about .about_btn_box .btn-style {
    margin-right: 10px;
  }
}
.sec_about .about_btn_box .btn-style:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .sec_about .about_btn_box .btn-style a {
    font-size: 14px;
  }
}
.sec_about .topinner {
  position: relative;
}

.sec_about .topinner .about_eng_title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 160px;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.08);
  line-height: 0.71;
  margin: 0;
}

@media (max-width: 767px) {
  .sec_about .topinner .about_eng_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .sec_about .topinner {
    padding: 40px 0 60px;
  }
}
.sec_trouble .trouble_box_top {
  padding: 110px 0 120px;
  background: url(img/bg_img002.jpg) no-repeat center bottom/cover;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_top {
    padding: 40px 0;
  }

  .sec_trouble .trouble_box_top h2 {
    line-height: 1.3 !important;
    padding-top: 0;
  }

  .sec_trouble .trouble_box_top h2 .sub {
    margin-top: -57px !important;
  }
}
.sec_trouble .trouble_box_top .trouble_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item {
  width: 100%;
  max-width: calc((100% - 75px) / 4);
  margin-right: 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  height: 155px;
  -webkit-box-shadow: 5px 5px rgba(15, 69, 126, 0.3);
  box-shadow: 5px 5px rgba(15, 69, 126, 0.3);
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(4n) {
  margin-right: 0;
}

.sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(n + 5) {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_top .trouble_box .trouble_item {
    max-width: calc((100% - 15px) / 2);
    margin-right: 15px !important;
  }

  .sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(even) {
    margin-right: 0 !important;
  }

  .sec_trouble .trouble_box_top .trouble_box .trouble_item:nth-child(n + 3) {
    margin-top: 20px !important;
  }
}
.sec_trouble .trouble_box_top .trouble_box .trouble_item .trouble_item_text {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #0f457e;
  margin: 0;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_top .trouble_box .trouble_item .trouble_item_text {
    font-size: 13px;
  }
}
.sec_trouble .trouble_box_top .subtitle_text_box {
  text-align: center;
  margin: 30px 0 0;
}

.sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner {
  border-bottom: solid 2px #1e5eb8;
  display: inline-block;
  margin: 0 auto;
}

.sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
  border-bottom: solid 2px #1e5eb8;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1e5eb8;
  margin: 0 0 3px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_top .subtitle_text_box .subtitle_text_inner .subtitle_text {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 5px;
  }
}
.sec_trouble .trouble_box_bottom {
  background: #f2f2eb;
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom {
    padding: 20px 0 40px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box_text {
  margin: 0;
}

.sec_trouble .trouble_box_bottom .sec_title_eng {
  font-size: 60px;
  letter-spacing: 0.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(30, 94, 184, 0.15);
  display: block;
  line-height: 1;
  text-align: center;
  margin: 70px 0 -8px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .sec_title_eng {
    margin: 40px 0 -8px;
  }
}
.sec_trouble .trouble_box_bottom .border_title {
  border-bottom: solid 1px #000000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .border_title {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.4;
  }
}
.sec_trouble .trouble_box_bottom .merit_box {
  background: #fff;
  padding: 40px 60px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box {
    padding: 30px 15px 40px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
  display: block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box::after {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  display: block;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box::before {
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
}

.sec_trouble .trouble_box_bottom .merit_box h3 .sub {
  font-size: 48px;
  letter-spacing: 0.08em;
  color: #1e5eb8;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box h3 {
    font-size: 24px;
  }

  .sec_trouble .trouble_box_bottom .merit_box h3 .sub {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box h3 {
    font-size: 18px;
  }

  .sec_trouble .trouble_box_bottom .merit_box h3 .sub {
    font-size: 24px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box {
    gap: 5px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
  width: 100%;
  max-width: calc((100% - 60px) / 4);
  margin-right: 20px;
  background: linear-gradient(137deg, #2894d7, #1e5eb8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  height: 110px;
}

@media (max-width: 1000px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
    max-width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item {
    max-width: calc((100% - 5px) / 2);
  }
}
.sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item .merit_item_text {
  color: #fff;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .sec_trouble .trouble_box_bottom .merit_box .merit_item_box .merit_item .merit_item_text {
    font-size: 14px;
  }
}
.sec_trouble .trouble_box_bottom .merit_box .sec_text {
  margin: 0;
}

.sec_menu {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .sec_menu {
    padding: 40px 0;
  }
}
.sec_menu .menu_item_box {
  max-width: 2000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec_menu .menu_item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box {
    max-width: 96%;
  }
}
.sec_menu .menu_item_box .menu_item {
  width: 100%;
  max-width: calc((100% - 2px) / 3);
  margin-right: 1px;
  height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}

@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item {
    height: 220px;
  }
}
.sec_menu .menu_item_box .menu_item::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  display: block;
  border-top: 24px solid transparent;
  border-right: 24px solid #1e5eb8;
}

.sec_menu .menu_item_box .menu_item:nth-child(3n) {
  margin-right: 0;
}

.sec_menu .menu_item_box .menu_item:nth-child(n + 4) {
  margin-top: 1px;
}

@media (max-width: 1000px) {
  .sec_menu .menu_item_box .menu_item {
    max-width: calc((100% - 1px) / 2);
    margin-right: 1px !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(even) {
    margin-right: 0 !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(n + 3) {
    margin-top: 1px !important;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item {
    max-width: 100%;
    margin-right: 0 !important;
  }

  .sec_menu .menu_item_box .menu_item:nth-child(n + 2) {
    margin-top: 5px !important;
  }
}
.sec_menu .menu_item_box .menu_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec_menu .menu_item_box .menu_item a:hover {
  background: rgba(30, 94, 184, 0.2);
}

.sec_menu .menu_item_box .menu_item h3 {
  color: #1e5eb8;
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin: 0 0 25px;
}

@media (max-width: 1000px) {
  .sec_menu .menu_item_box .menu_item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.sec_menu .menu_item_box .menu_item .ul_check {
  margin: 0;
}

.sec_menu .menu_item_box .menu_item .ul_check li {
  font-size: 18px;
  font-weight: 300;
}

.sec_menu .menu_item_box .menu_item .ul_check li::before {
  background: url(img/menu_check01.png) no-repeat center/contain;
  width: 21px;
  height: 19px;
  top: 8px;
}

@media (max-width: 767px) {
  .sec_menu .menu_item_box .menu_item .ul_check li {
    font-size: 16px;
  }

  .sec_menu .menu_item_box .menu_item .ul_check li::before {
    background: url(img/menu_check01.png) no-repeat center/contain;
    width: 18px;
    height: 16px;
    top: 7px;
  }
}
.sec_menu .menu_item_box .menu_item:nth-child(even)::after {
  border-right: 24px solid #0f457e;
}

.sec_menu .menu_item_box .menu_item:nth-child(even) h3 {
  color: #0f457e;
}

.sec_menu .menu_item_box .menu_item:nth-child(even) .ul_check li::before {
  background: url(img/menu_check02.png) no-repeat center/contain;
}

.sec_menu .menu_item_box .menu_item:nth-child(1) {
  background: url(img/menu_bg01.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(2) {
  background: url(img/menu_bg02.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(3) {
  background: url(img/menu_bg03.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(4) {
  background: url(img/menu_bg04.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(5) {
  background: url(img/menu_bg05.png) no-repeat center center/cover;
}

.sec_menu .menu_item_box .menu_item:nth-child(6) {
  background: url(img/menu_bg06.png) no-repeat center center/cover;
}

.sec_menu .menu_btn_box {
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .sec_menu .menu_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_btn_box {
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .sec_menu .menu_btn_box .btn-style {
    width: 100%;
    max-width: calc((100% - 20px) / 3);
    margin-right: 20px;
  }

  .sec_menu .menu_btn_box .btn-style:last-child {
    margin-right: 0;
  }
}
.sec_menu .menu_btn_box .btn-style a {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 120px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1000px) {
  .sec_menu .menu_btn_box .btn-style a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec_menu .menu_btn_box .btn-style a {
    font-size: 20px !important;
    height: 100px;
  }
}
.sec_menu .menu_btn_box .btn-style a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 74px;
  height: 86px;
  background: url(img/menu_btn_bg.png) no-repeat center center/contain;
}

.sec_peyment {
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  .sec_peyment {
    padding: 0 0 40px;
  }
}
.sec_peyment h2 {
  margin: 0 0 15px !important;
}

.sec_peyment h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .sec_peyment h3 {
    font-size: 20px;
  }
}
.sec_peyment .sec_text {
  text-align: center;
  margin: 15px 0 25px;
}

@media (min-width: 768px) {
  .sec_peyment .peyment_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec_peyment .peyment_img_box .peyment_img {
    margin: 0 0 10px;
  }
}
.sec_contact {
  padding: 80px 0;
  background: #f2f2eb;
}

.sec_contact h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1.46 !important;
  font-weight: bold;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .sec_contact h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sec_contact .contact_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec_contact .contact_btn_box figure {
    margin-right: 20px;
  }

  .sec_contact .contact_btn_box figure:last-child {
    margin-right: 0;
  }
}
.sec_contact .contact_btn_box figure {
  text-align: center;
  margin-bottom: 10px;
}

.sec_contact .contact_btn_box figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sec_contact {
    padding: 40px 0;
  }
}
.sec_reason {
  padding: 90px 0 110px;
  position: relative;
}

@media (max-width: 767px) {
  .sec_reason {
    padding: 40px 0;
  }
}
.sec_reason::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 75%;
  height: 68%;
  background: #f2f2eb;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_reason::after {
    display: none;
  }
}
.sec_reason .topinner {
  width: 1840px;
}

@media (min-width: 768px) {
  .sec_reason .reason_item_box {
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_reason .reason_item_box {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .sec_reason .reason_item_box .reason_item {
    width: 100%;
    max-width: calc((100% - 100px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_reason .reason_item_box .reason_item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item {
    margin: 0 0 25px;
  }

  .sec_reason .reason_item_box .reason_item:last-child {
    margin: 0;
  }
}
.sec_reason .reason_item_box .reason_item .reason_item_title {
  border-bottom: solid 1px #d7d7d7;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item .reason_item_title {
    margin: 0 0 10px;
  }
}
.sec_reason .reason_item_box .reason_item h3 {
  font-size: 24px;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 3px;
  font-weight: bold;
  line-height: 1.41;
  margin: 20px 0 2px;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item h3 {
    margin-top: 15px !important;
  }
}
.sec_reason .reason_item_box .reason_item h3 .num {
  font-size: 50px;
  color: #1e5eb8;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
  display: block;
}

@media (max-width: 1000px) {
  .sec_reason .reason_item_box .reason_item h3 {
    font-size: 16px;
  }

  .sec_reason .reason_item_box .reason_item h3 .num {
    font-size: 28px;
    margin-right: 10px;
  }
}
.sec_reason .reason_item_box .reason_item:nth-child(n + 4) h3 {
  margin: 20px 0 8px;
}

.sec_reason .reason_item_box .reason_item .sec_text {
  margin: 0;
}

@media (max-width: 767px) {
  .sec_reason .reason_item_box .reason_item .sec_text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec_reason h2 {
    line-height: 1.3 !important;
    padding-top: 0;
  }

  .sec_reason h2 .sub {
    margin-top: -57px !important;
  }
}
.sec_greeting {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .sec_greeting {
    padding-top: 10px;
  }
}
.sec_greeting .greeting_inner {
  position: relative;
}

.sec_greeting .greeting_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 56%;
  height: 91%;
  background: #f2f2eb;
  z-index: -1;
}

@media (max-width: 1000px) {
  .sec_greeting .greeting_inner::after {
    width: 62%;
    height: 105%;
  }
}
@media (max-width: 767px) {
  .sec_greeting .greeting_inner::after {
    width: 100%;
    height: 100%;
  }
}
.sec_greeting .col_box {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .sec_greeting .col_box {
    max-width: 96%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .col_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 1620px;
    margin: 0 auto;
  }

  .sec_greeting .col_box .con_img {
    width: calc(760 / 1620 * 100%);
    margin-bottom: auto;
  }

  .sec_greeting .col_box .con_text {
    width: calc(100% - (760 / 1620 * 100%));
  }

  .sec_greeting .col_box .con_text .greeting_box {
    padding-right: 50px;
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec_greeting .col_box .con_text .greeting_box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sec_greeting h3 {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.42;
  color: #1e5eb8;
  margin: 0 0 25px;
}

@media (max-width: 1000px) {
  .sec_greeting h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sec_greeting h3 {
    margin: 20px 0 15px;
  }
}
.sec_greeting .sec_text {
  margin: 0 0 25px;
}

.sec_greeting .name_text {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 767px) {
  .sec_greeting .name_text {
    font-size: 16px;
  }
}
.sec_greeting .name_text .name_sub {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec_greeting .name_text .name_sub {
    font-size: 14px;
  }
}
.sec_greeting .name_text .name {
  font-size: 26px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .sec_greeting .name_text .name {
    font-size: 20px;
  }
}
.sec_greeting .btn-style {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .sec_greeting .btn-style {
    margin: 20px 0 0;
  }
}
.sec_slider {
  padding: 7% 0;
}

@media (max-width: 767px) {
  .sec_slider {
    padding: 40px 0;
  }
}
.sec_slider .loopslider_wrap {
  overflow: hidden;
}

.sec_slider .loopslider {
  -webkit-animation: loopslider 40s linear infinite;
  animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 16);
  height: 100%;
}

.sec_slider .loopslider .loopslider_item {
  margin: 0;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}
#footer .logo {
  text-align: center;
}

#footer .ft_table {
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  #footer .ft_table {
    margin: 0 0 40px;
  }
}
#footer .ft_table p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
  padding: 18px 10px;
  border-bottom: solid 1px #c6c6c6;
}

#footer .ft_table p:first-child {
  padding-top: 0;
}

#footer .ft_table p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#footer .ft_table p .ft_tel {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Arial", sans-serif;
  color: #1e5eb8;
  text-decoration: none;
  margin-left: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #footer .ft_table p .ft_tel {
    font-size: 26px;
  }
}
#footer .ft_table p .ft_tel .ft_tel_icon {
  position: relative;
  padding-left: 23px;
}

#footer .ft_table p .ft_tel .ft_tel_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 16px;
  height: 20px;
  background: url(img/ft_tel_icon.png) no-repeat center center/contain;
  margin: auto;
}

#footer .ft_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #footer .ft_nav_box {
    margin: 0 0 40px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner {
  width: 100%;
}

#footer .ft_nav_box .ft_nav_box_inner:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner:first-child {
    margin-right: 10px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 {
  margin: 0;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01.list_rt {
  margin: 0 0 52px;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01 li {
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 0.9em;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li {
    letter-spacing: 0;
    padding-left: 0.8em;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li:last-child {
  margin-bottom: 0;
}

#footer .ft_nav_box .ft_nav_box_inner .ul01 li::before {
  width: 6px;
  height: 6px;
  border-radius: 0;
  top: 9px;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li::before {
    top: 10px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer .ft_nav_box .ft_nav_box_inner .ul01 li a {
    font-size: 14px;
  }
}
#footer .ft_nav_box .ft_nav_box_inner .ul01 li a:hover {
  text-decoration: underline;
  color: #1e5eb8;
}

#footer .time-table {
  background: transparent;
  border-bottom: 1px solid #414141;
}

#footer .time-table thead th {
  padding-top: 0;
}

#footer .time-table tbody tr:first-child th,
#footer .time-table tbody tr:first-child td {
  padding-bottom: 0;
}

#footer .time-table th,
#footer .time-table td {
  background: transparent;
  border-bottom: none;
  font-weight: 300;
}

#footer .time-table .color01 {
  color: #0f457e;
}

#footer .time-table_text {
  font-weight: 300;
  line-height: 1.5;
}

#footer .time-table_text .color01 {
  color: #0f457e;
}

#footer .ft_bnr {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  #footer .col_2:not(:nth-child(2n + 1)),
  #footer .col_3:not(:nth-child(3n + 1)),
  #footer .col_4:not(:nth-child(4n + 1)),
  #footer .col_5:not(:nth-child(5n + 1)) {
    margin-left: 4%;
  }
}
#footer .ft_box {
  margin: 0 0 120px;
}

@media (max-width: 767px) {
  #footer .ft_box {
    margin: 0 0 40px;
  }
}
@media (min-width: 768px) {
  .under_peyment .peyment_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .under_peyment .peyment_img_box .peyment_img {
    margin: 0 0 10px;
  }
}
.shiki {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .shiki {
    line-height: 2.8;
  }
}
.shiki .spDisp {
  display: none;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .shiki .tb_br {
    display: block;
    margin-top: 10px;
  }
}
.shiki span {
  padding: 5px 10px;
}

.shiki span.blue {
  color: #fff;
  background: #1e5eb8;
}

.shiki span.gry {
  background: #e0e0e0;
}

.shiki2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, #f7fd9b));
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #f7fd9b 70%);
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 190%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
.under_fee_table th,
.under_fee_table td {
  padding: 20px 5px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1000px) and (min-width: 768px) {
  .under_fee_table th,
  .under_fee_table td {
    font-size: 14px;
  }
}
.under_case_box ul li {
  margin-bottom: 60px;
}

.under_case_box h4 {
  line-height: 1;
  text-align: center;
}

.under_case_box h4 .number {
  margin: 0 0 0 20px;
  vertical-align: text-bottom;
}

.under_case_box .under_case_text {
  text-align: center;
  margin-bottom: 20px;
}

.under_case_box .btn-style {
  margin-bottom: 30px;
}

.under_case_box .btn-style a {
  max-width: 300px;
  background: #1e5eb8;
  color: #fff;
}

.under_case_box .btn-style a::after {
  display: none;
}

.under_case_box .btn-style a::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 25px;
  width: 16px;
  height: 16px;
  background: url(img/open2.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .under_case_box .btn-style a::before {
    top: 13px;
  }
}
.under_case_box .under_case_open.open .btn-style a::before {
  background: url(img/close2.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .under_case_box .under_case_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 116px;
  }
}
.under_case_box .under_case_img_box .under_case_img_l {
  position: relative;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_l {
    max-width: 442px;
    margin: 0 auto 75px;
  }
}
.under_case_box .under_case_img_box .under_case_img_l::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -86px;
  margin: auto;
  background: url(img/under_case_arrow.jpg) no-repeat center center/contain;
  width: 49px;
  height: 34px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_l::after {
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.under_case_box .under_case_img_box .under_case_img_l::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(img/under_case_before.jpg) no-repeat center center/contain;
  width: 160px;
  height: 27px;
}

.under_case_box .under_case_img_box .under_case_img_r {
  position: relative;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .under_case_box .under_case_img_box .under_case_img_r {
    max-width: 442px;
    margin: 0 auto;
  }
}
.under_case_box .under_case_img_box .under_case_img_r::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  background: url(img/under_case_after.jpg) no-repeat center center/contain;
  width: 160px;
  height: 27px;
}

.under_case_box .under_case_text_box {
  margin-top: 50px;
  background: #f9f9f9;
  padding: 25px;
}

.under_case_box .under_case_text_box .tit {
  margin: 0 0 20px;
}

.wpcf7 dl dt p,
.wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl {
  width: 100%;
  max-width: 800px;
}

.ofi {
  height: 144px;
  width: 195px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.under_clinic_box .col_2 {
  background: #f2f2eb;
  padding: 20px;
}

.under_clinic_box .col_2 h4 {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 20px auto 30px;
  padding: 0;
  border-bottom: none;
}

.under_clinic_box .col_2 h4 .fs_smll {
  font-size: 13px;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.under_clinic_box .col_2 table th,
.under_clinic_box .col_2 table td {
  background: none;
}

@media screen and (max-width: 767px) {
  #menu-header-nav .sub-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block;
  }
}

.spbr {
  display: block;
}

@media (max-width: 767px) {
  .sec_about {
    background: url(img/bg_img001_sp.jpg) no-repeat center/cover;
    padding-bottom: 200px;
  }
}
.sec_about h2 {
  line-height: 1.6;
  display: table;
}
@media (min-width: 768px) {
  .sec_about h2 .large {
    font-size: 48px;
  }
}
.sec_about h2 .txt-cirlce {
  position: relative;
}
.sec_about h2 .txt-cirlce:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .sec_about h2 .txt-cirlce:before {
    top: -5px;
  }
}
.sec_about .list {
  line-height: 1.8421052632;
  font-weight: bold;
}
@media (min-width: 1225px) {
  .sec_about .list {
    margin-bottom: 20px;
  }
}
.sec_about .list li {
  color: #fff;
  position: relative;
  padding-left: 14px;
}
@media (min-width: 1225px) {
  .sec_about .list li {
    font-size: 19px;
  }
}
.sec_about .list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  left: 0;
  margin: auto;
}
.sec_about .txt {
  line-height: 2;
  color: #fff;
  margin-bottom: 0;
}

/*# sourceMappingURL=index.css.map */