@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e1e1e;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

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

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
a:hover {
  opacity: 0.8;
}

*:focus {
  outline: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ANIMATION
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fadeAnime.js-inview {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeAnime.is-show {
  opacity: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.online__pc {
  display: block;
}

.online__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .online__pc {
    display: none;
  }
  .online__sp {
    display: block;
  }
}
.txt_en {
  font-family: "Montserrat", sans-serif;
}

.fw_500 {
  font-weight: 500;
}

.fw_900 {
  font-weight: 900;
}

.fw_900 {
  font-weight: 900;
}

.mw_1170 {
  max-width: 1170px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.page_ttl_wrap {
  max-width: 1170px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 165px auto 110px;
}
.page_ttl_wrap .page_ttl {
  height: 45px;
  margin-bottom: 30px;
}
.page_ttl_wrap .page_ttl img {
  height: 100%;
  width: auto;
}
.page_ttl_wrap .page_ttl_sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
  letter-spacing: 0.05em;
}
.page_ttl_wrap .page_ttl_sub:before {
  content: "●";
  color: #F69D3D;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
}

.cta {
  width: 300px;
  border: 1px solid #a2a2a2;
  line-height: 1;
  padding: 22px 0 22px 40px;
  border-radius: 50px;
  position: relative;
}
.cta:before {
  content: "";
  background-image: url(../img/arrow.png);
  width: 45px;
  height: 45px;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 6px;
}
.cta:hover {
  background: #F69D3D;
  color: #fff;
}

.cta_line {
  display: block;
  padding: 10px 12px 15px 35px;
  background-color: #fff;
  line-height: 1.7;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #F69D3D;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
.cta_line span {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 14px;
  color: #fff;
  display: block;
  background-color: #F69D3D;
  width: 210px;
  margin: 0 auto;
  text-align: center;
}
.cta_line:before {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url(../img/icon_line.png);
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 14px;
}
.cta_line:hover {
  opacity: 1;
  background-color: #F69D3D;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .page_ttl_wrap {
    margin: 120px auto 50px;
  }
  .page_ttl_wrap .page_ttl {
    height: 34px;
    margin-bottom: 10px;
  }
  .page_ttl_wrap .page_ttl_sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page_ttl_wrap .page_ttl_sub::before {
    font-size: 10px;
  }
  .mw_1170 {
    padding: 0 15px;
  }
  .cta_line {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 6px 0px 12px 40px;
  }
  .cta_line span {
    width: 170px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .cta_line::before {
    width: 55px;
    height: 55px;
    top: 10px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
HEADER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#nav_drawer {
  position: fixed;
  display: block;
  left: 20px;
  top: 30px;
  width: 50px;
  height: 50px;
  z-index: 200;
  cursor: pointer;
  background-color: #F4C807;
  border-radius: 50px;
}
#nav_drawer .nav_line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 12px;
}
#nav_drawer .nav_line:first-child {
  top: 15px;
}
#nav_drawer .nav_line:nth-child(2) {
  top: 20px;
}
#nav_drawer .nav_line:nth-child(3) {
  top: 25px;
}
#nav_drawer.nav_open .nav_line {
  background-color: #fff;
}
#nav_drawer.nav_open .nav_line:first-child {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 20px;
}
#nav_drawer.nav_open .nav_line:nth-child(2) {
  opacity: 0;
}
#nav_drawer.nav_open .nav_line:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 20px;
}
#nav_drawer p {
  color: #fff;
  font-size: 7px;
  position: absolute;
  top: 35px;
  left: 13px;
}

#header_cta {
  position: fixed;
  top: 30px;
  left: 90px;
  width: 200px;
  height: 50px;
  background: #F4C807;
  border-radius: 50px;
  border: 2px solid #F4C807;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 2px 0 7px 55px;
  z-index: 100;
}
#header_cta:hover {
  opacity: 1;
  background: #fff;
  color: #F4C807;
}
#header_cta span {
  font-size: 10px;
  font-size: 0.625rem;
}
#header_cta:before {
  content: "";
  width: 33px;
  height: 33px;
  background-image: url(../img/icon_line.png);
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
}

#header_logo {
  position: fixed;
  right: 30px;
  top: 20px;
  width: 200px;
  z-index: 100;
}

#nav_content {
  z-index: 150;
  background-color: #FFE15A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: auto;
  display: none;
}
#nav_content .nav_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: 1000px;
  width: 80%;
}
#nav_content .nav_inner .nav_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#nav_content .nav_inner .nav_top .nav_left {
  width: 43%;
}
#nav_content .nav_inner .nav_top .nav_left .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 45px;
}
#nav_content .nav_inner .nav_top .nav_left .header_nav a {
  line-height: 1;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
  border-radius: 50px;
  width: 48.5%;
  background-color: #F69D3D;
  padding: 12px 0;
  margin-bottom: 10px;
}
#nav_content .nav_inner .nav_top .nav_left .header_nav a:hover {
  opacity: 1;
  background-color: #fff;
  color: #F69D3D;
}
#nav_content .nav_inner .nav_top .header_service {
  width: 50%;
}
#nav_content .nav_inner .nav_top .header_service h2 {
  border-bottom: 2px solid #F8850A;
  padding-bottom: 10px;
}
#nav_content .nav_inner .nav_top .header_service h2 img {
  max-width: 240px;
}
#nav_content .nav_inner .nav_top .header_service .header_serivce_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#nav_content .nav_inner .nav_top .header_service .header_serivce_list a {
  width: 48.5%;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  color: #F8850A;
  margin: 8px 0;
}
#nav_content .nav_inner .nav_top .header_service .header_serivce_list a:hover {
  color: #1e1e1e;
}
#nav_content .nav_bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav_content .nav_bottom .nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nav_content .nav_bottom .nav_sns a {
  width: 42px;
  height: 42px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav_content .nav_bottom .nav_sns a img {
  width: 22px;
}
#nav_content .nav_bottom .nav_bottom_links {
  margin-top: 22px;
}
#nav_content .nav_bottom .nav_bottom_links a {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #666;
  margin: 0 12px;
}

body.body_fixed {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #nav_content {
    min-height: 900px;
  }
  #nav_content .nav_inner .nav_top {
    display: block;
  }
  #nav_content .nav_inner .nav_top .nav_left {
    width: 100%;
  }
  #nav_content .nav_inner .nav_top .header_service {
    width: 100%;
    margin-top: 60px;
  }
  body.body_fixed {
    min-height: 900px;
  }
}
@media screen and (max-width: 800px) {
  #nav_drawer {
    right: 20px;
    left: auto;
    bottom: 20px;
    top: auto;
  }
  #header_cta {
    bottom: 20px;
    top: auto;
    left: 20px;
  }
  #header_logo {
    width: 160px;
    left: 20px;
    right: auto;
  }
  #nav_content {
    min-height: 600px;
  }
  #nav_content .nav_inner .nav_top {
    margin-bottom: 100px;
  }
  #nav_content .nav_inner .nav_top .nav_left {
    width: 100%;
  }
  #nav_content .nav_inner .nav_top .nav_left .header_nav {
    margin-top: 20px;
  }
  #nav_content .nav_inner .nav_top .header_service {
    display: none;
  }
  #nav_content .nav_bottom {
    bottom: 80px;
  }
  #nav_content .nav_bottom .nav_bottom_links {
    text-align: center;
  }
  #nav_content .nav_bottom .nav_bottom_links a {
    margin-bottom: 10px;
  }
  body.body_fixed {
    min-height: 600px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer_illust {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer_illust .footer_doctor {
  width: 150px;
}
.footer_illust .footer_item {
  width: 180px;
  margin-right: 5vw;
}

#online__footer {
  border-top: 1px solid #A2A2A2;
}
#online__footer .footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 55px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#online__footer .footer_main .footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#online__footer .footer_main .footer_sns li {
  width: 40px;
  padding: 10px;
  background-color: #F5F4EF;
  border-radius: 50px;
  margin-right: 10px;
}
#online__footer .footer_left {
  width: 300px;
}
#online__footer .footer_left #footer_logo {
  width: 280px;
  display: block;
}
#online__footer .footer_left .footer_cta {
  width: 300px;
  display: block;
  margin-top: 40px;
  margin-bottom: 35px;
  border-radius: 50px;
  height: 60px;
}
#online__footer .footer_left .footer_cta:before {
  top: 6px;
  right: 6px;
}
#online__footer .footer_left .footer_cta:hover {
  background: #F69D3D;
  color: #fff;
}
#online__footer .footer_nav {
  width: 57%;
}
#online__footer .footer_nav_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#online__footer .footer_nav_main a {
  width: 32%;
  line-height: 1;
  padding: 12px;
  text-align: center;
  background-color: #F5F4EF;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
}
#online__footer .footer_nav_main a:hover {
  background-color: #F69D3D;
  color: #fff;
}
#online__footer .footer_service {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#online__footer .footer_service a {
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  margin-right: 15px;
}
#online__footer .footer_service a:before {
  content: "●";
}
#online__footer .footer_service a:hover {
  color: #F69D3D;
}
#online__footer .footer_bottom {
  max-width: 1170px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#online__footer .footer_bottom .footer_credit {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #999;
  margin-bottom: 50px;
}
#online__footer .footer_bottom .nav_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: 0.625rem;
}
#online__footer .footer_bottom .nav_bottom_links li:first-child {
  margin-right: 30px;
}
#online__footer .footer_bottom .nav_bottom_links li:first-child a {
  color: #555;
}

@media screen and (max-width: 850px) {
  #online__footer .footer_main {
    display: block;
  }
  #online__footer .footer_main .footer_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  #online__footer .footer_main .footer_left {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #online__footer .footer_main .footer_left .footer_cta {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  #online__footer .footer_main .footer_nav {
    width: 100%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 650px) {
  #online__footer .footer_main .footer_left {
    display: block;
  }
  #online__footer .footer_main .footer_left #footer_logo {
    width: 250px;
    margin: 0 auto;
  }
  #online__footer .footer_main .footer_left .footer_cta {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .footer_illust .footer_doctor {
    width: 100px;
  }
  .footer_illust .footer_item {
    width: 100px;
  }
  #online__footer .footer_main {
    padding: 30px 15px;
  }
  #online__footer .footer_main .footer_left #footer_logo {
    width: 250px;
    margin: 0 auto;
  }
  #online__footer .footer_nav_main a {
    width: 48.5%;
  }
  #online__footer .footer_service {
    margin-top: 20px;
  }
  #online__footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  #online__footer .footer_bottom .footer_credit {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 25px;
  }
  #online__footer .footer_bottom .nav_bottom_links {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
NEWS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.news_lists {
  max-width: 830px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.news_lists a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F4EF;
  padding: 25px 50px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.news_lists a:hover {
  background: #F69D3D;
  color: #fff;
}
.news_lists a:hover .news_date {
  color: #fff;
}
.news_lists a .news_date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  margin-right: 5%;
}
.news_lists a .news_ttl {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination {
  border: none;
  text-align: center;
  line-height: 1;
}
.pagination .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding: 0 10px;
}
.pagination .page-numbers.current {
  color: #F69D3D;
}

@media screen and (max-width: 500px) {
  .news_lists {
    padding: 0 15px;
  }
  .news_lists a {
    padding: 20px 35px;
    display: block;
  }
  .news_lists a .news_date {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
  .news_lists a .news_ttl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.page_news {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
.page_news .news_date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.page_news .news_ttl_low {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.65;
  margin-bottom: 30px;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
}
.page_news .news_content p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 500;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP PAGE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#page_top {
  margin-top: 100px;
}

.online__sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  padding-top: 130px;
}
.online__sec_ttl img {
  height: 42px;
  width: auto;
}
.online__sec_ttl p {
  font-size: 13px;
  font-weight: 700;
  margin-left: 24px;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .online__sec_ttl {
    display: block;
    padding-top: 75px;
    margin-bottom: 40px;
  }
  .online__sec_ttl img {
    height: 35px;
  }
  .online__sec_ttl p {
    margin-left: 0;
    line-height: 1.5;
    margin-top: 15px;
  }
}
#top__fv {
  text-align: center;
}
#top__fv .fv_h2 {
  line-height: 1.5;
  font-size: min(7.5vw, 44px);
  font-weight: 900;
  letter-spacing: 0.1em;
}
#top__fv .fv_h2 span {
  font-weight: 400;
}
#top__fv .fv_sub {
  font-size: min(3.5vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 80px;
}

.fv_loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 400px;
}
.fv_loop-wrap .loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 24s infinite linear 1s both;
          animation: loop-slide 24s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fv_loop-wrap .loop-area .content {
  width: 400px;
  margin: 0 10px;
}
.fv_loop-wrap .loop-area .content:nth-child(odd) {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  #top__fv .fv_sub {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .fv_loop-wrap {
    height: 200px;
  }
  .fv_loop-wrap .loop-area .content {
    width: 200px;
  }
  .fv_loop-wrap .loop-area .content:nth-child(odd) {
    margin-top: 15px;
  }
}
#top__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 135px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top__lead .lead_ttl {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.57;
  font-weight: 900;
  letter-spacing: 0.08em;
  width: 330px;
}
#top__lead .lead_wrap p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: 700;
  margin-bottom: 50px;
  width: 430px;
}

@media screen and (max-width: 850px) {
  #top__lead {
    display: block;
    max-width: 600px;
    margin: 60px auto;
  }
  #top__lead .lead_ttl {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  #top__lead .lead_wrap p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 35px;
  }
  #top__lead .lead_wrap .cta {
    width: 270px;
    padding: 20px 0 20px 30px;
  }
  #top__lead .lead_wrap .cta:before {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 500px) {
  #top__lead .lead_ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #top__lead .lead_wrap p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #top__lead .lead_wrap .cta {
    width: 250px;
    padding: 20px 0 20px 25px;
    font-size: 14px;
  }
}
#top__point {
  background-color: #F69D3D;
  position: relative;
}
#top__point .med_img {
  position: absolute;
  width: 30%;
  max-width: 340px;
  min-width: 200px;
  left: 0;
  top: -300px;
}
#top__point .online__sec_ttl p {
  color: #fff;
}
#top__point .point_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 130px;
}
#top__point .point_lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
}
#top__point .point_lists li .point_img img {
  border-radius: 15px 15px 0 0;
}
#top__point .point_lists li .point_txt {
  padding: 35px 25px;
  background-color: #f0efe8;
  border-radius: 0 0 15px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top__point .point_lists li .point_txt .point_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top__point .point_lists li .point_txt p {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-align: justify;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1050px) {
  #top__point .med_img {
    top: -25vw;
  }
}
@media screen and (max-width: 800px) {
  #top__point .med_img {
    right: 0;
    left: auto;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: -180px;
  }
  #top__point .point_lists {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  #top__point .point_lists li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top__service .service_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top__service .service_lists a {
  width: 32.4%;
  margin-bottom: 10px;
  border: 1px solid #a2a2a2;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
  position: relative;
}
#top__service .service_lists a .icon_service {
  width: 80px;
  height: 80px;
}
#top__service .service_lists a .icon_service img {
  border-radius: 12px 0 0 12px;
}
#top__service .service_lists a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  position: absolute;
  top: 25px;
  right: 15px;
}
#top__service .service_lists a .service_subject {
  width: calc(100% - 100px);
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 55px;
}
#top__service .service_lists a:hover {
  opacity: 1;
}
#top__service .service_lists a:hover .service_subject {
  color: #F69D3D;
}
#top__service .service_lists:before, #top__service .service_lists:after {
  content: "";
  display: block;
  width: 32.4%;
  height: 0;
}
#top__service .service_lists:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 900px) {
  #top__service .service_lists a {
    width: 49%;
  }
  #top__service .service_lists:before, #top__service .service_lists:after {
    width: 49%;
  }
}
@media screen and (max-width: 650px) {
  #top__service .service_lists a {
    width: 100%;
  }
  #top__service .service_lists:before, #top__service .service_lists:after {
    width: 100%;
  }
}
#top__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 150px;
}
#top__news .news_ttl_wrap .online__sec_ttl {
  display: block;
  padding-top: 0;
}
#top__news .news_ttl_wrap .online__sec_ttl p {
  margin-left: 0;
  margin-top: 25px;
  line-height: 1;
}
#top__news .news_ttl_wrap .cta {
  width: 200px;
  margin-top: 80px;
  padding: 18px 0 18px 26px;
  margin-top: 30px;
}
#top__news .news_ttl_wrap .cta:before {
  width: 40px;
  height: 40px;
  top: 5px;
}
#top__news .news_lists {
  max-width: 100%;
  width: calc(100% - 300px);
  margin: 0 0 0 auto;
  padding: 0;
}

@media screen and (max-width: 850px) {
  #top__news {
    display: block;
  }
  #top__news .news_lists {
    width: 100%;
    margin-top: 50px;
  }
  #top__news .cta {
    width: 220px;
    margin: 35px auto 0;
    display: block;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FLOW
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#flow__contact {
  background-color: #F69D3D;
  padding: 80px 0;
  position: relative;
}
#flow__contact .flow_contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow__contact .flow_contact_wrap .txt_area {
  width: 45%;
}
#flow__contact .flow_contact_wrap .txt_area h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#flow__contact .flow_contact_wrap .txt_area p {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
#flow__contact .flow_contact_wrap .cta_line {
  width: 45%;
  border: 2px solid #fff;
  height: 105px;
  min-width: 390px;
}

.loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 60px;
  position: absolute;
  bottom: 0;
}
.loop-wrap .loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 24s infinite linear 1s both;
          animation: loop-slide 24s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop-wrap .loop-area .content {
  width: 600px;
  line-height: 1;
  font-size: 80px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  opacity: 20%;
  letter-spacing: 0.03em;
}

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

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 850px) {
  #flow__contact .flow_contact_wrap {
    display: block;
    max-width: 500px;
  }
  #flow__contact .flow_contact_wrap .txt_area {
    width: 100%;
    margin-bottom: 30px;
  }
  #flow__contact .flow_contact_wrap .txt_area h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 2rem;
  }
  #flow__contact .flow_contact_wrap .txt_area p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #flow__contact .flow_contact_wrap .cta_line {
    min-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .loop-wrap {
    display: none;
  }
}
#flow__flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#flow__flow .flow_list li {
  width: 23%;
  background-color: #F5F4EF;
  border-radius: 10px;
  text-align: center;
  padding: 80px 0 20px;
  position: relative;
  margin-top: 10vw;
}
#flow__flow .flow_list li .step_illust {
  position: absolute;
  top: -10vw;
  width: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#flow__flow .flow_list li h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#flow__flow .flow_list li h3 span {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Montserrat", sans-serif;
  color: #F69D3D;
  font-weight: 700;
}
#flow__flow .flow_list li p {
  line-height: 1.55;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
}
#flow__flow .flow_list li p a {
  text-decoration: underline;
  color: #F69D3D;
}

@media screen and (min-width: 1200px) {
  #flow__flow .flow_list li {
    margin-top: 130px;
  }
  #flow__flow .flow_list li .step_illust {
    top: -130px;
  }
}
@media screen and (max-width: 850px) {
  #flow__flow .flow_list {
    max-width: 600px;
    margin: 0 auto;
  }
  #flow__flow .flow_list li {
    width: 46.5%;
    margin-top: 22vw;
  }
  #flow__flow .flow_list li .step_illust {
    top: -20vw;
  }
}
@media screen and (max-width: 500px) {
  #flow__flow .flow_list {
    max-width: 600px;
    margin: 0 auto;
  }
  #flow__flow .flow_list li {
    width: 100%;
    margin-top: 27vw;
  }
  #flow__flow .flow_list li .step_illust {
    top: -24vw;
    width: 50%;
  }
}
#flow__fee {
  background-color: #F5F4EF;
  margin-top: 120px;
  padding-bottom: 100px;
}
#flow__fee .online__sec_ttl {
  padding-top: 100px;
}
#flow__fee .fee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 70px;
}
#flow__fee .fee_list li {
  width: 30%;
  min-width: 230px;
  height: 130px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#flow__fee .fee_list li .fee_cat {
  position: absolute;
  line-height: 1;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
  background-color: #F69D3D;
  border-radius: 20px;
  padding: 8px 0;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -18px;
}
#flow__fee .fee_list li .fee_content {
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
#flow__fee .fee_list li .fee_content .en_l {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
}
#flow__fee .fee_list li .fee_content .jp_s {
  font-size: 0.7em;
}

@media screen and (max-width: 800px) {
  #flow__fee {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  #flow__fee .online__sec_ttl {
    padding-top: 70px;
  }
  #flow__fee .fee_list {
    display: block;
    max-width: 500px;
    margin: 70px auto 0;
  }
  #flow__fee .fee_list li {
    width: 100%;
    height: 90px;
    margin-bottom: 40px;
  }
  #flow__fee .fee_list li .fee_cat {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #flow__fee .fee_list li .fee_content {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#flow__pay .pay_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
#flow__pay .pay_list li {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #F69D3D;
  text-align: center;
  width: 200px;
  padding: 10px 0 10px 15px;
  border-radius: 20px;
  margin-right: 15px;
  position: relative;
}
#flow__pay .pay_list li:before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_check_wh.svg);
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 5px;
}

.pay_loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 85px;
}
.pay_loop-wrap .loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 40s infinite linear 1s both;
          animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pay_loop-wrap .loop-area .content {
  width: 1400px;
}

@media screen and (max-width: 750px) {
  #flow__pay .pay_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #flow__pay .pay_list li {
    width: 32.3%;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
  }
  #flow__pay .pay_list li::before {
    content: none;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SERVICE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_service .service_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_service .service_lists .service_item {
  width: 32%;
  margin-bottom: 20px;
  position: relative;
}
.page_service .service_lists .service_item:before {
  content: "";
  background-image: url(../img/arrow.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page_service .service_lists .service_item a {
  border: 1px solid #a2a2a2;
  border-radius: 12px;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page_service .service_lists .service_item a .thumbnail_wrap {
  width: 50%;
  margin: 0 auto;
}
.page_service .service_lists .service_item a .thumbnail_wrap img {
  border-radius: 50%;
}
.page_service .service_lists .service_item a .service_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page_service .service_lists .service_item a p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: justify;
}
.page_service .service_lists .service_item a:hover {
  opacity: 1;
  color: #F69D3D;
}
.page_service .service_lists:before, .page_service .service_lists:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.page_service .service_lists:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .page_service .service_lists .service_item {
    width: 49%;
  }
  .page_service .service_lists:before, .page_service .service_lists:after {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  .page_service {
    padding: 0 15px;
  }
  .page_service .service_lists .service_item {
    width: 100%;
  }
  .page_service .service_lists:before, .page_service .service_lists:after {
    width: 100%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SERVICE 下層
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.serive_page_ttl_wrap {
  max-width: 1000px;
  margin: 160px auto 60px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serive_page_ttl_wrap .icon_service {
  width: 100px;
  height: 100px;
  margin-right: 38px;
}
.serive_page_ttl_wrap .icon_service img {
  border-radius: 50%;
}
.serive_page_ttl_wrap .page_ttl {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: calc(100% - 138px);
}

.service_low_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.service_low_content h2.wp-block-heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-bottom: 35px;
}
.service_low_content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 15px;
}
.service_low_content .wp-block-image {
  text-align: left;
  margin-top: 80px;
}
.service_low_content .wp-block-image img {
  max-width: 450px;
  width: 100% !important;
}
.service_low_content .wp-block-list {
  margin-top: 30px;
  background-color: #F5F4EF;
  padding: 2rem 2.5rem;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  margin-bottom: 80px;
}
.service_low_content .wp-block-list li {
  width: 48%;
  padding: 6px 0 6px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: justify;
  letter-spacing: 0.07em;
}
.service_low_content .wp-block-list li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_check.svg);
  position: absolute;
  left: 0;
  top: 10px;
}
.service_low_content .wp-block-table {
  margin-top: 80px;
}
.service_low_content .wp-block-table table tbody tr td {
  font-size: 13px;
  font-weight: 500;
  padding: 1.6rem;
  line-height: 1.7;
  border: 1px solid #ccc;
}
.service_low_content .wp-block-table table tbody tr td:first-of-type {
  background-color: #f5f4ef;
  width: 30%;
  font-weight: 900;
  font-size: 15px;
}

@media screen and (max-width: 500px) {
  .serive_page_ttl_wrap {
    margin: 120px auto 50px;
  }
  .serive_page_ttl_wrap .icon_service {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }
  .serive_page_ttl_wrap .page_ttl {
    font-size: 20px;
    font-size: 1.25rem;
    width: calc(100% - 80px);
  }
  .service_low_content h2.wp-block-heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  .service_low_content p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
    margin-bottom: 10px;
  }
  .service_low_content .wp-block-image {
    margin-top: 50px;
  }
  .service_low_content .wp-block-list {
    display: block;
    padding: 1.3rem;
    margin-top: 15px;
  }
  .service_low_content .wp-block-list li {
    width: 100%;
  }
  .service_low_content .wp-block-table table tbody tr td {
    padding: 1rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .service_low_content .wp-block-table table tbody tr td:first-of-type {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PRICE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_price .wp-block-details {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f5f4ef;
  border-radius: 12px;
}
.page_price .wp-block-details summary {
  background-color: #f5f4ef;
  border-radius: 12px;
  padding: 1.6em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  border: none;
  gap: 0;
}
.page_price .wp-block-details.is-open {
  border-radius: 12px;
}
.page_price .wp-block-details.is-open summary {
  border-radius: 12px 12px 0 0;
}
.page_price .wp-block-details .details-content {
  padding: 0 2em;
  overflow: scroll;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table {
  margin: 0 auto 30px;
  background-color: #fff;
  min-width: 500px;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr {
  font-weight: 500;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr th, .page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr td {
  line-height: 1.5;
  padding: 25px;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr th p, .page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr td p {
  line-height: 1.5;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr th .wp-block-list, .page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr td .wp-block-list {
  padding: 1.5em 0 0;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr th .wp-block-list li, .page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr td .wp-block-list li {
  margin: 0 4px;
  font-size: 12px;
  padding: 0 0 0 10px;
  line-height: 1.5;
  position: relative;
}
.page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr th .wp-block-list li:before, .page_price .wp-block-details .details-content .wp-block-tableberg-table table tbody tr td .wp-block-list li:before {
  content: "●";
  font-size: 10px;
  color: #F69D3D;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .page_price .wp-block-details summary {
    padding: 1em;
    font-size: 16px;
    font-size: 1rem;
  }
  .page_price .wp-block-details .details-content {
    padding: 0 1em;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FAQ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_faq .faq_area .wp-block-heading {
  line-height: 1.65;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 35px;
  margin-top: 80px;
  letter-spacing: 0.07em;
  padding-left: 30px;
  position: relative;
}
.page_faq .faq_area .wp-block-heading:before {
  content: "●";
  font-size: 16px;
  color: #F69D3D;
  position: absolute;
  top: 7px;
  left: 0;
}
.page_faq .faq_area details {
  border: 1px solid #a2a2a2;
  border-radius: 12px;
}
.page_faq .faq_area details summary {
  padding: 20px 20px 20px 65px;
  background: #F5F4EF;
  border-radius: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.page_faq .faq_area details summary::marker {
  content: none;
}
.page_faq .faq_area details summary .custom-span {
  position: absolute;
  left: 0;
  top: 0;
}
.page_faq .faq_area details summary .custom-span:before {
  position: absolute;
  top: 12px;
  left: 20px;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #F69D3D;
  font-size: 26px;
}
.page_faq .faq_area details p {
  background: #fff;
  border-radius: 0 0 12px 12px;
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: justify;
  padding: 20px 20px 20px 45px;
  position: relative;
}
.page_faq .faq_area details p::before {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #F69D3D;
  font-size: 26px;
}
.page_faq .faq_area details[open] summary {
  border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 500px) {
  .page_faq {
    padding: 0 15px;
  }
  .page_faq .faq_area .wp-block-heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .page_faq .faq_area .wp-block-heading:before {
    top: 3px;
  }
  .page_faq .faq_area details summary {
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
  .page_faq .faq_area details summary .custom-span:before {
    top: 4px;
    left: 14px;
  }
  .page_faq .faq_area details p {
    padding: 15px 15px 15px 35px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .page_faq .faq_area details p:before {
    top: 5px;
    left: 0px;
  }
}
/* ===================
詳細ブロックアコーディオン
====================== */
/* アコーディオン全体 */
.wp-block-details {
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  overflow: visible;
}

/* アコーディオンの間隔 */
.wp-block-details + .wp-block-details {
  margin-top: 1em !important;
}

/* 三角アイコン削除（Safari） */
.wp-block-details summary::-webkit-details-marker {
  display: none;
}

/* タイトル */
.wp-block-details summary {
  cursor: pointer;
  background-color: #f5f4ef;
  padding: 0.5em 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  /* アイコンのはみ出し防止 */
  overflow: hidden;
}

/* アイコン共通 */
.wp-block-details summary::before,
.wp-block-details summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  content: "";
  width: 14px;
  border-bottom: 3px solid #F69D3D;
}

/* アイコン（クローズ時） */
.wp-block-details summary::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* アイコン（オープン時） */
.is-open > summary::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* コンテンツ */
.details-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 1em;
  opacity: 0;
  -webkit-transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
}

/* コンテンツ（オープン時） */
.is-open > .details-content {
  opacity: 1;
  -webkit-transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
  transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMERCE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_commerce {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_commerce .wp-block-table tr {
  border-bottom: 1px solid #ccc;
}
.page_commerce .wp-block-table tr:last-child {
  border-bottom: none;
}
.page_commerce .wp-block-table tr td {
  border: none;
  padding: 25px 20px;
  line-height: 1.65;
  font-size: 14px;
  font-size: 0.875rem;
}
.page_commerce .wp-block-table tr td:first-child {
  font-weight: 900;
  width: 300px;
}
.page_commerce .wp-block-table tr td:last-child {
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .page_commerce .wp-block-table tr td:first-child {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .page_commerce {
    padding: 0 15px;
  }
  .page_commerce .wp-block-table tr {
    display: block;
    padding: 12px 0;
  }
  .page_commerce .wp-block-table tr td {
    display: block;
    width: 100%;
    padding: 2px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .page_commerce .wp-block-table tr td:first-child {
    width: 100%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
404
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.page_404 {
  max-width: 1000px;
  margin: 160px auto 0;
  text-align: center;
}
.page_404 h1 {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.page_404 p {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.65;
}
.page_404 a {
  padding: 20px 0;
  background-color: #F69D3D;
  color: #fff;
  width: 220px;
  line-height: 1;
  border-radius: 50px;
}/*# sourceMappingURL=global.css.map */