body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #111111;
  background: #F9F9F9;
}

body a {
  color: #111111;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp-only {
  display: none;
}

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

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.inner {
  box-sizing: content-box;
  max-width: 900px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .inner {
    padding: 0 5%;
  }
}

/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  /* left: 30px;
  right: 30px; */
  /* width: calc(100% - 60px); */
  width: 100%;
  height: 80px;
  background: #fff;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.header_logo {
  padding-left: 300px;
  background: url(../images/logo.jpg) left center no-repeat;
  background-size: contain;
  height: 3em;
  /* font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 23px; */
}

.header_logo span {
  font-size: 15px;
}

.nav_wrap {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex: 1;
  margin-right: 30px;
}

.nav_list li+li {
  margin-left: 3%;
}

.nav_list a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .nav_list a:hover {
    text-decoration: underline;
  }
}

.header_tel {
  font-size: 48px;
  color: #8AAE24;
  font-family: "EB Garamond", serif;
  padding-left: 50px;
  background: url(../images/ioc_tel_01.png) left center no-repeat;
  background-size: 36px;
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 1800px) {
  .header_logo {
    padding-left: 26.72vw;
    background: url(../images/logo.jpg) left center no-repeat;
    background-size: contain;
    /* font-size: 1.28vw; */
  }

  .header_logo span {
    font-size: 0.83vw;
  }

  .nav_list {
    margin-right: 1.67vw;
  }

  .nav_list a {
    font-size: 1.11vw;
  }

  .header_tel {
    font-size: 2.67vw;
    padding-left: 2.78vw;
    background: url(../images/ioc_tel_01.png) left center no-repeat;
    background-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    padding: 0 3%;
  }

  .header_logo {
    padding-left: 240px;
  }

  .header_logo span {
    font-size: 2.3vw;
  }

  .nav_wrap {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 20px 5% 0;
  }

  .is-open {
    overflow: hidden;
  }

  .is-open .nav_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .nav_list {
    display: block;
    margin-right: 0;
  }

  .nav_list li+li {
    margin: 15px 0 0 0;
  }

  .nav_list a {
    font-size: 18px;
  }

  .header_tel {
    margin-top: 10px;
    font-size: 36px;
    padding-left: 40px;
    background: url(../images/ioc_tel_01.png) left center no-repeat;
    background-size: 30px;
  }

  .menu_toggle {
    position: absolute;
    top: 19px;
    right: 3%;
    display: block;
    height: 24px;
    cursor: pointer;
  }

  .menu_toggle div {
    position: relative;
    width: 32px;
  }

  .menu_toggle span {
    width: 100%;
    z-index: 100;
    height: 3px;
    border-radius: 3px;
    right: 0;
    display: block;
    background: #00347D;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .menu_toggle span:nth-child(1) {
    top: 0;
  }

  .menu_toggle span:nth-child(2) {
    top: 11px;
  }

  .menu_toggle span:nth-child(3) {
    top: 22px;
  }

  .is-open .menu_toggle span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }

  .is-open .menu_toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-open .menu_toggle span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
}

/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */
.kv {
  background: url(../images/bg_kv.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 180px 0 330px;
  text-align: center;
}

.kv_txt {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #00347D;
  border-radius: 5px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.kv_ttl {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.kv_ttl em {
  font-size: 38px;
  font-weight: 600;
}

.kv_list {
  display: flex;
  justify-content: center;
}

.kv_list li {
  max-width: 256px;
  margin: 0 1.5%;
}

/* @media screen and (max-width: 1200px) {
  .kv_list {
    max-width: 80%;
    margin: 0 auto;
  }
} */
@media screen and (max-width:940px) {
  .kv_txt {
    font-size: 2vw;
  }

  .kv_ttl {
    font-size: 2.6vw;
  }

  .kv_ttl em {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    background: url(../images/bg_kv.png) center center no-repeat;
    background-size: cover;
    padding: 120px 0 300px;
  }

  .kv_txt {
    font-size: 3.5vw;
  }

  .kv_ttl {
    font-size: 3vw;
    margin-bottom: 20px;
  }

  .kv_ttl em {
    font-size: 4.7vw;
  }

  .kv_list {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:599px) {
  .kv_ttl {
    font-size: 4vw;
  }
}

/*----------------------------------------------------- */
/*  top-CTA           */
/*----------------------------------------------------- */
.top-cta {
  box-sizing: content-box;
  max-width: 900px;
  padding: 0 2%;
  position: relative;
  z-index: 2;
  margin: -250px auto 0;
}

@media screen and (max-width: 767px) {
  .top-cta {
    padding: 0 5%;
  }
}

/*----------------------------------------------------- */
/*  top-info           */
/*----------------------------------------------------- */
.top-info {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  z-index: 2;
  margin: -250px auto 0;
}

.top-info li {
  background: #fff;
  border-radius: 5px;
  padding: 16px 40px;
  display: flex;
}

.top-info li span {
  font-size: 16px;
  font-weight: 700;
  color: #00347D;
  margin-right: 4%;
}

.top-info li a {
  font-size: 16px;
}

.top-info li a:hover {
  text-decoration: underline;
}

.top-info li+li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-info {
    margin: -250px auto 0;
  }

  .top-info li {
    padding: 10px 15px;
    display: flex;
  }

  .top-info li span {
    font-size: 12px;
  }

  .top-info li a {
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.intro::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00347D;
  transform: skewY(-7deg);
  z-index: -1;
}

.intro .inner {
  display: flex;
  justify-content: space-between;
}

.intro_wrap {
  width: 48%;
  color: #fff;
}

.intro_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.intro_txt {
  font-size: 20px;
}

.intro_pic {
  width: 48%;
}

@media screen and (max-width: 1200px) {
  .intro_ttl {
    font-size: 3.2vw;
  }

  .intro_txt {
    font-size: 1.67vw;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 150px 0 50px;
  }

  .intro .inner {
    display: block;
  }

  .intro_wrap {
    width: 100%;
  }

  .intro_ttl {
    font-size: 7vw;
    margin-bottom: 20px;
    text-align: center;
  }

  .intro_txt {
    font-size: 14px;
  }

  .intro_pic {
    width: 90%;
    margin: 30px auto 0;
  }
}

/*----------------------------------------------------- */
/*  message           */
/*----------------------------------------------------- */
.message {
  padding: 150px 0;
}

.message_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  font-weight: bold;
  color: #00347d;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  position: relative;
}

.message_ttl::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #00347D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.message_cont {
  display: flex;
}

@media screen and (max-width:599px) {
  .message_ttl {
    margin-left: 0;
    font-size: 6.4vw;
  }
}

/*----------------------------------------------------- */
/*  consultant           */
/*----------------------------------------------------- */
.consultant {
  padding: 80px 0;
  background-color: #00347D;
}

.consultant_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  position: relative;
}

.consultant_ttl::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width:599px) {
  .consultant_ttl {
    margin-left: 0;
    font-size: 6.4vw;
  }
}

/* スライダー */
.consultant-slider-wrapper {
  position: relative;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: calc(50% - 10px);
  background-color: #fff;
  border: none;
  color: #00347d;
  font-size: 20px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #8aae24;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

/*----------------------------------------------------- */
/*  specialist           */
/*----------------------------------------------------- */
.specialist {
  padding: 80px 0;
}

.specialist_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

.specialist_wrap {
  width: 50%;
  padding-top: 30px;
}

.specialist_ttl {
  color: #00347D;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: -0.1em;
  line-height: 1.4;
}

.specialist_list {
  display: flex;
  flex-wrap: wrap;
}

.specialist_list li {
  background: #3B495C;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 10px;
  color: #fff;
}

.specialist_pic {
  width: 45%;
}

.cta_wrap {
  display: flex;
}

.cta_btn {
  /* max-width: 1200px; */
  width: 48%;
  height: 120px;
  margin: 0 auto;
  border-radius: 80px;
  background: #8AAE24;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

.cta_btn.cta_form {
  background-color: #00347D;
}

.cta_txt {
  /* background: #fff;
  border-radius: 100px; */
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  padding: 0 15px;
}

/* .cta_btn .tel {
  padding-left: 45px;
  background: url(../images/ioc_tel_02.png) left center no-repeat;
  background-size: 38px;
  font-family: "EB Garamond", serif;
  font-size: 50px;
  color: #fff;
} */
.cta_btn .tel {
  padding-left: 45px;
  background: url(../images/ioc_tel_02.png) left center no-repeat;
  background-size: 32px;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.cta_btn .hours {
  font-family: "EB Garamond", serif;
  font-size: 14px;
  color: #fff;
}

.cta_btn .web {
  padding-left: 45px;
  background: url(../images/ioc_web_02.png) left center no-repeat;
  background-size: 32px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cta_btn {
    transition: 0.3s ease-in-out;
  }

  .cta_btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1200px) {
  .specialist_ttl {
    font-size: 3.2vw;
  }

  .specialist_list {
    font-size: 1.5vw;
  }

  .cta_btn {
    height: 13.33vw;
  }

  .cta_txt {
    font-size: 2.8vw;
  }

  .cta_btn .tel {
    font-size: 2.4vw;
  }

  .cta_btn .hours {
    font-size: 1.17vw;
    color: #fff;
  }

  .cta_btn .web {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 767px) {
  .specialist {
    padding: 60px 0;
  }

  .specialist_outer {
    display: block;
    margin-bottom: 40px;
  }

  .specialist_wrap {
    width: 100%;
    padding-top: 0;
  }

  .specialist_ttl {
    font-size: 7vw;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0;
  }

  .specialist_list {
    font-size: 12px;
  }

  .specialist_list li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
  }

  .specialist_pic {
    width: 90%;
    margin: 20px auto 0;
  }

  .cta_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .cta_btn {
    height: 100px;
    width: 90%;
  }

  .cta_txt {
    font-size: 24px;
  }

  .cta_btn .tel {
    font-size: 20px;
    background-size: 24px;
  }

  .cta_btn .hours {
    font-size: 12px;
    color: #fff;
  }

  .cta_btn .web {
    font-size: 18px;
    background-size: 24px;
  }
}

@media screen and (max-width:599px) {
  .cta_btn {
    width: 100%;
  }
}

/*----------------------------------------------------- */
/*  top-column           */
/*----------------------------------------------------- */
.top-column {
  padding: 240px 0 160px;
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

.top-column::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #788598;
  transform: skewY(-7deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-column a {
    transition: 0.3s ease-in-out;
  }

  .top-column a:hover {
    opacity: 0.7;
  }
}

.top-column_ttl {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 48px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.top-column_ttl span {
  font-size: 28px;
}

.top-column_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #fff;
}

@media screen and (min-width: 768px) {
.top-column_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 40px;
  margin-bottom: 100px;
}
}

.top-column_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 20px 0;
}

.top-column_list_pic {
  width: 40%;
  margin-inline: auto;
}

.top-column_list_table {
  width: 100%;
  height: auto;
  margin: auto;
  border-collapse: separate;
  border-spacing: 3px;
}

.top-column_list_table th {
  text-align: center;
  background-color: #366aaf;
  color: #fff;
  padding: 2px;
  width: 30%;
}

.top-column_list_table td {
  background-color: #f9f9f9;
  padding: 2px 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.top-column_list_btn {
  width: 10em;
  color: #fff;
  text-align: center;
  background-color: #00347d;
  padding: 5px 2em;
  border-radius: 20px;
  margin-top: auto;
  position: relative;
}

.top-column_list_btn::after {
  content: "▶";
  font-size: 0.8em;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 0.8em;
}

.top-column_btn {
  margin-bottom: -150px;
}

@media screen and (max-width: 1200px) {
  .top-column_ttl {
    font-size: 4vw;
  }

  .top-column_ttl span {
    font-size: 2.33vw;
  }

  .top-column_list_table {
    width: 90%;
  }
}

@media screen and (max-width:999px) {
  .top-column_list_table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-column {
    padding: 220px 0 160px;
    margin-top: -180px;
  }

  .top-column::after {
    transform: skewY(-12deg);
  }

  .top-column_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .top-column_ttl span {
    font-size: 14px;
  }

  .top-column_ttl::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
  }

  .top-column_list {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }

  .top-column_list li {
    width: 80%;
    margin: 0 auto 10px;
  }

  .top-column_btn {
    margin-bottom: -130px;
  }
}

@media screen and (max-width:599px) {
  .top-column_list li {
    width: 90%;
  }
}

/*----------------------------------------------------- */
/*  form           */
/*----------------------------------------------------- */
.form {
  padding: 150px 0 0;
}

.form_ttl {
  color: #00347d;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 48px;
  position: relative;
  padding-bottom: 40px;
}

.form_ttl span {
  font-size: 28px;
}

.form_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #00347d;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  padding: 60px 0 40px 0;
}

.form-group {
  /* display: flex; */
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

label,
input,
textarea {
  box-sizing: border-box;
  margin: 0;
}

label {
  display: block;
  width: 80%;
  margin-inline: auto;
  padding: 5px;
  text-align: left;
  font-weight: 500;
}

label span {
  color: #d21919;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  margin-left: 0.8em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #F7F9FF;
}

.submit-button {
  text-align: center;
}

.submit-button button {
  padding: 15px 20px;
  background-color: #00347d;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 200px;
}

.submit-button button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .form_ttl {
    font-size: 4vw;
  }

  .form_ttl span {
    font-size: 2.33vw;
  }
}

@media screen and (max-width: 767px) {
  .form_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .form_ttl span {
    font-size: 14px;
  }

  .form_ttl::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
  }

  .form-group {
    flex-direction: column;
  }

  label,
  input,
  textarea {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: 100%;
  }
}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  padding: 150px 0 200px;
}

.footer_list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.footer_list li {
  padding: 0 30px;
}

.footer_list li+li {
  border-left: 1px solid #ABABAB;
}

.footer_list a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .footer_list a:hover {
    text-decoration: underline;
  }
}

.footer_copy {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  color: #8B8B8B;
}

@media screen and (max-width: 1200px) {
  .footer_list a {
    font-size: 1.5vw;
  }

  .footer_copy {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 200px;
  }

  .footer_list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer_list li {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .footer_list li+li {
    border-left: none;
  }

  .footer_list a {
    font-size: 12px;
  }

  .footer_copy {
    font-size: 10px;
  }
}

/*----------------------------------------------------- */
/*  .sub_kv           */
/*----------------------------------------------------- */
.sub_kv {
  height: 340px;
  padding-top: 190px;
  margin-bottom: 100px;
}

.sub_kv h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
}

.about_kv {
  background: url(../images/sitemap/sitemap_kv.png) center center no-repeat;
  background-size: cover;
}

.case-result_kv {
  background: url(../images/case-result/case-result_kv.png) center center no-repeat;
  background-size: cover;
}

.faq_kv {
  background: url(../images/faq/faq_kv.png) center center no-repeat;
  background-size: cover;
}

.sponsorship_kv {
  background: url(../images/sponsorship/sponsorship_kv.png) center center no-repeat;
  background-size: cover;
}

.contact_kv {
  background: url(../images/contact/bg_kv.png) center center no-repeat;
  background-size: cover;
}

.cmn_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 36px;
  color: #012556;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 80px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.cmn_ttl span {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  display: block;
}

.cmn_ttl::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #012556;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cmn_table {
  border-collapse: separate;
  border-spacing: 0 16px;
  font-size: 20px;
  width: 100%;
}

.cmn_table th {
  background: #7993B7;
  width: 24%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.cmn_table td {
  border: 2px solid #7993B7;
  background: #fff;
  width: 76%;
  padding: 10px 20px;
}

.footer_wrap {
  background: #fff;
  padding: 200px 0 0;
}

@media screen and (max-width: 767px) {
  .sub_kv {
    height: 200px;
    padding-top: 110px;
    margin-bottom: 50px;
  }

  .sub_kv h1 {
    font-size: 24px;
  }

  .cmn_ttl {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .cmn_ttl span {
    font-size: 14px;
  }

  .cmn_ttl::after {
    width: 40px;
    height: 2px;
  }

  .cmn_table {
    border-spacing: 0 10px;
    font-size: 14px;
  }

  .footer_wrap {
    padding: 60px 0 0;
  }
}

/*----------------------------------------------------- */
/*  .about           */
/*----------------------------------------------------- */
.about_sec {
  margin-bottom: 180px;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
}

.about_wrap02 {
  flex-direction: row-reverse;
  margin-bottom: 160px;
}

.about_wrap03 {
  align-items: flex-end;
}

.about_pic {
  width: 22%;
}

.about_txt {
  width: 74%;
}

.about_subttl {
  font-weight: bold;
  font-size: 24px;
  color: #012556;
  position: relative;
  padding-left: 1.2em;
  margin-top: 30px;
  margin-bottom: 0.3em;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.about_subttl::before {
  content: "";
  width: 1em;
  height: 4px;
  background: #012556;
  position: absolute;
  top: 50%;
  left: 0;
}

.about_txt p+p {
  margin-top: 30px;
}

.about_txt .accent {
  font-weight: bold;
  color: #012556;
}

.about_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.about_list::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/about/ico_x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.about_list li {
  width: 46%;
}

.about_outline {
  background: #fff;
  padding: 200px 0 0;
}

.about_outline .ggmap {
  max-width: 800px;
  width: 80%;
  margin-inline: auto;
  margin-top: 60px;
}

.about_outline .ggmap iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .about_sec {
    margin-bottom: 0;
  }

  .about_wrap {
    flex-direction: column-reverse;
  }

  .about_wrap02 {
    margin-bottom: 0;
  }

  .about_pic {
    width: 35%;
    margin: 0 auto;
  }

  .about_txt {
    width: 100%;
  }

  .about_subttl {
    font-size: 16px;
  }

  .about_txt p+p {
    margin-top: 30px;
  }

  .about_list {
    display: block;
    margin-bottom: 30px;
    width: 70%;
    margin: 0 auto 30px;
  }

  .about_list li {
    width: 100%;
  }

  .about_list li+li {
    margin-top: 50px;
  }

  .about_list::after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
  }

  .about_outline {
    padding: 50px 0 0;
  }

  .about_outline .ggmap {
    margin-top: 30px;
    width: 100%;
  }

  .about_outline .ggmap iframe {
    height: 400px;
  }
}

@media screen and (max-width:599px) {
  .about_outline .ggmap iframe {
    height: 300px;
  }
}

/*----------------------------------------------------- */
/*  case-result           */
/*----------------------------------------------------- */
.case-result_sec {
  padding-bottom: 200px;
}

/*-- case.cssより --*/
.case {}

.wrap_case {}

.wrap_case .col {
  margin: 20px auto 0 auto;
  max-width: 950px;
  background: #C9D8ED;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.wrap_case .col:nth-child(1) {
  margin: 0 auto 0 auto;
}

.wrap_case .box-a {
  width: 230px;
  text-align: center;
}

.wrap_case .box-b {
  margin: 0 auto;
  padding: 20px;
  width: 720px;
  background: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.wrap_case .box-a h2 {
  margin: 0 auto 22px auto;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  color: #000000;
}

.wrap_case .box-a .pic-a-1 {
  margin: 0 4px 0 4px;
}

.wrap_case .box-a .pic-a-1 img {
  margin: 0 auto 0 auto;
  max-width: 220px;
  height: auto;
}

.wrap_case .box-a a {
  margin: 40px auto 0 auto;
}

.wrap_case .box-a a::after {}

.wrap_case .box-b h3 {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  text-align: left;
  background-color: #00347D;
  color: #ffffff;
}

.wrap_case .box-a a.linkbtn {
  margin: 0 auto 0 auto;
  padding: 16px 0;
  max-width: 140px;
  border-radius: 28px;
  font-size: 20px;
  line-height: 1.2;
  background: #366AAF;
  color: #ffffff;
  text-align: center;
  display: block;
  position: relative;
}

.wrap_case .box-a a.linkbtn:hover {
  opacity: 0.8;
}

.wrap_case .box-a a.linkbtn::after {
  content: "";
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: -8px 0 0 0;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
}

.wrap_case .box-b ul {
  list-style-type: none;
}

.wrap_case .box-b li {
  margin: 12px 0 0 0;
  padding: 10px 0 0 0;
}

.wrap_case .box-b li:nth-child(1) {
  border-top: none;
  margin: 0 0 0 0;
}

.wrap_case .box-b p {
  font-size: 12px;
  font-size: 16px;
}

.wrap_case .box-b p b {
  color: #BA0000;
}

.wrap_case .box-b a.linkbtn {
  display: none;
}

.wrap_case dl {
  margin: 0 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap_case dt {
  padding: 5px 8px;
  width: 20%;
  font-weight: bold;
  color: #ffffff;
  background-color: #7e93b7;
}

.wrap_case dd {
  padding: 0px 10px;
  width: calc(100% - 20%);
  border: 2px solid #7e93b7;
}

.pagination {}

.pagination nav {}

.pagination ul {
  margin: 44px auto 44px auto;
  max-width: 1200px;
  text-align: center;
}

.pagination li {
  margin: 0 4px 4px 4px;
  display: inline-block;
}

.pagination a,
.pagination span {
  padding: 17px 28px;
  padding: 8px 19px;
  display: block;
  font-family: "Noto Sans";
  font-size: 29px;
  line-height: 1.3449;
  background: #A3A3A3;
  color: #ffffff;
}

.pagination a {}

.pagination span {}

.pagination li:nth-child(1) {}

.pagination li.current,
.pagination li.prev,
.pagination li.next {}

.pagination li.current span,
.pagination li.prev a,
.pagination li.next a {
  background: #366AAF;
}

.pagination li.prev {}

.pagination li.next {}

.pagination li.cln {}

/* wp-pagenavi */
.pagination .wp-pagenavi {
  margin: 44px auto 44px auto;
  max-width: 1200px;
  text-align: center;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
  margin: 0 4px 4px 4px;
  padding: 8px 19px;
  width: auto;
  font-weight: normal;
  font-family: "Noto Sans";
  font-size: 29px;
  line-height: 1.3449;
  color: #FFFFFF;
  display: inline-block;
}

.pagination .wp-pagenavi a.previouspostslink,
.pagination .wp-pagenavi a.nextpostslink,
.pagination .wp-pagenavi span.current {
  background: #366AAF;
}

/*-- post.cssより --*/
.post {}

.post-typec {
  margin: 20px auto 0 auto;
  padding: 10px 10px;
  max-width: 1200px;
}

.post-typec h1 {
  margin: 0 auto 20px auto;
  font-size: 24px;
  text-align: left;
}

.wrap-casepost {
  padding: 30px;
}

.wrap-casepost .col {
  margin: 60px 0 0 0;
  padding: 0 0 0 0;
}

.wrap-casepost .col:nth-child(1) {
  margin: 0 0 0 0;
}

/*
.wrap-casepost h3 {
	border-bottom: 3px solid #1D4479;
	margin: 0 auto 12px auto;
	padding: 0 44px 8px 2px;
	max-width: calc(100% - 46px);
	display: inline-block;
	font-size: 20px;
	text-align: left;
}
*/
.wrap-casepost dl {
  margin: 4px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-casepost dl:nth-child(1) {
  margin: 0 0 0 0;
}

.wrap-casepost dt,
.wrap-casepost dd {
  font-size: 16px;
  line-height: 1.875;
}

.wrap-casepost dt {
  padding: 0 8px 0 0;
  width: 80px;
  font-weight: bold;
  color: #1D4479;
}

.wrap-casepost dd {
  width: calc(100% - 8px - 80px);
}

.wrap-casepost p b,
.wrap-casepost p strong,
.wrap-casepost p em {
  font-weight: bold;
}

.wrap-casepost p b {
  color: #366AAF;
}

.wrap-casepost p em {
  font-style: normal;
  color: #BA0000;
}

.wrap-casepost-enc {
  position: relative;
}

.wrap-casepost-enc-bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./../img/sample/bg-thm-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
  position: absolute;
}

.wrap-casepost.type-fst {
  position: relative;
}

.wrap-casepost.type-fst .col {
  margin: 20px 0 0 0;
}

.wrap-casepost.type-fst .col::nth-child(1) {
  margin: 0 0 0 0;
}

.wrap-casepost.type-fst p strong {
  font-size: 16px;
}

/* .page-nav */
.page-nav {
  margin: 30px auto 60px auto;
}

.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nav li {
  margin: 0 0 0 20px;
  width: 180px;
}

.page-nav li:nth-child(1) {
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .case-result_sec {
    padding-bottom: 100px;
  }

  /*-- case-sp.cssより --*/
  .case-page {}

  .wrap_case .col {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: #fff;
    display: block;
  }

  .wrap_case .box-a {
    display: none;
  }

  .wrap_case .box-b {
    border-left: 0;
    padding: 20px 20px;
    width: 100%;
  }

  .wrap_case .box-b h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    text-align: center;
  }

  .wrap_case .box-b p {
    font-size: 13px;
  }

  .wrap_case .box-b p br {
    display: none;
  }

  .wrap-case-dl {
    padding: 10px 0;
    position: relative;
  }

  .wrap-case-dl .bg-box1 {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../.././img/sample/thm-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .wrap_case dl {
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .wrap_case dt {
    width: 30%;
    font-size: 12px;
  }

  .wrap_case dd {
    width: calc(100% - 30%);
    font-size: 12px;
  }

  .wrap_case .box-b a.linkbtn {
    margin: 30px auto 0 auto;
    padding: 16px 0;
    border-radius: 28px;
    font-size: 16px;
    line-height: 1.2;
    background: #366AAF;
    color: #ffffff;
    text-align: center;
    display: block;
    position: relative;
  }

  .wrap_case .box-b a.linkbtn::after {
    content: "";
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    margin: -8px 0 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
  }

  .pagination {}

  .pagination a,
  .pagination span {
    padding: 9px 15px;
    font-size: 15px;
  }

  /* wp-pagenavi */
  .pagination .wp-pagenavi {}

  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    padding: 9px 15px;
    font-size: 15px;
  }

  .pagination .wp-pagenavi a.previouspostslink,
  .pagination .wp-pagenavi a.nextpostslink,
  .pagination .wp-pagenavi span.current {
    background: #366AAF;
  }

  /*-- post-sp.cssより --*/
  .post {}

  .post-typec {
    padding: 0 0;
  }

  .post-typec h1 {
    padding: 16px 10px;
    font-size: 24px;
    text-align: center;
    background: #1D4479;
    color: #ffffff;
  }

  .wrap-casepost {
    margin-bottom: 50px;
  }

  .wrap-casepost.type-fst {
    padding: 0 0;
  }

  .wrap-casepost.type-fst .col {
    border: 0;
    margin: 0 0 0 0;
    padding: 8px 0 16px 0;
  }

  .wrap-casepost.type-fst .col:nth-child(1) {
    padding: 0 0 0 0;
  }

  .wrap-casepost dl,
  .wrap-casepost.type-fst p {
    padding: 0 10px;
  }

  .wrap-casepost dt,
  .wrap-casepost dd,
  .wrap-casepost.type-fst p strong {
    font-size: 10px;
  }

  .wrap-casepost dt {}

  .wrap-casepost {
    border: 0;
    padding: 10px 0;
  }

  .wrap-casepost .col {
    margin: 24px 0 0 0;
    padding: 8px 0 0 0;
  }

  /* .page-nav */
  .page-nav {
    margin: 30px auto 30px auto;
  }

  .page-nav ul {
    max-width: 462px;
    display: block;
  }

  .page-nav li {
    margin: 16px auto 0 auto;
    width: 100%;
  }

  .page-nav li:nth-child(1) {}

  .page-nav li a.linkbtn {
    max-width: 100%;
    font-size: 20px;
  }
}

/*----------------------------------------------------- */
/*  case-result-detail           */
/*----------------------------------------------------- */
.case-result_ttl {
  width: 100%;
  background: #00347D;
  padding: 10px 20px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

.problem-intro {
  display: flex;
  justify-content: space-between;
}

.problem-intro01 {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.problem-intro01 .col-txt {
  margin-right: 3%;
}

.problem-intro01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #00347D;
}

.problem-intro02 {
  padding: 30px;
  width: 43%;
  background-color: #C9D8ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.problem-intro02 .col-img {
  width: 20%;
}

.problem-intro02 .col-txt {
  width: 75%;
}

a.linkbtn {
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 28px;
  font-size: 20px;
  line-height: 1.2;
  background: #366AAF;
  color: #ffffff;
  text-align: center;
  display: block;
  position: relative;
}

a.linkbtn.typeb {
  background: #000000;
}

a.linkbtn::after {
  content: "";
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin: -8px 0 0 0;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
}

a.linkbtn.typel::after {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: inherit;
  left: 16px;
}

a.linkbtn.typeb::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .case-result_ttl {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }

  .problem-intro {
    display: block;
  }

  .problem-intro01 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .problem-intro01::after {
    margin: 20px auto;
    border-width: 20px 15px 0 15px;
    border-color: #00347D transparent transparent transparent;
  }

  .problem-intro02 {
    width: 100%;
  }
}

/*----------------------------------------------------- */
/*  .faq           */
/*----------------------------------------------------- */
.faq_sec {
  padding-bottom: 200px;
}

.faq_table {
  width: 100%;
}

.faq_table th {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 15px 20px;
  width: 60px;
}

.faq_table td {
  padding: 15px 20px;
}

.faq_table+.faq_table {
  margin-top: 40px;
}

.faq_q th {
  background: #00347D;
}

.faq_q td {
  background: #E3E3E3;
  border: 2px solid #E3E3E3;
}

.faq_a th {
  background: #8AAE24;
}

.faq_a td {
  border: 2px solid #E3E3E3;
}

@media screen and (max-width: 767px) {
  .faq_sec {
    padding-bottom: 100px;
  }

  .faq_table {
    width: 100%;
  }

  .faq_table th {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    width: 50px;
  }

  .faq_table td {
    padding: 10px 15px;
  }

  .faq_table+.faq_table {
    margin-top: 20px;
  }
}

/*----------------------------------------------------- */
/*  .fee           */
/*----------------------------------------------------- */
.fee_kv {
  background: url(../images/fee/fee_kv.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.fee_sec {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width:999px) {
  .fee_sec {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width:599px) {
  .fee_sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* fee_consul */
.fee_consul {
  overflow: hidden;
}

.fee_consul_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fee_consul_cont::after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 300px;
  background-image: url(../images/fee/consultation_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: -80px;
  z-index: -1;
}

.fee_consul_txt_wrap {
  width: 42%;
}

.fee_consul_pic {
  width: 50%;
}

.fee_consul_ttl {
  margin-bottom: 30px;
}

.fee_consul_ttl h2 {
  width: 90%;
}

/* .fee_consul_ttl h2{
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #00347D;
  font-size: 96px;
  letter-spacing: 0.1em;
  line-height: 1.4;
 margin-left: 0.8em;
  position: relative;
  background: linear-gradient(transparent 70%, #fff006 20%);
   -webkit-text-emphasis: filled circle #fff006;
  text-emphasis: filled circle #fff006;
}
.fee_consul_ttl h2 span{
  writing-mode: vertical-rl;
  font-size: 0.4em;
   -webkit-text-emphasis:none;
  text-emphasis:none;
  position: absolute;
  top: 0.8em;
  left: -1.6em;
} */
.fee_consul_ttl .sml {
  font-size: 14px;
  margin-top: 1em;
}

.fee_consul_subttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width:999px) {
  .fee_consul_cont {
    flex-direction: column;
    gap: 40px;
  }

  .fee_consul_cont::after {
    width: 100%;
    top: -50px;
    left: 0;
  }

  .fee_consul_txt_wrap {
    width: 80%;
  }

  .fee_consul_pic {
    width: 80%;
  }

  .fee_consul_ttl {
    text-align: center;
  }

  .fee_consul_ttl h2 {
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width:767px) {
  .fee_consul_txt_wrap {
    width: 100%;
  }

  .fee_consul_pic {
    width: 100%;
  }
}

@media screen and (max-width:599px) {
  .fee_consul_subttl {
    font-size: min(5.8vw, 24px);
  }
}

/* fee */
.fee {
  background-color: #fff;
}

.fee_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fee_pic {
  width: 50%;
}

.fee_txt_wrap {
  width: 43%;
}

.fee_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  font-weight: bold;
  color: #00347d;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  position: relative;
}

.fee_ttl::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #00347D;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fee_subttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fee_box {
  padding: 20px 2em;
  margin-top: 40px;
  background-color: #366AAF;
  color: #fff;
}

.fee_box p {
  margin-bottom: 5px;
}

.fee_box_ttl {
  background-color: #fff;
  color: #111111;
  font-size: 0.8em;
  width: 12em;
  display: inline-block;
  text-align: center;
  padding: 2px;
  margin-right: 1em;
}

@media screen and (max-width:1200px) {
  .fee_pic {
    width: 47%;
  }

  .fee_txt_wrap {
    width: 48%;
  }

  .fee_box {
    padding: 20px 1em;
  }
}

@media screen and (max-width:999px) {
  .fee_cont {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .fee_pic {
    width: 80%;
  }

  .fee_txt_wrap {
    width: 80%;
  }

  .fee_box {
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width:767px) {
  .fee_pic {
    width: 100%;
  }

  .fee_txt_wrap {
    width: 100%;
  }
}

@media screen and (max-width:599px) {
  .fee_ttl {
    margin-left: 0;
    font-size: 6.4vw;
  }

  .fee_subttl {
    font-size: min(5.8vw, 24px);
  }

  .fee_box p {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }

  .fee_box_txt {
    margin-left: 2em;
  }
}

/* fee_cta */
.fee_cta {
  background-color: #00347D;
}

.fee_cta_txt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}

.fee_cta .top-column_btn {
  margin-bottom: 0;
}

.fee_cta .cta_form {
  background-color: #fff;
}

.fee_cta .cta_form p {
  color: #00347D;
}

.fee_cta .cta_form .web {
  background-image: url(../images/ioc_web_01.png);
}

@media screen and (max-width:767px) {
  .fee_cta_txt {
    font-size: min(5.8vw, 32px);
  }
}

/*----------------------------------------------------- */
/*  .sponsorship           */
/*----------------------------------------------------- */
.sponsorship_sec {
  margin-bottom: 160px;
}

.sponsorship_ttl {
  background: #00347D;
  padding: 10px 20px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

.sponsorship_txt01 {
  margin-bottom: 30px;
}

.sponsorship_txt02 {
  margin-bottom: 100px;
}

.sponsorship_txt03 {
  margin: 20px 0 80px;
}

.sponsorship_txt04 {
  margin: 20px 0 0;
}

.sponsorship_txt05 {
  margin: 0 0 50px;
}

.sponsorship_pic {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sponsorship_sec {
    margin-bottom: 80px;
  }

  .sponsorship_ttl {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }

  .sponsorship_txt01 {
    margin-bottom: 20px;
  }

  .sponsorship_txt02 {
    margin-bottom: 50px;
  }

  .sponsorship_txt03 {
    margin: 20px 0 40px;
  }

  .sponsorship_txt04 {
    margin: 20px 0 0;
  }

  .sponsorship_txt05 {
    margin: 0 0 30px;
  }

  .sponsorship_pic {
    margin-top: 20px;
  }
}

/*----------------------------------------------------- */
/*  .contact           */
/*----------------------------------------------------- */
/*-- form.cssより --*/
.wrap-contact input,
.wrap-contact textarea {
  border: 1px solid #707070;
  margin: 0 0 4px 0;
  padding: 8px 8px;
}

.wrap-contact input[type="radio"] {
  max-width: inherit;
  width: auto;
  display: inline-block;
}

.wrap-contact input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

.wrap-contact input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #999999 inset;
}

.wrap-contact .wpcf7-not-valid-tip {
  padding: 0 4px;
  display: inline-block;
}

.wrap-contact {
  margin: 0 auto 0 auto;
  padding: 0 10px;
  max-width: 778px;
}

.wrap-contact .col {
  margin: 18px 0 0 0;
}

.wrap-contact .col:nth-child(1) {
  margin: 0 0 0 0;
}

.wrap-contact .item {
  text-align: left;
}

.wrap-contact .item span {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.wrap-contact .item span:nth-child(2) {
  margin: 0 0 0 14px;
  padding: 2px 8px;
  background: #FF0000;
  color: #FFFFFF;
  text-align: center;
}

.wrap-contact .inp {
  margin: 10px 0 0 0;
  text-align: left;
}

.wrap-contact input.zip {
  width: 150px;
}

.wrap-contact .col.type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-contact .col.type2 .col-cl {
  width: 30%;
}

.wrap-contact .col.type2 .col-cl:nth-child(2) {
  margin: 0 0 0 22px;
  width: calc(100% - 30% - 22px);
}

.wrap-contact .col.type3 .inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.wrap-contact .col.type3 .inp input {
  max-width: 88px;
}

.wrap-contact .col.type3 .inp span {
  padding: 0 12px 0 0;
  width: auto;
}

.wrap-contact .col.type4 span.wpcf7-list-item {
  margin: 0 32px 0 0;
}

.contact-btm {
  margin: 20px 0 0 0;
  text-align: center;
}

.contact-btm p {
  font-size: 18px;
  line-height: 1.3334;
  color: #333333;
}

.contact-btm .box1 {
  margin: 36px 0 0 0;
  font-size: 18px;
  line-height: 1.3334;
  color: #333333;
}

.contact-btm .box1 input {
  width: 18px;
  height: 18px;
}

.contact-btm .box1 span {}

.contact-btm .box2 {
  margin: 52px auto 0 auto;
}

.contact-btm .box2-inner {
  display: inline-block;
  position: relative;
}

.contact-btm .box2-inner::after {
  content: "";
  display: inline-block;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: -9px 0 0 0;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
}

.contact-btm .box2 input {
  border-radius: 4px;
  border: none;
  border-bottom: 2px solid #192D4E;
  padding: 4px 66px;
  background: #366AAF;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 2.5455;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  outline: none;
  width: 100%;
  min-width: 280px;
  margin: 0;
}

.contact-btm .box2 input.wpcf7c-btn-back {
  margin: 0 16px 0 0;
  background: #999999;
  color: #FFFFFF;
}

.contact-btm .ajax-loader {
  position: absolute;
}

.contact-btm .wpcf7-list-item-label {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact_sec {
    margin-bottom: 80px;
  }

  /*-- form-sp.cssより --*/
  .contact-btm .box2 input {
    padding: 4px 24px;
    font-size: 16px;
  }

  .contact-btm .box2-inner::after {
    right: 12px;
  }

  .wrap-contact .col.type2 {
    display: block;
  }

  .wrap-contact .col.type2 .col-cl,
  .wrap-contact .col.type2 .col-cl:nth-child(2) {
    margin: 18px auto 0 auto;
    width: 100%;
  }

  .contact-btm .box1,
  .contact-btm .box2 {
    margin: 16px auto 0 auto;
  }
}

/*----------------------------------------------------- */
/*  .complete          */
/*----------------------------------------------------- */
.complete-sec-1 {
  margin: 180px auto 80px auto;
  text-align: center;
}


/*----------------------------------------------------- */
/*  .privacy-policy           */
/*----------------------------------------------------- */
.privacy-policy_sec {
  margin-bottom: 180px;
}

.privacy-policy_kv {
  background: url(../images/privacy-policy/privacy-policy_kv.png) center center no-repeat;
  background-size: cover;
}

/*-- privacy-policy.cssより --*/
.privacy-policy-page {}

.pp-ul1 {
  margin: 0 auto 80px auto;
  padding: 0 10px;
  max-width: 1043px;
  list-style: none;
}

.pp-ul1 li {
  border-top: 1px solid #707070;
  margin: 0 0 0 0;
  padding: 32px 0;
}

.pp-ul1 li:nth-child(1) {
  border-top: none;
}

/*-- privacy-policy-sp.cssより --*/
@media screen and (max-width: 767px) {
  .privacy-policy-page {}

  .pp-ul1 li {
    padding: 16px 0;
  }
}

/*----------------------------------------------------- */
/*  .sitemap           */
/*----------------------------------------------------- */
.sitemap-sec {
  margin-bottom: 180px;
}

.sitemap_kv {
  background: url(../images/sitemap/sitemap_kv.png) center center no-repeat;
  background-size: cover;
}

.sitemap-box1 {
  margin: 0 auto 0 auto;
  padding: 0 10px;
  max-width: 1043px;
  list-style: inside;
}

.sitemap-box1 li {
  list-style: inside;
}

.agree .wpcf7-list-item {
  margin: 0;
}

.agree label {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

.button .wpcf7-spinner {
  display: none;
}

/*--------------------
フローティングバナー
--------------------*/
.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0, 32, 100);
  padding: 16px 10px 20px;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.floating-banner.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-banner .cta_wrap {
  max-width: 900px;
  margin: auto;
}

.floating-banner .cta_btn {
  height: auto;
  line-height: normal;
  padding: 0.2em 0;
}

@media screen and (max-width: 767px) {
  .floating-banner .cta_wrap {
    gap: 10px;
  }
}

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