@charset "UTF-8";
.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
  color: #102752;
}

b, strong, .bold {
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

::-webkit-input-placeholder {
  color: #BABABA;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

/* IE */
:-ms-input-placeholder {
  color: #BABABA;
}

/* Edge */
::-ms-input-placeholder {
  color: #BABABA;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #102752;
}
a:hover {
  opacity: 0.85;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  display: none;
  background-color: #F0F4F5;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.container_box {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}
@media screen and (max-width: 900px) {
  .container_box {
    width: 100%;
  }
}

.header {
  width: 100%;
}
.header_inner {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .header_inner {
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 20px 20px 10px 10px;
  }
}
.header__left {
  width: 220px;
}
@media screen and (max-width: 1180px) {
  .header__left {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  .header__left {
    width: 168px;
  }
}
@media screen and (max-width: 1180px) {
  .header__left_ttl a img {
    width: 100%;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__right {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 999998;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    background: rgba(47, 129, 157, 0.95);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
  }
}
.header__right.active {
  right: 0;
}
@media screen and (max-width: 768px) {
  .header__right_navigation {
    width: 100%;
  }
}
.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__right_navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 66px 0 20px;
  }
}
.header__right_navigation > ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li {
    border-bottom: 1px solid #84B9CB;
  }
}
.header__right_navigation > ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .header__right_navigation > ul > li > a {
    font-size: 1.2rem;
    margin-left: 14px;
  }
}
@media screen and (max-width: 790px) {
  .header__right_navigation > ul > li > a {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a {
    color: #fff;
    margin-left: auto;
    padding: 24px 0 24px 20px;
  }
}
.header__right_navigation > ul > li > a.active {
  color: #2F819D;
}
@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a.active {
    color: #fff;
  }
}
.header__right_contact {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header__right_contact {
    margin: auto;
    margin-top: 20px;
  }
}
.header__right_contact_btn {
  display: inline-block;
  width: 176px;
  background-color: #E0896C;
  border-radius: 18px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .header__right_contact_btn {
    width: 124px;
  }
}
@media screen and (max-width: 768px) {
  .header__right_contact_btn {
    width: 176px;
  }
}
.header__right_contact_btn span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .header__right_contact_btn span {
    font-size: 1.2rem;
    margin-left: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__right_contact_btn span {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.header__right_contact_btn span::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
}
.header__right_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .header__right_sns {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__right_sns {
    margin: auto;
    margin-top: 40px;
  }
}
.header__right_sns_inner:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .header__right_sns_inner:not(:last-of-type) {
    margin-right: 20px;
  }
}
.header__right_sns_inner a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__right_sns_inner a {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .header__right_sns_inner a img {
    width: 100%;
  }
}
.header__right_sns_inner a img.hd-pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__right_sns_inner a img.hd-pc-only {
    display: none;
  }
}
.header__right_sns_inner a img.hd-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__right_sns_inner a img.hd-sp-only {
    display: block;
  }
}
.header__right_link {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__right_link {
    display: block;
    margin: auto;
    margin-top: 40px;
  }
}
.header__right_link p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.header__right_link p a {
  color: #fff;
  text-decoration: underline;
}
.header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__sp_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__sp_contact {
    display: block;
    margin-right: 20px;
  }
}
.header__sp_contact a {
  position: relative;
  display: inline-block;
  background-color: #E0896C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header__sp_contact a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__btn_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn_menu {
    display: block;
    cursor: pointer;
    z-index: 99999999;
  }
}
.header__btn_menu.is-open div {
  background-color: #fff;
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}
.header__btn_menu div {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #2F819D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.header__btn_menu .bar2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer {
  margin-top: 124px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 58px;
    margin-bottom: 18px;
  }
}
.footer__inner_contact a {
  display: block;
  padding: 90px 0;
  background-color: #2F819D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .footer__inner_contact a {
    padding: 40px 0;
  }
}
.footer__inner_contact a:hover {
  background-color: #E0896C;
}
.footer__inner_contact a h3 {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .footer__inner_contact a h3 {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}
.footer__inner_contact a h3::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .footer__inner_contact a h3::after {
    width: 22px;
    height: 22px;
  }
}
.footer__inner_contact a h3 span {
  display: block;
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .footer__inner_contact a h3 span {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.footer__inner_btm {
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .footer__inner_btm {
    width: 100%;
    padding: 0 10px;
  }
}
.footer__inner_btm_nav {
  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;
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav {
    display: block;
    margin-top: 30px;
  }
}
.footer__inner_btm_nav_left {
  width: 18.7%;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav_left {
    width: 150px;
    margin: auto;
  }
}
.footer__inner_btm_nav_left img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav_right {
    display: none;
  }
}
.footer__inner_btm_nav_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner_btm_nav_right_list li {
  margin-left: 20px;
}
@media screen and (max-width: 920px) {
  .footer__inner_btm_nav_right_list li {
    margin-left: 10px;
  }
}
.footer__inner_btm_nav_right_list li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 920px) {
  .footer__inner_btm_nav_right_list li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 740px) {
  .footer__inner_btm_nav_right_list li a {
    font-size: 1rem;
  }
}
.footer__inner_btm_ttl {
  margin-top: 34px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_ttl {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.footer__inner_btm_box {
  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;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_box {
    display: block;
  }
}
.footer__inner_btm_box_left {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_box_left {
    width: 100%;
  }
}
.footer__inner_btm_box_left p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .footer__inner_btm_box_left p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.footer__inner_btm_box_left p a {
  text-decoration: underline;
}
.footer__inner_btm_box_right p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_box_right p {
    text-align: center;
    font-size: 1rem;
    margin-top: 18px;
  }
}
.footer__inner_btm_box_link {
  margin-top: 36px;
}
.footer__inner_btm_box_link p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8461538462;
  text-align: right;
}
.footer__inner_btm_box_link p a {
  text-decoration: underline;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
.breadcrumb li {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.1818181818;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  margin-right: 6px;
  padding-right: 14px;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.breadcrumb li a {
  text-decoration: underline;
}

.ttl {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 62px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ttl {
    padding-left: 24px;
  }
}
.ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -46%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #102752;
}
@media screen and (max-width: 640px) {
  .ttl::before {
    left: -50%;
  }
}
.ttl_jp {
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 20px;
  vertical-align: middle;
}

.base_btn {
  width: 256px;
  background-color: #2F819D;
  border-radius: 18px;
  text-align: center;
  margin: auto;
}
.base_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 0;
}
.base_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 8px;
}
.base_btn span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 0;
}
.base_btn span::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 8px;
}

.send {
  width: 260px;
  margin: auto;
  position: relative;
}
.send:hover {
  opacity: 0.85;
}
.send::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 10px;
}
.send .send_text {
  width: 260px;
  background-color: #2F819D;
  border-radius: 43px;
  text-align: center;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 19px 0;
  border: none;
  cursor: pointer;
}

.contact_btn {
  width: 322px;
  background-color: #E0896C;
  border-radius: 43px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    width: 256px;
    border-radius: 18px;
  }
}
.contact_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 19px 0;
}
@media screen and (max-width: 640px) {
  .contact_btn a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.contact_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 33px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
}
@media screen and (max-width: 640px) {
  .contact_btn a::before {
    left: 28px;
    width: 7px;
    height: 5px;
  }
}

.page_ttl {
  margin: 75px 0 50px;
}
.page_ttl h2 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.962962963;
  color: #2F819D;
}
@media screen and (max-width: 640px) {
  .page_ttl h2 {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    margin: 0 20px;
  }
}
.page_ttl h2.en {
  font-family: "Tenor Sans", sans-serif;
}
.page_link {
  text-align: right;
}
.page_link_text a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-right: 52px;
}
.page_link_text a::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  right: -11%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 6px;
}
.page_link_text a:hover {
  color: #E0896C;
}
.page_link_text a:hover::after {
  background-image: url(../img/common/icon_link_og_right.svg);
}
.page_top {
  background-color: #E0896C;
  border-radius: 10px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
}
.page_top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .pagination {
    padding: 0 10px;
  }
}
.pagination_inner .wp-pagenavi {
  font-size: 1.3rem;
  font-weight: 400;
}
.pagination_inner .wp-pagenavi a {
  display: inline-block;
  background-color: #F9F9F9;
  border-radius: 50%;
  width: 40px;
  padding: 13px 0;
  margin: 0 6px;
}
.pagination_inner .wp-pagenavi .current {
  display: inline-block;
  color: #fff;
  background-color: #84B9CB;
  border-radius: 50%;
  width: 40px;
  padding: 13px 0;
  margin: 0 6px;
}
.pagination_inner .wp-pagenavi .previouspostslink {
  background: none;
  margin: auto;
  color: #000;
  background-color: #F9F9F9;
}
.pagination_inner .wp-pagenavi .nextpostslink {
  background: none;
  margin: auto;
  color: #000;
  background-color: #F9F9F9;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.blog_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;
}
.blog_list::after {
  content: "";
  display: block;
  width: 30.7%;
}
@media screen and (max-width: 640px) {
  .blog_list::after {
    width: 48%;
  }
}
.blog_list_box {
  position: relative;
  width: 30.7%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .blog_list_box {
    width: 48%;
    margin-bottom: 20px;
  }
}
.blog_list_box:hover {
  opacity: 0.85;
}
.blog_list_box_img {
  margin-bottom: 14px;
}
.blog_list_box_img img {
  width: 100%;
}
.blog_list_box_text_category {
  font-size: 1.2rem;
  font-weight: bold;
  color: #E0896C;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.blog_list_box_text_ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2F819D;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .blog_list_box_text_ttl {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.blog_list_box_text_date {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .blog_list_box_text_date {
    font-size: 1rem;
  }
}
.blog_list_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .service_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service_list_box {
  position: relative;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .service_list_box {
    width: 48%;
    margin-bottom: 20px;
  }
}
.service_list_box:hover {
  opacity: 0.85;
}
.service_list_box_img {
  margin-bottom: 10px;
}
.service_list_box_img img {
  width: 100%;
}
.service_list_box_text_ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2F819D;
  line-height: 2.0625;
}
@media screen and (max-width: 640px) {
  .service_list_box_text_ttl {
    text-align: left;
  }
}
.service_list_box_text p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .service_list_box_text p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-bottom: 14px;
  }
}
.service_list_box_btn {
  margin-top: auto;
}
.service_list_box_btn .base_btn {
  width: 156px;
}
@media screen and (max-width: 640px) {
  .service_list_box_btn .base_btn {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .service_list_box_btn .base_btn span {
    font-size: 1.3rem;
    padding: 6px 0;
  }
}

.project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  .project_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: auto;
  }
}
.project_list_box {
  position: relative;
  width: 23.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .project_list_box {
    width: 48%;
    margin-bottom: 36px;
  }
}
.project_list_box:hover {
  opacity: 0.85;
}
.project_list_box_img img {
  width: 100%;
}
.project_list_box_ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #E0896C;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-left: 28px;
}
@media screen and (max-width: 640px) {
  .project_list_box_ttl {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.project_list_box_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_og_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .project_list_box_ttl::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }
}
.project_list_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .project_list_box_text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.project_list_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info_table {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 840px) {
  .info_table {
    width: 100%;
  }
}
.info_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #84B9CB;
}
@media screen and (max-width: 640px) {
  .info_table dl {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
    margin-top: 10px;
  }
}
.info_table dl dt {
  width: 17.5%;
  font-weight: 500;
  color: #2F819D;
}
@media screen and (max-width: 640px) {
  .info_table dl dt {
    width: 120px;
  }
}
.info_table dl dd {
  width: 82.5%;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .info_table dl dd {
    width: calc(100% - 120px);
  }
}

.base_list_box_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #2F819D;
  border-bottom: 1px solid #2F819D;
  padding-bottom: 10px;
  margin: 40px 0 20px;
}
.base_list_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .base_list_box_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.base_list_box_text a {
  text-decoration: underline;
}

.sec__img_inner_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;
}
@media screen and (max-width: 640px) {
  .sec__img_inner_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sec__img_inner_list::after {
  content: "";
  display: block;
  width: 30.7%;
}
@media screen and (max-width: 640px) {
  .sec__img_inner_list::after {
    display: none;
  }
}
.sec__img_inner_list_box {
  width: 30.7%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .sec__img_inner_list_box {
    width: 100%;
  }
}
.sec__img_inner_list_box_img {
  margin-bottom: 14px;
}
.sec__img_inner_list_box_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec__img_inner_list_box_text p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
}
.sec__img_inner .sp_swiper {
  position: relative;
}
.sec__img_inner .swiper-button-prev,
.sec__img_inner .swiper-button-next {
  height: 25px;
  width: 25px;
  display: none;
}
@media screen and (max-width: 640px) {
  .sec__img_inner .swiper-button-prev,
.sec__img_inner .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec__img_inner .swiper-button-prev:after,
.sec__img_inner .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
}
.sec__img_inner .swiper-button-prev:after {
  background-image: url(../img/common/icon_l_slider.svg);
}
.sec__img_inner .swiper-button-next:after {
  background-image: url(../img/common/icon_r_slider.svg);
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.top .sec__fv {
  margin-top: 96px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .top .sec__fv {
    margin-top: 70px;
  }
}
.top .sec__fv_inner {
  width: 1180px;
  margin: auto;
  padding: 55px 0;
}
@media screen and (max-width: 1200px) {
  .top .sec__fv_inner {
    width: 100%;
    padding: 55px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner {
    padding: 0 20px 38px;
  }
}
.top .sec__fv_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec__fv_inner_list_left {
  margin-left: 100px;
  width: 30.5%;
}
@media screen and (max-width: 1200px) {
  .top .sec__fv_inner_list_left {
    margin-left: 20px;
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_list_left {
    margin-left: 0;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: -20px;
  }
}
.top .sec__fv_inner_list_left_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #2F819D;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_list_left_ttl {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list_left_ttl {
    margin-bottom: 10px;
  }
}
.top .sec__fv_inner_list_left_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_list_left_text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list_left_text {
    margin-bottom: 32px;
  }
}
.top .sec__fv_inner_list_left_btn {
  margin: auto;
}
.top .sec__fv_inner_list_right {
  width: 57.7%;
  position: absolute;
  top: -95px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list_right {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: -40px;
  }
}
.top .sec__fv_inner_list_right img {
  width: 100%;
}
.top .sec__blog {
  margin-top: 116px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .top .sec__blog {
    margin-top: 42px;
  }
}
.top .sec__blog_inner {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .top .sec__blog_inner {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__blog_inner {
    padding: 40px 20px;
  }
}
.top .sec__blog_inner .blog_list {
  margin-top: 50px;
}
.top .sec__blog_inner .base_btn {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__blog_inner .base_btn {
    margin-top: 20px;
  }
}
.top .sec__service {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__service {
    margin-top: 40px;
  }
}
.top .sec__service_inner {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .top .sec__service_inner {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__service_inner {
    padding: 40px 20px;
  }
}
.top .sec__service_inner_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  color: #E0896C;
  margin: 24px 0 24px 60px;
}
@media screen and (max-width: 768px) {
  .top .sec__service_inner_ttl {
    margin: 24px 0 24px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__service_inner_ttl {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin: 6px 0 10px 0;
  }
}
.top .sec__service_inner .service_list {
  margin: 0 35px 40px 60px;
}
@media screen and (max-width: 768px) {
  .top .sec__service_inner .service_list {
    margin: 0 20px 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__service_inner .service_list {
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__service_inner .page_link {
    margin-top: 20px;
  }
}
.top .sec__service_bg {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__service_bg {
    display: none;
  }
}
.top .sec__project {
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .top .sec__project {
    margin-top: 40px;
  }
}
.top .sec__project_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__project_inner_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.top .sec__project_inner_top_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .sec__project_inner_top_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top .sec__project_inner_top_left h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  color: #2F819D;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .top .sec__project_inner_top_left h3 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-bottom: 14px;
  }
}
.top .sec__project_inner_top_left p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__project_inner_top_left p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__project_inner_top_left p span {
  font-weight: bold;
}
.top .sec__project_inner_top_right {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__project_inner_top_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
}
.top .sec__project_inner_top_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .sec__project_inner_top_right ul li:first-child {
  margin-right: 10px;
}
.top .sec__project_inner_top_right ul li img {
  width: 100%;
}
.top .sec__about {
  margin-top: 140px;
  position: relative;
}
.top .sec__about_inner {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner {
    padding: 0 10px 40px;
  }
}
.top .sec__about_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec__about_inner_list_left {
  width: 69.5%;
  z-index: 2;
  margin-top: -130px;
  margin-left: -160px;
}
@media screen and (max-width: 1300px) {
  .top .sec__about_inner_list_left {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1180px) {
  .top .sec__about_inner_list_left {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1060px) {
  .top .sec__about_inner_list_left {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .top .sec__about_inner_list_left {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_left {
    width: 100%;
    margin-top: -60px;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.top .sec__about_inner_list_left img {
  width: 100%;
}
.top .sec__about_inner_list_right {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right {
    width: 100%;
    padding: 0 10px;
  }
}
.top .sec__about_inner_list_right .ttl::before {
  left: -42%;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right .ttl::before {
    left: -50%;
  }
}
.top .sec__about_inner_list_right_box {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .top .sec__about_inner_list_right_box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box {
    margin-left: auto;
  }
}
.top .sec__about_inner_list_right_box_name {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_name {
    margin-top: 20px;
  }
}
.top .sec__about_inner_list_right_box_name p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_name p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.top .sec__about_inner_list_right_box_name h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_name h3 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.top .sec__about_inner_list_right_box_list {
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_list {
    margin-top: 14px;
  }
}
.top .sec__about_inner_list_right_box_list li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #2F819D;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_list li {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
  }
}
.top .sec__about_inner_list_right_box_text {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_list_right_box_text {
    margin-top: 14px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.top .sec__about_inner_list_right_box .page_link {
  margin-top: 30px;
}
.top .sec__about_bg {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__about_bg {
    display: none;
  }
}
.top .sec__speaker {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__speaker {
    margin-top: 40px;
  }
}
.top .sec__speaker_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .top .sec__speaker_inner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
.top .sec__speaker_inner_list_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .sec__speaker_inner_list_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top .sec__speaker_inner_list_left h3 {
  width: 450px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  color: #2F819D;
  margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
  .top .sec__speaker_inner_list_left h3 {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__speaker_inner_list_left h3 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.top .sec__speaker_inner_list_left p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__speaker_inner_list_left p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.top .sec__speaker_inner_list_right {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .top .sec__speaker_inner_list_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
}
.top .sec__speaker_inner_list_right img {
  width: 100%;
}

/*------------------------------------------------------------
  About
------------------------------------------------------------*/
.about .sec__about {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .about .sec__about {
    margin-bottom: 40px;
  }
}
.about .sec__about_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .sec__about_inner_box_left {
  width: 53%;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about .sec__about_inner_box_left h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: #2F819D;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left h3 {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-bottom: 20px;
  }
}
.about .sec__about_inner_box_left p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left p {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.about .sec__about_inner_box_left p span {
  font-weight: bold;
}
.about .sec__about_inner_box_right {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.about .sec__about_inner_box_right img {
  width: 100%;
}
.about .sec__ideal {
  background-color: #fff;
  padding: 62px 0 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal {
    padding: 40px 0;
  }
}
.about .sec__ideal_inner_box {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box {
    margin-top: 30px;
  }
}
.about .sec__ideal_inner_box h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: #2F819D;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box h3 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-bottom: 40px;
  }
}
.about .sec__ideal_inner_box_list {
  border: 2px solid #E0896C;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box_list {
    margin: 0 -10px;
    padding: 20px 10px 20px 20px;
  }
}
.about .sec__ideal_inner_box_list dl:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box_list dl:not(:last-child) {
    margin-bottom: 10px;
  }
}
.about .sec__ideal_inner_box_list dl dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: #E0896C;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box_list dl dt {
    font-size: 1.6rem;
    line-height: 2.0625;
    margin-bottom: 6px;
  }
}
.about .sec__ideal_inner_box_list dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .about .sec__ideal_inner_box_list dl dd {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.about .sec__profile {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile {
    margin-top: 50px;
  }
}
.about .sec__profile_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.about .sec__profile_inner_box_left {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_box_left {
    width: 242px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.about .sec__profile_inner_box_left img {
  width: 100%;
}
.about .sec__profile_inner_box_right {
  width: 52.5%;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_box_right {
    width: 100%;
  }
}
.about .sec__profile_inner_box_right_name {
  margin-bottom: 14px;
}
.about .sec__profile_inner_box_right_name p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_box_right_name p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
    margin-bottom: 6px;
  }
}
.about .sec__profile_inner_box_right_name h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3888888889;
  color: #2F819D;
}
.about .sec__profile_inner_box_right_list {
  margin-bottom: 20px;
}
.about .sec__profile_inner_box_right_list li {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2;
}
.about .sec__profile_inner_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_box_right_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.about .sec__profile_inner_sns {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #2F819D;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_sns {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-bottom: 20px;
  }
}
.about .sec__profile_inner_sns a {
  color: #2F819D;
  text-decoration: underline;
  margin-right: 10px;
}
.about .sec__profile_inner_text {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_text {
    padding: 20px;
  }
}
.about .sec__profile_inner_text h4 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2F819D;
  margin-bottom: 20px;
}
.about .sec__profile_inner_text_box {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #84B9CB;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_text_box {
    margin-left: 0;
  }
}
.about .sec__profile_inner_text_box p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .about .sec__profile_inner_text_box p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.about .sec__info {
  margin-top: 78px;
}
@media screen and (max-width: 640px) {
  .about .sec__info {
    margin-top: 40px;
  }
}
.about .sec__info_inner_box {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .about .sec__info_inner_box {
    margin-top: 40px;
  }
}

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
.service .sec__fv_inner_img {
  position: relative;
}
.service .sec__fv_inner_img_cover {
  position: relative;
}
.service .sec__fv_inner_img_cover::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.service .sec__fv_inner_img_cover img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_img_cover img {
    height: 184px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 32%;
       object-position: 32%;
  }
}
.service .sec__fv_inner_img_text {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
@media screen and (max-width: 960px) {
  .service .sec__fv_inner_img_text {
    right: 4%;
  }
}
.service .sec__fv_inner_img_text h3 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.3333333333;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 960px) {
  .service .sec__fv_inner_img_text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_img_text h3 {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
  }
}
.service .sec__fv_inner_img_text span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #E0896C;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_img_text span {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.service .sec__fv_inner_text {
  background-color: #fff;
  padding: 38px 0;
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_text {
    padding: 20px 0;
  }
}
.service .sec__fv_inner_text_box_top {
  font-size: 2rem;
  font-weight: bold;
  color: #2F819D;
  letter-spacing: 0.04em;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_text_box_top {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.service .sec__fv_inner_text_box_btm {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .service .sec__fv_inner_text_box_btm {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
    margin-top: 16px;
  }
}
.service .sec__service {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .service .sec__service {
    margin-top: 40px;
  }
}
.service .sec__service_inner .ttl {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner .ttl {
    padding-left: 24px;
  }
}
.service .sec__service_inner .ttl::before {
  left: -52%;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner .ttl::before {
    left: -50%;
  }
}
.service .sec__service_inner_text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  color: #E0896C;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_text {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 24px;
  }
}
.service .sec__service_inner_list {
  margin-top: 30px;
}
.service .sec__service_inner_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_list_box {
    display: block;
    margin-bottom: 42px;
  }
}
.service .sec__service_inner_list_box_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_list_box_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service .sec__service_inner_list_box_left img {
  width: 100%;
}
.service .sec__service_inner_list_box_right {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_list_box_right {
    width: 100%;
  }
}
.service .sec__service_inner_list_box_right_ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2692307692;
  color: #2F819D;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_list_box_right_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.service .sec__service_inner_list_box_right_online {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #E0896C;
  padding: 5px 10px;
  border-radius: 5px;
}
.service .sec__service_inner_list_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  padding-top: 10px;
}
.service .sec__service_inner_list_box_right .base_btn {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .service .sec__service_inner_list_box_right .base_btn {
    margin-top: 18px;
  }
}

.service_detail .sec__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .service_detail .sec__img_inner.container {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .service_detail .sec__img_inner .service_ttl {
    margin: 0 10px 22px;
  }
}
.service_detail .sec__plan {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan {
    margin-top: 36px;
  }
}
.service_detail .sec__plan_inner_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box {
    padding: 20px;
  }
}
.service_detail .sec__plan_inner_box_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #D87896;
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_ttl {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 10px;
  }
}
.service_detail .sec__plan_inner_box_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #D87896;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_ttl::before {
    width: 3px;
  }
}
.service_detail .sec__plan_inner_box_price {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_price {
    margin-top: 14px;
  }
}
.service_detail .sec__plan_inner_box_price_top {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_price_top {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
.service_detail .sec__plan_inner_box_price_top span {
  color: #D87896;
}
.service_detail .sec__plan_inner_box_price_btm {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  color: #646464;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_price_btm {
    font-size: 1.1rem;
    line-height: 1.6363636364;
    margin-top: 10px;
  }
}
.service_detail .sec__plan_inner_box_text {
  margin-top: 14px;
}
.service_detail .sec__plan_inner_box_text p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.1875;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_text p {
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}
.service_detail .sec__plan_inner_box_note {
  margin-top: 24px;
  border-top: 1px dashed #2F819D;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_note {
    margin-top: 14px;
  }
}
.service_detail .sec__plan_inner_box_note_ttl {
  margin-top: 26px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.125;
  color: #2F819D;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_note_ttl {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.service_detail .sec__plan_inner_box_note p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__plan_inner_box_note p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.service_detail .sec__service {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__service {
    margin-top: 40px;
  }
}
.service_detail .sec__service_inner_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 16px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__service_inner_box {
    padding: 20px 20px 6px;
  }
}
.service_detail .sec__service_inner_box_list_box {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__service_inner_box_list_box {
    margin-bottom: 14px;
  }
}
.service_detail .sec__service_inner_box_list_box_ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #D87896;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__service_inner_box_list_box_ttl {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.service_detail .sec__service_inner_box_list_box_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__service_inner_box_list_box_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.service_detail .sec__reco {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco {
    margin-top: 40px;
  }
}
.service_detail .sec__reco_inner_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco_inner_box {
    padding: 20px;
  }
}
.service_detail .sec__reco_inner_box_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #D87896;
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco_inner_box_ttl {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 10px;
  }
}
.service_detail .sec__reco_inner_box_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #D87896;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco_inner_box_ttl::before {
    width: 3px;
  }
}
.service_detail .sec__reco_inner_box p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco_inner_box p {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 14px;
  }
}
.service_detail .sec__reco_inner .contact_btn {
  margin-top: 62px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__reco_inner .contact_btn {
    margin-top: 40px;
  }
}
.service_detail .sec__blog {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__blog {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .service_detail .sec__blog_inner .blog_list {
    padding: 0 10px;
  }
}
.service_detail .sec__blog_inner_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.service_detail .sec__blog_inner .base_btn {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .service_detail .sec__blog_inner .base_btn {
    margin-top: 40px;
  }
}
.service_detail .service_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #E0896C;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .service_detail .service_ttl {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 20px;
  }
}
.service_detail .service_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E0896C;
}
@media screen and (max-width: 640px) {
  .service_detail .container {
    padding: 0 10px;
  }
}

.service_option .sec__option {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option {
    margin-top: 40px;
  }
}
.service_option .sec__option_inner .ttl {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner .ttl {
    padding-left: 24px;
  }
}
.service_option .sec__option_inner .ttl::before {
  left: -52%;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner .ttl::before {
    left: -50%;
  }
}
.service_option .sec__option_inner_text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  color: #E0896C;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_text {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 24px;
  }
}
.service_option .sec__option_inner_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box {
    margin-bottom: 40px;
  }
}
.service_option .sec__option_inner_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_top {
    display: block;
  }
}
.service_option .sec__option_inner_box_top_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_top_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_option .sec__option_inner_box_top_left img {
  width: 100%;
}
.service_option .sec__option_inner_box_top_right {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_top_right {
    width: 100%;
  }
}
.service_option .sec__option_inner_box_top_right h3 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2692307692;
  color: #2F819D;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_top_right h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.service_option .sec__option_inner_box_top_right p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
.service_option .sec__option_inner_box_btm {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 34px 40px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm {
    padding: 20px;
  }
}
.service_option .sec__option_inner_box_btm_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #D87896;
  padding-left: 25px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_ttl {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 10px;
  }
}
.service_option .sec__option_inner_box_btm_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #D87896;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_ttl::before {
    width: 3px;
  }
}
.service_option .sec__option_inner_box_btm_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.service_option .sec__option_inner_box_btm_price dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_price dt {
    font-size: 1.6rem;
    line-height: 1.75;
    min-width: 120px;
  }
}
.service_option .sec__option_inner_box_btm_price dd {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #D87896;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_price dd {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.service_option .sec__option_inner_box_btm_note {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  color: #646464;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_note {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}
.service_option .sec__option_inner_box_btm_text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .service_option .sec__option_inner_box_btm_text {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    margin-top: 14px;
  }
}

/*------------------------------------------------------------
  work
------------------------------------------------------------*/
.work .sec__work_inner_box {
  margin-top: 60px;
}
.work .sec__work_inner_box .work_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;
}
.work .sec__work_inner_box .work_list::after {
  content: "";
  display: block;
  width: 30.7%;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list::after {
    width: 48%;
  }
}
.work .sec__work_inner_box .work_list_box {
  width: 30.7%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 96px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box {
    width: 48%;
    margin-bottom: 50px;
  }
}
.work .sec__work_inner_box .work_list_box:hover {
  opacity: 0.85;
}
.work .sec__work_inner_box .work_list_box_img {
  margin-bottom: 10px;
}
.work .sec__work_inner_box .work_list_box_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .sec__work_inner_box .work_list_box_text_category {
  display: inline-block;
  background-color: #E0896C;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box_text_category {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
}
.work .sec__work_inner_box .work_list_box_text_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5555555556;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box_text_ttl {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.5714285714;
  }
}
.work .sec__work_inner_box .work_list_box_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work .sec__work_inner_box .work_list_box_tag ul li {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box_tag ul li {
    font-size: 1.1rem;
    line-height: 2.1818181818;
  }
}
.work .sec__work_inner_box .work_list_box:nth-child(3n+2) {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box:nth-child(3n+2) {
    top: 0;
  }
}
.work .sec__work_inner_box .work_list_box:nth-child(3n+3) {
  top: 80px;
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box:nth-child(3n+3) {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .work .sec__work_inner_box .work_list_box:nth-child(2n) {
    top: 30px;
  }
}
.work .sec__work_inner_box .work_list_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.work .sec__work_inner .pagination {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .work_detail .breadcrumb {
    display: none;
  }
}
.work_detail .sec__top {
  margin-top: 230px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top {
    margin-top: 130px;
  }
}
.work_detail .sec__top_inner {
  background-color: #2F819D;
  position: relative;
  padding: 270px 0 40px;
}
@media screen and (max-width: 820px) {
  .work_detail .sec__top_inner {
    padding-top: 33%;
  }
}
@media screen and (max-width: 720px) {
  .work_detail .sec__top_inner {
    padding-top: 30%;
  }
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner {
    padding-top: 45%;
  }
}
.work_detail .sec__top_inner_img {
  position: absolute;
  top: -210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 800px;
  height: 462px;
}
@media screen and (max-width: 820px) {
  .work_detail .sec__top_inner_img {
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_img {
    top: -90px;
  }
}
.work_detail .sec__top_inner_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_detail .sec__top_inner_text {
  text-align: center;
}
.work_detail .sec__top_inner_text_category {
  display: inline-block;
  background-color: #E0896C;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_text_category {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
}
.work_detail .sec__top_inner_text_ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_text_ttl {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.work_detail .sec__top_inner_text_note {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_text_note {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.work_detail .sec__top_inner_text_tag {
  background-color: #fff;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  margin: auto;
  margin-top: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 820px) {
  .work_detail .sec__top_inner_text_tag {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_text_tag {
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.work_detail .sec__top_inner_text_tag li {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
  margin: 0 6px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__top_inner_text_tag li {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.work_detail .sec__bg {
  background-color: #fff;
}
.work_detail .sec__bg_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__bg_inner_box {
    display: block;
    padding: 20px 0;
  }
}
.work_detail .sec__bg_inner_box_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__bg_inner_box_left {
    width: 100%;
    margin-bottom: 16px;
  }
}
.work_detail .sec__bg_inner_box_left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_detail .sec__bg_inner_box_right {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__bg_inner_box_right {
    width: 100%;
  }
}
.work_detail .sec__bg_inner_box_right_ttl {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__bg_inner_box_right_ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.work_detail .sec__bg_inner_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__bg_inner_box_right_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.work_detail .sec__img_inner {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner {
    margin-top: 36px;
  }
}
.work_detail .sec__img_inner_before_ttl {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
  font-size: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_before_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_before .swiper {
    margin: 0 -20px;
  }
}
.work_detail .sec__img_inner_after {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_after {
    margin-top: 16px;
  }
}
.work_detail .sec__img_inner_after_ttl {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
  font-size: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #E0896C;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_after_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.work_detail .sec__img_inner_after_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;
}
.work_detail .sec__img_inner_after_list::after {
  content: "";
  display: block;
  width: 30.7%;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_after_list::after {
    width: 48%;
  }
}
.work_detail .sec__img_inner_after_list li {
  width: 30.7%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_after_list li {
    width: 48%;
    margin-bottom: 14px;
  }
}
.work_detail .sec__img_inner_after_list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_detail .sec__img_inner_after_list li a {
  display: block;
  position: relative;
}
.work_detail .sec__img_inner_after_list li a .hover_mask {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.work_detail .sec__img_inner_after_list li a .hover_mask:hover {
  opacity: 1;
}
.work_detail .sec__img_inner_after_list li a .hover_mask img {
  width: 30px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick {
    margin-top: 26px;
  }
}
.work_detail .sec__img_inner_pick_ttl {
  font-family: "Tenor Sans", sans-serif;
  font-size: 3rem;
  font-size: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.work_detail .sec__img_inner_pick_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_box {
    display: block;
    margin-bottom: 20px;
  }
}
.work_detail .sec__img_inner_pick_box_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_box_left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.work_detail .sec__img_inner_pick_box_left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_detail .sec__img_inner_pick_box_right {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_box_right {
    width: 100%;
  }
}
.work_detail .sec__img_inner_pick_box_right_ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.65;
  color: #2F819D;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_box_right_ttl {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-bottom: 10px;
  }
}
.work_detail .sec__img_inner_pick_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__img_inner_pick_box_right_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.work_detail .sec__about_inner {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__about_inner {
    margin-top: 40px;
  }
}
.work_detail .sec__about_inner_client .work_about_box_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__about_inner_client .work_about_box_inner_flex {
    display: block;
    margin-top: 20px;
  }
}
.work_detail .sec__about_inner .base_btn {
  margin-top: 60px;
}
.work_detail .sec__work_inner {
  margin-top: 60px;
  margin-bottom: 30px;
}
.work_detail .sec__link_inner .work_tag {
  padding: 56px 0 0;
}
@media screen and (max-width: 640px) {
  .work_detail .sec__link_inner .work_tag {
    padding: 45px 0 0;
  }
}
.work_detail .work_tag {
  background-color: transparent;
}

.work_category {
  background-color: #fff;
  padding: 56px 0 40px;
}
@media screen and (max-width: 640px) {
  .work_category {
    padding: 45px 0 40px;
  }
}
.work_category_box .ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .work_category_box .ttl {
    margin-bottom: 30px;
  }
}
.work_category_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 56px;
}
@media screen and (max-width: 640px) {
  .work_category_box_list {
    padding-left: 10px;
  }
}
.work_category_box_list li {
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .work_category_box_list li {
    margin-right: 30px;
    margin-bottom: 4px;
  }
}
.work_category_box_list li a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .work_category_box_list li a {
    letter-spacing: 0.03em;
  }
}
.work_category_box_list li a.active {
  color: #2F819D;
  text-decoration: underline;
}

.work_tag {
  background-color: #EFEFEF;
  padding: 56px 0;
}
@media screen and (max-width: 640px) {
  .work_tag {
    padding: 45px 0;
  }
}
.work_tag_box .ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .work_tag_box .ttl {
    margin-bottom: 30px;
  }
}
.work_tag_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 68px;
}
@media screen and (max-width: 640px) {
  .work_tag_box_list {
    padding-left: 10px;
  }
}
.work_tag_box_list li {
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .work_tag_box_list li {
    margin-right: 30px;
    margin-bottom: 4px;
  }
}
.work_tag_box_list li a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.work_about_box_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #E0896C;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .work_about_box_ttl {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 20px;
  }
}
.work_about_box_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E0896C;
}
.work_about_box_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 34px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner {
    padding: 20px 14px 20px;
  }
}
.work_about_box_inner_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #D87896;
  padding-left: 25px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_ttl {
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 10px;
  }
}
.work_about_box_inner_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #D87896;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_ttl::before {
    width: 3px;
  }
}
.work_about_box_inner_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
.work_about_box_inner_left {
  width: 53%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.work_about_box_inner_left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_right {
    width: 100%;
  }
}
.work_about_box_inner_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_right_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
    margin-bottom: 10px;
  }
}
.work_about_box_inner_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #2F819D;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_right dl {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.5384615385;
  }
}
.work_about_box_inner_right dl dt {
  min-width: 58px;
}
@media screen and (max-width: 640px) {
  .work_about_box_inner_right dl dt {
    min-width: 44px;
  }
}
.work_about_box_inner_right dl dd a {
  color: #2F819D;
  text-decoration: underline;
}

.mfp-bg {
  background: rgba(255, 255, 255, 0.9);
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

@media screen and (max-width: 640px) {
  .mfp-container {
    padding: 0 20px;
  }
}

img.mfp-img {
  height: 510px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  img.mfp-img {
    height: 100%;
    width: 100%;
  }
}

.mfp-title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  color: #102752;
  margin: 20px 0 30px;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .mfp-title {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.close-icon {
  display: none;
}

.close-bottom {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 136px;
  border-radius: 18px;
  background-color: #2F819D;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 15px 0;
  position: relative;
}
.close-bottom::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
}

/*------------------------------------------------------------
  blog
------------------------------------------------------------*/
.blog .sec__blog_inner .blog_category {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .blog .sec__blog_inner .blog_category {
    margin-bottom: 50px;
  }
}
.blog .sec__blog_inner .pagination {
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .blog .sec__blog_inner .pagination {
    padding: 0;
  }
}
.blog .sec__blog_inner .blog_archive {
  margin-top: 60px;
}
.blog .sec__blog_inner .blog_archive .blog_link_box_list li {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .blog_detail .breadcrumb {
    display: none;
  }
}
.blog_detail .sec__blog_inner .blog_box {
  background-color: #fff;
  padding: 90px 60px 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .blog_detail .sec__blog_inner .blog_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box {
    padding: 40px 10px;
    margin-bottom: 40px;
  }
}
.blog_detail .sec__blog_inner .blog_box_top {
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_top {
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_top dl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.blog_detail .sec__blog_inner .blog_box_top dl dt {
  min-width: 100px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_top dl dt {
    min-width: 90px;
  }
}
.blog_detail .sec__blog_inner .blog_box_top dl dd {
  color: #E0896C;
}
.blog_detail .sec__blog_inner .blog_box_top h1 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  margin-top: 10px;
  color: #2F819D;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_top h1 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.blog_detail .sec__blog_inner .blog_box_top p {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_top p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.blog_detail .sec__blog_inner .blog_box_body p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body p {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body figure {
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body figure {
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body figure img {
  width: 100%;
}
.blog_detail .sec__blog_inner .blog_box_body figure figcaption {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
  color: #646464;
}
.blog_detail .sec__blog_inner .blog_box_body blockquote {
  background-color: #F0F4F5;
  margin: 0 30px 40px 30px;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body blockquote {
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body blockquote p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body blockquote p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h1 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  margin-top: 10px;
  color: #2F819D;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h1 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #E0896C;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h2 {
    font-size: 1.8rem;
    line-height: 2.1111111111;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E0896C;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h2::after {
    width: 50px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
  padding-left: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h3 {
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h3::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #102752;
}
.blog_detail .sec__blog_inner .blog_box_body h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h4 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body h5 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  color: #D87896;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body h5 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body a {
  color: #E0896C;
  text-decoration: underline;
}
.blog_detail .sec__blog_inner .blog_box_body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body ul {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body ul li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body ul li {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.blog_detail .sec__blog_inner .blog_box_body ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body ol {
    margin-bottom: 20px;
    padding-left: 17px;
  }
}
.blog_detail .sec__blog_inner .blog_box_body ol li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_body ol li {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
  }
}
.blog_detail .sec__blog_inner .blog_box_body strong {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer {
    margin-top: 40px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #E0896C;
  padding-bottom: 10px;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_ttl {
    font-size: 1.8rem;
    line-height: 2.1111111111;
    margin-bottom: 18px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E0896C;
}
.blog_detail .sec__blog_inner .blog_box_footer_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.6923076923;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box {
  background-color: #FDF1ED;
  border: 2px solid #E0896C;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 40px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box {
    display: block;
    padding: 30px 10px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_left {
  width: 19.4%;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_left {
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_left img {
  width: 100%;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right {
  width: 71%;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_right_name {
    text-align: center;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_name p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
  margin-bottom: 6px;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_name h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5555555556;
  margin-bottom: 10px;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_right_text {
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_right_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list li {
  margin-right: 15px;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_footer_box_right_list li:first-child {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list li:first-child a {
  display: inline-block;
  width: 204px;
  background-color: #E0896C;
  border-radius: 18px;
  text-align: center;
  padding: 10px 0;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list li:first-child a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
}
.blog_detail .sec__blog_inner .blog_box_footer_box_right_list li:first-child a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
}
.blog_detail .sec__blog_inner .blog_box_page {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_page {
    margin-top: 40px;
  }
}
.blog_detail .sec__blog_inner .blog_box_page ul {
  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;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_page ul li {
    width: 46%;
    margin: 0 10px;
  }
}
.blog_detail .sec__blog_inner .blog_box_page ul li a {
  display: inline-block;
  width: 164px;
  border-radius: 28px;
  border: 1px solid #102752;
  text-align: center;
  padding: 18px 0;
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner .blog_box_page ul li a {
    width: 100%;
    margin: auto;
  }
}
.blog_detail .sec__blog_inner .blog_box_page ul li a span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.blog_detail .sec__blog_inner .blog_box_page ul li a.page_left {
  background-color: #D2E5EB;
}
.blog_detail .sec__blog_inner .blog_box_page ul li a.page_left span {
  padding-left: 20px;
}
.blog_detail .sec__blog_inner .blog_box_page ul li a.page_left span::before {
  position: absolute;
  content: "";
  background-image: url(../img/blog/icon_page_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.blog_detail .sec__blog_inner .blog_box_page ul li a.page_right span {
  padding-right: 20px;
}
.blog_detail .sec__blog_inner .blog_box_page ul li a.page_right span::after {
  position: absolute;
  content: "";
  background-image: url(../img/blog/icon_page_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.blog_detail .sec__blog_inner_list {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner_list {
    margin-bottom: 60px;
  }
}
.blog_detail .sec__blog_inner_link {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner_link {
    margin-bottom: 40px;
  }
}
.blog_detail .sec__blog_inner_link .blog_category {
  margin-bottom: 30px;
}
.blog_detail .sec__blog_inner_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #2F819D;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .blog_detail .sec__blog_inner_ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.blog_detail .sec__blog_inner_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #2F819D;
}

.blog_link {
  background-color: #fff;
  padding: 34px 30px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .blog_link {
    padding: 30px 10px 24px 10px;
  }
}
.blog_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .blog_link_box {
    display: block;
  }
}
.blog_link_box_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  min-width: 130px;
}
@media screen and (max-width: 640px) {
  .blog_link_box_ttl {
    margin-bottom: 14px;
  }
}
.blog_link_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_link_box_list li {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .blog_link_box_list li {
    margin-right: 26px;
    margin-bottom: 4px;
  }
}
.blog_link_box_list li a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .blog_link_box_list li a {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
.blog_link_box_list li a.active {
  color: #E0896C;
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .contact .sec__contact {
    padding: 0 20px;
  }
}
.contact .sec__contact_inner {
  width: 800px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 88px 70px 70px;
}
@media screen and (max-width: 820px) {
  .contact .sec__contact_inner {
    width: 100%;
    padding: 60px 34px;
  }
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner {
    padding: 40px 10px;
  }
}
.contact .sec__contact_inner_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7272727273;
  color: #E0896C;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner_ttl {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 20px;
  }
}
.contact .sec__contact_inner_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #E0896C;
}
.contact .sec__contact_inner .contact_form_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner dl {
    display: block;
    margin-bottom: 30px;
  }
}
.contact .sec__contact_inner .contact_form_inner dl.top {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact .sec__contact_inner .contact_form_inner dl.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .sec__contact_inner .contact_form_inner dl dt {
  width: 37.5%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner dl dt {
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto;
  }
}
.contact .sec__contact_inner .contact_form_inner dl dt .required {
  position: absolute;
  right: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #BA0000;
  border: 1px solid #BA0000;
  padding: 2px 5px;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner dl dt .required {
    position: relative;
    margin-left: 10px;
  }
}
.contact .sec__contact_inner .contact_form_inner dl dt .sm {
  font-size: 1.3rem;
}
.contact .sec__contact_inner .contact_form_inner dl dd {
  width: 62.5%;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner dl dd {
    width: 100%;
  }
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=text],
.contact .sec__contact_inner .contact_form_inner dl dd input[type=email],
.contact .sec__contact_inner .contact_form_inner dl dd input[type=tel] {
  width: 100%;
  border: 1px solid #84B9CB;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 10px;
}
.contact .sec__contact_inner .contact_form_inner dl dd textarea {
  width: 100%;
  border: 1px solid #84B9CB;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 12px;
  border-radius: 10px;
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox],
.contact .sec__contact_inner .contact_form_inner dl dd input[type=radio] {
  display: none;
}
.contact .sec__contact_inner .contact_form_inner dl dd label {
  cursor: pointer;
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1875;
  padding-left: 28px;
  position: relative;
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #102752;
  border-radius: 3px;
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #102752;
}
.contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 9px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 7px;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner dl dd input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    width: 14px;
    height: 10px;
  }
}
.contact .sec__contact_inner .contact_form_inner .checkbox {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner .checkbox {
    margin-top: 40px;
  }
}
.contact .sec__contact_inner .contact_form_inner .checkbox .acceptance {
  position: relative;
  display: inline-block;
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  left: 0;
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.25;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 640px) {
  .contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #102752;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  bottom: 0;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox] + .wpcf7-list-item-label a {
  text-decoration: underline;
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #102752;
}
.contact .sec__contact_inner .contact_form_inner .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 8px;
  width: 10px;
  height: 7px;
}

.complete .sec__complete {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .complete .sec__complete {
    margin-top: 50px;
  }
}
.complete .sec__complete_inner_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #2F819D;
  border-bottom: 1px solid #2F819D;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.complete .sec__complete_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .complete .sec__complete_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.complete .sec__complete_inner .base_btn {
  margin-top: 60px;
}

/*------------------------------------------------------------
  privacy & doc
------------------------------------------------------------*/
.privacy .sec__privacy {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .privacy .sec__privacy {
    margin-top: 50px;
  }
}
.privacy .sec__privacy_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
  }
}

.doc .sec__doc {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .doc .sec__doc {
    margin-top: 50px;
  }
}
.doc .sec__doc_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .doc .sec__doc_inner_text {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
  }
}
.doc .sec__doc_inner .base_list .info_table {
  margin-top: 40px;
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.no_page .sec__not {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .no_page .sec__not {
    margin-top: 50px;
  }
}
.no_page .sec__not_inner_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #2F819D;
  border-bottom: 1px solid #2F819D;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.no_page .sec__not_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .no_page .sec__not_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.no_page .sec__not_inner .base_btn {
  margin-top: 60px;
}