@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: sonpo-seiho-kuc
Description: 
Theme URI: https://sonpo-seiho-kuc.jp/
Version: 1.0
License: sonpo-seiho-kuc
License URI: https://sonpo-seiho-kuc.jp/
*/
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2f333a;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media screen and (min-width: 1700px) {
  header .header_logo {
    zoom: 1.2;
  }
  header .header_content {
    zoom: 1.2;
  }
} /*min-width:1700px*/
@media screen and (min-width: 768px) {
  header .header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_wrap .header_logo {
    position: static;
    width: 266px;
  }
  header .header_wrap .header_logo a {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
  }
  header .header_wrap .header_content {
    position: static;
  }
  header .header_wrap .header_content .header_conatct a {
    line-height: 46px;
    border-radius: 100px;
    box-shadow: none;
  }
  header .header_wrap .header_content .header_tel a {
    line-height: 46px;
    border-radius: 100px;
    box-shadow: none;
  }
} /*min-width:768px*/
header .header_logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 300px;
}
header .header_logo a {
  display: block;
  padding: 0 15px 5px;
  background: #002e7a;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
header .header_content {
  position: fixed;
  right: 10px;
  top: 0;
  width: 529px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
header .header_content .header_conatct a {
  display: block;
  width: 232px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 70px;
  background: #002e7a;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  position: relative;
}
header .header_content .header_conatct a::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 21px;
  background: url(images/mail_icon.svg) no-repeat;
  background-size: contain;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_content .header_conatct a::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 24px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_content .header_tel a {
  display: block;
  width: 287px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  background: #0f53c2;
  font-size: 2.8rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 45px;
  position: relative;
}
header .header_content .header_tel a::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 21px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .mv {
  position: relative;
}
header .mv .mv_pic img {
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
header .mv .mv_box {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 10;
}
header .mv .mv_box .mv_txt {
  width: 40%;
  margin-bottom: 3em;
}
header .mv .mv_box .mv_icon {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1em;
}
header .mv .mv_box .mv_icon li {
  width: 120%;
}
header .mv .mv_box .mv_content {
  width: 40%;
  display: grid;
  grid-template-columns: 43% 55%;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
header .mv .mv_box .mv_content .mv_conatct a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 64px;
  background: #002e7a;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  position: relative;
}
header .mv .mv_box .mv_content .mv_conatct a span {
  display: inline-block;
  padding-right: 40px;
}
header .mv .mv_box .mv_content .mv_conatct a span::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 32px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .mv .mv_box .mv_content .mv_tel a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 64px;
  background: #0f53c2;
  font-size: clamp(1.8rem, 2.4vw, 3.2rem);
  border-radius: 100px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
header .mv .mv_box .mv_content .mv_tel a span {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
header .mv .mv_box .mv_content .mv_tel a span::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 21px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1200px) {
  header .header_logo {
    zoom: 0.8;
  }
  header .header_content {
    zoom: 0.8;
  }
  header .mv .mv_box .mv_content {
    zoom: 0.9;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  header .header_logo {
    zoom: 0.7;
  }
  header .header_content {
    zoom: 0.7;
  }
  header .mv .mv_box .mv_content {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 900px) {
  header .mv .mv_box .mv_content {
    zoom: 0.7;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  header .header_logo {
    zoom: 1;
    width: 100%;
  }
  header .header_logo a {
    border-radius: 0 0 10px 10px;
  }
  header .header_logo a img {
    width: 219px;
    margin: 0 auto;
    display: block;
  }
  header .header_content {
    display: none;
  }
  header .mv .mv_box .mv_content {
    zoom: 1;
  }
  header .mv {
    background: linear-gradient(180deg, #f0f6fb 0%, rgba(233, 235, 245, 0.666667) 85%, #ffffff 100%);
    padding: 40px 0 0;
  }
  header .mv .mv_box {
    position: static;
    transform: translateY(0);
  }
  header .mv .mv_box .mv_txt {
    width: calc(100% - 40px);
    margin: 0 auto 10px;
  }
  header .mv .mv_box .mv_icon {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 3px 0;
    margin-top: -10px;
  }
  header .mv .mv_box .mv_icon li {
    width: 100%;
  }
  header .mv .mv_box .mv_icon li img {
    filter: drop-shadow(0 4px 10px rgba(0, 46, 122, 0.1));
  }
} /*max-width:767px*/
header.under_header {
  padding-top: 100px;
}

@media screen and (max-width: 1700px) {
  header.under_header {
    padding-top: 83px;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1200px) {
  header.under_header {
    padding-top: 71px;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  header.under_header {
    padding-top: 64px;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  header.under_header {
    padding-top: 58px;
  }
  header {
    padding-top: 48px;
  }
  header a:hover {
    opacity: 1;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

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

@media screen and (max-width: 1160px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #0f53c2;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(15, 83, 194, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #0f53c2 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0f53c2;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #0f53c2 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 1161px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #0f53c2;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #0f53c2;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
/* 下層キービジュアル*/
#teaser {
  width: 100%;
  height: 414px;
  background: url(images/teaser.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
#teaser .teaser_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: clamp(3.2rem, 3.2vw, 5rem);
}

@media screen and (max-width: 767px) {
  #teaser {
    height: 195px;
  }
  #teaser .teaser_tit {
    font-size: clamp(2.4rem, 7vw, 3.2rem);
  }
} /*max-width:767px*/
/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  background: #efefef;
}

.breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.breadcrumb p {
  color: #2f333a;
  font-size: 1.5rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #2f333a;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1.1rem;
  }
} /*max-width:767px*/
/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 260px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 55px;
  background: #0f53c2;
  font-size: 1.6rem;
  position: relative;
  position: relative;
  border: 1px solid #0f53c2;
  margin: 30px 0 0 auto;
}
.btn_box01 a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.btn_box01 a:hover {
  opacity: 1;
  color: #0f53c2;
  background: #fff;
}
.btn_box01 a:hover::after {
  background: #0f53c2;
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    margin: 20px auto 0;
  }
} /*max-width:767px*/
/****************************************

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 100px 0 150px;
  overflow: hidden;
}
.top_box01 .top_box01_tit {
  text-align: center;
  margin-bottom: 50px;
}
.top_box01 .top_box01_tit span {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #d0e3fa 80%, #d0e3fa 100%);
}
.top_box01 .top_box01_content {
  position: relative;
  /* 左へ流す */
  /* 後続をピッタリつなぐ */
  /* 右へ流す（反対向き） */
  /* 後続（clone）も同じ向き */
}
.top_box01 .top_box01_content::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 80%;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #d8f0ff;
  filter: blur(25px);
}
.top_box01 .top_box01_content .swiper01 {
  width: 100%;
}
.top_box01 .top_box01_content .swiper-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.top_box01 .top_box01_content .swiper-wrapper {
  display: inline-flex;
  white-space: nowrap;
  animation: loop 40s linear infinite;
}
.top_box01 .top_box01_content .swiper-wrapper.clone {
  animation: loopClone 40s linear infinite;
}
.top_box01 .top_box01_content .swiper-slide {
  flex: 0 0 auto;
  padding: 0 10px;
}
.top_box01 .top_box01_content .swiper-slide p {
  white-space: nowrap;
  font-size: 16px;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopClone {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top_box01 .top_box01_content .swiper02 {
  width: 100%;
}
.top_box01 .top_box01_content .swiper02 .swiper-wrapper {
  display: inline-flex;
  white-space: nowrap;
  animation: loop_r 40s linear infinite;
}
.top_box01 .top_box01_content .swiper02 .swiper-wrapper.clone {
  animation: loopClone_r 40s linear infinite;
}
@keyframes loop_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loopClone_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.top_box01 .top_box01_content .swiper-slide {
  text-align: center;
  width: auto;
}
.top_box01 .top_box01_content .swiper-slide p {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 46, 122, 0.25), inset 0px 0px 32px rgba(178, 219, 255, 0.5);
  border-radius: 20px;
  color: #002e7a;
  font-weight: bold;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 0 80px;
  }
  .top_box01 .top_box01_tit {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_tit span {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
  }
  .top_box01 .top_box01_content .swiper01 {
    margin-bottom: 5px;
  }
  .top_box01 .top_box01_content::after {
    width: 90%;
    height: 120px;
  }
  .top_box01 .top_box01_content .swiper-wrapper {
    display: inline-flex;
    white-space: nowrap;
    animation: loop 40s linear infinite;
  }
  .top_box01 .top_box01_content .swiper-wrapper.clone {
    animation: loopClone 40s linear infinite;
  }
  .top_box01 .top_box01_content .swiper-slide {
    flex: 0 0 auto;
    padding: 0 3px;
  }
  .top_box01 .top_box01_content .swiper-slide p {
    padding: 10px;
    font-size: clamp(1.6rem, 4vw, 2rem);
    border-radius: 10px;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 0 20px 80px;
  position: relative;
}
.top_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  bottom: -28%;
  background: linear-gradient(180deg, #fff 0%, #d2edff 100%);
  z-index: -2;
}
.top_box02 .top_box02_tit {
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}
.top_box02 .top_box02_tit span {
  color: #002e7a;
  font-size: clamp(3.2rem, 3vw, 4rem);
  display: inline-block;
  position: relative;
}
.top_box02 .top_box02_tit span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #e30012;
  left: 40%;
  transform: translateX(-50%);
  top: -20px;
}
.top_box02 .top_box02_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box02 .top_box02_wrap .top_box02_content figure {
  position: relative;
  margin-bottom: 20px;
}
.top_box02 .top_box02_wrap .top_box02_content figure .top_box02_pic {
  border-radius: 60px;
  box-shadow: 0 10px 10px rgba(0, 46, 122, 0.1);
}
.top_box02 .top_box02_wrap .top_box02_content figure figcaption {
  position: absolute;
  width: 55px;
  left: 10px;
  top: -30px;
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 0 20px 60px;
  }
  .top_box02::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    left: 0;
    bottom: -15%;
    background: linear-gradient(180deg, #fff 0%, #d2edff 100%);
    z-index: -2;
  }
  .top_box02 .top_box02_tit {
    margin-bottom: 60px;
    font-size: clamp(1.7rem, 5vw, 2.6rem);
  }
  .top_box02 .top_box02_tit span {
    font-size: clamp(2.2rem, 6.2vw, 3rem);
  }
  .top_box02 .top_box02_tit span::after {
    width: 4px;
    height: 4px;
    left: 40%;
    top: -10px;
  }
  .top_box02 .top_box02_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
  .top_box02 .top_box02_wrap .top_box02_content figure {
    margin-bottom: 16px;
  }
  .top_box02 .top_box02_wrap .top_box02_content figure figcaption {
    width: 41px;
    left: 16px;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt {
    font-size: clamp(1.6rem, 4.8vw, 2.2rem);
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03_wrapper {
  position: relative;
}
.top_box03_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 380px;
  background: url(images/white_bg.png) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box03_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #fff 0%, #e3f4ff 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
}
.top_box03_wrapper .top_box03 {
  padding: 140px 20px 120px;
  position: relative;
}
.top_box03_wrapper .top_box03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top_box03_wrapper .top_box03 .top_box03_content {
  padding: 50px 30px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(59, 123, 229, 0.2);
  position: relative;
  margin-bottom: 80px;
}
.top_box03_wrapper .top_box03 .top_box03_content .num {
  position: absolute;
  left: 30px;
  top: -30px;
  color: #002e7a;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.top_box03_wrapper .top_box03 .top_box03_content .num::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #e30012;
  right: -25px;
  top: 10px;
}
.top_box03_wrapper .top_box03 .top_box03_content .num::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #002e7a;
  right: -25px;
  bottom: 7px;
}
.top_box03_wrapper .top_box03 .content01 .content_flow01 {
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 20px;
  background: #f4f7f9;
  border: 1px solid #7392a9;
  position: relative;
}
.top_box03_wrapper .top_box03 .content01 .content_flow01::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 42px;
  background: url(images/flow_icon01.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -42px;
  margin: 0 auto;
}
.top_box03_wrapper .top_box03 .content01 .content_flow01 .list li {
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  position: relative;
}
.top_box03_wrapper .top_box03 .content01 .content_flow01 .list li::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: #0f53c2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(123, 173, 255, 0.5);
}
.top_box03_wrapper .top_box03 .content01 .content_flow01 .list li:last-child {
  margin-bottom: 0;
}
.top_box03_wrapper .top_box03 .content01 .content_flow01 .human {
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 21%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow02 {
  margin-bottom: 50px;
  padding: 20px 30px;
  border-radius: 20px;
  background: #daf2ff;
  border: 1px solid #4eb2ff;
  position: relative;
}
.top_box03_wrapper .top_box03 .content01 .content_flow02::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 42px;
  background: url(images/flow_icon02.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -42px;
  margin: 0 auto;
}
.top_box03_wrapper .top_box03 .content01 .content_flow02 .txt_wrap {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(59, 123, 229, 0.2);
}
.top_box03_wrapper .top_box03 .content01 .content_flow02 .txt_wrap .txt {
  color: #002e7a;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: clamp(2.6rem, 2.8vw, 3.8rem);
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 {
  padding: 10px 20px;
  border-radius: 20px;
  background: #dae7ff;
  border: 1px solid #4e83ff;
  grid-template-columns: 172px auto;
  align-items: center;
  gap: 0 4%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content01 {
  background: #1b5cea;
  border-radius: 50%;
  height: 172px;
  display: table;
  text-align: center;
  box-shadow: 0px 5px 10px rgba(0, 46, 122, 0.25), inset 0px 0px 32px rgba(178, 219, 255, 0.5);
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content01 .content01_txt {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  letter-spacing: 0.1em;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content01 .content01_txt span {
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap {
  display: grid;
  grid-template-columns: 32% 32% 24%;
  justify-content: space-between;
  align-items: center;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 {
  position: relative;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 53px;
  background: url(images/flow_icon03.png) no-repeat;
  background-size: contain;
  right: -49px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 dl {
  background: #fff;
  box-shadow: 0 3px 6px rgba(59, 123, 229, 0.2);
  padding: 15px 10px;
  border-radius: 20px 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 dl dt {
  width: 15%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 dl dd {
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 dl:first-of-type {
  margin-bottom: 10px;
  border-radius: 20px 20px 0 20px;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content02 dl:first-of-type dt {
  width: 22%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03 {
  background: #fff;
  box-shadow: 0 3px 6px rgba(59, 123, 229, 0.2);
  padding: 30px 10px;
  border-radius: 20px;
  position: relative;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 53px;
  background: url(images/flow_icon03.png) no-repeat;
  background-size: contain;
  right: -49px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03 dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3%;
  margin-bottom: 5px;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03 dl dt {
  width: 27%;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03 dl dd {
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content03 .txt {
  text-align: center;
  font-size: clamp(1.1rem, 1.5vw, 1.8rem);
  line-height: 1.5;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content04 {
  background: #fff;
  box-shadow: 0 3px 6px rgba(59, 123, 229, 0.2);
  padding: 25px 10px;
  border-radius: 20px;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content04 dl dt {
  width: 30%;
  margin: 0 auto 6px;
}
.top_box03_wrapper .top_box03 .content01 .content_flow03 .content_wrap .content04 dl dd {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
}
.top_box03_wrapper .top_box03 .content02 .txt_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2%;
  margin-bottom: 30px;
}
.top_box03_wrapper .top_box03 .content02 .txt_list li {
  background: #1b5cea;
  border-radius: 20px;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 5px 10px rgba(0, 46, 122, 0.25), inset 0px 0px 32px rgba(178, 219, 255, 0.5);
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
.top_box03_wrapper .top_box03 .content02 .logo_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.top_box03_wrapper .top_box03 .content02 .logo_list li img {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(59, 123, 229, 0.2);
}
.top_box03_wrapper .top_box03 .content02 .txt {
  text-align: center;
}
.top_box03_wrapper .top_box03 .content03 {
  margin-bottom: 0;
}
.top_box03_wrapper .top_box03 .content03 .wrap {
  padding: 30px 30px 50px;
  background: #daf0ff;
  border: 1px solid #4eb2ff;
  border-radius: 20px;
}
.top_box03_wrapper .top_box03 .content03 .wrap .pic01 {
  margin-bottom: 30px;
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area {
  text-align: center;
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt01 {
  line-height: 1.2;
  font-weight: bold;
  color: #002e7a;
  font-size: clamp(2.4rem, 2.6vw, 3.3rem);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt01 span {
  font-weight: 900;
  font-size: clamp(3rem, 3vw, 4.3rem);
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap {
  display: inline-block;
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap .txt02 {
  padding: 10px 30px;
  background: #fff;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  color: #002e7a;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap .txt02 span {
  background: #002e7a;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .top_box03_wrapper::after {
    height: 200px;
  }
  .top_box03_wrapper::before {
    height: 95%;
  }
  .top_box03_wrapper .top_box03 {
    padding: 80px 20px 60px;
  }
  .top_box03_wrapper .top_box03 .top_box03_content {
    padding: 20px;
    margin-bottom: 50px;
  }
  .top_box03_wrapper .top_box03 .top_box03_content .num {
    left: 20px;
    top: -18px;
    font-size: 3.4rem;
  }
  .top_box03_wrapper .top_box03 .top_box03_content .num::after {
    width: 7px;
    height: 7px;
    right: -15px;
    top: 9px;
  }
  .top_box03_wrapper .top_box03 .top_box03_content .num::before {
    width: 7px;
    height: 7px;
    right: -15px;
    bottom: 6px;
  }
  .top_box03_wrapper .top_box03 .content01 {
    padding: 20px 10px 10px;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01 {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01::after {
    width: 63px;
    height: 22px;
    background: url(images/sp_flow_icon01.png) no-repeat;
    background-size: contain;
    bottom: -22px;
    z-index: 1;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01 .list li {
    padding-left: 25px;
    font-size: clamp(1.4rem, 4.6vw, 2.4rem);
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01 .list li::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: #0f53c2;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(123, 173, 255, 0.5);
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01 .list li:last-child {
    margin-bottom: 0;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow01 .human {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow02 {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow02::after {
    width: 63px;
    height: 22px;
    background: url(images/sp_flow_icon02.png) no-repeat;
    background-size: contain;
    z-index: 1;
    bottom: -22px;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow02 .txt_wrap {
    border-radius: 10px;
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow02 .txt_wrap .txt {
    font-size: clamp(1.6rem, 4.4vw, 2.4rem);
  }
  .top_box03_wrapper .top_box03 .content01 .content_flow03 {
    padding: 10px 0;
    border-radius: 10px;
  }
  .top_box03_wrapper .top_box03 .content02 {
    padding: 40px 20px 20px;
  }
  .top_box03_wrapper .top_box03 .content02 .txt_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px 0;
    margin-bottom: 20px;
  }
  .top_box03_wrapper .top_box03 .content02 .txt_list li {
    line-height: 49px;
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box03_wrapper .top_box03 .content02 .logo_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-bottom: 10px;
  }
  .top_box03_wrapper .top_box03 .content02 .logo_list li img {
    border-radius: 10px;
  }
  .top_box03_wrapper .top_box03 .content03 {
    margin-bottom: 0;
    padding: 40px 10px 10px;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap {
    padding: 30px 0 20px;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .pic01 {
    margin-bottom: 0;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt01 {
    font-size: clamp(1.8rem, 4.8vw, 2.4rem);
    margin-bottom: 10px;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt01 span {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap {
    display: block;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap .txt02 {
    padding: 10px;
    border-radius: 10px;
    font-size: clamp(1.6rem, 4vw, 2rem);
    flex-direction: column;
    text-align: center;
  }
  .top_box03_wrapper .top_box03 .content03 .wrap .content03_txt_area .txt02_wrap .txt02 span {
    margin-top: 3px;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    margin-left: 0;
  }
} /*max-width:767px*/
.red {
  color: #e30012;
}

.blue {
  color: #002e7a;
}

/*4カラム*/
.top_box04 {
  padding: 50px 20px 150px;
  position: relative;
}
.top_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #fff 0%, #e3f4ff 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
}
.top_box04::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top_box04 .top_box04_content {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.top_box04 .top_box04_content .num {
  position: absolute;
  z-index: -1;
  width: 140px;
  left: -80px;
  top: -60px;
}
.top_box04 .top_box04_content .top_box04_content_wrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(59, 123, 229, 0.2);
  padding: 80px 7%;
}
.top_box04 .top_box04_content .top_box04_content_wrap .top_box04_content_tit {
  text-align: center;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  color: #002e7a;
}
.top_box04 .top_box04_content .top_box04_content_wrap .top_box04_content_tit span {
  font-size: clamp(2rem, 2vw, 2.5rem);
}
.top_box04 .content01 .pic01 {
  margin-bottom: 40px;
}
.top_box04 .content01 section .tit {
  text-align: center;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #002e7a;
}
.top_box04 .content01 section .pic02 {
  padding: 0 5%;
  margin-bottom: 30px;
}
.top_box04 .content01 section dl {
  padding: 0 4%;
  display: grid;
  grid-template-columns: 35% 62%;
  justify-content: space-between;
  align-items: center;
}
.top_box04 .content01 section dl dt {
  text-align: center;
  background: #002e7a;
  padding: 12px 0;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  letter-spacing: 0.2em;
}
.top_box04 .content01 section dl dd {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.top_box04 .content03 {
  margin-bottom: 0;
}
.top_box04 .content03 .top_box04_content_wrap {
  padding: 30px;
}
.top_box04 .content03 .top_box04_content_wrap .box01 {
  border-radius: 20px;
  background: #e1eefb;
  padding: 30px;
}
.top_box04 .content03 .top_box04_content_wrap .box01:first-of-type {
  margin-bottom: 20px;
}
.top_box04 .content03 .top_box04_content_wrap .box01 .tit_are {
  display: grid;
  grid-template-columns: 214px auto;
  gap: 0 3%;
  align-items: center;
  margin-bottom: 20px;
}
.top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .box_tit {
  box-shadow: 0px 5px 10px rgba(0, 46, 122, 0.25), inset 0px 0px 32px rgba(178, 219, 255, 0.5);
  background: #002e7a;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  padding: 25px 0;
  line-height: 0.8;
  font-weight: bold;
  font-size: clamp(3.2rem, 3.2vw, 4.2rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .box_tit span {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .aside_tit {
  color: #002e7a;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap {
  display: grid;
  grid-template-columns: 46% 54%;
  justify-content: space-between;
  align-items: center;
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap .txt {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0px 0px 32px rgba(178, 219, 255, 0.5);
  padding: 45px 0 20px;
  text-align: center;
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dt {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  background: #1b5cea;
  line-height: 1;
  color: #fff;
  border-radius: 50px;
  padding: 12px 0;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dt span {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  display: inline-block;
  margin-left: 10px;
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dd {
  color: #1b5cea;
  line-height: 1;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}
.top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(3.2rem, 3.2vw, 4.7rem);
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 30px 20px 80px;
  }
  .top_box04::before {
    height: 2%;
  }
  .top_box04 .top_box04_content {
    margin-bottom: 40px;
  }
  .top_box04 .top_box04_content .num {
    width: 45px;
    left: -18px;
    top: -27px;
  }
  .top_box04 .top_box04_content .top_box04_content_wrap {
    padding: 30px 10px;
  }
  .top_box04 .top_box04_content .top_box04_content_wrap .top_box04_content_tit {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    margin-bottom: 20px;
  }
  .top_box04 .top_box04_content .top_box04_content_wrap .top_box04_content_tit span {
    font-size: clamp(1.4rem, 4.2vw, 2rem);
  }
  .top_box04 .content01 .pic01 {
    margin-bottom: 40px;
  }
  .top_box04 .content01 section .tit {
    font-size: clamp(1.6rem, 3.8vw, 2rem);
    margin-bottom: 20px;
  }
  .top_box04 .content01 section .pic02 {
    padding: 0 0 10px;
    overflow-x: scroll;
    margin-bottom: 20px;
    width: calc(100% + 30px);
  }
  .top_box04 .content01 section .pic02::-webkit-scrollbar-thumb {
    background: #002e7a;
  }
  .top_box04 .content01 section .pic02 .pic_wrap {
    width: 450px;
    padding-right: 40px;
  }
  .top_box04 .content01 section dl {
    padding: 0 10px;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .top_box04 .content01 section dl dt {
    padding: 5px 0;
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
  .top_box04 .content01 section dl dd {
    font-size: 1.4rem;
  }
  .top_box04 .content03 .top_box04_content_wrap {
    padding: 10px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 {
    padding: 20px 5px 5px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01:first-of-type {
    margin-bottom: 10px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .tit_are {
    padding: 0 10px;
    grid-template-columns: 100%;
    gap: 15px 0;
    margin-bottom: 10px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .box_tit {
    padding: 15px 0;
    font-size: clamp(2.2rem, 7vw, 3rem);
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .box_tit span {
    font-size: clamp(1.4rem, 4.4vw, 2rem);
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .tit_are .aside_tit {
    font-size: clamp(1.6rem, 4vw, 2rem);
    text-align: center;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap .txt {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    padding: 0 10px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl {
    padding: 35px 0 20px;
    text-align: center;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dt {
    top: -4px;
    width: 90%;
    padding: 5px 0;
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dt span {
    font-size: 1.4rem;
    margin-left: 3px;
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dd {
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  .top_box04 .content03 .top_box04_content_wrap .box01 .wrap dl dd span {
    font-size: clamp(3.2rem, 10vw, 4.7rem);
  }
} /*max-width:767px*/
.pic02::-webkit-scrollbar {
  height: 6px;
}

.pic02::-webkit-scrollbar-track {
  background: #e5e7eb;
}

/*5カラム*/
.top_box05 {
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.top_box05 .subhead02 {
  margin-bottom: 160px;
}
.top_box05 .top_box05_content {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.top_box05 .top_box05_content .faq_box details {
  background: #e4effb;
  box-shadow: none;
  padding: 20px 6%;
  margin-bottom: 10px;
}
.top_box05 .top_box05_content .faq_box details .details-summary {
  padding: 0 20px 0 45px;
}
.top_box05 .top_box05_content .faq_box details .details-summary::after {
  width: 34px;
  height: 34px;
}
.top_box05 .top_box05_content .faq_box details .details-content {
  padding: 20px 0 0 45px;
  margin-top: 20px;
  border-top: 1px solid #002e7a;
}
.top_box05 .top_box05_content .faq_box details .details-content::after {
  width: 34px;
  height: 34px;
  top: 20px;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2%;
  align-items: flex-start;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(59, 123, 229, 0.2);
  padding: 70px 8% 40px;
  position: relative;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .icon {
  position: absolute;
  width: 125px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .kind_txt {
  text-align: center;
  margin-bottom: 30px;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .kind_txt span {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  position: relative;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .kind_txt span::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 3px;
  background: #1b5cea;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .tit {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #002e7a;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .txt {
  margin-bottom: 30px;
}
.top_box05 .top_box05_content .swiper-pagination {
  bottom: 100px;
}
.top_box05 .top_box05_content .swiper-pagination .swiper-pagination-bullet-active {
  background: #002e7a;
}
.top_box05 .top_box05_content .swiper-button-prev,
.top_box05 .top_box05_content .swiper-button-next {
  height: 50px;
  width: 50px;
}
.top_box05 .top_box05_content .swiper-button-prev {
  left: 11%;
  top: 52%;
}
.top_box05 .top_box05_content .swiper-button-next {
  right: 11%;
  top: 52%;
}
.top_box05 .top_box05_content .swiper-button-prev::after,
.top_box05 .top_box05_content .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.top_box05 .top_box05_content .swiper-button-prev::after {
  background: url(images/prev.png) no-repeat;
  background-size: contain;
}
.top_box05 .top_box05_content .swiper-button-next::after {
  background: url(images/next.png) no-repeat;
  background-size: contain;
}
.top_box05 .top_box05_content .swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1650px) {
  .top_box05 .top_box05_content .swiper-button-prev {
    left: 10%;
  }
  .top_box05 .top_box05_content .swiper-button-next {
    right: 10%;
  }
} /*max-width:1650px*/
@media screen and (max-width: 1100px) {
  .top_box05 .top_box05_content .swiper-button-prev {
    left: 8.5%;
  }
  .top_box05 .top_box05_content .swiper-button-next {
    right: 8.5%;
  }
} /*max-width:1100px*/
@media screen and (max-width: 767px) {
  .top_box05 {
    padding-bottom: 80px;
  }
  .top_box05 .subhead02 {
    margin-bottom: 100px;
  }
  .top_box05 .top_box05_content {
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
  }
  .top_box05 .top_box05_content .faq_box details {
    padding: 20px 10px;
    margin-bottom: 6px;
  }
  .top_box05 .top_box05_content .faq_box details .details-content {
    padding: 20px 0 0 45px;
    margin-top: 20px;
  }
  .top_box05 .top_box05_content .swiper-slide {
    padding: 0 30px;
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item {
    padding: 60px 20px 20px;
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .icon {
    width: 96px;
    top: -48px;
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .kind_txt {
    margin-bottom: 25px;
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .kind_txt span {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .tit {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box05 .top_box05_content .swiper-slide .item_wrap .swiper-slide-item .txt {
    margin-bottom: 20px;
  }
  .top_box05 .top_box05_content .swiper-pagination {
    bottom: 40px;
  }
  .top_box05 .top_box05_content .swiper-button-prev,
  .top_box05 .top_box05_content .swiper-button-next {
    height: 32px;
    width: 32px;
  }
  .top_box05 .top_box05_content .swiper-button-prev {
    left: 1%;
  }
  .top_box05 .top_box05_content .swiper-button-next {
    right: 1%;
  }
  .top_box05 .top_box05_content .swiper-button-prev::after,
  .top_box05 .top_box05_content .swiper-button-next::after {
    height: 32px;
    width: 32px;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  overflow: hidden;
}
.top_box06 .top_box06_content {
  /* 表示枠 */
  /* 動かすレーン */
  /* 1セット分 */
  /* 各画像 */
  /* 画像サイズはここで指定 */
  /* 無限ループ */
}
.top_box06 .top_box06_content .slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.top_box06 .top_box06_content .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide-loop 40s linear infinite;
}
.top_box06 .top_box06_content .slider {
  display: flex;
}
.top_box06 .top_box06_content .slide {
  flex-shrink: 0;
  margin-right: 30px; /* 画像間余白 */
}
.top_box06 .top_box06_content .slide img {
  width: 70vw;
  max-width: 1344px; /* 960 × 1.4 */
  height: auto;
  display: block;
}
.top_box06 .top_box06_content .slide.small img {
  width: 38.4vw; /* 27.4 × 1.4 */
  max-width: 736px; /* 526 × 1.4 */
}
.top_box06 .top_box06_content .slide.small02 img {
  width: 42.4vw; /* 30.3 × 1.4 */
  max-width: 814px; /* 581 × 1.4 */
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding-top: 50px;
  }
  .top_box06 .top_box06_content {
    /* 動かすレーン */
    /* 各画像 */
    /* 画像サイズはここで指定 */
  }
  .top_box06 .top_box06_content .slider-track {
    animation: slide-loop 30s linear infinite;
  }
  .top_box06 .top_box06_content .slide {
    margin-right: 10px; /* 画像間余白 */
  }
  .top_box06 .top_box06_content .slide img {
    width: 100vw; /* 50vw → 100vw */
    max-width: 1920px; /* 960px → 1920px */
  }
  .top_box06 .top_box06_content .slide.small img {
    width: 54.8vw; /* 27.4vw → 54.8vw */
    max-width: 1052px; /* 526px → 1052px */
  }
  .top_box06 .top_box06_content .slide.small02 img {
    width: 60.6vw; /* 30.3vw → 60.6vw */
    max-width: 1162px; /* 581px → 1162px */
  }
} /*max-width:767px*/
/*common_box*/
.common_box {
  padding: 100px 20px 0;
}
.common_box .inner {
  position: relative;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  background: #002e7a;
  padding: 40px 10px;
}
.common_box .inner .human01 {
  position: absolute;
  width: 8.5%;
  left: 6%;
  bottom: 1%;
}
.common_box .inner .human02 {
  position: absolute;
  width: 8%;
  right: 6%;
  bottom: 1%;
}
.common_box .inner .tit {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}
.common_box .inner .btn {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
.common_box .inner .btn .mail a {
  display: block;
  width: 236px;
  text-decoration: none;
  text-align: center;
  color: #002e7a;
  line-height: 64px;
  background: #fff;
  letter-spacing: 0.2em;
  padding-right: 30px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
}
.common_box .inner .btn .mail a::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(images/btn_icon02.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.common_box .inner .btn .tel a {
  display: block;
  width: 301px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 64px;
  background: #2070f2;
  font-size: 3rem;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
}
.common_box .inner .btn .tel a::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 21px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .common_box {
    padding: 60px 0 0;
  }
  .common_box .inner {
    border-radius: 0;
    padding: 30px 60px;
  }
  .common_box .inner .human01 {
    width: 63px;
    left: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: auto 0;
  }
  .common_box .inner .human02 {
    width: 63px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .common_box .inner .tit {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-size: clamp(2rem, 4.8vw, 2.4rem);
  }
  .common_box .inner .btn {
    width: 100%;
    flex-direction: column;
    gap: 5px 0;
  }
  .common_box .inner .btn .mail {
    width: 100%;
  }
  .common_box .inner .btn .mail a {
    width: 100%;
    line-height: 57px;
    padding-right: 30px;
    font-size: 2rem;
  }
  .common_box .inner .btn .mail a::before {
    right: 10px;
  }
  .common_box .inner .btn .tel {
    width: 100%;
  }
  .common_box .inner .btn .tel a {
    line-height: 57px;
    width: 100%;
    font-size: 2.4rem;
    padding-left: 35px;
  }
  .common_box .inner .btn .tel a::after {
    width: 31px;
    height: 21px;
    left: 20px;
  }
} /*max-width:767px*/
/*7カラム*/
.top_box07 {
  padding: 150px 20px;
  background: linear-gradient(180deg, #fff 0%, #e3f4ff 100%);
}
.top_box07 .flow_box {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.top_box07 .flow_box:last-of-type {
  margin-bottom: 0;
}
.top_box07 .flow_box:last-of-type .flow_box_inner::after {
  content: none;
}
.top_box07 .flow_box:nth-of-type(2) .num {
  background: #3d78fb;
}
.top_box07 .flow_box:nth-of-type(3) .num {
  background: #1958e5;
}
.top_box07 .flow_box:nth-of-type(4) .num {
  background: #1245b7;
}
.top_box07 .flow_box:nth-of-type(5) .num {
  background: #002e7a;
}
.top_box07 .flow_box .num {
  position: absolute;
  left: 0;
  top: -20px;
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 200px 200px 0 200px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 1;
  font-size: 3.2rem;
  background: #5493ff;
  box-shadow: 0 10px 10px rgba(0, 46, 122, 0.1);
  padding-top: 20px;
}
.top_box07 .flow_box .flow_box_inner {
  padding: 30px 20px 30px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 46, 122, 0.1);
  display: grid;
  grid-template-columns: 25% 75%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.top_box07 .flow_box .flow_box_inner::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 14px;
  background: #fff;
  left: 13.3%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -13px;
}
.top_box07 .flow_box .flow_box_inner .tit {
  text-align: center;
  color: #002e7a;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 70px 20px;
  }
  .top_box07 .flow_box {
    padding-left: 20px;
  }
  .top_box07 .flow_box .num {
    width: 41px;
    height: 41px;
    font-size: 1.7rem;
    padding-top: 10px;
  }
  .top_box07 .flow_box .flow_box_inner {
    grid-template-columns: 100%;
    gap: 15px 0;
  }
  .top_box07 .flow_box .flow_box_inner::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .top_box07 .flow_box .flow_box_inner .tit {
    text-align: left;
    font-size: clamp(1.8rem, 5.2vw, 2.6rem);
  }
} /*max-width:767px*/
/*8カラム*/
.top_box08 {
  padding: 150px 20px 100px;
  background-size: cover;
  position: relative;
}
.top_box08::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 733px;
  background: url(images/top_bg1.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box08::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 85, 213, 0.2) 0%, #689df3 45.67%, #a2c7ec 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
.top_box08 .inner {
  display: grid;
  grid-template-columns: 30% 68.2%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.top_box08 .inner .subhead03 {
  color: #fff;
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}
.top_box08 .inner .subhead03 .en::after {
  background: url(images/tit_icon03.svg) no-repeat;
  background-size: contain;
}

.top_box008 {
  position: relative;
  background: linear-gradient(180deg, #a2c7ec 0%, #fff 100%);
}

@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 70px 20px;
  }
  .top_box08 .inner {
    grid-template-columns: 100%;
  }
  .top_box08 .inner .subhead03 {
    margin-bottom: 30px;
    position: static;
  }
  .top_box008 {
    padding-top: 0;
  }
} /*max-width:767px*/
/*9カラム*/
.top_box09 {
  padding: 150px 20px 0;
}
.top_box09 .subhead03 {
  margin-bottom: 60px;
}
.top_box09 .overview_table .content dl {
  margin-bottom: 20px;
}
.top_box09 .overview_table .content dl:last-of-type {
  margin-bottom: 0;
}
.top_box09 .overview_table .content dl dt {
  font-weight: bold;
}
.top_box09 .overview_table .content dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
.top_box09 .overview_table .history dl {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 70px 20px 0;
  }
  .top_box09 .subhead03 {
    margin-bottom: 30px;
  }
  .top_box09 .overview_table .content {
    padding-left: 20px !important;
  }
  .top_box09 .overview_table .content dl {
    margin-bottom: 10px;
  }
  .top_box09 .overview_table .history dl {
    grid-template-columns: 65px auto;
  }
} /*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt640 {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}
/*==============================================================
勧誘方針
==================================================================*/
.policy_box01 {
  padding: 80px 20px 0;
  margin-bottom: 70px;
}
.policy_box01 .content {
  margin-bottom: 50px;
}
.policy_box01 .content:last-of-type {
  margin-bottom: 0;
}
.policy_box01 .content .box {
  margin-bottom: 40px;
}
.policy_box01 .content .box:last-of-type {
  margin-bottom: 0;
}
.policy_box01 .content .list {
  padding-left: 2%;
}
.policy_box01 .content .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
}
.policy_box01 .content .txt {
  margin-top: 40px;
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
}

@media screen and (max-width: 767px) {
  .policy_box01 {
    padding: 50px 20px 0;
    margin-bottom: 60px;
  }
  .policy_box01 .content {
    margin-bottom: 40px;
  }
  .policy_box01 .content .box {
    margin-bottom: 30px;
  }
  .policy_box01 .content .list {
    padding-left: 5%;
  }
  .policy_box01 .content .txt {
    margin-top: 20px;
  }
} /*max-width:767px*/
.policy_box02 {
  padding: 0 20px;
}
.policy_box02 .subhead {
  margin-bottom: 50px;
}
.policy_box02 .content {
  margin-bottom: 60px;
}
.policy_box02 .content:last-of-type {
  margin-bottom: 0;
}
.policy_box02 .content:last-of-type .btn a {
  background: #0f53c2;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 40px;
}
.policy_box02 .content:last-of-type .btn a::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 33px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.policy_box02 .content:last-of-type .btn a::before {
  content: none;
}
.policy_box02 .content .txt {
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  margin-bottom: 20px;
}
.policy_box02 .content .btn a {
  display: block;
  width: 500px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 80px;
  background: #002e7a;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  margin: 0 auto;
  position: relative;
}
.policy_box02 .content .btn a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 33px;
  background: url(images/mail_icon.svg) no-repeat;
  background-size: contain;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.policy_box02 .content .btn a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .policy_box02 .subhead {
    margin-bottom: 40px;
  }
  .policy_box02 .content {
    margin-bottom: 40px;
  }
  .policy_box02 .content:last-of-type .btn a {
    font-size: 2.6rem;
    padding-left: 40px;
  }
  .policy_box02 .content:last-of-type .btn a::after {
    width: 37px;
    height: 25px;
    left: 40px;
  }
  .policy_box02 .content .btn a {
    width: 100%;
    line-height: 64px;
    font-size: 2rem;
  }
  .policy_box02 .content .btn a::after {
    content: none;
  }
} /*max-width:767px*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_box {
  padding: 60px 20px 0;
}
.contact_box .top_txt {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.contact_box .content {
  padding: 40px 7%;
  border-radius: 20px;
  background: #f8fafe;
  display: grid;
  margin-bottom: 60px;
  grid-template-columns: 30% 68%;
  justify-content: space-between;
  align-items: center;
}
.contact_box .content dt {
  line-height: 1.3;
  font-weight: bold;
  color: #1b5cea;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
.contact_box .content dd {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 0 2%;
}
.contact_box .content dd ul li {
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.contact_box .content dd ul li:last-child {
  margin-bottom: 0;
}
.contact_box .tel_area {
  text-align: center;
  margin-bottom: 70px;
}
.contact_box .tel_area .tel_txt {
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 10px;
}
.contact_box .tel_area .tel_btn a {
  display: block;
  width: 500px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 80px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  margin: 0 auto;
  position: relative;
  background: #0f53c2;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 40px;
}
.contact_box .tel_area .tel_btn a::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 33px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contact_box .form_area {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 15px rgba(59, 123, 229, 0.2);
  padding: 60px 8%;
}

@media screen and (max-width: 767px) {
  .contact_box {
    padding: 40px 20px 0;
  }
  .contact_box .top_txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .contact_box .content {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .contact_box .content dt {
    text-align: center;
    font-size: clamp(1.6rem, 4.4vw, 2rem);
  }
  .contact_box .content dd {
    grid-template-columns: 100%;
    gap: 5px 0;
  }
  .contact_box .content dd ul li {
    font-size: 1.4rem;
  }
  .contact_box .tel_area {
    margin-bottom: 50px;
  }
  .contact_box .tel_area .tel_txt {
    font-size: 1.6rem;
  }
  .contact_box .tel_area .tel_btn a {
    display: block;
    width: 100%;
    line-height: 64px;
    font-size: 2.6rem;
    padding-left: 40px;
  }
  .contact_box .tel_area .tel_btn a::after {
    width: 37px;
    height: 25px;
    left: 40px;
  }
  .contact_box .form_area {
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
} /*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post {
  padding: 0 20px;
}

.blog_post_parts .blog_box {
  display: grid;
  grid-template-columns: 36.36% 58.18%;
  justify-content: space-between;
}
.blog_post_parts figure {
  overflow: hidden;
}
.blog_post_parts figure a {
  display: block;
  width: 100%;
}
.blog_post_parts figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog_post_parts .blog_box {
    grid-template-columns: 100%;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
} /*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
/* 3列投稿 */
@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600,
  .txt640 {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 20px;
}

.nav-below {
  font-size: 100%;
}
.nav-below a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 400px;
  margin: 0 auto;
  background: #0f53c2;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    width: 100%;
    gap: 0 10px;
  }
} /*max-width:767px*/
.another_article p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 60px;
}
.another_article p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .another_article .nav-below {
    width: 30%;
  }
  .another_article .nav-below P {
    width: 100%;
  }
  .another_article .nav-below P a {
    width: 100%;
  }
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
    line-height: 35px;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.single_box_txt img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 90;
    padding: 10px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -3px 6px rgba(0, 46, 122, 0.2);
  }
  .sp_bana .footer_contact a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #002e7a;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: bold;
    border-radius: 100px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
  }
  .sp_bana .footer_contact a span {
    display: inline-block;
  }
  .sp_bana .footer_contact a span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/btn_icon.svg) no-repeat;
    background-size: contain;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_bana .footer_contact a span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    background: url(images/mail_icon.svg) no-repeat;
    background-size: contain;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sp_bana .footer_tel a {
    display: block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 46, 122, 0.5);
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    background: #0f53c2;
    font-size: clamp(1.6rem, 5vw, 2.6rem);
    border-radius: 100px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .sp_bana .footer_tel a span {
    position: relative;
    padding-left: 28px;
    display: inline-block;
  }
  .sp_bana .footer_tel a span::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 14px;
    background: url(images/tel_icon.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  padding: 70px 20px 50px;
  background: #e6ecf6;
  margin-top: 120px;
}
footer .footer_logo_area {
  display: grid;
  grid-template-columns: 40% 55%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c1c9d8;
}
footer .footer_logo_area .footer_content {
  display: grid;
  grid-template-columns: 43% 55%;
  justify-content: space-between;
  align-items: center;
}
footer .footer_logo_area .footer_content .footer_contact a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 64px;
  background: #002e7a;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: bold;
  border-radius: 100px;
  position: relative;
}
footer .footer_logo_area .footer_content .footer_contact a span {
  display: inline-block;
  padding-right: 50px;
}
footer .footer_logo_area .footer_content .footer_contact a span::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 32px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_logo_area .footer_content .footer_tel a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 64px;
  font-weight: bold;
  background: #0f53c2;
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer_logo_area .footer_content .footer_tel a span {
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
footer .footer_logo_area .footer_content .footer_tel a span::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 21px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_navi_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
footer .footer_navi_area .footer_navi {
  gap: 0 7%;
  display: flex;
  width: 75%;
}
footer .footer_navi_area .footer_navi li a {
  position: relative;
  text-decoration: none;
  color: #2f333a;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
footer .footer_navi_area .footer_navi li a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 8px;
  background: url(images/footer_nav_icon.svg) no-repeat;
  background-size: contain;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_navi_area .copy {
  line-height: 1;
  color: #8ea3c5;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

@media screen and (max-width: 767px) {
  footer {
    padding: 90px 20px 80px;
    margin-top: 80px;
  }
  footer .footer_logo_area {
    grid-template-columns: 100%;
    padding-bottom: 0;
    border-bottom: none;
    gap: 30px 0;
  }
  footer .footer_logo_area .footer_logo {
    width: 241px;
    margin: 0 auto;
  }
  footer .footer_logo_area .footer_content {
    grid-template-columns: 100%;
    gap: 5px 0;
  }
  footer .footer_logo_area .footer_content .footer_contact a {
    font-size: 2rem;
  }
  footer .footer_logo_area .footer_content .footer_contact a span {
    padding-right: 0;
  }
  footer .footer_logo_area .footer_content .footer_tel a {
    font-size: 2.8rem;
  }
  footer .footer_navi_area {
    flex-direction: column;
    gap: 50px 0;
  }
  footer .footer_navi_area .footer_navi {
    gap: 0;
    flex-direction: column;
    width: 100%;
  }
  footer .footer_navi_area .footer_navi li:first-child a {
    border-top: 1px solid #c1c9d8;
  }
  footer .footer_navi_area .footer_navi li a {
    display: block;
    padding: 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #c1c9d8;
  }
  footer .footer_navi_area .footer_navi li a::after {
    right: 20px;
  }
  footer .footer_navi_area .copy {
    text-align: center;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.subhead01 {
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  color: #002e7a;
  margin-bottom: 30px;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: clamp(2.2rem, 5vw, 2.6rem);
  }
} /*max-width:767px*/
.subhead02 {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1em;
  margin-bottom: 120px;
  text-align: center;
  position: relative;
}
.subhead02::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 7px;
  background: url(images/tit_icon02.svg) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.subhead02 .ja {
  font-size: clamp(3.2rem, 3.2vw, 5rem);
}
.subhead02 .en {
  color: #002e7a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 80px;
  }
  .subhead02::after {
    bottom: -30px;
  }
  .subhead02 .ja {
    font-size: clamp(2rem, 5vw, 2.6rem);
  }
  .subhead02 .en {
    font-size: clamp(1.4rem, 4vw, 2rem);
    letter-spacing: 0.5em;
    line-height: 2;
  }
} /*max-width:767px*/
.subhead03 {
  line-height: 1.5;
  color: #002e7a;
  margin-bottom: 100px;
}
.subhead03 .ja {
  font-weight: bold;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
}
.subhead03 .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.subhead03 .en::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 18px;
  background: url(images/tit_icon01.svg) no-repeat;
  background-size: contain;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    margin-bottom: 40px;
  }
  .subhead03 .ja {
    font-size: clamp(2.4rem, 5.6vw, 2.8rem);
  }
  .subhead03 .en {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .subhead03 .en::after {
    width: 5px;
    height: 13px;
    right: -15px;
  }
} /*max-width:767px*/
.subhead {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 80px;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
}

@media screen and (max-width: 767px) {
  .subhead {
    margin-bottom: 40px;
    font-size: clamp(2.4rem, 7vw, 3.6rem);
  }
} /*max-width:767px*/
.subhead04 {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-size: clamp(2rem, 2vw, 2.4rem);
}

@media screen and (max-width: 767px) {
  .subhead04 {
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }
} /*max-width:767px*/
.subhead05 {
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  border-left: 7px solid #002e7a;
}

@media screen and (max-width: 767px) {
  .subhead05 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: clamp(1.6rem, 5vw, 2.6rem);
  }
} /*max-width:767px*/
.subhead06 {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px dashed #2f333a;
  font-size: clamp(2rem, 2vw, 2.4rem);
}

@media screen and (max-width: 767px) {
  .subhead06 {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: clamp(1.8rem, 4.4vw, 2.4rem);
  }
} /*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th {
  width: 30%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #c1c9d8;
}

.overview_table td {
  width: 70%;
  padding: 15px 10px 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #c1c9d8;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table tr:first-of-type {
    border-top: 1px solid #c1c9d8;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 15px 5px 2px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 0 5px 15px;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none !important;
  }
}
/****************************************

Contact Form7

*****************************************/
/* ==========================
   CF7 フォーム全体
========================== */
/* 各項目 */
.cf7-field {
  margin-bottom: 28px;
}

/* ラベル */
.cf7-field label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* 必須ラベル */
.cf7-field .required {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 3px 13px;
  border-radius: 999px;
  background: #1b5cea;
  color: #fff;
}

/* input / textarea 共通 */
.cf7-wrap input[type=text],
.cf7-wrap input[type=email],
.cf7-wrap input[type=tel],
.cf7-wrap textarea {
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #81868e;
  background: #fff;
  font-family: "Noto Sans JP" !important;
  box-sizing: border-box;
}

/* textarea 高さ */
.cf7-wrap textarea {
  min-height: 240px;
  resize: vertical;
}

/* プレースホルダー */
.cf7-wrap ::-moz-placeholder {
  color: #c2c2c2;
}
.cf7-wrap ::placeholder {
  color: #c2c2c2;
}

/* フォーカス */
.cf7-wrap input:focus,
.cf7-wrap textarea:focus {
  outline: none;
  border-color: #0f53c2;
}

/* プライバシー説明文 */
.cf7-privacy-text {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.8;
  margin: 30px 0;
  text-align: center;
}

.cf7-privacy-text a {
  color: #1b5cea;
  text-decoration: underline;
}

/* チェックボックス */
/* 全体中央寄せ */
.cf7-privacy-check {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* label をクリック可能に */
.cf7-privacy-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.4;
}

/* 元のチェックボックスを完全に隠す */
.cf7-privacy-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* チェックボックス本体（未チェック） */
.cf7-privacy-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #002e7a;
  border-radius: 5px;
}

/* チェックマーク（未表示） */
.cf7-privacy-check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 45%;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-55%) rotate(45deg);
  opacity: 0;
}

/* チェックされた時 */
.cf7-privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #002e7a; /* ← 画像の青に近づけてる */
}

.cf7-privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* 送信ボタン */
.cf7-submit {
  text-align: center;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.cf7-submit::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 30px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}
.cf7-submit .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.cf7-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 80px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: #002e7a;
  margin: 0 auto;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(10, 46, 109, 0.35);
  transition: 0.3s;
  position: relative;
}

.cf7-submit input[type=submit]:hover {
  opacity: 0.85;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  /* ラベル */
  .cf7-field label {
    font-size: 1.6rem;
  }
  /* 必須ラベル */
  .cf7-field .required {
    font-size: 1.4rem;
  }
  /* プライバシー説明文 */
  .cf7-privacy-text {
    margin: 20px 0;
    text-align: justify;
  }
  /* label をクリック可能に */
  .cf7-privacy-check .wpcf7-list-item-label {
    padding-left: 30px;
    font-size: 16px;
  }
  /* チェックボックス本体（未チェック） */
  .cf7-privacy-check .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
  }
  /* チェックマーク（未表示） */
  .cf7-privacy-check .wpcf7-list-item-label::after {
    left: 8px;
  }
  /* 送信ボタン */
  .cf7-submit {
    width: 100%;
  }
  .cf7-submit input[type=submit] {
    height: 64px;
    font-size: 2rem;
  }
  /* エラーメッセージ */
  .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 1.34rem;
  }
} /*max-width:767px*/
.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 30px;
  padding: 40px 25px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(6, 19, 39, 0.2);
  border-radius: 20px;
}
.details:last-of-type {
  margin-bottom: 0;
}
.details .details-summary {
  line-height: 1.2;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  color: #002e7a;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
  transition: all 0.3s;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(images/q.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.details .details-summary .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 14px;
  height: 14px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #002e7a;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.details .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  border-top: 1px solid #c1c9d8;
  position: relative;
  margin-top: 30px;
  padding: 30px 10% 0 70px;
}
.details .details-content::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(images/a.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 20px;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  .details:last-of-type {
    margin-bottom: 0;
  }
  .details .details-summary {
    font-size: 1.6rem;
    padding-left: 50px;
    padding-right: 20px;
  }
  .details .details-summary::after {
    width: 38px;
    height: 38px;
  }
  .details .details-content {
    margin-top: 15px;
    padding: 15px 20px 0 50px;
  }
  .details .details-content::after {
    width: 38px;
    height: 38px;
    top: 10px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */