@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

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

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #21201c;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #21201c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

::-moz-selection {
  background-color: #fff800;
  color: #21201c;
}

::selection {
  background-color: #fff800;
  color: #21201c;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 85%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 8%;
  }
}

.inner_lv2 {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner_lv2 {
    max-width: 100%;
    padding: 0 8%;
  }
}

.inner_all {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner_all {
    padding: 0 8%;
  }
}

.inner_1000 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner_1000 {
    padding: 0 8%;
  }
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_lv1 {
  padding: 8.125rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .section_lv1 {
    padding: 4rem 0 7rem;
  }
}

.section_lv2 {
  padding: 4.375rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .section_lv2 {
    padding: 2rem 0 5rem;
  }
}

.section_lv3 {
  padding: 6.25rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .section_lv3 {
    padding: 3rem 0 5rem;
  }
}

.section_lv4 {
  padding: 0 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .section_lv4 {
    padding: 0 0 5rem;
  }
}

.section_lv5 {
  padding: 8.75rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .section_lv5 {
    padding: 4rem 0 5rem;
  }
}

.section_lv6 {
  padding: 9.375rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .section_lv6 {
    padding: 4rem 0 4rem;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}

header.scroll {
  background: -webkit-gradient(linear, left top, left bottom, from(#25384f), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #25384f, rgba(255, 255, 255, 0));
}

.header_box {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 767px) {
  .header_box {
    max-width: 100%;
    padding: 0 4%;
  }
}

.header_ttl img.logo {
  width: 100%;
  max-width: 323px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    position: relative;
    max-width: 85%;
    z-index: 10000;
  }
}

@media screen and (max-width: 767px) {
  #gnavi {
    padding-top: 120px;
  }
}
#gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    width: 100%;
    margin: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3rem;
  }
}
#gnavi > ul > li {
  margin-right: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
#gnavi > ul > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li:last-of-type {
    margin-bottom: 0;
  }
}
#gnavi > ul > li > a {
  color: #fff;
  font-size: 0.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    font-size: 0.9rem;
    border-bottom: solid 1px #fff;
  }
}
#gnavi > ul > li > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li:last-of-type > a {
    border-bottom: none;
  }
}

.header_access_tel {
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header_access_tel {
    position: absolute;
    padding-left: 0;
    bottom: 2rem;
    left: 3rem;
  }
}
.header_access_tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/icon_tel_w.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .header_access_tel::before {
    display: none;
  }
}
.header_access_tel a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.625rem !important;
}
@media screen and (max-width: 767px) {
  .header_access_tel a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 18.2px;
    height: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/icon_tel_w.svg) no-repeat center;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 3px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 10000;
    color: #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 10px;
    width: 55%;
    height: 1px;
    background: #fff;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 40%;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 42%;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-390deg);
            transform: translateY(9px) rotate(-390deg);
    top: 32%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-9px) rotate(390deg);
            transform: translateY(-9px) rotate(390deg);
    bottom: 29%;
  }
}
.menu-trigger p {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger p {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.6rem;
    font-weight: 700;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #2b4160;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #overlay.active {
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
}

footer {
  background-color: #2b4160;
  color: #fff;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_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;
}

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

.footer_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_right ul:nth-of-type(1) {
  margin-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}

.f_navi > li {
  margin-bottom: 1rem;
}
.f_navi > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li > a {
  color: #fff;
  font-size: 0.875rem;
}
.f_navi > li > a:hover {
  opacity: 0.8;
}

.f_logo {
  margin-bottom: 1rem;
  text-align: left;
}
.f_logo img {
  width: 100%;
}

.f_address {
  font-size: 0.75rem;
  color: #fff;
  text-align: left;
}

.f_tel {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
  position: relative;
  padding-left: 23px;
  text-align: left;
}
.f_tel::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background: url(../images/icon_tel_w.svg) no-repeat center/contain;
}
.f_tel a {
  color: #fff;
}

.copy {
  padding: 1em 0;
  font-size: 0.94em;
  text-align: center;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#searchform div input#search {
  border: 1px solid #21201c;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .main_img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    padding-bottom: 300px;
    background-color: #25384f;
  }
}
.main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_img .main_img_txt_wrap {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: 11%;
}
@media screen and (max-width: 767px) {
  .main_img .main_img_txt_wrap {
    bottom: 0;
  }
}
.main_img .main_img_txt_wrap .main_img_txt_inner {
  display: block;
  width: 100%;
  max-width: 85%;
  margin: auto;
}
.main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 2.31rem;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt {
    padding-top: 35px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt {
    padding-top: 30px;
    font-size: 1.5rem;
  }
}
.main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt::before {
  position: absolute;
  content: "HIGH QUALITY";
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt::before {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .main_img_txt_wrap .main_img_txt_inner .main_img_txt::before {
    font-size: 0.9rem;
  }
}

.box_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.box_service .img_wrap {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .box_service .img_wrap {
    margin-bottom: 1.5rem;
  }
}
.box_service .img_wrap img {
  width: 100%;
}
.box_service .ttl {
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .box_service .ttl {
    font-size: 1.1rem;
  }
}
.box_service .txt {
  margin-bottom: 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .box_service .txt {
    margin-bottom: 2rem;
    font-size: 0.84rem;
  }
}
.map {
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.box_two {
  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;
}
.box_two .box_l {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .box_two .box_l {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.box_two .box_r {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .box_two .box_r {
    width: 100%;
  }
}

.box_two_r {
  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: 767px) {
  .box_two_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.box_two_r .box_l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .box_two_r .box_l {
    width: 100%;
  }
}
.box_two_r .box_r {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .box_two_r .box_r {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.profile_box {
  color: #fff;
  padding-right: 18%;
}
@media screen and (max-width: 767px) {
  .profile_box {
    padding-right: 0;
    padding: 0 1rem;
  }
}
.profile_box > p {
  margin-bottom: 1rem;
}
.profile_box > p:last-of-type {
  margin-bottom: 0;
}

.table_wrap {
  padding-left: 18%;
}
@media screen and (max-width: 767px) {
  .table_wrap {
    padding-left: 0;
    padding: 0 8%;
  }
}

.list_main_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 654px;
}
@media screen and (max-width: 767px) {
  .list_main_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_main_img > li {
  width: 150px;
  height: 150px;
  background-color: #2b4160;
  border-radius: 50%;
  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: 767px) {
  .list_main_img > li {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_main_img > li:nth-last-of-type(1), .list_main_img > li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.list_main_img > li .txt {
  position: relative;
  font-size: 0.76rem;
  color: #fff;
  text-align: center;
  padding-top: 58px;
}
.list_main_img > li .txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_main_img > li:nth-of-type(1) .txt::before {
  background: url(../images/top_icon_1.svg) no-repeat center/cover;
}
.list_main_img > li:nth-of-type(2) .txt::before {
  background: url(../images/top_icon_2.svg) no-repeat center/cover;
}
.list_main_img > li:nth-of-type(3) .txt::before {
  background: url(../images/top_icon_3.svg) no-repeat center/cover;
}
.list_main_img > li:nth-of-type(4) .txt {
  padding-top: 72px;
}
.list_main_img > li:nth-of-type(4) .txt::before {
  background: url(../images/top_icon_4.svg) no-repeat center/cover;
}

.list_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -6rem;
}
@media screen and (max-width: 767px) {
  .list_two {
    margin-bottom: 0;
  }
}
.list_two li {
  width: 46%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .list_two li {
    margin-bottom: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_two li:last-of-type {
    margin-bottom: 0;
  }
}

.list_feature_img_1_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_feature_img_1_sp {
    display: block;
  }
}
.list_feature_img_1_sp > li {
  margin-bottom: 2rem;
}
.list_feature_img_1_sp > li img {
  width: 100%;
}
.list_feature_img_1_sp > li:last-of-type {
  margin-bottom: 0;
}

.list_flow {
  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;
}
.list_flow > li {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  .list_flow > li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_flow > li .txt1 {
  color: #b5b5b5;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 14px;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .txt1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .txt1 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.list_flow > li .txt1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/flow_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .list_flow > li .txt1::after {
    display: none;
  }
}
.list_flow > li .ttl {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .list_flow > li .ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li .ttl {
    font-size: 1.5rem;
  }
}
.list_flow > li .img_wrap {
  margin-bottom: 1rem;
}
.list_flow > li .img_wrap img {
  width: 100%;
}
.list_flow > li .txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_flow > li .txt {
    font-size: 0.8rem;
  }
}

.list_faq > li {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .list_faq > li {
    margin-bottom: 2rem;
  }
}
.list_faq > li:last-of-type {
  margin-bottom: 0;
}

.table_company {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_company {
    border-top: 1px solid #fff;
  }
}
.table_company th {
  font-weight: 400;
  padding: 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    padding: 1em 1em 0 1em;
    display: block;
    border-bottom: none;
  }
}
.table_company td {
  padding: 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table_company td {
    padding: 0 1em 1em 1em;
    display: block;
  }
}

.top_ttl {
  font-family: "Lato", sans-serif;
  font-size: 6.25rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
  white-space: nowrap;
  margin: auto;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .top_ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl {
    display: none;
  }
}

.top_headline {
  font-weight: bold;
  font-size: 1.875rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_headline {
    font-size: 1rem;
  }
}

.headline_ttl, .headline_ttl_sp_center, .headline_ttl_center {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 1200px) {
  .headline_ttl, .headline_ttl_sp_center, .headline_ttl_center {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .headline_ttl, .headline_ttl_sp_center, .headline_ttl_center {
    padding-top: 80px;
  }
}
.headline_ttl > span, .headline_ttl_sp_center > span, .headline_ttl_center > span {
  position: relative;
  z-index: 2;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  .headline_ttl > span, .headline_ttl_sp_center > span, .headline_ttl_center > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .headline_ttl > span, .headline_ttl_sp_center > span, .headline_ttl_center > span {
    font-size: 1.1rem;
  }
}
.headline_ttl::before, .headline_ttl_sp_center::before, .headline_ttl_center::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-title);
  font-size: 6.25rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff;
  opacity: 0.4;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .headline_ttl::before, .headline_ttl_sp_center::before, .headline_ttl_center::before {
    height: auto;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .headline_ttl::before, .headline_ttl_sp_center::before, .headline_ttl_center::before {
    height: auto;
    font-size: 4rem;
  }
}

.headline_ttl_center {
  text-align: center;
}
.headline_ttl_center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline_ttl_sp_center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.headline_ttl_2 {
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline_ttl_2 {
    font-size: 1.1rem;
  }
}

.headline_32px {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .headline_32px {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .headline_32px {
    font-size: 1.05rem;
  }
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_blue {
  background: #25384f;
}
.bg_blue_twotone {
  background: #25384f;
  position: relative;
}
.bg_blue_twotone::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #2b4160;
  width: 100%;
  height: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg_blue_twotone::before {
    width: 80%;
    height: 33%;
  }
}
.bg_blue2 {
  background: #2b4160;
}
.bg_graph {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #25384f;
  background-image: linear-gradient(#2d4056 1px, rgba(255, 255, 255, 0) 0), linear-gradient(90deg, #2d4056 1px, rgba(255, 255, 255, 0) 0);
  background-size: 40px 40px;
}
.bg_gradation_blue {
  position: relative;
}
.bg_gradation_blue::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#25384f));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #25384f);
  z-index: 0;
}
.bg_gradation_blue::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 130px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg_gradation_blue::after {
    height: 80px;
  }
}
.bg_gradation_blue2 {
  position: relative;
}
.bg_gradation_blue2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#25384f));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #25384f);
  z-index: 0;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

.top_heading_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  /*背景固定*/
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/bg_feature.jpg);
}
@media screen and (max-width: 1200px) {
  .top_heading_bg {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_heading_bg {
    height: 350px;
    background-attachment: scroll;
    background: url(../images/bg_feature.jpg) no-repeat center/cover;
  }
}
.top_heading_bg .ttl_FEATURE_wrap {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top_heading_bg .ttl_FEATURE_wrap {
    max-width: 90%;
  }
}
.top_heading_bg .ttl_FEATURE_wrap img {
  width: 100%;
}

#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 4;
  width: 60px;
  height: 84px;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 40px;
    height: 56px;
    right: 9px;
    bottom: 30px;
  }
}

a.btn {
  color: #fff;
  display: block;
  width: 300px;
  height: 60px;
  margin: auto;
  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;
  border: solid 1px #fff;
  border-radius: 30px;
}
a.btn > span {
  font-size: 0.875rem;
}
a.btn:hover {
  background-color: #fff;
  color: #25384f;
  border: solid 1px #25384f;
}

button.btn {
  color: #fff;
  display: block;
  width: 300px;
  height: 60px;
  margin: auto;
  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;
  border: solid 1px #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #25384f;
}
button.btn > span {
  font-size: 0.875rem;
}
button.btn:hover {
  background-color: #fff;
  color: #25384f;
  border: solid 1px #25384f;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1rem 0;
  margin: 0;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-weight: bold;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #21201c;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2b87cb;
}
.wp-pagenavi .current {
  background: #2b87cb;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.text_box {
  line-height: 2.25;
}
.text_box > p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .text_box > p {
    margin-bottom: 1rem;
  }
}
.text_box > p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text_box {
    line-height: 2;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .text_box_2 {
    font-size: 0.8rem;
  }
}

/* ポップアップ */
.modal_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}

.bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
}

.modal_pop_main {
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  .modal_pop_main {
    left: 500px;
  }
}
@media screen and (max-width: 767px) {
  .modal_pop_main {
    left: 50%;
    max-width: 90%;
  }
}
.modal_pop_main > div {
  width: 100%;
  height: 100%;
  padding: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal_pop_main > div {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.modal_pop_main > div .close {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 35px;
  right: 35px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal_pop_main > div .close {
    top: 1.5rem;
    right: 1.5rem;
    width: 20px;
    height: 20px;
  }
}
.modal_pop_main > div .close_sp2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal_pop_main > div .close_sp2 {
    border: solid 1px #25384f;
    border-radius: 50px;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-weight: bold;
  }
}

.feature_img_1_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .feature_img_1_wrap {
    display: none;
  }
}
.feature_img_1_wrap img {
  width: 100%;
}

.feature_img_1_sp_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature_img_1_sp_wrap {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.feature_img_1_sp_wrap img {
  width: 100%;
}

.modal_box .sub_box {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box {
    font-size: 0.9rem;
  }
}
.modal_box .sub_box:last-of-type {
  margin-bottom: 0;
}
.modal_box .sub_box > p {
  margin-bottom: 1rem;
  line-height: 2;
}
.modal_box .sub_box > p:last-of-type {
  margin-bottom: 0;
}
.modal_box .sub_box .sub_table {
  width: 100%;
  border-top: solid 1px #25384f;
  border-left: solid 1px #25384f;
}
.modal_box .sub_box .sub_table th {
  border-bottom: solid 1px #25384f;
  border-right: solid 1px #25384f;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #25384f;
  font-size: 1.25rem;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .sub_table th {
    font-size: 1rem;
    width: 50%;
    padding: 1rem 0;
  }
}
.modal_box .sub_box .sub_table th .txt_s {
  color: #21201c;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .sub_table th .txt_s {
    font-size: 0.7rem;
  }
}
.modal_box .sub_box .sub_table td {
  border-bottom: solid 1px #25384f;
  border-right: solid 1px #25384f;
}
.modal_box .sub_box .sub_table td.td_1 {
  width: 23%;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  color: #25384f;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .sub_table td.td_1 {
    font-size: 1rem;
    width: 50%;
  }
}
.modal_box .sub_box .sub_table td.td_2 {
  width: 54%;
  padding: 2rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .sub_table td.td_2 {
    padding: 1rem;
    font-size: 0.7rem;
    width: 100%;
  }
}
.modal_box .sub_box .sub_table td.td_2 .sub_headline_1 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
.modal_box .sub_box .sub_table td.td_2 .sub_headline_2 {
  color: #25384f;
  font-weight: bold;
}
.modal_box .sub_box .sub_table td.td_2 .list_sub_table > li {
  margin-bottom: 1rem;
}
.modal_box .sub_box .sub_table td.td_2 .list_sub_table > li:last-of-type {
  margin-bottom: 0;
}
.modal_box .sub_box .sub_table td.td_2 .list_sub_table > li > p {
  margin-bottom: 0.7rem;
}
.modal_box .sub_box .sub_table td.td_2 .list_sub_table > li > p:last-of-type {
  margin-bottom: 0;
}
.modal_box .sub_box .list_sub_2 > li, .modal_box .sub_box .list_sub_3 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.modal_box .sub_box .list_sub_2 > li:last-of-type, .modal_box .sub_box .list_sub_3 > li:last-of-type {
  margin-bottom: 0;
}
.modal_box .sub_box .list_sub_2 > li .box_l, .modal_box .sub_box .list_sub_3 > li .box_l {
  background-color: #25384f;
  color: #fff;
  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;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  width: 120px;
  height: 60px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .list_sub_2 > li .box_l, .modal_box .sub_box .list_sub_3 > li .box_l {
    width: 70px;
    height: 40px;
    font-size: 0.75rem;
    margin-right: 15px;
  }
}
.modal_box .sub_box .list_sub_2 > li .box_r, .modal_box .sub_box .list_sub_3 > li .box_r {
  width: calc(100% - 145px);
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .list_sub_2 > li .box_r, .modal_box .sub_box .list_sub_3 > li .box_r {
    width: calc(100% - 85px);
  }
}
.modal_box .sub_box .list_sub_2 > li .box_r .ttl1, .modal_box .sub_box .list_sub_3 > li .box_r .ttl1, .modal_box .sub_box .list_sub_2 > li .box_r .ttl2, .modal_box .sub_box .list_sub_3 > li .box_r .ttl2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #25384f;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal_box .sub_box .list_sub_2 > li .box_r .ttl1, .modal_box .sub_box .list_sub_3 > li .box_r .ttl1, .modal_box .sub_box .list_sub_2 > li .box_r .ttl2, .modal_box .sub_box .list_sub_3 > li .box_r .ttl2 {
    font-size: 1rem;
  }
}
.modal_box .sub_box .list_sub_2 > li .box_r .ttl2, .modal_box .sub_box .list_sub_3 > li .box_r .ttl2 {
  margin-bottom: 0;
}
.modal_box .sub_box .list_sub_3 > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_box .ttl {
  color: #25384f;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.5625rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal_box .ttl {
    padding-left: 25px;
    font-size: 1.1rem;
  }
}
.modal_box .ttl::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #25384f;
}
@media screen and (max-width: 767px) {
  .modal_box .ttl::before {
    top: 7px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  border: solid 2px #25384f;
  background-color: #25384f;
  color: #25384f;
  display: block;
  margin-bottom: 1px;
  padding: 1rem;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #fff;
  padding-left: 75px;
  padding-right: 60px;
}
.acd-label > h3 {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .acd-label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .acd-label {
    padding: 1rem;
    padding-left: 40px;
    padding-right: 50px;
    font-size: 1rem;
  }
}
.acd-label::before {
  content: "Q";
  display: block;
  position: absolute;
  font-size: 2.5rem;
  color: #fff;
  left: 20px;
  top: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .acd-label::before {
    top: 16px;
    left: 10px;
    font-size: 1.6rem;
  }
}
.acd-label::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  width: 29px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_fq_arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .acd-label::after {
    right: 10px;
    width: 24px;
    height: 23px;
  }
}

.acd-content {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  color: #fff;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .acd-content {
    padding-left: 40px;
  }
}
.acd-content::before {
  content: "A";
  display: block;
  position: absolute;
  font-size: 2.5rem;
  color: #fff;
  left: 20px;
  top: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .acd-content::before {
    top: 17px;
    left: 10px;
    font-size: 1.6rem;
  }
}

.acd-check:checked + .acd-label + .acd-content,
.acd-check:checked + .acd-label_2 + .acd-content,
.acd-check:checked + .acd-label_3 + .acd-content {
  height: auto;
  opacity: 1;
  padding-top: 20px;
  visibility: visible;
}

.acd-check:checked + .acd-label:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.list_contact_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 562px;
  margin: 0 auto 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 1.0625em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_contact_flow {
    font-size: 0.8em;
    width: 280px;
    margin: 0 auto 2.5rem;
  }
}
.list_contact_flow::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 480px;
  height: 1px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list_contact_flow::before {
    width: 220px;
    top: 8px;
  }
}
.list_contact_flow li span {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: #999999;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list_contact_flow li span {
    width: 16px;
    height: 16px;
  }
}
.list_contact_flow li.current span {
  position: relative;
  z-index: 3;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact_comment {
    font-size: 0.8rem;
  }
}

.table_contact {
  width: 100%;
}
.table_contact tr:last-of-type td {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .table_contact tr:last-of-type th {
    padding-bottom: 0;
  }
}
.table_contact th {
  width: 30%;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  vertical-align: baseline;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table_contact th {
    font-size: 0.9rem;
    width: 100%;
    display: block;
    padding-bottom: 0.5rem;
  }
}
.table_contact th .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table_contact th .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}
.table_contact th .wrap .txt_s {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .table_contact th .wrap .txt_s {
    font-size: 0.7rem;
  }
}
.table_contact th .required {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 0 auto;
  border: solid 1px #fff;
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .table_contact th .required {
    margin-left: 1rem;
    font-size: 0.6rem;
  }
}
.table_contact td {
  width: 70%;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table_contact td {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
    font-size: 0.8rem;
  }
}
.table_contact td .txt_s {
  display: block;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .table_contact td .txt_s {
    font-size: 0.7rem;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border: none;
  background: #f7f7f7;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

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

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #21201c;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b4160;
  margin-top: 1.5em;
  color: #fff;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.policy_wrap {
  padding: 1.875rem 0;
  color: #fff;
  font-size: 0.875rem;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .policy_wrap {
    margin-bottom: 2rem;
  }
}
.policy_wrap .policy_box {
  max-width: 1000px;
  margin: auto;
}
.policy_wrap .ttl {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.privacy_check {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .privacy_check {
    margin-bottom: 2rem;
  }
}

.m0 {
  margin-bottom: 0 !important;
}

.m_05 {
  margin-bottom: 0.5rem !important;
}

.m1 {
  margin-bottom: 1rem !important;
}

.m1_5 {
  margin-bottom: 1.5rem !important;
}

.m2 {
  margin-bottom: 2rem !important;
}

.m2_5 {
  margin-bottom: 2.5rem !important;
}

.m3 {
  margin-bottom: 3rem !important;
}

.m3_5 {
  margin-bottom: 3.5rem !important;
}

.m4 {
  margin-bottom: 4rem !important;
}

.m5 {
  margin-bottom: 5rem !important;
}

.m6 {
  margin-bottom: 6rem !important;
}

.m7 {
  margin-bottom: 7rem !important;
}

.m7_5 {
  margin-bottom: 7.5rem !important;
}

.m8 {
  margin-bottom: 8rem !important;
}

.m9 {
  margin-bottom: 9rem !important;
}

.m11 {
  margin-bottom: 11rem !important;
}

.m12 {
  margin-bottom: 12rem !important;
}

.m13 {
  margin-bottom: 13rem !important;
}

.m_10 {
  margin-bottom: 10rem !important;
}

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

@media screen and (max-width: 767px) {
  .mr05_sp {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr1_sp {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr1_5_sp {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr2_sp {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr3_sp {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr3_5_sp {
    margin-bottom: 3.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr4_sp {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr6_sp {
    margin-bottom: 6rem !important;
  }
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #21201c;
  border-bottom: 1px solid #21201c;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}

/*アニメーション
------------------------------------------------------------
*/
.fade_in {
  opacity: 0;
}

.anm_fade_in {
  -webkit-animation: anm-fade-in 1.6s 0.3s ease-in-out forwards;
          animation: anm-fade-in 1.6s 0.3s ease-in-out forwards;
}

@-webkit-keyframes anm-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anm-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anm-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anm-fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anm-fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}