@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #262626;
  text-decoration: none;
}
a:link,
a:visited {
  color: #262626;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 818px) {
  #header {
    background: #F1F5F9;
    border-radius: 0 0 8px 8px;
  }
}
#header .inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #header .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 818px) {
  #header .inner {
    padding-left: 15px;
    padding-right: 55px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 56px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 48px;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
  max-width: 90px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    position: relative;
    max-width: 65px;
    margin: auto;
    margin-left: 0;
    z-index: 9999999;
  }
}
#header .header_item .logo_item .logo_sp {
  display: none;
  position: relative;
  z-index: 55;
}
#header .menu_logo {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_logo {
    display: block;
    position: absolute;
    max-width: 220px;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
    left: 25px;
    top: 16px;
  }
}
#header .header_cta {
  display: block;
  margin-left: 30px;
  display: flex;
  column-gap: 5px;
}
@media screen and (max-width: 1200px) {
  #header .header_cta {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  #header .header_cta {
    margin-left: 10px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_cta {
    margin-left: 0;
  }
}
#header .header_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D95E2E;
  color: #ffffff;
  border-radius: 0 0 12px 12px;
  line-height: 52px;
  font-weight: bold;
  width: 150px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  #header .header_cta a {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (max-width: 900px) {
  #header .header_cta a {
    font-size: 14px;
    width: 100px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_cta a {
    font-size: 12px;
    width: 95px;
    line-height: 30px;
    border-radius: 50px;
  }
}
#header .menu_item {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
  height: 100%;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
    align-items: center;
  }
}
#header .menu_item .pc_submenu {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item .pc_submenu {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .pc_submenu {
    display: none;
  }
}
#header .menu_item .navli {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    display: none !important;
  }
}
#header .menu_item .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    height: auto !important;
  }
  #header .menu_item .navli .menu_te span {
    display: none !important;
  }
}
#header .menu_item #menu_list {
  display: block;
  height: 100%;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    display: none;
    height: 100vh;
    width: 100%;
    padding: 87px 40px 30px 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: #F1F5F9;
  }
}
#header .menu_item #menu_list .main_menu {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li a {
  display: block;
  color: #0F2748;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.285;
  transition: 0.3s ease-in-out;
  padding-left: 10px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 13px;
  }
}
#header .menu_item #menu_list .main_menu li a::after {
  background: #0F2748;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  #header .menu_item #menu_list .main_menu li a::after {
    display: none;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a::after {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li a span {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a span {
    display: inline-block;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a {
    text-align: left;
    line-height: 1.01;
    padding-left: 12px;
    font-size: 15px;
  }
}
#header .menu_item #menu_list .main_menu li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li + li {
    height: auto;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    top: 66px;
  }
}
@media screen and (max-width: 840px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    top: 67px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
  #header .menu_item #menu_list .main_menu .sub_menu::after {
    display: none;
  }
}
#header .menu_item .show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
#header .menu_item .hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 26px;
    height: 18px;
    position: fixed;
    right: 15px;
    top: 16px;
    z-index: 99999999999999999999;
  }
  #header #menuBtn span {
    display: block;
    background: #1C1B19;
    width: 26px;
    height: 1.5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 20px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 10px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    background: #0F2748;
    width: 26px;
    transform: translateY(15px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    width: 26px;
    background: #0F2748;
    transform: translateY(-5px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.hader_bg_b {
  background: rgba(255, 255, 255, 0.9);
}
.mv {
  background: url(../img/mv.webp) no-repeat bottom right / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .mv {
    background: url(../img/mv_sp.webp) no-repeat bottom right / contain #F1F5F9;
    background-size: 100% auto;
  }
}
.mv .inner {
  max-width: 1240px;
  min-height: 685px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .mv .inner {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 100vh;
    align-items: flex-start;
    padding-top: 80px;
  }
}
.mv .mv_box {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .mv .mv_box {
    margin-left: auto;
    margin-right: auto;
  }
}
.mv .mv_box .sub {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #0F2748;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .sub {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
  }
}
.mv .mv_box .big {
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F2748;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .big {
    font-size: 26px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.mv .mv_box .mv_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  column-gap: 18px;
  width: 100%;
  max-width: 518px;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_list {
    gap: 6px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 350px;
    column-gap: 6px;
  }
}
.mv .mv_box .mv_list li {
  width: calc(50% - 9px);
  display: flex;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_list li {
    width: calc(50% - 3px);
  }
}
.mv .mv_box .mv_list li span {
  width: 25px;
  display: block;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_list li span {
    width: 22px;
  }
}
.mv .mv_box .mv_list li .lit {
  width: calc(100% - 25px);
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  color: #0F2748;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  text-align: left;
  padding: 0 10px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_list li .lit {
    width: calc(100% - 22px);
    font-size: 10px;
    padding: 0 5px;
  }
}
.mv .mv_box .mv_btn {
  display: flex;
  column-gap: 10px;
  width: 100%;
  max-width: 518px;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_btn {
    display: block;
    max-width: 255px;
    margin: auto;
  }
}
.mv .mv_box .mv_btn a {
  line-height: 58px;
  border-radius: 58px;
  width: calc(50% - 5px);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_btn a {
    display: block;
    line-height: 52px;
    width: 100%;
  }
}
.mv .mv_box .mv_btn .a_org {
  background: linear-gradient(0deg, #D95E2E 0%, #D96925 100%);
}
.mv .mv_box .mv_btn .a_blue {
  background: linear-gradient(0deg, #0F2748 0%, #234370 100%);
}
@media screen and (max-width: 818px) {
  .mv .mv_box .mv_btn .a_blue {
    margin-top: 5px;
  }
}
.point {
  background: #0F2748;
  color: #ffffff;
  border-radius: 0 120px 0 0;
  padding-top: 90px;
  padding-bottom: 15px;
  margin-top: -120px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  .point {
    border-radius: 0 60px 0 0;
    padding-top: 60px;
    padding-bottom: 15px;
    margin-top: -60px;
  }
}
.point .sub {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin: auto;
}
.point .sub .s01 {
  font-size: 26px;
}
@media screen and (max-width: 818px) {
  .point .sub .s01 {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}
.point .sub .s02 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.01;
  padding-bottom: 2px;
}
@media screen and (max-width: 818px) {
  .point .sub .s02 {
    font-size: 28px;
  }
}
.point .sub .s03 {
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .point .sub .s03 {
    font-size: 14px;
  }
}
.point .big {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 62px;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .point .big {
    font-size: 18px;
    line-height: 1.6;
  }
}
.point .big span {
  font-size: 38px;
  background: #D95E2E;
  padding: 0 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 2px;
}
@media screen and (max-width: 818px) {
  .point .big span {
    padding: 0 4px;
    margin-left: 0;
    margin-right: 6px;
    font-size: 21px;
    letter-spacing: -0.5px;
  }
}
.point .point_list {
  margin-bottom: 30px;
  margin-top: 50px;
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .point .point_list {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    display: block;
    max-width: 80%;
  }
}
.point .point_list li {
  width: calc(33.3333% - 13.3333px);
  background: #ffffff;
  padding: 35px 5px 30px 5px;
  border-radius: 12px;
}
@media screen and (max-width: 818px) {
  .point .point_list li {
    width: 100%;
    padding: 20px 5px;
  }
  .point .point_list li + li {
    margin-top: 10px;
  }
}
.point .point_list li .img {
  max-width: 153px;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .point .point_list li .img {
    margin-bottom: 8px;
  }
}
.point .point_list li p {
  color: #0F2748;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .point .point_list li p {
    font-size: 14px;
  }
}
.point .point_dod {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media screen and (max-width: 818px) {
  .point .point_dod {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.point .b_sub {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .point .b_sub {
    font-size: 24px;
  }
}
.point .b_sub span {
  font-size: 32px;
}
@media screen and (max-width: 818px) {
  .point .b_sub span {
    font-size: 18px;
  }
}
.point .b_ssb {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .point .b_ssb {
    font-size: 24px;
  }
}
.point .b_ssb span {
  font-size: 46px;
  color: #D95E2E;
}
@media screen and (max-width: 818px) {
  .point .b_ssb span {
    font-size: 30px;
  }
}
.ai .inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
.ai .ttl {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #0F2748;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .ai .ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.ai .ttl span {
  color: #D95E2E;
}
.ai .txt {
  text-align: center;
  color: #0F2748;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 818px) {
  .ai .txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
.ai .txt span {
  font-weight: bold;
}
.ai .ai_list {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .ai .ai_list {
    margin-top: 30px;
  }
}
.ai .ai_list li {
  border-radius: 20px;
  background: #F1F5F9;
  display: flex;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li {
    display: block;
  }
}
.ai .ai_list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li + li {
    margin-top: 20px;
  }
}
.ai .ai_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.ai .ai_list li:nth-child(odd) .img img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li:nth-child(odd) .img img {
    border-radius: 20px 20px 0 0;
  }
}
.ai .ai_list li:nth-child(even) .img img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li:nth-child(even) .img img {
    border-radius: 20px 20px 0 0;
  }
}
.ai .ai_list li .img {
  width: 355px;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li .img {
    width: 100%;
  }
}
.ai .ai_list li .txt {
  width: calc(100% - 355px);
  padding: 40px 30px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li .txt {
    width: 100%;
    padding: 20px;
  }
}
.ai .ai_list li .txt .t_ttl {
  text-align: left;
  color: #0F2748;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li .txt .t_ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.ai .ai_list li .txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #262626;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .ai .ai_list li .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.h2_ttl {
  text-align: center;
  color: #0F2748;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 24px;
  }
}
.h2_ttl span {
  display: block;
  font-size: 16px;
  color: #D95E2E;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    font-size: 12px;
  }
}
.service {
  background: #F1F5F9;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 818px) {
  .service {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.service .top_box {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  .service .top_box {
    margin-top: 30px;
    display: block;
  }
}
.service .top_box .img {
  width: 52%;
}
@media screen and (max-width: 1300px) {
  .service .top_box .img {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 818px) {
  .service .top_box .img {
    width: 100%;
  }
}
.service .top_box .img img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1300px) {
  .service .top_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 818px) {
  .service .top_box .img img {
    border-radius: 20px 20px 0 0 ;
  }
}
.service .top_box .txt {
  width: 48%;
  padding: 0 50px 0 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .service .top_box .txt {
    width: 60%;
  }
}
@media screen and (max-width: 818px) {
  .service .top_box .txt {
    padding: 20px;
    width: 100%;
  }
}
.service .top_box .txt .txt_box {
  width: 100%;
}
.service .top_box .txt .t_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #0F2748;
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .service .top_box .txt .t_ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.service .top_box .txt .t_ttl::after {
  background: #0F2748;
  width: 42px;
  height: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.service .top_box .txt p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  color: #262626;
}
@media screen and (max-width: 1200px) {
  .service .top_box .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .service .top_box .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.service .toku {
  margin-top: 80px;
}
@media screen and (max-width: 818px) {
  .service .toku {
    margin-top: 40px;
  }
}
.service .toku .to_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #0F2748;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .service .toku .to_ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.service .toku .to_ttl::after {
  background: #0F2748;
  width: 42px;
  height: 3px;
  position: absolute;
  content: "";
  left: calc(50% - 21px);
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.service .toku .to_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .service .toku .to_list {
    max-width: 70%;
    display: block;
    margin: auto;
  }
}
.service .toku .to_list li {
  width: calc(33.3333% - 20px);
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 10px;
}
@media screen and (max-width: 818px) {
  .service .toku .to_list li {
    width: 100%;
    padding: 20px 10px;
  }
  .service .toku .to_list li + li {
    margin-top: 10px;
  }
}
.service .toku .to_list li .img {
  max-width: 120px;
  margin: auto;
}
.service .toku .to_list li p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  color: #0F2748;
}
@media screen and (max-width: 818px) {
  .service .toku .to_list li p {
    font-size: 14px;
  }
}
.cta_box {
  background: #0F2748;
}
.cta_box .inner {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .cta_box .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.cta_box .h2_ttl {
  color: #ffffff;
}
.cta_box .h2_ttl span {
  color: #ffffff;
}
.cta_box .cta_btn {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin: auto;
  max-width: 720px;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .cta_box .cta_btn {
    display: block;
    max-width: 300px;
  }
}
.cta_box .cta_btn a {
  border-radius: 70px;
  line-height: 70px;
  border-radius: 70x;
  width: calc(50% - 10px);
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  background: linear-gradient(0deg, #D95E2E 0%, #D96925 100%);
}
@media screen and (max-width: 818px) {
  .cta_box .cta_btn a {
    display: block;
    line-height: 56px;
    font-size: 18px;
    width: 100%;
  }
  .cta_box .cta_btn a + a {
    margin-top: 10px;
  }
}
.pro {
  background: #EFEFEF;
}
.pro .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .pro .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.pro .sub_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #0F2748;
  position: relative;
  padding-bottom: 8px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .pro .sub_ttl {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.pro .sub_ttl::after {
  background: #D95E2E;
  width: 80px;
  height: 3px;
  position: absolute;
  content: "";
  left: calc(50% - 40px);
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.pro .inner {
  max-width: 1240px;
}
.pro .pro_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  column-gap: 17px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .pro .pro_list {
    max-width: 400px;
    display: block;
    margin: auto;
  }
}
.pro .pro_list li {
  width: calc(33.3333% - 11.333333px);
  background: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 818px) {
  .pro .pro_list li {
    width: 100%;
  }
  .pro .pro_list li + li {
    margin-top: 10px;
  }
}
.pro .pro_list li .icon {
  display: flex;
  align-items: center;
}
.pro .pro_list li .icon .icon_l {
  width: 52px;
  height: 52px;
  border-radius: 12px 0 0 0;
  background-color: #0F2748;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .pro .pro_list li .icon .icon_l {
    font-size: 16px;
  }
}
.pro .pro_list li .icon .icon_r {
  width: calc(100% - 52px);
  text-align: left;
  color: #0F2748;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
}
@media screen and (max-width: 818px) {
  .pro .pro_list li .icon .icon_r {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 15px;
  }
}
.pro .pro_list li .li_box {
  padding: 0 25px 20px 25px;
}
@media screen and (max-width: 818px) {
  .pro .pro_list li .li_box {
    padding: 0 15px 20px 15px;
  }
}
.pro .pro_list li .img {
  max-width: 120px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.pro .pro_list li p {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  color: #363636;
}
@media screen and (max-width: 818px) {
  .pro .pro_list li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.pro .pro_list02 {
  max-width: 850px;
  margin: auto;
  margin-top: 14px;
}
@media screen and (max-width: 818px) {
  .pro .pro_list02 {
    margin-top: 10px;
    max-width: 400px;
  }
}
.pro .pro_list02 li {
  width: calc(50% - 8.5px);
}
@media screen and (max-width: 818px) {
  .pro .pro_list02 li {
    width: 100%;
  }
}
.pr {
  background: #F1F5F9;
}
.pr .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .pr .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pr .pr_table {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table {
    margin-top: 20px;
  }
}
.pr .pr_table table {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  gap: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table {
    gap: 3px;
    column-gap: 3px;
  }
}
.pr .pr_table table tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tbody {
    gap: 3px;
  }
}
.pr .pr_table table tr {
  width: 100%;
  display: flex;
  border-spacing: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr {
    border-spacing: 3px;
    column-gap: 3px;
  }
}
.pr .pr_table table tr + tr td:nth-child(2) {
  position: relative;
}
.pr .pr_table table tr + tr td:nth-child(2)::after {
  background: #0F2748;
  width: 10px;
  height: 100%;
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr + tr td:nth-child(2)::after {
    width: 5px;
    left: -5px;
    top: -5px;
    height: 150%;
  }
}
.pr .pr_table table tr + tr td:nth-child(2)::before {
  background: #0F2748;
  width: 10px;
  height: 100%;
  position: absolute;
  content: "";
  right: -10px;
  top: -10px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr + tr td:nth-child(2)::before {
    height: 150%;
    width: 5px;
    right: -5px;
    top: -5px;
  }
}
.pr .pr_table table tr:last-child td:nth-child(2) {
  border-bottom: 15px solid #0F2748;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr:last-child td:nth-child(2) {
    border-bottom: 10px solid #0F2748;
  }
  .pr .pr_table table tr:last-child td:nth-child(2)::after,
  .pr .pr_table table tr:last-child td:nth-child(2)::before {
    height: 110%;
  }
}
.pr .pr_table table tr:last-child th,
.pr .pr_table table tr:last-child td:nth-child(3),
.pr .pr_table table tr:last-child td:nth-child(4) {
  border-bottom: 15px solid #F1F5F9;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr:last-child th,
  .pr .pr_table table tr:last-child td:nth-child(3),
  .pr .pr_table table tr:last-child td:nth-child(4) {
    border-bottom: 10px solid #F1F5F9;
  }
}
.pr .pr_table table tr th {
  width: calc(23.8% - 15px);
  background: #CED8E4;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #0F2748;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr th {
    width: calc(23.8% - 9px);
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: 900;
  }
}
.pr .pr_table table tr td:nth-child(2) {
  width: 30.4%;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-left: 10px solid #0F2748;
  border-right: 10px solid #0F2748;
  color: #0F2748;
  position: relative;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr td:nth-child(2) {
    border-left: 5px solid #0F2748;
    border-right: 5px solid #0F2748;
    width: 38.2%;
    padding: 5px 0;
    font-size: 10px;
  }
}
.pr .pr_table table tr td:nth-child(3),
.pr .pr_table table tr td:nth-child(4) {
  width: 22.9%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr td:nth-child(3),
  .pr .pr_table table tr td:nth-child(4) {
    width: 19%;
  }
}
.pr .pr_table table tr:first-child {
  display: flex;
  align-items: flex-end;
}
.pr .pr_table table tr:first-child th {
  background: none;
}
.pr .pr_table table tr:first-child .td01 {
  background: #0F2748;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr:first-child .td01 {
    line-height: 1.8;
    font-size: 18px;
  }
}
.pr .pr_table table tr:first-child .td02,
.pr .pr_table table tr:first-child .td03 {
  background: #555555;
  color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr:first-child .td02,
  .pr .pr_table table tr:first-child .td03 {
    line-height: 30px;
    font-size: 14px;
  }
}
.pr .pr_table table tr .org {
  color: #D95E2E !important;
}
.pr .pr_table table tr .mamaru {
  max-width: 34px;
  margin: auto;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr .mamaru {
    max-width: 24px;
    margin-bottom: 1px;
  }
}
.pr .pr_table table tr .mamaru_mb01 {
  margin-bottom: 0;
  margin: auto;
}
.pr .pr_table table tr .maru {
  max-width: 24px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr .maru {
    max-width: 16px;
  }
}
.pr .pr_table table tr .maru3 {
  max-width: 28px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 818px) {
  .pr .pr_table table tr .maru3 {
    max-width: 18px;
  }
}
.plan .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .plan .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.plan .cos {
  margin: auto;
  margin-top: 50px;
  max-width: 824px;
}
@media screen and (max-width: 818px) {
  .plan .cos {
    margin-top: 30px;
  }
}
.plan .cos .cos_ttl {
  line-height: 89px;
  text-align: center;
  background: #0F2748;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_ttl {
    border-radius: 12px 12px 0 0;
    font-size: 20px;
    line-height: 60px;
  }
}
.plan .cos .cc_t {
  font-weight: 900;
  color: #363636;
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.9;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .plan .cos .cc_t {
    font-size: 14px;
    line-height: 1.6;
  }
}
.plan .cos .cos_box {
  background: #F1F5F9;
  padding: 45px 10px 50px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box {
    border-radius: 0 0 12px 12px;
    padding: 30px 15px 50px 15px;
  }
}
.plan .cos .cos_box .cos_t {
  max-width: 623px;
  margin: auto;
}
.plan .cos .cos_box .cos_t .cos_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box {
  width: 50%;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex .cos_flex_box {
    width: 100%;
  }
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .big_pr {
  display: flex;
  align-items: center;
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .prpr {
  background: #0F2748;
  color: #ffffff;
  text-align: center;
  width: 132px;
  height: 47px;
  line-height: 1.1;
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .prpr {
    width: 100px;
    height: 32px;
    font-size: 18px;
    margin-right: 10px;
  }
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .pr_t {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #0F2748;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .pr_t {
    font-size: 20px;
    line-height: 1.2;
  }
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .pr_t span {
  font-size: 40px;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .pr_t span {
    font-size: 30px;
  }
}
.plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .sub {
  text-align: left;
  margin-top: 10px;
  color: #363636;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .cos_flex .cos_flex_box .sub {
    font-size: 12px;
    margin-top: 0;
  }
}
.plan .cos .cos_box .cos_t .dl_box {
  border-top: 4px solid #0F2748;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t .dl_box {
    border-top: 2px solid #0F2748;
  }
}
.plan .cos .cos_box .cos_t dl {
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #0F2748;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t dl {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.plan .cos .cos_box .cos_t dl:last-child {
  border-bottom: 5px solid #0F2748;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t dl:last-child {
    border-bottom: 3px solid #0F2748;
  }
}
.plan .cos .cos_box .cos_t dl dt {
  width: 170px;
  text-align: left;
  padding-left: 10px;
  color: #0F2748;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t dl dt {
    width: 120px;
    padding-left: 0;
    font-size: 18px;
  }
}
.plan .cos .cos_box .cos_t dl dd {
  width: calc(100% - 170px);
  color: #363636;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t dl dd {
    width: calc(100% - 120px);
    font-size: 12px;
  }
}
.plan .cos .cos_box .cos_t dl dd span {
  font-size: 18px;
}
@media screen and (max-width: 818px) {
  .plan .cos .cos_box .cos_t dl dd span {
    font-size: 16px;
  }
}
.faq {
  background: #F2F2F2;
}
.faq .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq .faq_list {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list {
    margin-top: 30px;
  }
}
.faq .faq_list .list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li + li {
    margin-top: 12px;
  }
}
.faq .faq_list .list li .q_txt {
  position: relative;
  padding-right: 50px;
  padding-left: 80px;
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.6;
  min-height: 68px;
  align-items: center;
  display: flex;
  padding-right: 120px;
  background: #ffffff;
  color: #0F2748;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt {
    padding-right: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 55px;
    min-height: 48px;
  }
}
.faq .faq_list .list li .q_txt::before {
  width: 62px;
  height: 100%;
  content: "Q";
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #ffffff;
  background: #0F2748;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt::before {
    width: 45px;
    font-size: 20px;
    line-height: 1.1;
  }
}
.faq .faq_list .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/add.png) no-repeat center / contain;
  width: 21px;
  height: 21px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .q_txt:after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
}
.faq .faq_list .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/mai.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  right: 20px;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .faqactive:after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
}
.faq .faq_list .list li .a_txt {
  display: none;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  text-align: left;
  color: #363636;
  line-height: 1.8;
  letter-spacing: 0.34px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding-left: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .a_txt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 15px 10px 55px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.faq .faq_list .list li .a_txt::after {
  display: none;
}
.faq .faq_list .list li .a_txt::before {
  width: 62px;
  height: 100%;
  content: "A";
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #0F2748;
  background: #CED8E4;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 818px) {
  .faq .faq_list .list li .a_txt::before {
    width: 45px;
    font-size: 20px;
    line-height: 1.1;
  }
}
.form {
  background: #F1F5F9;
}
.form .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .form .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form .form_box {
  max-width: 822px;
  border-radius: 12px;
  background: #fff;
  margin: auto;
  padding: 50px 15px 40px 15px;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .form .form_box {
    margin-top: 20px;
  }
}
.form .form_box form {
  max-width: 668px;
  margin: auto;
}
.form .form_box form dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl {
    display: block;
  }
}
.form .form_box form dl + dl {
  margin-top: 25px;
}
.form .form_box form dl dt {
  width: 230px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #0F2748;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.form .form_box form dl dt p {
  display: flex;
  align-items: center;
}
.form .form_box form dl dt span {
  color: #ffffff;
  background: #D92E2E;
  width: 34px;
  line-height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-left: 5px;
  font-size: 12px;
  height: 20px;
  display: flex;
}
.form .form_box form dl dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd {
    width: 100%;
    margin-top: 8px;
  }
}
.form .form_box form dl dd p {
  width: 100%;
  color: #262626;
  text-align: left;
  padding-bottom: 0;
}
.form .form_box form dl dd input[type="button"],
.form .form_box form dl dd input[type="submit"],
.form .form_box form dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.form .form_box form dl dd p {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form .form_box form dl dd span {
  width: fit-content;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form .form_box form dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  font-size: 15px !important;
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item button,
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #9F9E9E;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.form .form_box form dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #999999;
  outline: 1px solid #9F9E9E;
}
.form .form_box form dl dd input[type="text"],
.form .form_box form dl dd input[type="tel"],
.form .form_box form dl dd input[type="email"] {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #B0B0B0;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd input[type="text"],
  .form .form_box form dl dd input[type="tel"],
  .form .form_box form dl dd input[type="email"] {
    font-size: 14px !important;
    padding: 8px 10px;
  }
}
.form .form_box form dl dd textarea {
  border-radius: 3px;
  border: 1px solid #A2A2A2;
  padding: 10px 15px;
  height: 200px;
  width: 100% !important;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-height: 300px;
  min-height: 200px;
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd textarea {
    padding: 8px 10px;
    font-size: 14px !important;
    border-radius: 3px;
    height: 150px;
  }
}
@media screen and (max-width: 818px) {
  .form .form_box form dl dd select {
    font-size: 14px !important;
    border-radius: 3px;
  }
}
.form .form_box form .send {
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
  margin: auto;
}
.form .form_box form .send input {
  cursor: pointer;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  display: block;
  background: linear-gradient(0deg, #D95E2E 0%, #D96925 100%);
  color: #ffffff !important;
  text-align: center;
  line-height: 48px;
  border-radius: 48px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: none;
}
@media screen and (max-width: 818px) {
  .form .form_box form .send input {
    font-size: 16px !important;
    margin-top: 20px;
    line-height: 40px;
    border-radius: 40px;
  }
}
.form .form_box form .send:hover input {
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #0F2748;
  color: #ffffff !important;
}
.form .form_box form .send:hover::after {
  right: 30px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .form .form_box form .send:hover::after {
    right: 5px;
  }
}
.footer .inner {
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .f_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .f_top {
    display: block;
  }
}
.footer .f_top .logo {
  max-width: 80px;
  display: block;
}
@media screen and (max-width: 818px) {
  .footer .f_top .logo {
    margin: auto;
    margin-bottom: 20px;
  }
}
.footer .f_top ul {
  display: flex;
}
@media screen and (max-width: 818px) {
  .footer .f_top ul {
    width: fit-content;
    margin: auto;
  }
}
.footer .f_top ul li + li {
  margin-left: 38px;
}
@media screen and (max-width: 818px) {
  .footer .f_top ul li + li {
    margin-left: 15px;
  }
}
.footer .f_top ul li + li a {
  padding-left: 38px;
  border-left: 1px solid #262626;
}
@media screen and (max-width: 818px) {
  .footer .f_top ul li + li a {
    padding-left: 15px;
  }
}
.footer .f_top ul li a {
  line-height: 1.4;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.footer .copy {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .footer .copy {
    margin-top: 20px;
    font-size: 10px;
  }
}
.tks {
  min-height: 80vh;
  padding-top: 200px;
  text-align: center;
  background: #F1F5F9;
}
@media screen and (max-width: 818px) {
  .tks {
    padding-top: 150px;
  }
}
.tks .ttl {
  font-size: 32px;
  font-weight: bold;
  color: #0F2748;
}
@media screen and (max-width: 818px) {
  .tks .ttl {
    font-size: 20px;
  }
}
.tks p {
  text-align: center;
  color: #0F2748;
  font-size: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .tks p {
    font-size: 16px;
  }
}
.tks .top_btn {
  line-height: 58px;
  border-radius: 58px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  max-width: 320px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(0deg, #D95E2E 0%, #D96925 100%);
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .tks .top_btn {
    display: block;
    font-size: 16px;
    margin-top: 30px;
    line-height: 42px;
  }
}
.required_radio {
  display: flex;
  column-gap: 30px;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .required_radio {
    display: block;
  }
}
.required_radio label {
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .required_radio label + label {
    margin-top: 10px;
  }
}
.required_radio label span {
  width: fit-content !important;
}
.wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  font-size: 15px !important;
}
.wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.wpcf7-radio .wpcf7-list-item button,
.wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #9F9E9E;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.wpcf7-radio .wpcf7-list-item button:hover,
.wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #999999;
  outline: 1px solid #9F9E9E;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #0F2748;
  transform: scale(1.5);
  border-radius: 100% !important;
  margin-right: 8px;
}
.r_span {
  display: block !important;
  width: fit-content !important;
}
