@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

リセットCSSここから

*****************************************/
#template {
  position: absolute;
  font-size: 10px;
  z-index: 1000;
}

* {
  -webkit-box-sizing: border-box;
  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;
}

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

html, body {
  scroll-padding-top: 200px;
}

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

.btn-detail a {
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #1855a5;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.btn-detail a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
  transition: 0.5s;
}
.btn-detail a:hover {
  background: #4e70de;
  color: #ffffff;
  opacity: 1;
}
.btn-detail a:hover:after {
  transition: 0.5s;
  transform: translateX(6px);
}

.recruit .btn-detail a {
  margin: 0 auto 100px;
}
.recruit .btn-detail a:after {
  content: "\f078";
}

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

body設定(主に書式)

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

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

ページ共通

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

@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: 1100px;
  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;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

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

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

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

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

spヘッダー・spナビ

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

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

P

*****************************************/
.banner {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner.active {
  opacity: 1;
  transform: translateY(0);
}

.banner02 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner02.active {
  opacity: 1;
  transform: translateY(0);
}

.banner03 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}

.banner03.active {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*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;
}

.sp_btn {
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(20px);
  transition: all 0.5s;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .sp_btn {
    height: 60px;
  }
} /*max-width:767px*/
.sp_btn.show {
  opacity: 1;
  transform: translateY(0);
}

.under_banner {
  padding-top: 15px;
}
.under_banner .to_top_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.under_banner .to_top_btn a {
  width: 100px;
  text-align: center;
  height: 100px;
  display: block;
  background: linear-gradient(180deg, #1855a5 0%, #68aaff 100%);
  padding-top: 35px;
}
.under_banner .to_top_btn a img {
  width: 30px;
}
.under_banner .under_banner_info {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.under_banner .under_banner_info .num li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  font-size: 2rem;
}
.under_banner .under_banner_info .num li img {
  width: 20px;
}
.under_banner .under_banner_info .txt {
  font-size: 1.4rem;
}
.under_banner .under_banner_info .sales_info {
  padding: 0 13px;
  background: #1855a5;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
}
.under_banner .under_banner_info .sales_info.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #1855a5;
  color: #ffffff;
}
.under_banner .under_banner_info .sales_info.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ccc;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .under_banner {
    padding: 12px 10px 0;
  }
  .under_banner .to_top_btn {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
  .under_banner .to_top_btn a {
    width: 40px;
    height: 40px;
    padding-top: 12px;
  }
  .under_banner .to_top_btn a img {
    width: 15px;
  }
  .under_banner .under_banner_info {
    gap: 0 10px;
  }
  .under_banner .under_banner_info .num li {
    font-size: 1.2rem;
    line-height: 1.5;
    gap: 0 5px;
  }
  .under_banner .under_banner_info .num li img {
    width: 10px;
  }
  .under_banner .under_banner_info .txt {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .under_banner .under_banner_info .sales_info {
    padding: 0 10px;
  }
  .under_banner .under_banner_info .sales_info p {
    font-size: 1rem;
  }
  .under_banner .under_banner_info .sales_info.on:after {
    top: 3px;
  }
  .under_banner .under_banner_info .sales_info.off:after {
    top: 3px;
  }
} /*max-width:767px*/
#teaser {
  overflow: hidden;
}
#teaser .teaser_wrap {
  width: 100%;
  height: 200px;
  background: url(../images/teaser.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
#teaser .teaser_wrap .teaser_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: 0.05em;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#teaser .teaser_wrap .en_txt {
  position: absolute;
  bottom: -17px;
  right: 3%;
  z-index: 1;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-size: clamp(80px, 10vw, 140px);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  opacity: 0.5;
}

@media screen and (max-width: 888px) {
  #teaser {
    padding-top: 0;
  }
  #teaser .teaser_wrap {
    height: 150px;
  }
  #teaser .teaser_wrap .teaser_tit {
    font-size: clamp(20px, 52vw, 26px);
  }
  #teaser .teaser_wrap .en_txt {
    bottom: -5px;
    right: 3%;
    font-size: clamp(50px, 12vw, 80px);
  }
} /*max-width:888px*/
.bread {
  max-width: 1140px;
  margin: 10px auto 100px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: 1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
  }
  .bread li {
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.subhead01 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  color: #1855a5;
}
.subhead01 .ja {
  font-size: clamp(18px, 2vw, 25px);
}
.subhead01 .en {
  font-size: clamp(50px, 5vw, 70px);
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
    line-height: 1;
  }
  .subhead01 .ja {
    font-size: clamp(16px, 4vw, 20px);
  }
  .subhead01 .en {
    font-size: clamp(32px, 8vw, 40px);
  }
} /*max-width:767px*/
.subhead02 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.subhead02 .ja {
  color: #1855a5;
  font-size: clamp(22px, 2.4vw, 32px);
}
.subhead02 .en {
  font-family: "Roboto", sans-serif;
  color: rgba(24, 85, 165, 0.1);
  font-size: clamp(80px, 80vw, 120px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group .subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 50px;
  }
  .subhead02 .ja {
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .subhead02 .en {
    font-size: clamp(36px, 16vw, 100px);
  }
  .group .subhead02 {
    margin-bottom: 30px;
    font-size: clamp(16px, 3.3vw, 18px);
  }
} /*max-width:767px*/
.subhead03 {
  font-size: clamp(22px, 2.3vw, 26px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  position: relative;
}
.subhead03::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #4eaebe;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: clamp(18px, 2.3vw, 20px);
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
  }
  .subhead03::after {
    width: 20px;
  }
} /*max-width:767px*/
.swiper-wrapper {
  transition-timing-function: linear;
}

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

.slide_box {
  padding: 0 20px;
}
.slide_box .content_box {
  margin-bottom: 80px;
  overflow: hidden;
}
.slide_box .content_box:last-of-type {
  margin-bottom: 0;
}
.slide_box .content_box .tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #1855a5;
  margin-bottom: 30px;
}
.slide_box .content_box .tit_area .tit {
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
}
.slide_box .content_box .tit_area .info {
  font-size: clamp(16px, 1.6vw, 20px);
  color: #1855a5;
}
.slide_box .content_box .content_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  margin-bottom: 40px;
  align-items: flex-start;
}
.slide_box .content_box .content_wrap img {
  width: 100%;
  height: auto;
}
.slide_box .content_box .content_wrap .content {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1060/700;
}
.slide_box .content_box .content_wrap .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* object-fit: cover 相当の拡大方法 */
  transform: scale(1.1); /* 少し拡大して余白をなくす */
}
.slide_box .content_box .content_wrap .slide {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.slide_box .content_box .content_wrap .slide .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination {
  bottom: 0;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination span {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 6px;
}
.slide_box .content_box .content_wrap .slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1855a5;
  width: 11px;
  height: 11px;
}
.slide_box .content_box .btn_area {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.slide_box .content_box .btn_area li a {
  width: 300px;
  height: auto;
  font-size: 1.6rem;
  line-height: 60px;
  border: none;
  box-sizing: border-box;
}
.slide_box .content_box .btn_area li a::after {
  transition: all 0.2s;
}
.slide_box .content_box .btn_area li a:hover {
  color: #fff;
}
.slide_box .content_box .btn_area li a:hover::after {
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  right: 25px;
}
.slide_box .content_box .btn_area li:nth-child(1) a {
  background: #fff;
  border: none;
  color: #1855a5 !important;
  box-sizing: border-box;
  line-height: 56px;
  border: 2px solid #1855a5;
}
.slide_box .content_box .btn_area li:nth-child(1) a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/pdf_icon.svg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(0);
  border-top: none;
  border-right: none;
}
.slide_box .content_box .btn_area li:nth-child(2) a {
  background: #4eaebe;
}
.slide_box .content_box .btn_area li:nth-child(2) a:hover {
  background: #40a4b4;
}
.slide_box .content_box .btn_area li:last-child a {
  background: #1855a5;
  color: #fff;
}
.slide_box .content_box .btn_area li:last-child a:hover {
  background: #124c99;
}

@media screen and (max-width: 1120px) {
  .slide_box .content_box .btn_area {
    zoom: 0.8;
  }
  .slide_box .content_box .btn_area li a {
    max-width: 100%;
    line-height: 50px;
  }
} /*max-width:1120px*/
@media screen and (max-width: 888px) {
  .slide_box .content_box {
    margin-bottom: 50px;
  }
  .slide_box .content_box .tit_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .slide_box .content_box .tit_area .tit {
    font-size: clamp(20px, 2vw, 24px);
  }
  .slide_box .content_box .content_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .slide_box .content_box .content_wrap .content {
    border-radius: 20px;
  }
  .slide_box .content_box .content_wrap .slide {
    padding-bottom: 30px;
  }
  .slide_box .content_box .content_wrap .slide .swiper-slide {
    border-radius: 20px;
  }
  .slide_box .content_box .content_wrap .slide .swiper-pagination span {
    margin: 0 4px;
  }
  .slide_box .content_box .btn_area {
    flex-direction: column;
    zoom: 1;
    gap: 10px 0;
  }
  .slide_box .content_box .btn_area li:first-child a {
    line-height: 36px;
  }
  .slide_box .content_box .btn_area li:first-child a::after {
    right: 20px;
  }
  .slide_box .content_box .btn_area li a {
    width: 100%;
    height: auto;
    line-height: 40px;
    max-width: 240px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
} /*max-width:888px*/
.btn a {
  display: block;
  width: 300px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  line-height: 56px;
  background: #1855a5;
  font-size: 1.8rem;
  padding-left: 50px;
  font-weight: bold;
  margin: 0 auto;
  border: 2px solid #1855a5;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
.btn a:hover {
  color: #1855a5;
  background: #fff;
  opacity: 1;
}
.btn a:hover::after {
  border-top: 1px solid #1855a5;
  border-right: 1px solid #1855a5;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 280px;
    line-height: 46px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/* 404 */
.not404 .mb-404 {
  margin-bottom: 50px;
}
.not404 .btn-detail a {
  max-width: 350px;
}

header {
  padding-top: 100px;
  position: relative;
}
header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 101px 0 30px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
  transition: opacity 0.5s ease;
}
header .header_wrap .header_logo {
  width: 306px;
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  width: 652px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content #g_navi {
  width: 400px;
}
header .header_wrap .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
}
header .header_wrap .header_content #g_navi ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
}
header .header_wrap .header_content .header_btn {
  display: flex;
  justify-content: flex-end;
  gap: 0 1px;
}
header .header_wrap .header_content .header_btn div {
  text-align: center;
}
header .header_wrap .header_content .header_btn div a {
  width: 100px;
  height: 100px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
header .header_wrap .header_content .header_btn .recruit a {
  background: #4eaebe;
  padding-top: 25px;
}
header .header_wrap .header_content .header_btn .recruit a img {
  width: 26px;
  margin: 0 auto 5px;
}
header .header_wrap .header_content .header_btn .contact a {
  background: #00357a;
  padding-top: 30px;
}
header .header_wrap .header_content .header_btn .contact a img {
  width: 26px;
  margin: 0 auto 10px;
}

header .header_wrap.show {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1200px) {
  header .header_wrap {
    z-index: 999;
    height: 100px;
  }
  header .header_wrap .header_content {
    display: none;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
  header .header_wrap {
    padding: 10px 0 10px 20px;
    height: 60px;
    position: fixed;
  }
  header .header_wrap .header_logo {
    width: 180px;
  }
} /*max-width:767px*/
.toggle {
  width: 100px;
  height: 100px;
  /* Rectangle 1562 */
  background: linear-gradient(180deg, #1855a5 0%, #68aaff 100%);
}

@media screen and (max-width: 767px) {
  .toggle {
    width: 60px;
    height: 60px;
  }
} /*max-width:767px*/
#toggle {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
}

#toggle span {
  display: block;
  position: absolute;
  width: 44px;
  height: 1.5px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#toggle span:first-child {
  top: 36px;
}

#toggle span:nth-child(2) {
  top: 50px;
}

#toggle span:nth-child(3) {
  top: 64px;
}

.open_navi #toggle span:first-of-type {
  transform: translateY(12px) rotate(-315deg);
}

.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}

.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-15px) rotate(315deg);
}

@media screen and (max-width: 767px) {
  #toggle span {
    width: 30px;
    height: 1.2px;
  }
  #toggle span:first-child {
    top: 20px;
  }
  #toggle span:nth-child(2) {
    top: 30px;
  }
  #toggle span:nth-child(3) {
    top: 40px;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
  }
} /*max-width:767px*/
#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  text-align: left;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  display: block;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#sp_navi .sp_navi_logo_area {
  background: #e2eeff;
  display: table;
  height: 100vh;
}
#sp_navi .sp_navi_logo_area .sp_navi_logo_area_wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
#sp_navi .sp_navi_logo_area .sp_navi_logo_area_wrap .sp_navi_logo {
  max-width: 500px;
  margin: 0 auto 50px;
}
#sp_navi .sp_navi_logo_area .sp_navi_logo_area_wrap .footer_group_box {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
#sp_navi .sp_navi_logo_area .sp_navi_logo_area_wrap .footer_group_box .footer_group_box_tit {
  width: 236px;
  line-height: 25px;
  margin: 0 auto 20px;
  text-align: center;
  background: #4382d4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 30px;
}
#sp_navi .sp_navi_logo_area .sp_navi_logo_area_wrap .footer_group_box .footer_group_box_txt {
  font-size: 1.8rem;
}
#sp_navi .sp_navi_menu_area {
  height: 100vh;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap {
  height: 55vh;
  padding: 0 20px 0;
  display: table;
  width: 100%;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_wrap {
  display: table-cell;
  vertical-align: middle;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu {
  max-width: 550px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 8%;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 13px;
  background: url(../images/sp_menu_icon02.svg) no-repeat;
  background-size: contain;
  right: 15px;
  top: 11px;
}
#sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li:first-child a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/sp_menu_icon01.svg) no-repeat;
  background-size: contain;
  right: 12px;
  top: 11px;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content {
  height: 45vh;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a {
  position: relative;
  padding: 30px 4%;
  display: block;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a:hover {
  opacity: 1;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a:hover .sp_navi_box_bg img {
  transform: scale(1.2);
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_bg img {
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner {
  background: rgba(24, 85, 165, 0.8);
  border-radius: 15px;
  height: 100%;
  padding: 50px 8%;
  position: relative;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .icon {
  position: absolute;
  width: 60px;
  top: 16%;
  right: 5%;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .sp_navi_box_tit {
  font-family: "Roboto", serif;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: clamp(4rem, 4vw, 6rem);
  font-weight: bold;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .sp_navi_box_txt {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  margin-bottom: 20px;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info {
  display: flex;
  gap: 0 30px;
  align-items: center;
  position: relative;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info .num li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info .num li img {
  width: 20px;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info .sales_info.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  color: #1855a5;
}
#sp_navi .sp_navi_menu_area .sp_navi_box_content a .sp_navi_box_inner .bottom_box_info .sales_info.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ccc;
  color: #ffffff;
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  #sp_navi .sp_navi_menu_area {
    height: 100vh;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu {
    zoom: 0.8;
  }
} /*min-width:768px*/
@media screen and (max-width: 1200px) {
  #sp_navi {
    width: 100vw;
    grid-template-columns: 100%;
    background: #1855a5;
    padding: 120px 20px 50px;
  }
  #sp_navi .sp_navi_logo_area {
    display: none;
  }
  #sp_navi .sp_navi_menu_area {
    height: 100%;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap {
    height: auto;
    padding: 50px 30px;
    background: #fff;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu {
    max-width: 100%;
    gap: 10px 4%;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li a {
    padding-bottom: 10px;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_box_content {
    display: none;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  #sp_navi {
    padding: 80px 20px 50px;
  }
  #sp_navi .sp_navi_menu_area {
    height: 100%;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap {
    padding: 20px 20px 0;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li a {
    font-size: 1.5rem;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li a::after {
    top: 9px;
    width: 13px;
    height: 12px;
    background-size: contain;
    right: 5px;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li:first-child a::after {
    top: 8px;
    width: 20px;
    height: 16px;
    background-size: contain;
    right: 5px;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_menu_wrap .sp_navi_menu li:last-child a {
    border-bottom: none;
  }
  #sp_navi .sp_navi_menu_area .sp_navi_box_content {
    display: none;
  }
} /*max-width:767px*/
@media screen and (min-width: 1201px) {
  .sp_menu_info {
    display: none !important;
  }
} /*min-width:1201px*/
.sp_menu_info {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}
.sp_menu_info .sp_menu_info_wrap {
  display: flex;
  gap: 0 8%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  position: relative;
}
.sp_menu_info .sp_menu_info_wrap .num li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  font-size: clamp(1.6rem, 3vw, 2rem);
}
.sp_menu_info .sp_menu_info_wrap .num li img {
  width: 20px;
}
.sp_menu_info .sp_menu_info_wrap .sales_info.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 15px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #1855a5;
  color: #ffffff;
}
.sp_menu_info .sp_menu_info_wrap .sales_info.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 15px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ccc;
  color: #ffffff;
}
.sp_menu_info .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}

.open_navi #sp_navi {
  pointer-events: visible;
  opacity: 1;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.open_navi #wrapper {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

footer {
  padding-bottom: 100px;
}
footer .footer_wrap {
  padding: 80px 20px 70px;
}
footer .footer_wrap .footer_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_logo {
  width: 306px;
  margin-bottom: 30px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_logo a {
  display: inline-block;
}
footer .footer_wrap .footer_inner .footer_logo_area address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 1.8rem;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap .footer_btn a {
  display: block;
  width: 300px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  line-height: 56px;
  background: #1855a5;
  font-size: 1.8rem;
  padding-left: 50px;
  font-weight: bold;
  margin: 0 auto;
  border: 2px solid #1855a5;
  position: relative;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap .footer_btn a::after {
  position: absolute;
  content: "";
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap .footer_btn a:hover {
  color: #1855a5;
  background: #fff;
  opacity: 1;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap .footer_btn a:hover::after {
  border-top: 1px solid #1855a5;
  border-right: 1px solid #1855a5;
}
footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap figure {
  max-width: 300px;
  min-width: 250px;
  border: 1px solid #999;
  border-radius: 3px;
  overflow: hidden;
}
footer .footer_wrap .footer_group_box {
  max-width: 600px;
  padding: 30px 3%;
  background: #e2eeff;
}
footer .footer_wrap .footer_group_box .footer_group_box_tit {
  width: 236px;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 25px;
  background: #4382d4;
  border-radius: 20px;
}
footer .footer_wrap .footer_group_box .footer_group_box_txt {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
}
footer .footer_nav_area {
  background: #1855a5;
  padding: 40px 20px;
}
footer .footer_nav_area .footer_nav_area_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_nav_area .footer_nav_area_inner .footer_nav {
  display: flex;
  gap: 0 20px;
}
footer .footer_nav_area .footer_nav_area_inner .footer_nav li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.8rem, 1.2vw, 1.6rem);
}
footer .footer_nav_area .footer_nav_area_inner .copy small {
  color: #fff;
  color: #eee;
  font-size: clamp(0.8rem, 1.3vw, 1.6rem);
}

@media screen and (max-width: 1300px) {
  footer .footer_wrap .footer_inner {
    flex-direction: column;
    gap: 30px 0;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_logo {
    margin: 0 auto 30px;
  }
  footer .footer_wrap .footer_inner .footer_logo_area address {
    text-align: center;
  }
  footer .footer_nav_area .footer_nav_area_inner {
    flex-direction: column;
    gap: 20px 0;
  }
  footer .footer_nav_area .footer_nav_area_inner .footer_nav {
    display: flex;
  }
  footer .footer_nav_area .footer_nav_area_inner .footer_nav li a {
    font-size: clamp(1rem, 1.3vw, 1.6rem);
  }
  footer .footer_nav_area .footer_nav_area_inner .copy small {
    font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  }
} /*max-width:1300px*/
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
  footer .footer_wrap {
    padding: 60px 20px 40px;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  footer .footer_wrap .footer_inner .footer_logo_area address {
    font-size: 1.4rem;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap .footer_btn a {
    width: 280px;
    line-height: 46px;
    font-size: 1.6rem;
  }
  footer .footer_wrap .footer_inner .footer_logo_area .footer_btn_wrap figure {
    max-width: 250px;
  }
  footer .footer_wrap .footer_group_box {
    padding: 30px 20px;
    background: #e2eeff;
  }
  footer .footer_wrap .footer_group_box .footer_group_box_tit {
    width: 200px;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
  }
  footer .footer_wrap .footer_group_box .footer_group_box_txt {
    font-size: 1.4rem;
  }
  footer .footer_nav_area {
    padding: 40px 20px;
  }
  footer .footer_nav_area .footer_nav_area_inner .footer_nav {
    gap: 10px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer_nav_area .footer_nav_area_inner .footer_nav li {
    text-align: center;
  }
  footer .footer_nav_area .footer_nav_area_inner .footer_nav li a {
    font-size: 1.4rem;
  }
  footer .footer_nav_area .footer_nav_area_inner .copy small {
    font-size: 1rem;
  }
} /*max-width:767px*/
.company_box {
  padding: 100px 0;
  background: #e2eeff;
  margin-bottom: 100px;
}
.company_box .group_img {
  margin: 0 auto 100px;
  text-align: center;
}
.company_box .overview_table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}
.company_box .overview_table .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.company_box .overview_table .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company_box .overview_table tr:first-of-type {
  border-top: 1px solid #999999;
}
.company_box .overview_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  color: #1855a5;
}
.company_box .overview_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .company_box .overview_table th {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .company_box .overview_table td {
    padding: 10px 5px;
    font-size: 14px;
  }
}

.group .company_box .overview_table {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .group .company_box .overview_table {
    margin-bottom: 30px;
  }
}
.archive-news .archive-list li a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
.archive-news .archive-list li a .date {
  padding-right: 20px;
}
.archive-news .archive-list li a .title {
  padding-left: 20px;
}
.archive-news .pagination {
  margin-top: 50px;
  text-align: center;
}
.archive-news .pagination .page-numbers {
  border: 1px solid #ccc;
  padding: 4px 10px;
  font-size: 16px;
}
.archive-news .pagination .page-numbers.current {
  color: #ccc;
}

.single-news h2 {
  margin-bottom: 10px;
}
.single-news .publish-date {
  margin-bottom: 30px;
}
.single-news article p {
  margin-bottom: 20px;
}

.privacy #privacy-box dl {
  margin-top: 50px;
}
.privacy #privacy-box dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.privacy #privacy-box dl dd {
  margin-bottom: 20px;
  margin-left: 1em;
}
.privacy #privacy-box dl dd ol li {
  margin-left: 1em;
  list-style-type: disc;
}

@media only screen and (max-width: 888px) {
  .privacy #privacy-box {
    font-size: 15px;
  }
  .privacy #privacy-box dl {
    margin-top: 20px;
  }
}
.contact_box {
  padding: 0 20px;
  margin-bottom: 100px;
}

.contact_table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
}
.contact_table dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_table dl dt {
  margin-top: 20px;
  width: 20%;
}
.contact_table dl dt:first-of-type {
  margin-top: 0;
}
.contact_table dl dd {
  margin-top: 20px;
  width: 80%;
}
.contact_table dl dd:first-of-type {
  margin-top: 0;
}

.contact_table th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #cccccc;
  color: #1855a5;
}
.contact_table th span {
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #f28e41;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
}

.contact_table td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dashed #cccccc;
}

.contact-form-p {
  margin: 50px auto 20px;
  font-size: 15px;
  text-align: center;
}
.contact-form-p a {
  color: #2e3488;
  text-decoration: underline;
}

/* 初期チラつき防止：グループはJS前でも隠す */
.wpcf7cf-group {
  display: none;
}

/* ラジオの“グループ”を横並びに */
.wpcf7 .radio-inline {
  display: flex; /* 横並び */
  flex-wrap: wrap; /* はみ出す場合は折り返し */
  gap: 0.8rem; /* 項目同士の間隔 */
}

/* 1項目（ラベル＋ボタン）を横一列で揃える */
.wpcf7 .radio-inline .wpcf7-list-item label {
  display: inline-flex;
  align-items: center; /* ボタンと文字の縦位置を中央揃え */
  gap: 0.4em; /* ボタンと文字の隙間 */
}

/* テーマで縦積みにされるのを防ぐ保険 */
.wpcf7 .radio-inline .wpcf7-list-item,
.wpcf7 .radio-inline .wpcf7-list-item label {
  white-space: nowrap;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal !important;
}

.wpcf7 input[type=date] {
  width: auto;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.wpcf7 input[type=submit] {
  transition: all 0.6s ease-out;
  cursor: pointer;
  border: 0;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto 100px;
  background: linear-gradient(90deg, rgb(96, 161, 246) 0%, rgb(0, 53, 122) 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.wpcf7 input[type=submit]:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f078";
}
.wpcf7 input[type=submit]:hover {
  background: #4e70de;
  color: #ffffff;
  opacity: 1;
}

.wpcf7 input[type=submit]:hover {
  background-position: 100% 50%;
  /*   border: 3px solid #C34135;
   background: #C34135;
   -webkit-box-shadow: 0px 0px 10px #cccccc;
   box-shadow: 0px 0px 10px #cccccc;
   color: #fff;*/
}

button[disabled], html input[disabled] {
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: not-allowed;
  background: #dddddd !important;
  color: #000000 !important;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.3) !important;
}

/* 訂正箇所わかりやすく */
.wpcf7 .wpcf7-not-valid {
  background: #F2DEDE !important;
}

.wpcf7 .wpcf7-response-output {
  margin: 0px 0 20px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  color: #DB4848;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7-list-item-label {
  margin-right: 20px;
}

.policy-message {
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #ececec;
  width: 100%;
  height: 240px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: auto;
}

.policy-message ul, .policy-message ol {
  margin: 0; /*margin: 0; padding-left: 0px; font-size: 12px; font-size: 1.2rem;*/
}

.policy-message ol li {
  list-style-type: decimal;
}

.policy-message span {
  font-weight: bold;
}

.policy-message p { /*margin: 0; padding: 15px 15px 0 15px;*/ }

p.check-message {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

/* 送信前・後非表示関係 */
.wpcf7-form .comp,
.wpcf7-form.sent .form-inner,
.screen-reader-response {
  display: none;
}

.wpcf7-form.sent .comp {
  display: block;
}

/* スピナー非表示 */
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .contact_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 0;
  }
  .contact_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }
}
.mv {
  position: relative;
}
.mv .mv_txt {
  position: absolute;
  width: 37.5%;
  left: 0;
  top: 50%;
  transform: translateY(-70%);
}
.mv .mv_txt .txt02 {
  width: 80%;
  margin-left: 8%;
  margin-bottom: 20px;
}
.mv .mv_txt .txt03 {
  width: 80%;
}
.mv .mv_pic {
  width: 93.75%;
  margin-left: auto;
  position: relative;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}
.mv .mv_pic img {
  min-height: 500px;
  object-fit: cover;
}
.mv .mv_pic {
  /*&::after {
    position: absolute;
    content: "";
    width: 71px;
    height: 71px;
    background: url(../images/mv_icon.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }*/
}
.mv .mv_info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em 8em 1em 30px;
  background: #fff;
  border-top-left-radius: 50px;
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
  align-items: center;
}
.mv .mv_info .num li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
}
.mv .mv_info .num li img {
  width: 20px;
}
.mv .mv_info .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
.mv .mv_info .sales_info {
  padding: 0 13px;
}
.mv .mv_info .sales_info.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 30px;
  top: 40px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #1855a5;
  color: #ffffff;
}
.mv .mv_info .sales_info.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 30px;
  top: 40px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ccc;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .mv .mv_txt {
    width: 85%;
    transform: translateY(0);
    top: auto;
    bottom: -5%;
    max-width: 350px;
  }
  .mv .mv_txt .txt02 {
    margin-bottom: 10px;
  }
  .mv .mv_pic {
    width: 100%;
    border-radius: 0;
  }
  .mv .mv_pic img {
    min-height: 300px;
  }
  .mv .mv_pic::after {
    width: 40px;
    height: 40px;
    background: url(../images/mv_icon.png) no-repeat;
    background-size: contain;
  }
  .mv .mv_info {
    display: none;
  }
} /*max-width:767px*/
/*1カラム*/
.top_box01 {
  padding: 120px 20px 100px;
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #eee 55%, #eee 100%);
}
.top_box01 .top_box01_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.top_box01 .top_box01_inner .top_box01_tit {
  margin-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.top_box01 .top_box01_inner .top_box01_tit .en {
  font-family: "Roboto", serif;
  font-size: clamp(6rem, 5vw, 8rem);
}
.top_box01 .top_box01_inner .top_box01_tit .en span {
  color: #1855a5;
}
.top_box01 .top_box01_inner .top_box01_tit .ja {
  font-size: clamp(2rem, 2vw, 2.2rem);
}
.top_box01 .top_box01_inner .top_box01_banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  margin-bottom: 60px;
}
.top_box01 .top_box01_inner .top_box01_banner li {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 0;
}
.top_box01 .top_box01_inner .top_box01_btn a {
  display: block;
  width: 300px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  line-height: 56px;
  background: #1855a5;
  font-size: 1.8rem;
  padding-left: 50px;
  font-weight: bold;
  margin: 0 auto;
  border: 2px solid #1855a5;
  position: relative;
}
.top_box01 .top_box01_inner .top_box01_btn a::after {
  position: absolute;
  content: "";
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
.top_box01 .top_box01_inner .top_box01_btn a:hover {
  color: #1855a5;
  background: #fff;
  opacity: 1;
}
.top_box01 .top_box01_inner .top_box01_btn a:hover::after {
  border-top: 1px solid #1855a5;
  border-right: 1px solid #1855a5;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 70px 20px 50px;
    background: linear-gradient(180deg, transparent 0%, transparent 70%, #eee 70%, #eee 100%);
  }
  .top_box01 .top_box01_inner .top_box01_tit {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_inner .top_box01_tit .en {
    font-size: 30px;
  }
  .top_box01 .top_box01_inner .top_box01_tit .ja {
    font-size: 16px;
  }
  .top_box01 .top_box01_inner .top_box01_banner {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_inner .top_box01_btn a {
    width: 280px;
    line-height: 46px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 120px 0;
}
.top_box02 .top_box02_tit {
  margin-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.top_box02 .top_box02_tit .en {
  font-family: "Roboto", serif;
  font-size: clamp(6rem, 5vw, 8rem);
}
.top_box02 .top_box02_tit .en span {
  color: #1855a5;
}
.top_box02 .top_box02_tit .ja {
  font-size: clamp(2rem, 2vw, 2.2rem);
}
.top_box02 .top_box02_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5px;
  margin-bottom: 50px;
}
.top_box02 .top_box02_wrap .top_box02_content {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.top_box02 .top_box02_wrap .top_box02_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1855a5, rgba(24, 85, 165, 0));
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 0 5%;
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_tit {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 2.5vw, 3rem);
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list {
  display: grid;
  gap: 0 1.5%;
  grid-template-columns: repeat(2, 1fr);
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list li {
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: clamp(0.8rem, 0.8vw, 1.2rem);
}
.top_box02 .top_box02_wrap .top_box02_content img {
  min-height: 250px;
  object-fit: cover;
}
.top_box02 .top_box02_btn {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.top_box02 .top_box02_btn li a {
  display: block;
  width: 300px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  line-height: 56px;
  background: #1855a5;
  font-size: 1.8rem;
  padding-left: 50px;
  font-weight: bold;
  margin: 0 auto;
  border: 2px solid #1855a5;
  position: relative;
}
.top_box02 .top_box02_btn li a::after {
  position: absolute;
  content: "";
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
.top_box02 .top_box02_btn li a:hover {
  color: #1855a5;
  background: #fff;
  opacity: 1;
}
.top_box02 .top_box02_btn li a:hover::after {
  border-top: 1px solid #1855a5;
  border-right: 1px solid #1855a5;
}

@media screen and (max-width: 1200px) {
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list {
    grid-template-columns: 100%;
    gap: 5px 0;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list li {
    font-size: 1.2rem;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 20px;
  }
  .top_box02 .top_box02_tit {
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_tit .en {
    font-size: 30px;
  }
  .top_box02 .top_box02_tit .ja {
    font-size: 16px;
  }
  .top_box02 .top_box02_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area {
    bottom: 20px;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_tit {
    margin-bottom: 10px;
    font-size: clamp(2rem, 5.5vw, 2.4rem);
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list {
    gap: 3px 0;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_txt_area .top_box02_content_list li {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  .top_box02 .top_box02_btn {
    flex-direction: column;
    gap: 10px 0;
  }
  .top_box02 .top_box02_btn li a {
    width: 280px;
    line-height: 46px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  background: #e2eeff;
  padding: 70px 20px;
}
.top_box03 .top_box03_inner {
  max-width: 1254px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 29.59% 64.11%;
  align-items: center;
  justify-content: space-between;
}
.top_box03 .top_box03_inner .top_box03_tit_area {
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_tit_area::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  right: -3%;
  top: 0;
}
.top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit {
  margin-bottom: 100px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit .en {
  font-family: "Roboto", serif;
  font-size: clamp(5rem, 4vw, 6rem);
}
.top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit .en span {
  color: #1855a5;
}
.top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit .ja {
  font-size: clamp(2rem, 2vw, 2.2rem);
}
.top_box03 .top_box03_inner .top_box03_content article {
  display: flex;
  margin-bottom: 30px;
}
.top_box03 .top_box03_inner .top_box03_content article:last-of-type {
  margin-bottom: 0;
}
.top_box03 .top_box03_inner .top_box03_content article .time {
  margin-right: 20px;
  line-height: 1.2;
}
.top_box03 .top_box03_inner .top_box03_content article .time time {
  font-size: 1.8rem;
  color: #000;
}
.top_box03 .top_box03_inner .top_box03_content article .tit {
  line-height: 1.2;
}
.top_box03 .top_box03_inner .top_box03_content article .tit a {
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
}
.top_box03 .top_box03_inner .top_box03_btn a {
  display: block;
  max-width: 300px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  line-height: 56px;
  background: #1855a5;
  font-size: 1.8rem;
  padding-left: 50px;
  font-weight: bold;
  border: 2px solid #1855a5;
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_btn a::after {
  position: absolute;
  content: "";
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}
.top_box03 .top_box03_inner .top_box03_btn a:hover {
  color: #1855a5;
  background: #fff;
  opacity: 1;
}
.top_box03 .top_box03_inner .top_box03_btn a:hover::after {
  border-top: 1px solid #1855a5;
  border-right: 1px solid #1855a5;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 20px;
  }
  .top_box03 .top_box03_inner {
    grid-template-columns: 100%;
  }
  .top_box03 .top_box03_inner .top_box03_tit_area::after {
    content: none;
  }
  .top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit {
    margin-bottom: 30px;
    text-align: center;
  }
  .top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit .en {
    font-size: 30px;
  }
  .top_box03 .top_box03_inner .top_box03_tit_area .top_box03_tit .ja {
    font-size: 16px;
  }
  .top_box03 .top_box03_inner .top_box03_content {
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_inner .top_box03_content article {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .top_box03 .top_box03_inner .top_box03_content article .time {
    margin: 0 0 10px;
  }
  .top_box03 .top_box03_inner .top_box03_content article .time time {
    font-size: 1.4rem;
  }
  .top_box03 .top_box03_inner .top_box03_content article .tit a {
    font-size: 1.4rem;
  }
  .top_box03 .top_box03_inner .top_box03_btn a {
    width: 280px;
    margin: 0 auto;
    line-height: 46px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
.bottom_box {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bottom_box .bottom_box_content a {
  position: relative;
  padding: 30px 4%;
  display: block;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
}
.bottom_box .bottom_box_content a .bottom_box_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bottom_box .bottom_box_content a .bottom_box_bg img {
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.bottom_box .bottom_box_content a .bottom_box_inner {
  background: rgba(24, 85, 165, 0.8);
  border-radius: 15px;
  height: 100%;
  padding: 50px 8%;
  position: relative;
}
.bottom_box .bottom_box_content a .bottom_box_inner .icon {
  position: absolute;
  width: 60px;
  top: 16%;
  right: 5%;
}
.bottom_box .bottom_box_content a .bottom_box_inner .bottom_box_tit {
  font-family: "Roboto", serif;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: clamp(4rem, 4vw, 6rem);
  font-weight: bold;
}
.bottom_box .bottom_box_content a .bottom_box_inner .bottom_box_txt {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
}
.bottom_box .bottom_box_content a:hover {
  opacity: 1;
}
.bottom_box .bottom_box_content a:hover .bottom_box_bg img {
  transform: scale(1.2);
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_txt {
  margin-bottom: 20px;
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info {
  display: flex;
  gap: 0 30px;
  align-items: center;
  position: relative;
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info .num li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info .num li img {
  width: 20px;
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info .sales_info.on:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  color: #1855a5;
}
.bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info .sales_info.off:after {
  position: absolute;
  content: var(--open-close, "");
  width: 80px;
  height: 30px;
  right: 0;
  top: 23px;
  border-radius: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #ccc;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .bottom_box .bottom_box_content a .bottom_box_inner .icon {
    width: 40px;
    top: 13%;
  }
  .bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info {
    flex-direction: column;
    gap: 10px 0;
    align-items: flex-start;
  }
} /*max-width:1200px*/
@media screen and (max-width: 767px) {
  .bottom_box {
    margin-top: 60px;
    grid-template-columns: 100%;
  }
  .bottom_box .bottom_box_content a {
    position: relative;
    padding: 20px 10px;
  }
  .bottom_box .bottom_box_content a .bottom_box_inner {
    padding: 40px 20px;
    position: relative;
  }
  .bottom_box .bottom_box_content a .bottom_box_inner .icon {
    position: absolute;
    width: 40px;
    top: 22%;
    right: 20px;
  }
  .bottom_box .bottom_box_content a .bottom_box_inner .bottom_box_tit {
    font-size: clamp(3rem, 10vw, 4rem);
  }
  .bottom_box .bottom_box_content a .bottom_box_inner .bottom_box_txt {
    font-size: clamp(1.4rem, 3.3vw, 1.6rem);
  }
  .bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_txt {
    margin-bottom: 0;
  }
  .bottom_box .bottom_box_content:last-of-type a .bottom_box_inner .bottom_box_info {
    display: none;
  }
} /*max-width:767px*/
.service_box01 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.service_box01 .txt {
  text-align: center;
}

@media screen and (max-width: 888px) {
  .service_box01 {
    margin-bottom: 60px;
  }
  .service_box01 .txt {
    text-align: justify;
  }
} /*max-width:888px*/
.service_box02 {
  padding: 120px 20px 100px;
  background: #e8eef6;
  margin-bottom: 120px;
}
.service_box02 .wrap {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}
.service_box02 .wrap .content figure {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.service_box02 .wrap .content figure img {
  width: 100%;
  height: auto;
}
.service_box02 .wrap .content figure figcaption {
  position: absolute;
  left: 0;
  top: 10%;
  max-width: 95%;
  padding: 10px 30px 10px 40px;
  background: #1855a5;
  color: #fff;
  border-radius: 0 10px 10px 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .service_box02 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
  .service_box02 .wrap {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .service_box02 .wrap .content figure {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .service_box02 .wrap .content figure figcaption {
    padding: 10px 10px 10px 20px;
    background: #1855a5;
    color: #fff;
    font-size: clamp(12px, 4vw, 20px);
  }
} /*max-width:767px*/
.service_box03 {
  padding: 0 20px;
  margin-bottom: 120px;
}
.service_box03 .service_box03_inner {
  max-width: 1340px;
  margin: 0 auto;
}
.service_box03 .service_box03_inner .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-bottom: 50px;
}
.service_box03 .service_box03_inner .wrap dl {
  border-radius: 40px 0 40px 0;
  background: linear-gradient(90deg, #1855a5 0%, #68aaff 100%);
  color: #fff;
  text-align: center;
  padding: 60px 8%;
}
.service_box03 .service_box03_inner .wrap dl dt {
  margin-bottom: 30px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.service_box03 .service_box03_inner .wrap dl dt span {
  font-size: clamp(24px, 2.6vw, 32px);
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
}
.service_box03 .service_box03_inner .list {
  display: flex;
  justify-content: center;
  gap: 20px 2%;
  flex-wrap: wrap;
}
.service_box03 .service_box03_inner .list li {
  width: 32%;
  text-align: center;
  border: 1px solid #1855a5;
  border-radius: 40px 0 40px 0;
  padding: 20px 0;
  font-size: clamp(16px, 1.6vw, 20px);
}

@media screen and (max-width: 888px) {
  .service_box03 {
    margin-bottom: 60px;
  }
  .service_box03 .service_box03_inner .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .service_box03 .service_box03_inner .wrap dl {
    border-radius: 20px 0 20px 0;
    padding: 30px 20px;
  }
  .service_box03 .service_box03_inner .wrap dl dt {
    margin-bottom: 20px;
    font-size: clamp(18px, 4.4vw, 22px);
    font-weight: bold;
  }
  .service_box03 .service_box03_inner .wrap dl dt span {
    font-size: clamp(22px, 5.6vw, 28px);
    margin-bottom: 10px;
  }
  .service_box03 .service_box03_inner .wrap dl dd {
    text-align: justify;
  }
  .service_box03 .service_box03_inner .list {
    flex-direction: column;
    gap: 10px 0;
  }
  .service_box03 .service_box03_inner .list li {
    width: 100%;
    font-size: clamp(16px, 4vw, 20px);
  }
} /*max-width:888px*/
@media screen and (max-width: 888px) {
  .btn-detail a:after {
    top: 8px;
  }
} /*max-width:888px*/
.bus_info_btn_box {
  padding: 0 20px;
}
.bus_info_btn_box ul {
  background: #1855a5;
  padding: 0 2%;
  border-radius: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bus_info_btn_box ul li {
  text-align: center;
}
.bus_info_btn_box ul li:last-child a::after {
  content: none;
}
.bus_info_btn_box ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: clamp(10px, 1.3vw, 16px);
  padding: 16px;
  display: block;
  position: relative;
}
.bus_info_btn_box ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #ddd;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bus_info_btn_box ul li a span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.bus_info_btn_box ul li a span::after {
  position: absolute;
  content: "";
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .bus_info_btn_box ul {
    padding: 0;
    border-radius: 0;
    margin-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
    background: none;
    gap: 5px 0;
  }
  .bus_info_btn_box ul li {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .bus_info_btn_box ul li a {
    font-size: 16px;
    width: 100%;
    background: #1855a5;
    display: block;
    padding: 10px;
    border-radius: 100px;
  }
  .bus_info_btn_box ul li a::after {
    content: none;
  }
} /*max-width:767px*/
.businfo_box01 .content_box {
  padding-top: 150px;
  margin-top: -150px;
}
.businfo_box01 .content_box .top_txt {
  text-align: center;
  margin-bottom: 30px;
}
.businfo_box01 .content_box .txt {
  margin-bottom: 30px;
  text-align: right;
}
.businfo_box01 .content_box .equipment_box {
  padding: 30px 20px 40px;
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 50px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_tit {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl {
  text-align: center;
  max-width: 80px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dt {
  margin-bottom: 10px;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dt img {
  width: 100%;
  height: auto;
}
.businfo_box01 .content_box .equipment_box .equipment_box_wrap dl dd {
  font-size: 10px;
  line-height: 1.2;
}
.businfo_box01 .content_box .equipment_box .att-txt {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
.businfo_box01 .content_box .btn_area li:nth-child(2) a {
  background: #1855a5;
}
.businfo_box01 .content_box .btn_area li:nth-child(2) a:hover {
  background: #4e70de;
}

@media screen and (max-width: 767px) {
  .businfo_box01 .content_box {
    padding-top: 80px;
    margin-top: -80px;
  }
  .businfo_box01 .content_box .top_txt {
    margin-bottom: 20px;
  }
  .businfo_box01 .content_box .txt {
    margin-bottom: 20px;
  }
  .businfo_box01 .content_box .equipment_box {
    margin-bottom: 30px;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_tit {
    font-size: 16px;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_wrap {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .businfo_box01 .content_box .equipment_box .equipment_box_wrap dl {
    width: 48%;
    max-width: 80px;
  }
} /*max-width:767px*/
.guide_box01 {
  padding: 0 20px;
}
.guide_box01 figure {
  margin-bottom: 100px;
}
.guide_box01 figure img {
  width: 100%;
  height: auto;
}
.guide_box01 .top_txt {
  text-align: center;
  margin-bottom: 40px;
}
.guide_box01 .wrap .content {
  padding: 30px 0 50px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: grid;
  grid-template-columns: 130px auto;
  gap: 0 30px;
  margin-bottom: 100px;
  position: relative;
}
.guide_box01 .wrap .content::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  background: #1855a5;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: 0 auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.guide_box01 .wrap .content:last-of-type {
  margin-bottom: 0;
}
.guide_box01 .wrap .content:last-of-type::after {
  content: none;
}
.guide_box01 .wrap .content .num img {
  width: 100%;
  height: auto;
}
.guide_box01 .wrap .content .txt_area {
  padding-top: 50px;
}
.guide_box01 .wrap .content .txt_area .tit {
  color: #1855a5;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
.guide_box01 .wrap .content .txt_area .txt {
  font-size: 14px;
}
.guide_box01 .wrap .content .contact_area {
  margin-top: 40px;
  max-width: 643px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8%;
}
.guide_box01 .wrap .content .contact_area .tel {
  text-align: center;
}
.guide_box01 .wrap .content .contact_area .tel .tel_txt {
  font-size: 14px;
  text-align: center;
  /*margin-bottom: 22px;*/
}
.guide_box01 .wrap .content .contact_area .tel .num {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}
.guide_box01 .wrap .content .contact_area .tel .num span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.guide_box01 .wrap .content .contact_area .tel .num span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.guide_box01 .wrap .content .contact_area .mail .mail_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.guide_box01 .wrap .content .contact_area .mail .btn_guide a {
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #1855a5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  padding: 0 30px;
  text-align: left;
}
.guide_box01 .wrap .content .contact_area .mail .btn_guide a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 14px !important;
  font: var(--fa-font-solid);
  content: "\f054";
  transition: 0.5s;
}
.guide_box01 .wrap .content .contact_area .mail .btn_guide a:hover {
  background: #4e70de;
  color: #ffffff;
  opacity: 1;
}
.guide_box01 .wrap .content .contact_area .mail .btn_guide a:hover:after {
  transition: 0.5s;
  transform: translateX(6px);
}
.guide_box01 .wrap .content .price_table {
  max-width: 600px;
}
.guide_box01 .wrap .content .price_table .price_table_tit {
  margin: 40px 0 30px;
  font-size: 20px;
  color: #1855a5;
}
.guide_box01 .wrap .content .price_table dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.guide_box01 .wrap .content .price_table dl:first-of-type {
  border-top: 1px solid #ccc;
}
.guide_box01 .wrap .content .price_table dl dt {
  font-size: 16px;
}
.guide_box01 .wrap .content .price_table dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .guide_box01 figure {
    max-width: 320px;
    width: 70%;
    margin: 0 auto 50px;
  }
  .guide_box01 .top_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .guide_box01 .wrap .content {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 70px;
  }
  .guide_box01 .wrap .content::after {
    width: 40px;
    height: 30px;
    bottom: -50px;
  }
  .guide_box01 .wrap .content .num {
    max-width: 200px;
    width: 40%;
    margin: 0 auto;
  }
  .guide_box01 .wrap .content .txt_area {
    padding-top: 0;
  }
  .guide_box01 .wrap .content .txt_area .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .guide_box01 .wrap .content .contact_area {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .guide_box01 .wrap .content .contact_area .tel {
    text-align: center;
  }
  .guide_box01 .wrap .content .contact_area .tel .tel_txt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .guide_box01 .wrap .content .contact_area .tel .num {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    text-align: center;
  }
  .guide_box01 .wrap .content .contact_area .tel .num span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  .guide_box01 .wrap .content .contact_area .tel .num span::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/tel_icon.svg) no-repeat;
    background-size: contain;
  }
  .guide_box01 .wrap .content .contact_area .mail .mail_txt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }
  .guide_box01 .wrap .content .contact_area .mail .btn_guide a {
    max-width: 240px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .guide_box01 .wrap .content .contact_area .mail .btn_guide a:after {
    right: 20px;
    top: 18px;
  }
  .guide_box01 .wrap .content .price_table {
    max-width: 100%;
  }
  .guide_box01 .wrap .content .price_table .price_table_tit {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  .guide_box01 .wrap .content .price_table dl {
    padding: 10px 0;
    gap: 0 10px;
  }
  .guide_box01 .wrap .content .price_table dl dt {
    font-size: 12px;
  }
  .guide_box01 .wrap .content .price_table dl dd {
    font-size: 12px;
  }
} /*max-width:767px*/
.mb20 {
  margin-bottom: 20px;
}

#sec05.mt0 {
  margin-top: 0 !important;
}

.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;
  background: #e2eeff;
  border-radius: 10px;
  border: 1px solid #1855a5;
}
.details .details-summary {
  padding: 26px 80px 26px 90px;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q.";
  color: #1855a5;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: 25px;
}
.details .details-summary .btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 30px;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #1855a5;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 1px;
  height: 25px;
  top: -2px;
  left: 12px;
}
.details .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 0 80px 30px 90px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A.";
  color: #ff8c00;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  left: 50px;
  line-height: 1;
  top: -2px;
}
.details .details-content p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 20px;
  }
  .details .details-summary {
    padding: 15px 40px 15px 40px;
    font-size: 16px;
  }
  .details .details-summary::after {
    font-size: 26px;
    left: 10px;
    top: 12px;
  }
  .details .details-summary .btn {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .details .details-summary .btn:before, .details .details-summary .btn:after {
    width: 16px;
    top: 9px;
  }
  .details .details-summary .btn:before {
    width: 1px;
    height: 16px;
    left: 7.5px;
    top: 2px;
  }
  .details .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .details .details-summary.is-active .btn:before {
    content: none;
  }
  .details .details-content {
    padding: 0 40px 15px 40px;
  }
  .details .details-content::after {
    font-size: 26px;
    left: 10px;
    top: -2px;
  }
  .details .details-content p {
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit .subhead02, .single_recruit_box .subhead02 {
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.recruit .subhead02 .ja, .single_recruit_box .subhead02 .ja {
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3.3vw, 21px);
  color: #000000;
}
.recruit .subhead02 .en, .single_recruit_box .subhead02 .en {
  position: initial;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: clamp(40px, 5.3vw, 47px);
  color: #1855a5;
}

.recruit_box01 {
  text-align: center;
  margin-bottom: 100px;
}
.recruit_box01 .inner {
  max-width: 100%;
}
.recruit_box01 .txt {
  background: linear-gradient(60deg, rgb(0, 53, 122) 0%, rgb(81, 150, 199) 60%, rgb(96, 161, 246) 100%);
  -webkit-box-decoration-break: clone; /* Webkit系ブラウザ対応 */
  box-decoration-break: clone; /* 改行部分にも背景が適用される */
  line-height: 1.8; /* 行間の調整 */
  padding: 0 5px; /* 文字の左右に余白を加え、背景の途切れを防止 */
  display: inline;
  letter-spacing: 0.2em;
  font-size: clamp(28px, 2vw, 36px);
  color: #fff;
  font-weight: bold;
}
.recruit_box01 .txt span {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .recruit_box01 {
    margin-bottom: 60px;
    text-align: left;
  }
  .recruit_box01 .txt {
    font-size: clamp(20px, 2vw, 26px);
  }
  .recruit_box01 .txt span {
    padding: 0;
  }
} /*max-width:767px*/
.recruit_box02 {
  padding: 100px 0;
  background: #e2eeff;
}
.recruit_box02 .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.recruit_box02 .wrap dl {
  width: 31%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #1855a5;
  padding: 30px 20px;
  text-align: center;
}
.recruit_box02 .wrap dl dt {
  height: 76px;
  margin-bottom: 15px;
}
.recruit_box02 .wrap dl dt img {
  height: 100%;
  width: auto;
}
.recruit_box02 .wrap dl dd {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recruit_box02 {
    padding: 60px 0;
  }
  .recruit_box02 .wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  .recruit_box02 .wrap dl {
    width: 100%;
  }
  .recruit_box02 .wrap dl dt {
    height: 60px;
  }
  .recruit_box02 .wrap dl dd {
    line-height: 1.5;
    font-size: 14px;
  }
} /*max-width:767px*/
.recruit_box03 {
  padding: 100px 0;
}
.recruit_box03 .wrap {
  display: grid;
  grid-template-columns: 13.64% 80.73%;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #c2c7cc;
}
.recruit_box03 .wrap:first-of-type {
  padding-top: 30px;
}
.recruit_box03 .wrap:nth-of-type(even) {
  grid-template-columns: 80.73% 13.64%;
}
.recruit_box03 .wrap:nth-of-type(even) dl {
  order: 2;
}
.recruit_box03 .wrap:nth-of-type(even) .txt {
  order: 1;
}
.recruit_box03 .wrap dl {
  text-align: center;
}
.recruit_box03 .wrap dl dt {
  margin-bottom: 10px;
}
.recruit_box03 .wrap dl dt img {
  width: 100%;
  height: auto;
}
.recruit_box03 .wrap dl dd {
  color: #1855a5;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .recruit_box03 {
    padding: 60px 0;
  }
  .recruit_box03 .wrap {
    grid-template-columns: 100%;
    padding: 30px 0;
    gap: 20px 0;
  }
  .recruit_box03 .wrap:first-of-type {
    padding-top: 0;
  }
  .recruit_box03 .wrap:nth-of-type(even) {
    grid-template-columns: 100%;
  }
  .recruit_box03 .wrap:nth-of-type(even) dl {
    order: 1;
  }
  .recruit_box03 .wrap:nth-of-type(even) .txt {
    order: 2;
  }
  .recruit_box03 .wrap dl {
    max-width: 100px;
    margin: 0 auto;
  }
  .recruit_box03 .wrap dl dt {
    margin-bottom: 5px;
  }
  .recruit_box03 .wrap dl dd {
    font-size: 16px;
  }
} /*max-width:767px*/
.recruit_box04 {
  padding-bottom: 100px;
}
.recruit_box04 .content .details:last-of-type {
  margin-bottom: 0;
}
.recruit_box04 .content .details img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recruit_box04 {
    padding-bottom: 60px;
  }
} /*max-width:767px*/
.line_area {
  max-width: 900px;
  border: 1px solid #00b900;
  border-radius: 15px;
  overflow: hidden;
}
.line_area .tit {
  text-align: center;
  background: #00b900;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px !important;
}
.line_area .wrap {
  padding: 35px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
}
.line_area .wrap .content {
  padding: 0 30px;
}
.line_area .wrap .content:first-of-type .num {
  margin-bottom: 30px;
}
.line_area .wrap .content:nth-of-type(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.line_area .wrap .content:nth-of-type(2) .num {
  margin-bottom: 15px;
}
.line_area .wrap .content:last-of-type .num {
  margin-bottom: 50px;
}
.line_area .wrap .content .num {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #00b900;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.line_area .wrap .content .btn {
  margin-bottom: 23px;
}
.line_area .wrap .content .btn a {
  display: block;
  width: 160px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: #00b900;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
  border: 0;
}
.line_area .wrap .content .btn a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/line_icon.svg) no-repeat;
  background-size: contain;
  right: 0;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 0;
  transform: none;
}
.line_area .wrap .content figure {
  max-width: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.line_area .wrap .content .txt {
  font-size: 14px;
  line-height: 1.5;
}
.line_area .wrap .content .txt.txt_center {
  text-align: center;
}
.line_area .wrap .content .txt span {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .line_area .tit {
    padding: 10px;
    font-size: 16px !important;
  }
  .line_area .wrap {
    padding: 30px 20px;
    grid-template-columns: 100%;
  }
  .line_area .wrap .content {
    padding: 30px 0;
  }
  .line_area .wrap .content:first-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .line_area .wrap .content:nth-of-type(2) .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content:last-of-type .num {
    margin-bottom: 20px;
  }
  .line_area .wrap .content .num {
    padding-top: 3px;
  }
  .line_area .wrap .content .btn {
    margin-bottom: 10px;
  }
} /*max-width:767px*/
.recruit_box05 {
  padding: 100px 0;
  background: #f6f6f6;
}
.recruit_box05 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 4%;
}
.recruit_box05 .wrap a {
  display: block;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.recruit_box05 .wrap a figure {
  position: relative;
}
.recruit_box05 .wrap a figure img {
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.recruit_box05 .wrap a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1;
  padding: 5px 25px;
  background: #1855a5;
  border-top-right-radius: 5px;
  color: #fff;
}
.recruit_box05 .wrap a .content {
  padding: 30px 20px;
}
.recruit_box05 .wrap a .content .tit {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1855a5;
  font-size: 20px;
  font-weight: 500;
}
.recruit_box05 .wrap a .content .txt_area .txt {
  font-size: 16px;
}
.recruit_box05 .wrap a .content .txt_area .company_name {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .recruit_box05 {
    padding: 60px 0;
  }
  .recruit_box05 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .recruit_box05 .wrap a figure figcaption {
    font-size: 14px;
    padding: 5px 20px;
  }
  .recruit_box05 .wrap a .content {
    padding: 20px;
  }
  .recruit_box05 .wrap a .content .tit {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .recruit_box05 .wrap a .content .txt_area .txt {
    font-size: 14px;
  }
  .recruit_box05 .wrap a .content .txt_area .company_name {
    font-size: 12px;
  }
} /*max-width:767px*/
.recruit_box06 {
  padding: 100px 10px;
  background: #e2eeff;
  text-align: center;
}
.recruit_box06 .subhead02 {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
.recruit_box06 .subhead02 img {
  position: absolute;
  width: 150px;
  left: -60px;
  top: -70px;
  height: auto;
}
.recruit_box06 .recruit_box06_txt {
  text-align: center;
  margin-bottom: 30px;
}
.recruit_box06 .line_area {
  margin: 0 auto;
}
.recruit_box06 .line_area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recruit_box06 {
    padding: 60px 10px;
  }
  .recruit_box06 .subhead02 img {
    position: absolute;
    width: 100px;
    left: -10px;
    top: -50px;
  }
  .recruit_box06 .recruit_box06_txt {
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.single_recruit_box h2 {
  margin-bottom: 30px;
}
.single_recruit_box .publish-date {
  margin-bottom: 30px;
}
.single_recruit_box .list {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;*/
  margin-bottom: 50px;
}
.single_recruit_box .list li {
  border: 1px solid #1855a5;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #1855a5;
  font-size: clamp(14px, 1.3vw, 16px);
}
.single_recruit_box .pic {
  max-width: 800px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 60px;
}
.single_recruit_box .pic img {
  width: 100%;
  height: auto;
}
.single_recruit_box .btn_area .txt {
  font-size: 21px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.single_recruit_box .btn_area .txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #1855a5;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.single_recruit_box section {
  margin-top: 100px;
}
.single_recruit_box section .recruit_table {
  margin-bottom: 80px;
  width: 100%;
  border-collapse: collapse;
}
.single_recruit_box section .recruit_table tr:first-of-type {
  border-top: 1px solid #999999;
}
.single_recruit_box section .recruit_table tr th {
  width: 30%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
  color: #1855a5;
}
.single_recruit_box section .recruit_table tr td {
  width: 70%;
  padding: 30px 10px 30px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #999999;
}
.single_recruit_box section .recruit_table .map {
  border-radius: 15px;
  overflow: hidden;
  margin: 20px 0;
  line-height: 0.9;
}
.single_recruit_box section .recruit_table .map iframe {
  width: 100%;
  height: 280px;
}
.single_recruit_box section .recruit_table .recruit-other {
  word-break: break-all;
}
.single_recruit_box section .recruit_table a {
  color: #2391ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single_recruit_box .list {
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .single_recruit_box .list li {
    padding: 8px;
    line-height: 1.6;
  }
  .single_recruit_box .pic {
    border-radius: 25px;
    margin: 0 auto 30px;
  }
  .single_recruit_box .btn_area .txt {
    font-size: 18px;
  }
  .single_recruit_box .btn_area .btn-detail a {
    max-width: 200px;
    line-height: 40px;
    height: 40px;
  }
  .single_recruit_box .btn_area .btn-detail a::after {
    top: 14px;
  }
  .single_recruit_box section {
    margin-top: 60px;
  }
  .single_recruit_box section .recruit_table {
    margin-bottom: 30px;
  }
  .single_recruit_box section .recruit_table .map {
    margin: 10px 0;
  }
  .single_recruit_box section .recruit_table .map iframe {
    height: 200px;
  }	
}

/* 新着情報 */
h1.wp-block-heading,h2.wp-block-heading,h3.wp-block-heading  {
	font-size: 1.8em;
	background: #eff5fd;
	padding: 5px 10px;
}
h4.wp-block-heading,h5.wp-block-heading,h6.wp-block-heading  {
	font-size: 1.5em;
	background: #eff5fd;
	padding: 3px 10px;
}

/*max-width:767px*//*# sourceMappingURL=style.css.map */