@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
/*//////////////////////////////////////////////////
	ベース設定
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	タグベース
--------------------------------------------------*/
html {
  min-height: 100vh;
  min-height: 100dvh;
  font-size: min(10px, 2.66vw);
}

body {
  box-sizing: border-box;
  letter-spacing: 0em;
  padding-top: 7rem;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  font-family: "Lexend Exa", "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 2;
  color: #232528;
  letter-spacing: 0.1em;
}
body.open {
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }
  body {
    padding-top: 8.6rem;
  }
}
@media screen and (min-width: 1180px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 10px;
  }
}
p {
  font-size: 100%;
}

address {
  font-style: normal;
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

figure, picture {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

[data-kome] {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-end;
  line-height: 1;
}
[data-kome]:after {
  content: attr(data-kome);
  font-size: 0.64em;
  line-height: 1;
  white-space: nowrap;
}

.red {
  font-weight: 500;
  color: #fc2d2d;
}

.hidden {
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  a:hover {
    opacity: 0.8;
  }
  /* telリンクの無効化 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.en {
  font-family: "Libre Baskerville", serif;
}

.en_gothic {
  font-family: "Lexend Exa", "Noto Sans JP", sans-serif;
}

/*--------------------------------------------------
	汎用クラス
--------------------------------------------------*/
#contents {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.img_load {
  filter: blur(15px);
  opacity: 0;
  transform: scale(1.1);
}
.img_load.is_show {
  filter: blur(0);
  opacity: 1;
  transition-delay: 0s, 0.3s, 0.3s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 1.2s;
  transition-property: opacity, filter, transform;
  transform: scale(1);
}

/* 文字寄せ */
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/* デバイス別の表示切り替え */
.sp {
  display: revert;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .tab {
    display: none;
  }
}

.sp_tab {
  display: revert;
}
@media screen and (min-width: 769px) {
  .sp_tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .sp_tab {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .sp_tab {
    display: none;
  }
}

.pc_tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .pc_tab {
    display: revert;
  }
}
@media screen and (min-width: 1366px) {
  .pc_tab {
    display: revert;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .pc {
    display: revert;
  }
}
@media screen and (min-width: 1366px) {
  .pc {
    display: revert;
  }
}

/* 最大幅の設定 */
.p-outer {
  margin-bottom: 3rem;
}

.c-inner {
  margin: auto;
  width: 86%;
  box-sizing: border-box;
}

.c-s_inner {
  margin: auto;
  width: 86%;
  box-sizing: border-box;
}

.c-l_inner {
  max-width: 1366px;
  margin: 0 auto;
}

/* no_data */
.no_data_txt {
  font-size: 1.4rem;
  text-align: center;
}

/* テキストの反転設定 */
/*
::selection {
	color: #4FB38F;
    background: #DCF0E9;
}
*/
/* 注釈 */
.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.bgc-black {
  background: #000;
}

@media screen and (min-width: 769px) {
  .p-outer {
    margin-bottom: 14rem;
  }
  .c-inner {
    padding: 0;
    width: 100rem;
  }
  .c-s_inner {
    width: 96rem;
  }
}
/*--------------------------------------------------
	セクションタイトル
--------------------------------------------------*/
.c-secttl {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
}
.c-secttl::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 7rem;
  background: #FDD73F;
  clip-path: polygon(70% 0, 100% 0%, 0 100%, 0 70%);
  transform: translateX(-7vw);
}
.c-secttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3em;
  height: 1px;
  background: #232528;
}
.c-secttl .c-secttl-en {
  margin-bottom: 0.5em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1;
}
.c-secttl .c-secttl-jp {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 2rem;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1;
}
.c-secttl .c-secttl-jp .icon {
  width: 1em;
}

.c-seccopy {
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.elem_pc {
  display: contents;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 0;
  }
  .g-header {
    transition: background 0.3s;
  }
  .elem_pc {
    display: revert;
  }
  .elem_sp {
    display: contents;
  }
  .c-secttl::before {
    width: 10rem;
    height: 8rem;
    clip-path: polygon(76% 0, 100% 0%, 24% 100%, 0 100%);
  }
  .c-secttl .c-secttl-en {
    margin-bottom: 0.8em;
    font-size: 2rem;
  }
  .c-secttl .c-secttl-jp {
    font-size: 2.6rem;
  }
  .c-secttl .c-secttl-jp .icon {
    transition: transform 0.3s;
  }
  .c-secttl .c-secttl-jp:hover .icon {
    transform: translateX(0.5em);
  }
  .c-seccopy {
    color: #0B1A66;
  }
}
/*--------------------------------------------------
	画像注釈
--------------------------------------------------*/
.img_note_wrap {
  display: block;
  position: relative;
}
.img_note_wrap .img_note {
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  font-size: 0.8rem;
  filter: drop-shadow(0 0 0.2em rgb(255, 255, 255));
}

@media screen and (min-width: 961px) {
  .img_note_wrap .img_note {
    font-size: 1rem;
  }
}
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.p-mv {
  position: relative;
  z-index: 5;
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .p-mv {
    margin-bottom: 12rem;
  }
}
/*--------------------------------------------------
	ページタイトル
--------------------------------------------------*/
.p-title_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.p-title_box .c-inner {
  padding-top: 10.5rem;
}
.p-title_box .p-title {
  margin-bottom: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-size: 2.4rem;
}
.p-title_box .p-title_en {
  margin-bottom: 1.6rem;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-title_box .c-inner {
    padding-top: 23.4rem;
  }
  .p-title_box .p-title {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
  .p-title_box .p-title_en {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
/*--------------------------------------------------
	パンくず
--------------------------------------------------*/
.c-breadcrumb {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 1.2rem;
}
.c-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}
.c-breadcrumb .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 1.2rem;
  font-size: 1rem;
  color: #fff;
}
.c-breadcrumb .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.9em;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .c-breadcrumb {
    column-gap: 1.5rem;
  }
  .c-breadcrumb .item {
    column-gap: 1.5rem;
    font-size: 1.4rem;
  }
  .c-breadcrumb .item:not(:last-child)::after {
    width: 1.5em;
  }
}
.before_cirlce {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.before_cirlce::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 100%;
  width: 200vw;
  aspect-ratio: 1/0.68;
  background: #232528;
  border-radius: 0 0 50% 50%;
  transform: translate(-50%, 6rem);
}

@media screen and (min-width: 769px) {
  .before_cirlce::before {
    width: 400vw;
    transform: translate(-50%, 10rem);
  }
}
/*//////////////////////////////////////////////////
	header設定
//////////////////////////////////////////////////*/
.g-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.g-header .g-header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 90%;
  height: 7rem;
  margin: 0 auto;
}
.g-header .g-header-logo {
  width: 23rem;
}
.g-header .g-header-logo svg {
  width: 100%;
}
.g-header .g-header-contnavi {
  display: none;
}
.g-header .g-header-tgl {
  cursor: pointer;
  width: 3.2rem;
}
.g-header .g-header-tgl .border {
  position: relative;
  z-index: 1;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.g-header .g-header-tgl .border span {
  position: absolute;
  z-index: 1;
  display: block;
  height: 3px;
  background: #0B1A66;
  transition: all 0.3s;
}
.g-header .g-header-tgl .border span:first-child {
  top: 0;
  left: 0;
  width: 100%;
}
.g-header .g-header-tgl .border span:last-child {
  top: calc(3px + 0.3rem);
  left: 0;
  width: 62.5%;
}
.g-header .g-header-tgl .en_gothic {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #0B1A66;
}

.g-header-navi {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: scroll;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 14rem 0 10rem;
  color: #fff;
  background: rgba(12, 26, 102, 0.96);
}
.g-header-navi .g-header-navi_inner {
  width: 90%;
  margin: 0 auto;
}
.g-header-navi .g-header-navi_inner .category_ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4.2rem;
  font-size: 2.2rem;
}
.g-header-navi .g-header-navi_inner .category_ttl::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 4.2rem;
  margin-bottom: 4.2rem;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:first-child .ttl, .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:last-child .ttl {
  margin-bottom: 0;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .ttl {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .ttl .icon {
  width: 2em;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0.8rem;
  font-size: 1.3rem;
  font-size: 400;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items .item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
.g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items .item::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.g-header-navi .g-header-entry .g-header-entry_button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.g-header-navi .g-header-entry .g-header-entry_button .item {
  padding: 1em;
  background: #fff;
}
.g-header-navi .g-header-entry .g-header-entry_button .item .text {
  position: relative;
  line-height: 1.5;
  color: #0B1A66;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 4.8rem;
  box-sizing: border-box;
}
.g-header-navi .g-header-entry .g-header-entry_button .item .text .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 2.4em;
}

.menu-open .g-header .g-header-tgl .border span:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(32deg);
}
.menu-open .g-header .g-header-tgl .border span:last-child {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-32deg);
}
.menu-open .g-header-navi {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .g-header .g-header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 2.4rem;
    width: 96%;
    height: 8.6rem;
  }
  .g-header .g-header-logo {
    width: 31.4rem;
  }
  .g-header-navi {
    padding: 20rem 0 10rem;
  }
  .g-header-navi .g-header-navi_inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 12rem;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    gap: 4.6rem;
    margin-bottom: 0;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:first-child {
    grid-area: 1/1/4/2;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:nth-child(5) {
    grid-area: 2/3/3/4;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item:last-child {
    grid-area: 3/2/4/3;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .ttl {
    margin-bottom: 2.4rem;
    font-size: max(20px, 2rem);
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .ttl .icon {
    display: none;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items {
    grid-template-columns: 1fr;
    font-size: max(15px, 1.5rem);
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items .item {
    gap: 1.6rem;
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi .g-header-navi-item .items .item::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .g-header-navi .g-header-entry .ttl {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .g-header-navi .g-header-entry .g-header-entry_button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .g-header-navi .g-header-entry .g-header-entry_button .item {
    color: #0B1A66;
    font-size: 1.6rem;
    background: #fff;
  }
  .g-header-navi .g-header-entry .g-header-entry_button .item .icon {
    width: 2.4em;
  }
  .menu-open .g-header {
    background: transparent;
  }
  .menu-open .g-header .g-header-contnavi, .menu-open .g-header .recruit__links {
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .g-header-logo .fill path {
    fill: #fff;
  }
  .menu-open .g-header .g-header-tgl .en_gothic {
    color: #fff;
  }
  .menu-open .g-header .g-header-tgl .border span {
    background: #fff;
  }
}
@media screen and (min-width: 1180px) {
  .g-header .g-header-inner {
    grid-template-columns: 1fr auto auto auto;
    gap: 3rem;
  }
  .g-header .g-header-contnavi {
    display: flex;
    flex-flow: row wrap;
    column-gap: 2em;
    height: 100%;
    color: #232528;
  }
  .g-header .g-header-contnavi .ttl {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .g-header .g-header-contnavi .ttl .linear {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, #232528 0%, #232528 50%, #EE7300 50%, #EE7300 100%);
    background-size: 200%;
    background-position: 0;
    transition: background-position 0.3s;
  }
  .g-header .g-header-contnavi .ttl:hover {
    opacity: 1;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item.active .items_outer {
    visibility: visible;
    opacity: 1;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item.active .ttl .linear {
    background-position: -100%;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items_outer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 8.6rem;
    left: 0;
    width: 100%;
    transition: opacity 0.3s;
    padding: 3rem 0;
    color: #fff;
    background: rgba(12, 26, 102, 0.96);
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items {
    display: flex;
    justify-content: flex-start;
    column-gap: 8.4rem;
    width: min(980px, 92%);
    margin: auto;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .items_box .item + .item {
    margin-top: 0.6em;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item {
    text-align: center;
    font-size: 1.5rem;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item.in_thum {
    display: flex;
    align-items: center;
    gap: 2.4em;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item:not(.in_thum) {
    display: flex;
    align-items: center;
    gap: 0.4em;
    /*
    &::after{
    	content: '';
    	display: inline-block;
    	width: 1.5em;
    	aspect-ratio: 1 / 1;
    	background: url('/assets/image/common/icon-angle_right-white.svg') center / 100% no-repeat;
    	transition: all .3s;
    }
    	*/
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item:not(.in_thum):hover {
    opacity: 1;
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item:not(.in_thum):hover::after {
    transform: translateX(50%);
  }
  .g-header .g-header-contnavi .g-header-contnavi-item .items .item .thum img {
    width: 14rem;
    aspect-ratio: 3/2;
    border-radius: 10px;
    object-fit: cover;
  }
  .g-header .g-header-tgl:hover .border span:last-child {
    width: 100%;
  }
  .g-header-navi .g-header-navi_inner {
    grid-template-columns: repeat(2, auto);
  }
  .g-header-navi .g-header-navi_inner .g-header-pagenavi {
    grid-area: 1/2/2/3;
  }
  .g-header-navi .g-header-entry {
    grid-area: 1/1/2/2;
  }
  .g-header-navi .g-header-entry .g-header-entry_button {
    grid-template-columns: 1fr;
  }
}
.fixed_recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.fixed_recruit .fixed_recruit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  height: 60px;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
}
.fixed_recruit .fixed_recruit-link .icon {
  width: 1.1em;
}
.fixed_recruit .fixed_recruit-link.new {
  background: #FDD73F;
}
.fixed_recruit .fixed_recruit-link.career {
  color: #fff;
  background: #0B1A66;
}

.recruit__links {
  display: none;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5em;
}
.recruit__links .recruit__links-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 16rem;
  height: 2em;
  padding: 0 0.5em;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 100vh;
}
.recruit__links .recruit__links-link .icon {
  width: 1.1em;
}
.recruit__links .recruit__links-link.new {
  background: #FDD73F;
}
.recruit__links .recruit__links-link.career {
  color: #fff;
  background: #0B1A66;
}

@media screen and (min-width: 769px) {
  .fixed_recruit {
    display: none;
  }
  .recruit__links {
    display: flex;
  }
}
@media screen and (min-width: 1180px) {
  .recruit__links {
    display: flex;
    flex-flow: column wrap;
  }
  .recruit__links .recruit__links-link {
    width: 14rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1480px) {
  .recruit__links {
    flex-flow: row wrap;
  }
  .recruit__links .recruit__links-link {
    width: 14rem;
    font-size: 1.4rem;
  }
}
/*//////////////////////////////////////////////////
	footer設定
//////////////////////////////////////////////////*/
.gotop a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 998;
  right: 1rem;
  bottom: 6.5rem;
  width: 3.2em;
  aspect-ratio: 1/1;
  background: #0B1A66;
}
.gotop .icon {
  font-size: 1.4em;
  color: #fff;
  transform: translateY(0.1em);
}

@media screen and (min-width: 769px) {
  .gotop a {
    right: 1.6rem;
    bottom: 2rem;
    width: 3.6em;
  }
}
.g-footer {
  background: #232528;
}
.g-footer .g-footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0 7rem;
}
.g-footer .g-footer-inner .g-footer-navi {
  margin-bottom: 5.4rem;
  color: #fff;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item {
  border-bottom: 1px solid #3d3d3d;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl::after, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl .en, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link .en {
  font-size: 0.625em;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl.link-page::after, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link.link-page::after {
  transform: rotate(-45deg);
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items {
  display: none;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2.4rem;
  padding: 1rem 0;
  line-height: 1;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .item:last-child {
  margin-bottom: 2rem;
}
.g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.g-footer .g-footer-inner .g-footer-logo {
  margin-bottom: 2.8rem;
}
.g-footer .g-footer-inner .g-footer-logo svg {
  width: 24.8rem;
  height: auto;
}
.g-footer .g-footer-inner .g-footer-logo svg .fill path {
  fill: #fff;
}
.g-footer .g-footer-inner .g-footer-copy {
  margin-bottom: 6.6rem;
  opacity: 0.3;
}
.g-footer .g-footer-inner .g-footer-copy .text {
  margin-bottom: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
}
.g-footer .g-footer-inner .g-footer-copy .img img {
  width: 16.8rem;
}
.g-footer .g-footer-inner .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  color: #BABDC3;
}

@media screen and (min-width: 769px) {
  .g-footer .g-footer-inner {
    display: grid;
    grid-template-columns: 1fr 58%;
    width: 96rem;
    padding: 8rem 0 12rem;
  }
  .g-footer .g-footer-inner .g-footer-navi {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    margin-bottom: 0;
    color: #fff;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item {
    padding-bottom: 2rem;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item:nth-child(3) {
    grid-area: 2/1/4/2;
    border: none;
    padding-bottom: 0;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item:nth-child(5) {
    grid-area: 3/2/4/3;
    border: none;
    padding-bottom: 0;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link {
    grid-template-columns: 1fr auto;
    padding: 0 0 2.4rem;
    font-size: 1.6rem;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl .en, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link .en {
    font-size: 0.588em;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .tgl::after, .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link::after {
    content: none;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .link {
    padding-bottom: 0;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items {
    display: revert !important;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .item {
    font-size: 1.3rem;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .item:last-child {
    margin-bottom: 0;
  }
  .g-footer .g-footer-inner .g-footer-navi .g-footer-navi-item .items .sp {
    display: none;
  }
  .g-footer .g-footer-inner .g-footer-info {
    position: relative;
    z-index: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .g-footer .g-footer-inner .g-footer-logo svg {
    width: 29.4rem;
  }
  .g-footer .g-footer-inner .copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
  }
}
.c-recruit {
  position: relative;
  z-index: 1;
}
.c-recruit .swiper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.c-recruit .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.c-recruit .swiper .swiper-slide {
  width: 51.6rem;
}
.c-recruit .c-recruit__otuer {
  background: rgba(0, 0, 0, 0.48);
}
.c-recruit .c-recruit__inner {
  width: min(740px, 90%);
  margin: 0 auto;
  padding: 4.8rem 0;
}
.c-recruit .c-recruit__inner .copy {
  margin-bottom: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
.c-recruit .c-recruit__inner .copy .img {
  display: inline-block;
  height: 1.5em;
  margin-top: 0.5em;
}
.c-recruit .c-recruit__inner .copy .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}
.c-recruit .c-recruit__inner .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.c-recruit .c-recruit__inner .links a {
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 769px) {
  .c-recruit .swiper .swiper-slide {
    width: 56rem;
  }
  .c-recruit .c-recruit__inner {
    padding: 5.2rem 0;
  }
  .c-recruit .c-recruit__inner .copy {
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
  }
  .c-recruit .c-recruit__inner .links {
    gap: 3rem;
  }
  .c-recruit .c-recruit__inner .links a {
    transition: filter 0.3s;
  }
  .c-recruit .c-recruit__inner .links a:hover {
    opacity: 1;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.25)) brightness(1.06);
  }
}
@media screen and (min-width: 1366px) {
  .c-recruit .swiper .swiper-slide {
    width: 54rem;
  }
}
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
/* ボタン */
.c-button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.c-button .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 8rem;
  font-size: 1.8rem;
  line-height: 1.3;
  border-radius: 8px;
  background: #fff;
}
.c-button .item .icon {
  width: 3rem;
}
.c-button .item .icon img {
  vertical-align: middle;
}

/*------------------------------
769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .c-button {
    margin-bottom: 0;
  }
  .c-button .item .icon {
    transition: transform 0.3s;
  }
  .c-button .item:hover .icon {
    transform: translateX(0.5em);
  }
}
/*--------------------------------------------------
	パンくず
--------------------------------------------------*/
#breadcrumb__cout {
  margin-bottom: 3.5rem;
  line-height: 1.2;
  text-align: left;
}
#breadcrumb__cout > * {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb__cout .link {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #4FB38F;
  text-decoration: underline;
}
#breadcrumb__cout .bread_arrow {
  width: 1.8rem;
  height: 1em;
  position: relative;
}
#breadcrumb__cout .bread_arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.2rem solid #4FB38F;
  border-right: 0.2rem solid #4FB38F;
  content: "";
}
#breadcrumb__cout .current {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 961px) {
  #breadcrumb__cout {
    max-width: 1200px;
    margin-bottom: 7rem;
  }
  #breadcrumb__cout .link {
    font-size: 1.3rem;
  }
  #breadcrumb__cout .current {
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------
	ページャー
--------------------------------------------------*/
#pager .pager__wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pager .pager__wp .pager__item {
  margin: 0 0.5rem;
}
#pager .pager__wp .pager__item a {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
}
#pager .pager__wp .pager__item:first-of-type {
  margin-left: 0;
}
#pager .pager__wp .pager__item:last-of-type {
  margin-right: 0;
}
#pager .pager__wp .pager__item.prev a::before, #pager .pager__wp .pager__item.next a::before {
  content: "";
  width: 0.75rem;
  border-bottom: 0.15rem solid #232528;
  border-left: 0.15rem solid #232528;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
  aspect-ratio: 1/1;
}
#pager .pager__wp .pager__item.prev {
  margin-right: 1.5rem;
}
#pager .pager__wp .pager__item.next {
  margin-left: 1.5rem;
}
#pager .pager__wp .pager__item.next a::before {
  transform: translate(-75%, -50%) rotate(-135deg);
}
#pager .pager__wp .pager__item:hover a {
  opacity: 1;
}
#pager .pager__wp .pager__item.active a {
  opacity: 1;
}
#pager .pager__wp .pager__item.hide {
  visibility: hidden;
}

@media screen and (min-width: 961px) {
  #pager .pager__wp .pager__box {
    margin: 0 0.75rem;
  }
  #pager .pager__wp .pager__box a {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
/*--------------------------------------------------
	リンク三角アイコン
--------------------------------------------------*/
.icon-arrow_right {
  box-sizing: border-box;
  display: inline-block;
  width: 1.8rem;
  border: 0.1rem solid;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /*
     @if $color == gr {
         &::before{
             background: $green;
             border-color: $green;
         }
         &::after{
             border-color: #FFF;
         }
         &:hover{
             &::before{
                 background: #FFF;
             }
             &::after{
                 border-color: $green;;
             }
         }
     }
     @else if $color == wh {
         &::before{
             background: #FFF;
             border-color: $green;
         }
         &::after{
             border-color: $green;
         }
         &:hover{
             &::before{
                 background: $green;
             }
             &::after{
                 border-color: #FFF;
             }
         }
     }
     @else if $color == wh_bn {
         &::before{
             background: #FFF;
             border: none;
         }
         &::after{
             border-color: $green;
         }
         &:hover{
             &::before{
                 background: $green;
             }
             &::after{
                 border-color: #FFF;
             }
         }
     }
     @else if $color == wh_pc {
         @include pc_size(){
             &::before{
                 background: #FFF;
                 border-color: $green;
             }
             &::after{
                 border-color: $green;
             }
             &:hover{
                 &::before{
                     background: $green;
                 }
                 &::after{
                     border-color: #FFF;
                 }
             }
         }
     }
         */
  border: none;
  background: #4FB38F;
  font-size: 0;
}
.icon-arrow_right::before, .icon-arrow_right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.icon-arrow_right::before {
  padding-top: 100%;
}
.icon-arrow_right::after {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28%;
  height: 28%;
  border-top: 0.16rem solid;
  border-right: 0.16rem solid;
}
.icon-arrow_right:after {
  z-index: 3;
  border-color: #fff;
}
.icon-arrow_right ._on,
.icon-arrow_right ._off {
  display: none;
}

@media screen and (min-width: 961px) {
  .icon-arrow_right {
    width: 3.5rem;
    border-width: 0.2rem;
    background: #fff;
  }
  .icon-arrow_right:after {
    border-color: #4FB38F;
    border-width: 0.2rem;
  }
  .icon-arrow_right._s {
    width: 3rem;
  }
  .icon-arrow_right ._on,
  .icon-arrow_right ._off {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 50%;
  }
  .icon-arrow_right ._on {
    background: #fff;
    animation: scale-up 0.3s 0s linear 1 forwards;
  }
  .icon-arrow_right ._off {
    background: #4FB38F;
  }
  .icon-arrow_right ._off._a {
    animation: scale-up 0.3s 0s linear 1 forwards;
  }
  a:hover .icon-arrow_right:after {
    border-color: #4FB38F;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.2);
  }
}
/*--------------------------------------------------
	ページタイトル
--------------------------------------------------*/
.p__title {
  margin-bottom: 1rem;
}
.p__title .inner {
  width: 100%;
  max-width: 1366px;
}
.p__title .p__title-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #F7F7F7;
}
.p__title .p__title-outer .p__title-body {
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: left;
}
.p__title .p__title-outer .p__title-body .main {
  margin-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p__title .p__title-outer .p__title-body .sub {
  color: #4FB38F;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p__title .p__title-outer .p__title-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 195/110;
  overflow: hidden;
}
.p__title .p__title-outer .p__title-img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media screen and (min-width: 961px) {
  .p__title .p__title-outer {
    max-width: 1366px;
    margin: auto;
  }
  .p__title .p__title-outer .p__title-body {
    padding: 0 8.3rem;
  }
  .p__title .p__title-outer .p__title-body .main {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
  .p__title .p__title-outer .p__title-body .sub {
    font-size: 2rem;
  }
  .p__title .p__title-outer .p__title-img {
    aspect-ratio: 683/250;
  }
}
/*--------------------------------------------------
	リンクバナー
--------------------------------------------------*/
#bnr {
  margin-top: 3.8rem;
  padding: 3.2rem 0;
  background: #FCFCFC;
}
#bnr .bnr__list {
  display: flex;
  grid-gap: 2rem 1.6rem;
  justify-content: center;
}
#bnr .bnr__list .bnr__list-item {
  flex: 0 0 calc((100% - 1.6rem) / 2);
}

@media screen and (min-width: 961px) {
  #bnr {
    padding: 6rem 0;
  }
  #bnr .bnr__list {
    grid-gap: 2.7rem;
  }
  #bnr .bnr__list .bnr__list-item {
    flex: 0 0 calc((100% - 8.1rem) / 4);
  }
}
.sec__read {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .sec__read {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
    line-height: 1.875;
  }
}
/*//////////////////////////////////////////////////

	フォームページ

//////////////////////////////////////////////////*/
input[type=text], input[type=password], input[type=email], input[type=search], textarea {
  padding: 0.2em 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #232528;
  border: 1px solid #C6C6C6;
  background: #fff;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, textarea::placeholder {
  color: #C6C6C6;
}

input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
input:not([type=checkbox]):not([type=radio])._s {
  width: 18.4rem;
}
input:not([type=checkbox]):not([type=radio])._ss {
  width: 12rem;
}

input.datepicker {
  background: url("/assets/img/common/icon_calendar2.svg") calc(100% - 0.5em) center no-repeat;
}
input.datepicker + button {
  display: none;
}

.select_wrap {
  position: relative;
  z-index: 1;
}
.select_wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.5em;
  transform: translateY(-100%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #4FB38F; /* 矢印の色を赤色に変更 */
}

select {
  min-width: 5.2rem;
  padding: 0.4em 2em 0.4em 1em;
  font-size: 1.6rem;
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  background: #fff;
}

.checkbox {
  position: relative;
  z-index: 1;
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 1rem;
  height: 0.4rem;
  border-left: 2px solid #4FB38F;
  border-bottom: 2px solid #4FB38F;
  transform: translateY(-70%) rotate(-45deg);
}
.checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  position: relative;
  z-index: 1;
}
.checkbox label a {
  display: revert;
}
.checkbox label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  background: #fff;
}

.radio {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.radio + .radio {
  margin-left: 1.2rem;
}
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(0.3rem + 1px);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #4FB38F;
  transform: translateY(-50%);
}
.radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  position: relative;
  z-index: 1;
}
.radio label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #C6C6C6;
  border-radius: 50%;
  background: #fff;
}

.confirm__txt {
  margin-bottom: 3.6rem;
  text-align: center;
}
.confirm__txt .checkbox {
  display: inline-block;
}

@media screen and (min-width: 961px) {
  input[type=text], input[type=password], input[type=email], input[type=search], textarea {
    padding: 0.6em 1.4em;
  }
  input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
  }
  input:not([type=checkbox]):not([type=radio])._ss {
    width: 12rem;
  }
  input:not([type=checkbox]):not([type=radio])._s {
    width: 22.4rem;
  }
  input:not([type=checkbox]):not([type=radio])._s-pc {
    width: 16rem;
  }
  input:not([type=checkbox]):not([type=radio])._m {
    width: 48%;
  }
  input:not([type=checkbox]):not([type=radio])._l {
    width: 100%;
  }
  select {
    padding: 0.6em 1.4em;
  }
}
.form .form__items .item {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #E0E0E0;
}
.form .form__items .item .ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 0.6rem;
  font-weight: 700;
}
.form .form__items .item .ttl.require::before, .form .form__items .item .ttl.free::before {
  padding: 0 0.6rem;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.form .form__items .item .ttl.require::before {
  content: "必須";
  background: #4FB38F;
}
.form .form__items .item .ttl.free::before {
  content: "任意";
  background: #C6C6C6;
}
.form .form__items .item .body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}
.form .form__items .item .body .flex_break {
  flex-basis: 100%; /* 改行を強制 */
  height: 0; /* 必要に応じて高さを調整 */
}

@media screen and (min-width: 961px) {
  .form .form__items .item {
    grid-template-columns: 36% 1fr;
    margin-bottom: 2.4rem;
    padding: 0 12rem 2.4rem 2rem;
  }
  .form .form__items .item .ttl {
    column-gap: 1.6rem;
    font-size: 1.5rem;
  }
  .form .form__items .item .body {
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.ui-datepicker-trigger {
  margin: auto 30px auto -30px;
  font-size: 1.6rem;
  color: #4FB38F;
}

#ui-datepicker-div {
  width: auto;
  font-family: inherit;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  height: 40px;
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  height: 40px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  width: 40px;
  height: 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  right: 50%;
  transform: rotate(135deg) translateY(50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  width: auto;
  margin-right: 3px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  width: auto;
  margin-left: 6px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.1rem;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 200;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover {
  background: #4FB38F;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
/*# sourceMappingURL=common.css.map */
