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

　変数定義

=================================================================================*/
/*—————————————————————————————————————————————————————
　横幅／高さ／余白設定
—————————————————————————————————————————————————————*/
:root {
  /* 横幅【PC幅のみ】 */
  --width-side: 26rem;
  --width-contents_max: 75rem;
  --width-contents_max_l: 68.75rem;
  --width-modal_max: 90rem;
  --width-table_dt: 36%;
  --width-table_dd: 64%;
  /* 高さ【ヘッダのみ】 */
  --height-header_lg: 5.5rem;
  --height-header_mdsm: 5.5rem;
  /* グリッドシステムの余白 */
  --padding-grid_lgmd: 1.5rem;
  --padding-grid_sm: 0.8rem;
  --padding-grid-inner_lgmd: 3rem;
  --padding-grid-inner_sm: 1.6rem;
  /* コンテンツの左右余白 */
  --padding-contents-lr_lg: 3rem;
  --padding-contents-lr_mdsm: 1.6rem;
  --padding-section: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}

/*—————————————————————————————————————————————————————
　カラー設定
—————————————————————————————————————————————————————*/
:root {
  --color-key:	#005397;
  --color-key_l:	#F8F8F8;
  --color-body_bg:	#FFFFFF;
  /* テキスト */
  --color-txt:	#393939;
  --color-txt_tone:	#005397;
  --color-txt_rgb:	42, 57, 68;
  --color-txt_contrast:	#FFFFFF;
  --color-txt_contrast_rgb:	255, 255, 255;
  --color-txt_l:	#333333;
  /* リンク */
  --color-link:	#005397;
  --color-link_contrast:	#FFFFFF;
  --color-link_hover:	rgb(0, 54.9668874172, 100);
  --color-link_hover_bg:	rgba(0, 83, 151, 0.08);
  /* 罫線 */
  --color-border:	#000;
  --color-border_l:	rgba(0, 0, 0, 0.12);
  /* ボタンやアラートなどエレメントカラー */
  --color-default:	#FFFFFF;
  --color-primary:	#005397;
  --color-primary_rgb:	rgb(58.225, 147.2988410596, 220.275);
  --color-secondary:	#826AC5;
  --color-secondary_rgb:	130, 106, 197;
  --color-success:	#00aa6e;
  --color-success_rgb:	0, 170, 110;
  --color-info:	rgb(100, 185.1986754967, 255);
  --color-info_rgb:	0, 175, 240;
  --color-danger:	#dd4b39;
  --color-danger_rgb:	221, 75, 57;
  --color-warning:	#f39c12;
  --color-warning_rgb:	243, 156, 18;
  --color-disable:	rgba(57, 57, 57, 0.1);
  --color-disable_rgb:	204, 204, 204;
  --color-disable_txt:	rgba(57, 57, 57, 0.5);
  /* ヘッダ */
  --color-header_txt:	#2A3944;
  --color-header_bg:	#FFFFFF;
  --color-body_icon:	#797E81;
  --color-body_dropdown_bg:	#2A3944;
  --color-body_dropdown_hover:	rgb(32.2636363636, 43.7863636364, 52.2363636364);
  /* サイド */
  --color-side_txt:	rgba(255, 255, 255, 0.8);
  --color-side_icon:	rgba(255, 255, 255, 0.4);
  --color-side_bg:	#2A3944;
  --color-side_hover:	rgb(32.2636363636, 43.7863636364, 52.2363636364);
  --color-side_open_bg:	rgb(36.1581818182, 49.0718181818, 58.5418181818);
  --color-side_active:	rgb(26.4218181818, 35.8581818182, 42.7781818182);
  --color-side_active_txt:	white;
  /* コンテンツボックス */
  --color-content-bg:	#FFFFFF;
  --color-content-bg_dark:	#393939;
  --color-content-border:	rgba(0, 0, 0, 0.8);
  --color-content-shadow:	rgb(234.6, 234.6, 234.6);
  /* タイトル */
  --color-ttl_bg:	rgb(234.6, 234.6, 234.6);
  --color-ttl_bg_dark:	#393939;
  /* テーブル */
  --color-table_thead_txt:	#FFFFFF;
  --color-table_thead_bg:	rgba(57, 57, 57, 0.8);
  --color-table_th_bg:	rgba(57, 57, 57, 0.08);
  --color-table_td_bg1:	#FFFFFF;
  --color-table_td_bg2:	#F5F5F5;
  --color-table_hover:	rgba(0, 83, 151, 0.03);
  --color-table_active:	rgba(0, 83, 151, 0.1);
  --color-progressbar_bg: rgb(235.5, 235.5, 235.5);
  /* オーバーレイ（モーダルやドロワーの背景） */
  --color-overlay-bg:	rgba(0, 0, 0, 0.8);
  /* モーダルウィンドウのコンテンツ背景 */
  --color-modal-bg:	#FFFFFF;
  /* チャート */
  --color-chart01:	#00AAF6;
  --color-chart02:	#2EC193;
  --color-chart03:	#767CDC;
  --color-chart04:	#E97DB3;
  --color-chart05:	#E59C23;
  --color-chart06:	#00C8E1;
  --color-chart07:	#00E0B5;
  /* その他ベーシックな色 */
  --color_black:	#000000;
  --color_white:	#FFFFFF;
  --color_darkgray:	#333333;
  --color_gray:	#ACACAC;
  --color_red:	#EB2D2D;
  --color_blue:	#0059ff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: #3A3A3A;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Noto Serif JP", "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/bg.jpg") center/contain repeat;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.40625rem 1rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background-image: none;
  background-color: #F5F5F5;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #848484;
}

input::-moz-placeholder {
  color: #848484;
}

input::-ms-input-placeholder {
  color: #848484;
}

input:-ms-input-placeholder {
  color: #848484;
}

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #0078D4;
  border-left: 4px solid #0078D4;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  color: #1D1D1D;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: #1D1D1D;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-editorContents {
    margin-top: 2.5rem;
  }
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 332/187;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-section, .l-section__bg--change {
  position: relative;
}
.l-section__bg--change {
  background-color: var(--color-key_l);
}
.l-section__bg--history::after {
  content: url(../img/home/history_bg_text.png);
  position: absolute;
  top: 6.25rem;
  left: 0;
}
.l-section__bg--history::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 87.5rem;
  background-image: url(../img/home/history_bg.png);
  background-position: center;
}
.l-section__bg--history .l-pageContents--reduction {
  padding-top: clamp(5rem, 3.6347087379rem + 5.8252427184vw, 10.625rem);
  padding-bottom: clamp(5rem, 3.6347087379rem + 5.8252427184vw, 10.625rem);
}
.l-section__bg--company::after {
  content: url(../img/home/company_bg_text.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-section__bg--company .l-pageContents--reduction {
  padding-top: clamp(3.125rem, 2.5182038835rem + 2.5889967638vw, 5.625rem);
}
.l-section__bg--news::after {
  content: url(../img/home/news_bg_text.png);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-section__bg--news .l-pageContents--reduction {
  padding-top: clamp(5rem, 4.6966019417rem + 1.2944983819vw, 6.25rem);
}
.l-section__bg--workbook::before {
  content: "";
  position: absolute;
  top: -40%;
  z-index: -1;
  width: 100%;
  height: 48.4375rem;
  background-image: url(../img/home/publication_bg02.png);
}
.l-section__bg--contact::after {
  content: url(../img/home/contact_bg_text.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-section__bg--contact .l-pageContents--reduction {
  padding-top: clamp(5rem, 3.6347087379rem + 5.8252427184vw, 10.625rem);
  padding-bottom: clamp(5rem, 3.6347087379rem + 5.8252427184vw, 10.625rem);
}

.l-pageContents, .l-pageContents--reduction {
  width: 90%;
  max-width: var(--width-contents_max);
  margin: 0 auto;
  padding: var(--padding-section) 0;
  position: relative;
}
.l-pageContents--reduction {
  max-width: var(--width-contents_max_l);
}

.l-inner--1100 {
  width: 1100px;
  max-width: 100%;
}

.l-inner {
  margin: 0 auto;
  max-width: 90%;
}

.l-border {
  position: absolute;
  left: 50%; /* 画面の中央に基準を置く */
  width: 100vw; /* 画面いっぱい */
  height: 1.4px;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 中央基準から左にずらして全画面に */
}

.l-paddingTop {
  padding-top: clamp(0rem, -0.9101941748rem + 3.8834951456vw, 3.75rem);
}

.l-header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-height: var(--height-header_lg);
  padding: 0.75rem var(--padding-contents-lr_lg);
  padding-left: 12.5rem;
  padding-right: 12.5rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--color-header_bg);
}
.l-header--float {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  margin-top: 1rem;
  border-radius: 0.375rem;
  padding-right: 1.125rem;
}
.l-header--fixed {
  position: sticky;
  top: 0;
}
.l-header--bg_transparent {
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .l-header {
    min-height: var(--height-header_mdsm);
    padding: 0.75rem var(--padding-contents-lr_mdsm);
  }
}
.l-header h1 {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  letter-spacing: 0.204em;
  line-height: 1.4;
}
.l-header h1 small {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
  .is-overlay .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 70px;
    background-color: var(--color_white);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 23.4375rem;
    width: 100%;
    padding: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 0.5rem;
  }
  .is-overlay .l-header__nav .l-header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .is-overlay .l-header__nav {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav .c-btn__nav--header {
    margin: 0 auto;
  }
}

.l-header__navList {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .l-header__navList {
    width: 100%;
  }
}
.l-header__navList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .l-header__navList li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.l-header__navList li::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 0%;
  border-bottom: 1px solid var(--color-primary);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header__navList li::before {
    content: none;
  }
}
.l-header__navList li:hover::before {
  width: 100%;
}
.l-header__navList li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.375rem;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid var(--color-primary);
  border-bottom: 0;
  margin-left: 0.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .l-header__navList li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: 0.625rem;
  }
}
.l-header__navList li.menu-item-has-children:hover .l-header__navListChild {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  opacity: 1; /*不透明度1*/
}
@media screen and (max-width: 1024px) {
  .l-header__navList li.menu-item-has-children:hover .l-header__navListChild {
    visibility: unset;
    opacity: unset;
  }
}
.l-header__navList li.current-menu-item::before, .l-header__navList li.current_page_parent::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 1024px) {
  .l-header__navList li.current-menu-item::before, .l-header__navList li.current_page_parent::before {
    content: none;
  }
}
.l-header__navList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.l-header__navList li a::after {
  content: attr(data-desc);
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  font-weight: 300;
  line-height: 1;
  color: var(--color-primary);
}

.l-header__navListChild {
  min-width: 100%;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--color-header_bg);
  padding: 0.5rem 1rem;
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  opacity: 0; /*不透明度0*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /*表示の変化を0.3秒に指定*/
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .l-header__navListChild {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    min-width: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
  }
}
.l-header__navListChild ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.l-header__navListChild ul .current-menu-item {
  border-bottom: none;
}
.l-header__navListChild ul li::before {
  content: none !important;
}
@media screen and (max-width: 1024px) {
  .l-header__navListChild ul li {
    padding: 0.5rem 1rem;
  }
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1rem, -0.2742718447rem + 5.4368932039vw, 6.25rem);
}
@media screen and (max-width: 600px) {
  .l-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__upper {
  padding: var(--padding-section) 0;
}

.l-footer__bottom {
  width: 100%;
  height: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-primary);
  color: var(--color_white);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding-left: var(--padding-contents-lr_lg);
  padding-right: var(--padding-contents-lr_lg);
}

.l-footer__box--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.125rem;
}
.l-footer__box--left svg {
  color: var(--color-primary) !important;
}
@media screen and (max-width: 600px) {
  .l-footer__box--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__box--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 600px) {
  .l-footer__box--right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__box--right .l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.5904126214rem + 1.7475728155vw, 2.6875rem);
}
.l-footer__box--right .l-footer__nav--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
.l-footer__box--right .l-footer__nav--right .c-btn__nav--footer {
  max-width: 100%;
  width: 14rem;
}
.l-footer__box--right .l-footer__nav--right svg {
  color: var(--color-primary) !important;
}
@media screen and (max-width: 768px) {
  .l-footer__box--right .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__box--right .l-footer__nav nav ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.125rem clamp(1rem, 0.5904126214rem + 1.7475728155vw, 2.6875rem);
}

.l-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.l-box > div {
  width: 100%;
}
.l-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.5376213592rem + 0.9061488673vw, 1.625rem);
}
.l-box__img img {
  margin: 0 auto;
}
.l-box--title {
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-box--text {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.l-box--text__right {
  text-align: right;
}
.l-box--text__center {
  text-align: center;
}
.l-box.l-box__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .l-box.l-box__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-box.l-box__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-box.l-box__column--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 600px) {
  .l-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-pageHead {
  padding: 7.5rem 0 3.125rem;
  position: relative;
}

.c-pageHead__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-pageHead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pageHead--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-pageTitle__ja {
  font-size: clamp(1.375rem, 1.1626213592rem + 0.9061488673vw, 2.25rem);
  font-weight: 400;
  line-height: 0.8333333333;
  letter-spacing: 0.1em;
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.375rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-primary);
}
.c-pagination .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color_white);
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.toArchive {
  margin: 1rem auto;
  width: 100%;
  max-width: 15.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.8125rem;
  background-color: var(--color-primary);
  color: var(--color_white);
  padding: clamp(0.5rem, 0.3938106796rem + 0.4530744337vw, 0.9375rem) clamp(0.75rem, 0.4921116505rem + 1.1003236246vw, 1.8125rem);
}

.c-archive__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}

.c-archive__catList--item a::after {
  content: "";
  display: block;
  width: 0%;
  height: 0.0625rem;
  background-color: var(--color-primary);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-archive__catList--item a:hover::after {
  width: 100%;
}
.c-archive__catList--item.is_active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-primary);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.c-btn, .c-btn--inversion {
  width: 100%;
  max-width: 15.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.8125rem;
  background-color: var(--color-primary);
  color: var(--color_white);
  padding: clamp(0.5rem, 0.3938106796rem + 0.4530744337vw, 0.9375rem) clamp(0.75rem, 0.4921116505rem + 1.1003236246vw, 1.8125rem);
  gap: 0.5rem;
}
.c-btn::after, .c-btn--inversion::after {
  content: "";
  background-image: url(../img/common/btn_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(2rem, 1.7724514563rem + 0.9708737864vw, 2.9375rem);
  height: 0.3125rem;
}
.c-btn--inversion {
  color: var(--color-primary);
  background-color: var(--color_white);
}
.c-btn--inversion::after {
  background-image: url(../img/common/btn_deco__bl.svg);
}

.c-btn__contact {
  width: 23.9375rem;
  max-width: 100%;
  aspect-ratio: 383/97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.0625rem;
  background-color: var(--color-info);
  color: var(--color_white);
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  position: relative;
}
.c-btn__contact::after {
  content: "";
  background-image: url(../img/common/btn_deco_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8125rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn__nav, .c-btn__nav--footer, .c-btn__nav--header {
  background-color: var(--color-primary);
  color: var(--color_white);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 0 clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  border-radius: 0.125rem;
}
.c-btn__nav::before, .c-btn__nav--footer::before, .c-btn__nav--header::before {
  content: "";
  background-image: url(../img/common/icon_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4375rem;
  height: 1.0625rem;
}
.c-btn__nav--header {
  height: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.1em;
  padding: 0 2.5rem;
  gap: 0.25rem;
}
.c-btn__nav--header::after {
  content: attr(data-desc);
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  font-weight: 300;
  line-height: 1;
}
.c-btn__nav--header::before {
  content: none;
}
.c-btn__nav--footer {
  height: 4.0625rem;
  max-width: 14rem;
}

.c-mainVisual--full, .c-mainVisual--full .wp-custom-header {
  height: 100vh;
}
.c-mainVisual--full__noInclude, .c-mainVisual--full__noInclude .wp-custom-header {
  height: calc(100vh - var(--height-header_lg));
  position: relative;
  top: var(--height-header_lg);
}
@media screen and (max-width: 991px) {
  .c-mainVisual--full__noInclude, .c-mainVisual--full__noInclude .wp-custom-header {
    height: calc(100vh - var(--height-header_mdsm));
    top: var(--height-header_lg);
  }
}
.c-mainVisual--auto, .c-mainVisual--auto .wp-custom-header {
  height: auto;
}
.c-mainVisual--auto__noInclude, .c-mainVisual--auto__noInclude .wp-custom-header {
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-mainVisual--auto__noInclude, .c-mainVisual--auto__noInclude .wp-custom-header {
    height: calc(100vh - var(--height-header_mdsm));
  }
}
.c-mainVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post, .c-post__patternC, .c-post__patternB, .c-post__patternA {
  display: grid;
  gap: 0 clamp(1rem, -0.2742718447rem + 5.4368932039vw, 6.25rem);
}
.c-post__patternA {
  grid-template-columns: 1fr 67%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: var(--color_white);
}
.c-post__patternA .c-post__box {
  grid-column: 2/3;
  grid-row: 1/3;
}
.c-post__patternA .c-btn {
  margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
}
@media screen and (max-width: 768px) {
  .c-post__patternA {
    grid-template-columns: 1fr auto;
  }
  .c-post__patternA .c-post__box {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
  .c-post__patternA .c-btn {
    margin-top: 0;
  }
}
.c-post__patternB {
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-post__patternB .c-post__box {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
}
.c-post__patternC {
  grid-template-columns: 1fr;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem) 0;
}
.c-post__patternC .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-post__patternC {
    gap: 0 clamp(1rem, -0.2742718447rem + 5.4368932039vw, 6.25rem);
    grid-template-columns: 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-post__patternC .c-post__box {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
}

.c-post__box {
  padding-top: 2rem;
}
.c-post__box--list {
  padding-top: 3rem;
  display: grid;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
.c-post__box--card {
  display: grid;
  gap: 1.25rem;
}

.c-post__box__link--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  padding-bottom: clamp(0.5rem, 0.3634708738rem + 0.5825242718vw, 1.0625rem);
  border-bottom: 1px solid var(--color-border_l);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-post__box__link--list time {
  color: var(--color_gray);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
}
.c-post__box__link--card {
  height: 100%;
  display: grid;
}

.c-title {
  margin-bottom: clamp(2rem, 1.1580703883rem + 3.5922330097vw, 5.46875rem);
}
.c-title--center {
  text-align: center;
}

.c-title--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-title--inner__reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-title--inner__reverse .c-title__en {
  color: var(--color-txt_tone);
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.1875;
  letter-spacing: 0.04em;
  padding-top: 0.625rem;
  font-weight: 400;
}
.c-title--inner__reverse .c-title__ja {
  color: var(--color-txt);
  font-size: clamp(1.375rem, 1.2233009709rem + 0.6472491909vw, 2rem);
  line-height: 1.2083333333;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.c-title--inner__reverse .c-title__ja--deco {
  display: inline-block;
  padding-top: 0.625rem;
  border-top: 0.625rem solid;
}

.c-title__en {
  color: var(--color-txt_tone);
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.2083333333;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.c-title__en--deco {
  display: inline-block;
  padding-top: 2rem;
  border-top: 0.625rem solid;
}

.c-title__ja {
  line-height: 1.1875;
  letter-spacing: 0.04em;
  padding-top: 0.625rem;
  font-weight: bold;
}

.c-title__pdf {
  line-height: 1.1875;
  letter-spacing: 0.04em;
  padding-top: 0.625rem;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}

.c-title--pdf--center {
  text-align: center;
}

.c-contact--bg {
  background-color: var(--color-txt_tone);
  color: var(--color_white);
}
.c-contact--bg .c-title__en {
  color: var(--color_white);
}
.c-contact--bg .c-contact__telBox::before {
  background-image: url(../img/common/icon_tel_wh.svg);
}
.c-contact--bg .c-btn__contact {
  background-color: var(--color-primary_rgb);
}

.c-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.c-contact__box--left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 600px) {
  .c-contact__box--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.c-contact__box--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 600px) {
  .c-contact__box--right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.c-contact__box--text {
  margin-top: clamp(0.5rem, 0.4089805825rem + 0.3883495146vw, 0.875rem);
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-contact__box .c-title {
  margin-bottom: 0;
}

.c-contact__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.0291262136rem + 4.142394822vw, 5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-contact__linkBox--column {
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 600px) {
  .c-contact__linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-contact__telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact__telBox::before {
  content: "";
  background-image: url(../img/common/icon_tel_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(1.5rem, 1.2876213592rem + 0.9061488673vw, 2.375rem);
  aspect-ratio: 38/51;
}
.c-contact__telBox .c-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-contact__telBox .c-contact__tel--number {
  font-size: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  font-weight: 700;
  line-height: 0.9375;
  letter-spacing: 0.1em;
}
.c-contact__telBox .c-contact__tel--hours {
  white-space: nowrap;
}

.c-hamburger {
  display: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-hamburger.is-active span {
    width: 1.875rem;
  }
  .c-hamburger.is-active span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.c-hamburger span {
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: var(--color-primary);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-card {
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.09);
}

.c-card__img {
  aspect-ratio: 337/280;
}
.c-card__img img {
  aspect-ratio: unset;
  height: 100%;
}

.c-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card__box--title {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: var(--color-txt_l);
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  word-break: keep-all;
}
.c-card__box--title__color {
  color: var(--color-primary);
}
.c-card__box--title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--color-primary);
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-card__box--title__en {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
.c-card__box--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card__box--cat li {
  background-color: var(--color-primary_rgb);
  color: var(--color_white);
  padding: 0.1875rem clamp(0.375rem, 0.2536407767rem + 0.5177993528vw, 0.875rem);
}
.c-card__box--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-card__box--noArrow .c-card__box--title::after {
  content: none !important;
}
.c-card__box--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-banner {
  margin: var(--padding-section) 0;
  display: grid;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.c-banner img {
  margin: 0 auto;
}
.c-banner--mbNone {
  margin-bottom: 0;
}

.c-banner--full {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.c-banner--full img {
  width: 100%;
  margin: 0 auto;
}

.c-banner--content {
  width: 100%;
  max-width: var(--width-contents_max);
  margin-left: auto;
  margin-right: auto;
}
.c-banner--content img {
  width: 100%;
  margin: 0 auto;
}

.c-flow--patternA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 768px) {
  .c-flow--patternA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-flow--patternA li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-flow--patternA li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-flow--patternB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flow--patternB li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flow li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-flow li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.c-flow__img {
  width: 100%;
}

.c-flow__number {
  position: absolute;
  width: clamp(2rem, 1.7269417476rem + 1.1650485437vw, 3.125rem);
  aspect-ratio: 1/1;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: clamp(-1rem, -0.8634708738rem - 0.5825242718vw, -1.5625rem);
  left: clamp(-1rem, -0.8634708738rem - 0.5825242718vw, -1.5625rem);
}

.c-table tr {
  border-bottom: 1px solid var(--color-border_l);
}
.c-table th, .c-table td {
  padding: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem) clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem) 0;
  }
}
.c-table th {
  width: 9.375rem;
  color: var(--color-primary);
  text-align: center;
  position: relative;
}
.c-table th::before {
  content: "";
  width: 9.375rem;
  height: 0.125rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  background-color: var(--color-primary);
}
.c-table--noBorder tr {
  border-bottom: none;
}
.c-table--noBorder th {
  text-align: left;
  white-space: nowrap;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}
.c-table--noBorder th::before {
  content: none;
}

@media screen and (max-width: 600px) {
  .c-table--column th, .c-table--column td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-table--column th {
    padding-bottom: 0;
  }
}

.c-table--pdf tr {
  border: 0;
  padding-left: 0.625rem;
}
.c-table--pdf td {
  padding: 0.5rem;
}
@media screen and (max-width: 991px) {
  .c-table--pdf td {
    text-align: center;
  }
}
.c-table--pdf td a {
  display: inline-block;
  padding: 0.9375rem;
  border: 1px solid var(--color-border_l);
  text-align: left;
  margin: 0 auto;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 47.5rem;
  width: 100%;
  margin: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem) auto 0;
}
.c-form input[type=submit] {
  width: 100%;
  max-width: 14.375rem;
  background-color: var(--color-primary);
  height: 2.9375rem;
  border-radius: 0.125rem;
  font-family: "Noto Serif JP";
}
.c-form input[type=submit][name=submitBack] {
  background-color: var(--color-default);
  color: var(--color-txt);
}

.c-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.c-form__wrap--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__label--required::after {
  content: "必須";
  width: 3.75rem;
  height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  background-color: var(--color-danger);
}

.c-form__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mw_wp_form_confirm .c-form__privacy {
  display: none;
}

.c-link {
  color: var(--color-link);
  border-bottom: 1px solid;
}

.c-link-pdf {
  color: var(--color-link);
  border-bottom: 1px solid;
}

.c-link-pdf:after {
  content: url("../img/common/icon_pdf.svg");
}

.p-home__firstView {
  position: relative;
}
.p-home__firstView--comment {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 744/196;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: var(--width-contents_max_l);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-home__firstView--comment {
    background-size: 100% 100%;
  }
}
.p-home__firstView--comment p {
  color: var(--color_white);
  font-size: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  line-height: 1.4375;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.p-home__firstView--comment small {
  color: var(--color_white);
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
}

.p-home__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(1rem, 0.0291262136rem + 4.142394822vw, 5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-home__history .c-title {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-home__history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-home__history .p-home__history--box {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
  .p-home__history .p-home__history--title {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
}
.p-home__history .p-home__history--text {
  width: 100%;
  max-width: 37.9375rem;
  line-height: 3;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.p-home__history .p-home__history--title {
  width: 100%;
  max-width: 25.8125rem;
  font-size: clamp(1.25rem, 1.1165048544rem + 0.569579288vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.p-home__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(1rem, 0.0291262136rem + 4.142394822vw, 5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-home__company .c-title {
  margin: 0;
}
.p-home__company .p-home__company--box {
  width: 69%;
  max-width: 47.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .p-home__company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home__company .p-home__company--box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__company .p-home__company--box {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
}
.p-home__company .p-home__company--table tr {
  border-bottom: 1.4px solid var(--color-border_l);
}
.p-home__company .p-home__company--table th,
.p-home__company .p-home__company--table td {
  padding: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem) clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-home__company .p-home__company--table th,
  .p-home__company .p-home__company--table td {
    padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem) 0;
  }
}
.p-home__company .p-home__company--table th {
  white-space: nowrap;
  width: 9.375rem;
  color: var(--color-primary);
  text-align: center;
  position: relative;
  border-bottom: 1.4px solid var(--color-primary);
  font-weight: 600;
}
.p-home__company .p-home__company--table td {
  padding-left: clamp(1rem, 0.3325242718rem + 2.8478964401vw, 3.75rem);
}

.p-home__company--access {
  margin-top: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.2718446602rem + 3.1067961165vw, 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .p-home__company--access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home__company--access__map {
  width: 100%;
}
.p-home__company--access__map iframe {
  width: 100%;
}

.p-home__company--access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 88%;
}

.p-home__company--access__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-home__company--access__boxTitle {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  color: var(--color-primary);
  font-weight: 600;
}
.p-home__company--access__boxText small {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}

.p-home__spacer {
  width: 100vw;
  padding-top: clamp(1.25rem, 0.1122572816rem + 4.854368932vw, 5.9375rem);
}
.p-home__spacer img {
  width: 100%;
  margin: 0 auto;
}

.p-home__news {
  min-height: 28.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(1rem, 0.0291262136rem + 4.142394822vw, 5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home__news .c-title {
  margin: 0;
}
.p-home__news .p-home__news--box {
  width: 100%;
  max-width: 47.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .p-home__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}
@media screen and (max-width: 768px) {
  .p-home__news .p-home__news--box {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
}
.p-home__news .p-home__news--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
  padding: clamp(0.5rem, 0.3634708738rem + 0.5825242718vw, 1.0625rem) 0;
  border-bottom: 1.4px solid var(--color-border_l);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-home__news .p-home__news--link__date {
  color: var(--color_gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-home__news .p-home__news--link__date span {
  background-color: var(--color-primary);
  color: var(--color_white);
  padding: 0.125rem 0.75rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}
.p-home__news .p-home__news--link__text {
  font-weight: 600;
}

.p-home__publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.484223301rem + 2.2006472492vw, 3.125rem);
  position: relative;
}
.p-home__publication::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/home/publication_bg01.svg);
  width: 100vw;
  height: 67%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home__publication .p-home__publication--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 600px) {
  .p-home__publication .p-home__publication--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__publication .p-home__publication--inner {
  width: 68%;
  padding: 0 clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .p-home__publication .p-home__publication--inner {
    padding: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__publication .p-home__publication--inner {
    width: 100%;
  }
}
.p-home__publication .p-home__publication--inner .p-home__publication--title {
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.p-home__publication .p-home__publication--inner .p-home__publication--title span {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
}
.p-home__publication .p-home__publication--inner .p-home__publication--title small {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}
.p-home__publication .p-home__publication--inner .p-home__publication--text {
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
.p-home__publication .p-home__publication--img {
  width: 32%;
}
.p-home__publication .p-home__publication--img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: 100%;
}
.p-home__publication .p-home__publication--btn {
  width: 15.625rem;
  max-width: 100%;
  aspect-ratio: 250/60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
  background-color: var(--color-primary);
  color: var(--color_white);
  position: relative;
  margin-left: auto;
}
.p-home__publication .p-home__publication--btn::after {
  content: "";
  background-image: url(../img/common/btn_deco_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8125rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-home__workbook .p-home__workbook--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.p-home__workbook .p-home__workbook--list li {
  color: var(--color-primary);
  border: 1px solid;
  padding: 0.5rem;
  max-width: 9.375rem;
  width: 100%;
  text-align: center;
  border-radius: 0.125rem;
  background-color: var(--color_white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home__workbook .p-home__workbook--list li:hover {
  opacity: 0.5;
}
.p-home__workbook .p-home__workbook--list li.is_active {
  color: var(--color_white);
  background-color: var(--color-primary);
  pointer-events: none;
}
.p-home__workbook .p-home__workbook--box {
  margin: clamp(2rem, 1.5752427184rem + 1.8122977346vw, 3.75rem) auto 0 auto;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-home__workbook .p-home__workbook--box {
    width: 70%;
  }
}
.p-home__workbook .p-home__workbook--box .l-box__img {
  width: auto;
}
.p-home__workbook .p-home__workbook--content {
  display: none;
}
.p-home__workbook .p-home__workbook--content.is_active {
  display: block;
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 600px) {
  .p-home__workbook .p-home__workbook--content .p-home__workbook--contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--inner {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .p-home__workbook .p-home__workbook--content .p-home__workbook--inner {
    width: 100%;
  }
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--inner .p-home__workbook--title {
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  font-weight: 600;
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--inner .p-home__workbook--title span {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--inner .p-home__workbook--title small {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--inner .p-home__workbook--text {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--img {
  width: 24%;
}
.p-home__workbook .p-home__workbook--content .p-home__workbook--img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: 100%;
}
.p-home__workbook .p-home__workbook--table {
  width: auto;
}
.p-home__workbook .p-home__workbook--table th,
.p-home__workbook .p-home__workbook--table td {
  padding: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem) clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  font-weight: 400;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-home__workbook .p-home__workbook--table th,
  .p-home__workbook .p-home__workbook--table td {
    padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem) 0;
  }
}
.p-home__workbook .p-home__workbook--table th span,
.p-home__workbook .p-home__workbook--table td span {
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
}
@media screen and (max-width: 600px) {
  .p-home__workbook .p-home__workbook--table th,
  .p-home__workbook .p-home__workbook--table td {
    display: block;
  }
}
.p-home__workbook .p-home__workbook--table th {
  text-align: left;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  color: var(--color-primary);
  vertical-align: top;
  font-weight: 600;
}

.p-home__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(1rem, -0.2742718447rem + 5.4368932039vw, 6.25rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-home__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__contact .p-home__contact--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.3932038835rem + 2.5889967638vw, 4.5rem);
  width: 39%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 991px) {
  .p-home__contact .p-home__contact--left {
    width: 100%;
  }
}
.p-home__contact .c-title {
  margin: 0;
}
.p-home__contact .p-home__contact--box {
  width: 36%;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .p-home__contact .p-home__contact--box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__contact .p-home__contact--box {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
  .p-home__contact .p-home__contact--text {
    margin-top: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem);
  }
}
.p-home__contact .p-home__contact--table tr {
  border-bottom: 1px solid var(--color-border_l);
}
.p-home__contact .p-home__contact--table th,
.p-home__contact .p-home__contact--table td {
  background: #fff;
  padding: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem) 0;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-home__contact .p-home__contact--table th,
  .p-home__contact .p-home__contact--table td {
    padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem) 0;
  }
}
.p-home__contact .p-home__contact--table tr:first-child th {
  font-size: larger;
  font-weight: 600;
}
.p-home__contact .p-home__contact--table th {
  width: 9.375rem;
  font-weight: unset;
  position: relative;
}
.p-home__contact .p-home__contact--table th::before {
  content: "";
  width: 4.375rem;
  height: 0.0625rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  background-color: var(--color-primary);
}
.p-home__contact .p-home__contact--text {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.p-pre__pdf {
  margin: 0 auto;
  padding: 4.6875rem 0;
}

.c-pre__pdf-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pre__pdf-table table {
  width: 19%;
}
@media screen and (max-width: 991px) {
  .c-pre__pdf-table table {
    width: 100%;
  }
}

.p-pre__btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 auto;
  padding: 1.875rem 0;
}

.p-pre-sample__btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 3.125rem 0;
  gap: 6.25rem;
}
@media screen and (max-width: 991px) {
  .p-pre-sample__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-textCenter {
  text-align: center;
}

.u-bold {
  font-weight: bold;
}

.u-justify-center.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.js-overlay {
  display: none;
}
.js-overlay.is-active {
  display: block;
  background-color: var(--color-overlay-bg);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 5;
}

.g-col {
  display: grid;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.g-col__1 {
  grid-template-columns: repeat(1, 1fr);
}
.g-col__2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .g-col__2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.g-col__3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .g-col__3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .g-col__3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.g-col__4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .g-col__4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .g-col__4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.g-col__5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 991px) {
  .g-col__5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .g-col__5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

@media screen and (max-width: 1366px) {
  .is-overPc {
    display: none;
  }
}

.is-underPc {
  display: none;
}
@media screen and (max-width: 1366px) {
  .is-underPc {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .is-overXxl {
    display: none;
  }
}

.is-underXxl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-underXxl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overXl {
    display: none;
  }
}

.is-underXl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-underXl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-overMd {
    display: none;
  }
}

.is-underMd {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-underMd {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}/*# sourceMappingURL=style.css.map */