@charset "UTF-8";

/* ==============================================
初期設定
============================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --main-color: #033899;
  --sub-color: #FC0000;
}

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width : 767px) {
  body {
    font-size: calc(16 / 400 * 100vw);
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

em,
address {
  font-style: normal;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}

a {
  color: #08c;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  a:hover,
  a:active {
    text-decoration: underline;
  }
}

a:focus-visible {
  outline: 2px solid var(--main-color);
  outline-offset: 2px;
}

a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  color: inherit;
  pointer-events: none;
}

@media (max-width : 767px) {

  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ==============================================
margin
============================================== */

.mgt0 { margin-top: 0 !important; }
.mgt5 { margin-top: 5px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50 { margin-top: 50px !important; }
.mgt60 { margin-top: 60px !important; }
.mgt70 { margin-top: 70px !important; }
.mgt80 { margin-top: 80px !important; }
.mgt90 { margin-top: 90px !important; }
.mgt100 { margin-top: 100px !important; }

.mgb0 { margin-bottom: 0 !important; }
.mgb5 { margin-bottom: 5px !important; }
.mgb10 { margin-bottom: 10px !important; }
.mgb15 { margin-bottom: 15px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb25 { margin-bottom: 25px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb50 { margin-bottom: 50px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgb70 { margin-bottom: 70px !important; }
.mgb80 { margin-bottom: 80px !important; }
.mgb90 { margin-bottom: 90px !important; }
.mgb100 { margin-bottom: 100px !important; }

@media (max-width : 767px) {
  .mgt70, .mgt80, .mgt90, .mgt100 {
    margin-top: 60px;
  }

  .mgb70, .mgb80, .mgb90, .mgb100 {
    margin-bottom: 60px;
  }
}

/* ==============================================
padding
============================================== */

.pgt0 { padding-top: 0 !important; }
.pgt5 { padding-top: 5px !important; }
.pgt10 { padding-top: 10px !important; }
.pgt15 { padding-top: 15px !important; }
.pgt20 { padding-top: 20px !important; }
.pgt25 { padding-top: 25px !important; }
.pgt30 { padding-top: 30px !important; }
.pgt40 { padding-top: 40px !important; }
.pgt50 { padding-top: 50px !important; }
.pgt60 { padding-top: 60px !important; }
.pgt70 { padding-top: 70px !important; }
.pgt80 { padding-top: 80px !important; }
.pgt90 { padding-top: 90px !important; }
.pgt100 { padding-top: 100px !important; }

.pbg0 { padding-bottom: 0 !important; }
.pbg5 { padding-bottom: 5px !important; }
.pbg10 { padding-bottom: 10px !important; }
.pbg15 { padding-bottom: 15px !important; }
.pbg20 { padding-bottom: 20px !important; }
.pbg25 { padding-bottom: 25px !important; }
.pbg30 { padding-bottom: 30px !important; }
.pbg40 { padding-bottom: 40px !important; }
.pbg50 { padding-bottom: 50px !important; }
.pbg60 { padding-bottom: 60px !important; }
.pbg70 { padding-bottom: 70px !important; }
.pbg80 { padding-bottom: 80px !important; }
.pbg90 { padding-bottom: 90px !important; }
.pbg100 { padding-bottom: 100px !important; }

@media (max-width : 767px) {
  .pgt70, .pgt80, .pgt90, .pgt100 {
    padding-top: 60px;
  }

  .pbg70, .pbg80, .pbg90, .pbg100 {
    padding-bottom: 60px;
  }
}

/* ==============================================
改行
============================================== */

.sp_view767 {
  display: none;
}

@media (max-width : 767px) {
  .pc_view767 {
    display: none;
  }

  .sp_view767 {
    display: block;
  }
}

/* ==============================================
セクションとインナー
============================================== */

.inner {
  max-width: 1387px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.section_box01 {
  padding: 76px 0 130px;
}

.section_box02 {
  padding: 80px 0;
}

.section_box02_top {
  padding: 80px 0 0;
}

.section_box02_bottom {
  padding: 0 0 80px;
}

@media (max-width : 767px) {

  .inner {
    padding: 0 calc(20 / 400 * 100vw);
  }

  .inner02 {
    padding: 0 calc(20 / 400 * 100vw);
  }

  .section_box01 {
    padding: calc(68 / 400 * 100vw) 0 calc(60 / 400 * 100vw);
  }

  .section_box02 {
    padding: calc(40 / 400 * 100vw) 0;
  }

  .section_box02_top {
    padding: calc(40 / 400 * 100vw) 0 0;
  }

  .section_box02_bottom {
    padding: 0 0 calc(40 / 400 * 100vw);
  }
}

/* ==============================================
タイトル
============================================== */

.section_title01_area {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}

.section_title01 {
  color: #373737;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.section_title01_en {
  font-family: 'Archivo', sans-serif;
  font-size: 6.5rem;
  color: var(--main-color);
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
}

.section_title02_area {
  margin-bottom: 40px;
}

.section_title02_area:has(.section_title02_center) {
  text-align: center;
}

.section_title02 {
  display: inline-block;
  color: var(--main-color);
  font-family: "Archivo", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.section_title02_white {
  color: #fff;
}

.section_title03 {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}

/* 下層共通タイトル */

.page_title01 {
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
}

.page_title01::after {
  content: '';
  width: 44px;
  height: 3px;
  background: var(--sub-color);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.page_title02 {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

.page_title02::before {
  content: '';
  width: 3px;
  height: calc(100% - 10px);
  background: var(--main-color);
  position: absolute;
  top: 6px;
  left: 0;
}

.page_title03 {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width : 767px) {

  .section_title01_area {
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .section_title01 {
    font-size: calc(16 / 400 * 100vw);
    padding-left: calc(16 / 400 * 100vw);
  }

  .section_title01::before {
    width: calc(3 / 400 * 100vw);
    top: calc(11 / 400 * 100vw);
    left: calc(4 / 400 * 100vw);
  }

  .section_title01_en {
    font-size: calc(54 / 400 * 100vw);
  }

  .section_title02_area {
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .section_title02 {
    font-size: calc(40 / 400 * 100vw);
    padding-left: calc(26 / 400 * 100vw);
  }

  .section_title02::before {
    width: calc(11 / 400 * 100vw);
    top: calc(22 / 400 * 100vw);
  }

  .section_title03 {
    font-size: calc(36 / 400 * 100vw);
    margin-bottom: calc(40 / 400 * 100vw);
  }

  /* 下層共通タイトル */

  .page_title01 {
    font-size: calc(28 / 400 * 100vw);
    padding-bottom: calc(12 / 400 * 100vw);
    margin-bottom: calc(30 / 400 * 100vw);
  }

  .page_title01::after {
    width: calc(44 / 400 * 100vw);
    height: calc(3 / 400 * 100vw);
    bottom: calc(-2 / 400 * 100vw);
  }

  .page_title02 {
    font-size: calc(24 / 400 * 100vw);
    padding-left: calc(15 / 400 * 100vw);
    margin-bottom: calc(15 / 400 * 100vw);
  }

  .page_title02::before {
    width: calc(3 / 400 * 100vw);
    height: calc(100% - (10 / 400 * 100vw));
    top: calc(6 / 400 * 100vw);
  }

  .page_title03 {
    font-size: calc(18 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }
}

/* ==============================================
テキスト
============================================== */

.center_text {
  text-align: center;
}

.center_text_pc {
  text-align: center;
}

@media (max-width : 767px) {

  .center_text_pc {
    text-align: left;
  }
}

/* ==============================================
ボタン
============================================== */

.btn_style01 {
  max-width: 270px;
  width: 100%;
}

.btn_style01 a {
  display: block;
  width: 100%;
  color: #303030;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 17px 40px 17px 30px;
  border: 1px solid #2D2D2D;
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s ease;
}

.btn_style01_white a {
  color: #fff;
  border-color: #fff;
}

.btn_style01 a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.btn_style01_white a:hover {
  color: var(--main-color);
  background: #fff;
}

.arrow_icon {
  width: 12px;
  aspect-ratio: 12/11;
  background: #000;
  mask-image: url('../img/common/arrow_icon.svg');
  -webkit-mask-image: url('../img/common/arrow_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.btn_style01_white .arrow_icon {
  background: #fff;
}

.btn_style01 a:hover .arrow_icon {
  background: #fff;
}

.btn_style01_white a:hover .arrow_icon {
  background: var(--main-color);
}

.external_icon {
  width: 16px;
  aspect-ratio: 1;
  background: #000;
  mask-image: url('../img/common/external_icon.svg');
  -webkit-mask-image: url('../img/common/external_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.btn_style01_white .external_icon {
  background: #fff;
}

.btn_style01 a:hover .external_icon {
  background: #fff;
}

.btn_style01_white a:hover .external_icon {
  background: var(--main-color);
}

.btn_style02 {
  max-width: 320px;
  width: 100%;
}

.btn_style02 a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 5px 40px 6px 30px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s ease;
}

.btn_style02_white a {
  color: var(--main-color);
  background: #fff;
}

.btn_style02 a:hover {
  color: var(--main-color);
  background: #fff;
}

.btn_style02_white a:hover {
  color: #fff;
  background: var(--main-color);
}

.btn_style02 .external_icon {
  background: #fff;
}

.btn_style02 a:hover .external_icon {
  background: var(--main-color);
}

.btn_style02_white .external_icon {
  background: var(--main-color);
}

.btn_style02_white a:hover .external_icon {
  background: #fff;
}

.mail_icon {
  width: 18px;
  aspect-ratio: 18/13;
  background: #fff;
  mask-image: url('../img/common/mail_icon.svg');
  -webkit-mask-image: url('../img/common/mail_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.btn_style01 .mail_icon {
  background: #000;
}

.btn_style01 a:hover .mail_icon {
  background: #fff;
}

.btn_style02 a:hover .mail_icon {
  background: var(--main-color);
}

.btn_contact {
  max-width: 270px;
  width: 100%;
}

.btn_contact a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 17px 40px 17px 30px;
  background: linear-gradient(90deg, #335AE1 3.94%, #0034D7 99.85%);
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s ease;
}

.btn_contact a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  border: 1px solid;
  border-radius: 100vmax;
  opacity: 0;
  transition: opacity 0.5s;
}

.btn_contact a:hover {
  text-decoration: none;
  color: #0337D8;
  background: transparent;
}

.btn_contact a:hover::before {
  opacity: 1;
}

.contact_icon {
  width: 18px;
  aspect-ratio: 18/13;
  background: #fff;
  mask-image: url('../img/common/mail_icon.svg');
  -webkit-mask-image: url('../img/common/mail_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.btn_contact a:hover .contact_icon {
  background: #0337D8;
}

.btn_center {
  margin-inline: auto;
}

.btn_right {
  margin-left: auto;
}

@media (max-width : 767px) {

  .btn_style01 {
    max-width: calc(270 / 400 * 100vw);
  }

  .btn_style01 a {
    font-size: calc(16 / 400 * 100vw);
    padding: calc(17 / 400 * 100vw) calc(40 / 400 * 100vw);
  }

  .btn_style01 a::after {
    width: calc(12 / 400 * 100vw);
    right: calc(20 / 400 * 100vw);
  }

  .external_icon {
    width: calc(15 / 400 * 100vw);
    right: calc(20 / 400 * 100vw);
  }

  .btn_style02 {
    max-width: calc(320 / 400 * 100vw);
  }

  .btn_style02 a {
    font-size: calc(16 / 400 * 100vw);
    padding: calc(5 / 400 * 100vw) calc(40 / 400 * 100vw) calc(6 / 400 * 100vw) calc(30 / 400 * 100vw);
  }

  .btn_right {
    margin-inline: auto;
  }

  .sp_center {
    margin-inline: auto;
  }
}

/* ==============================================
投稿一覧
============================================== */

.year_tab_area .year_btn_item a.is-active {
  color: var(--sub-color);
}

.year_tab_area .year_btn_item a.is-active::after {
  background: var(--sub-color);
}

.year_tab_contents_area {
  padding-top: 40px;
}

.post_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.under-page .post_item {
  width: calc((100% - 40px) / 3);
}

.post_item_link {
  display: block;
  width: 100%;
  color: #373737;
}

.post_item_link:hover {
  text-decoration: none;
}

.post_item_img {
  aspect-ratio: 431/256;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.post_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post_item_arrow {
  display: block;
  width: 36px;
  aspect-ratio: 1;
  background: #F7FAFB;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

.post_item_link:hover .post_item_arrow {
  background: #2E2F2F;
}

.post_item_arrow::after {
  content: '';
  width: 12px;
  aspect-ratio: 12/11;
  background: #000;
  mask-image: url('../img/common/arrow_icon.svg');
  -webkit-mask-image: url('../img/common/arrow_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.post_item_link:hover .post_item_arrow::after {
  background: #fff;
}

.post_item_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.post_item_text {
  font-weight: 500;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden; */
  margin-bottom: 32px;
}

.post_item_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.post_item_tag a {
  display: block;
  color: #426067;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  background: #fff;
  border-radius: 100vmax;
  padding: 4px 17px;
}

.post_item_tag a:hover {
  color: #fff;
  background: #426067;
}

.post_item_date {
  color: #426067;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width : 1024px) {

  .under-page .post_item {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width : 767px) {

  .year_tab_contents_area {
    padding-top: calc(23 / 400 * 100vw);
  }

  .under-page .post_item {
    width: 100%;
  }

  .post_item_img {
    margin-bottom: calc(13 / 400 * 100vw);
  }

  .post_item_arrow {
    width: calc(30 / 400 * 100vw);
  }

  .post_item_arrow::after {
    width: calc(10 / 400 * 100vw);
  }

  .post_item_title {
    font-size: calc(17 / 400 * 100vw);
    margin-bottom: calc(8 / 400 * 100vw);
  }

  .post_item_text {
    font-size: calc(13 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .post_item_tags {
    gap: calc(11 / 400 * 100vw);
  }

  .post_item_tag a {
    font-size: calc(13 / 400 * 100vw);
    padding: calc(3 / 400 * 100vw) calc(13 / 400 * 100vw);
  }

  .post_item_date {
    font-size: calc(13 / 400 * 100vw);
  }
}

/* ==============================================
ページナビゲーション
============================================== */

.pagination {
  margin-top: 60px;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.page-numbers li a,
.page-numbers li span {
  min-width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #373737;
  text-indent: 0.1em;
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 5px;
}

.page-numbers li a:hover {
  text-decoration: none;
  color: #fff;
  background: #373737;
}

.page-numbers li span.current {
  color: #fff;
  background: #373737;
}

.page-numbers li a.prev,
.page-numbers li a.next {
  min-width: 72px;
  position: relative;
}

.page-numbers li a.prev {
  padding-left: 18px;
}

.page-numbers li a.next {
  padding-right: 18px;
}

.page-numbers li a.prev::before,
.page-numbers li a.next::after {
  content: '';
  width: 10px;
  aspect-ratio: 1;
  background: #626262;
  mask-image: url('../img/common/arrow_icon_line.svg');
  -webkit-mask-image: url('../img/common/arrow_icon_line.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.page-numbers li a.prev::before {
  left: 8px;
  transform: translateY(-50%) rotate(-180deg);
}

.page-numbers li a.next::after {
  right: 8px;
}

.page-numbers li a:hover.prev::before,
.page-numbers li a:hover.next::after {
  background: #fff;
}

/* ==============================================
お問い合わせセクション
============================================== */

.section_contact {
  background: #F0F3F6;
  border-radius: 30px 30px 0 0;
  padding: 106px 0 104px;
}

.under-page .section_contact {
  border-radius: 0;
}

.section_contact_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.section_contact_area_left {
  flex: 1;
}

.section_contact_text {
  color: #2E2F2F;
  font-weight: 500;
  line-height: 1.5;
}

.section_contact_list {
  display: flex;
  gap: 13px;
}

.section_contact_item {
  min-width: 302px;
  width: 100%;
}

.section_contact_item a {
  min-height: 227px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-decoration: none;
  color: #2E2F2F;
}

.section_contact_item_icon {
  margin-bottom: 10px;
}

.section_contact_item_title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 24px;
}

.section_contact_item_circle {
  width: 42px;
  aspect-ratio: 1;
  background: #EAEFF3;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.section_contact_item a:hover .section_contact_item_circle {
  background: var(--sub-color);
}

.section_contact_item_arrow::after {
  content: '';
  width: 11px;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #2A2A2A;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease;
}

.section_contact_item a:hover .section_contact_item_arrow::after{
  border-color: #fff;
}

.section_contact_item_external::after {
  content: '';
  width: 15px;
  aspect-ratio: 1;
  background: #2A2A2A;
  mask-image: url(../img/common/external_icon.svg);
  -webkit-mask-image: url(../img/common/external_icon.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.section_contact_item a:hover .section_contact_item_external::after {
  background: #fff;
}

@media (max-width: 1024px) {

  .section_contact_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .section_contact {
    border-radius: calc(30 / 400 * 100vw) calc(30 / 400 * 100vw) 0 0;
    padding: calc(30 / 400 * 100vw) 0;
  }

  .under-page .section_contact {
    border-radius: 0;
  }

  .section_contact_area {
    flex-direction: column;
    gap: calc(40 / 400 * 100vw);
  }

  .section_contact_title_area {
    margin-bottom: calc(30 / 400 * 100vw);
  }

  .section_contact_text {
    font-size: calc(16 / 400 * 100vw);
  }

  .section_contact_list {
    gap: calc(6 / 400 * 100vw);
  }

  .section_contact_item {
    min-width: auto;
  }

  .section_contact_item a {
    min-height: auto;
    flex-direction: row;
    border-radius: calc(10 / 400 * 100vw);
    padding: calc(13 / 400 * 100vw) calc(13 / 400 * 100vw);
  }

  .section_contact_item_icon {
    width: calc(20 / 400 * 100vw);
    margin-right: calc(10 / 400 * 100vw);
    margin-bottom: 0;
  }

  .section_contact_item:nth-child(2) .section_contact_item_icon {
    width: calc(24 / 400 * 100vw);
  }

  .section_contact_item_icon img {
    width: 100%;
  }

  .section_contact_item_title {
    flex: 1;
    font-size: calc(16 / 400 * 100vw);
    text-align: left;
    margin-bottom: 0;
  }

  .section_contact_item_arrow {
    width: calc(42 / 400 * 100vw);
  }

  .section_contact_item_arrow::after {
    content: '';
    width: calc(10 / 400 * 100vw);
  }

  .section_contact_item_external {
    width: calc(42 / 400 * 100vw);
  }

  .section_contact_item_external::after {
    width: calc(15 / 400 * 100vw);
  }
}

/* ==============================================
下層ページビジュアル
============================================== */

.under-page {
  background: #F7FAFB;
}

.page_visual {
  height: 350px;
  background: url(../img/common/page_visual_bg01.webp) no-repeat center center / cover;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  overflow: hidden;
}

.page_visual_service {
  background-image: url(../img/common/page_visual_bg01.webp);
}

.page_visual_news {
  background-image: url(../img/common/page_visual_bg02.webp);
}

.page_visual_events {
  background-image: url(../img/common/page_visual_bg03.webp);
}

.page_visual_message {
  background-image: url(../img/common/page_visual_bg04.webp);
}

.page_visual_executives {
  background-image: url(../img/common/page_visual_bg05.webp);
}

.page_visual_awards-certifications {
  background-image: url(../img/common/page_visual_bg06.webp);
}

.page_visual_overview,
.page_visual_company {
  background-image: url(../img/common/page_visual_bg07.webp);
  background-position: 5% 50%;
}

.page_visual_history {
  background-image: url(../img/common/page_visual_bg08.webp);
}

.page_visual_branch {
  background-image: url(../img/common/page_visual_bg09.webp);
}

.page_visual_contact {
  background-image: url(../img/common/page_visual_bg10.webp);
}

.page_visual_oversea-subsidiary {
  background-image: url(../img/common/page_visual_bg11.webp);
}

.page_visual::before {
  content: '';
  background: rgba(76, 165, 255, 0.50);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page_visual::after {
  content: '';
  max-width: 583px;
  width: 100%;
  aspect-ratio: 583/529;
  background: url(../img/common/page-visual-deco.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.page_visual_title_area {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.page_visual_title {
  width: max-content;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.page_visual_title_en {
  width: max-content;
  color: #fff;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.page-en .page_visual_title_en {
  font-size: clamp(3.4rem, 4.1vw, 5.8rem);
}

.page_visual_title_sub {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width : 767px) {

  .page_visual {
    height: auto;
    min-height: 183px;
    padding: calc(100 / 400 * 100vw) 0 calc(20 / 400 * 100vw);
  }

  .page_visual_service {
    background-image: url(../img/common/page_visual_bg01_sp.webp);
  }

  .page_visual::after {
    content: none;
  }

  .page_visual_title {
    font-size: calc(32 / 400 * 100vw);
  }

  .page_visual_title_en {
    font-size: calc(40 / 400 * 100vw);
  }

  .page_visual_title_sub {
    font-size: calc(20 / 400 * 100vw);
  }
}

/* ==============================================
パンクズ
============================================== */

.breadcrumb_area {
  padding: 18px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 77px;
}

.breadcrumb > a,
.breadcrumb > span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0 5px;
}

.breadcrumb > a {
  color: #999;
  text-decoration: none;
  position: relative;
}

.breadcrumb > a:hover {
  opacity: 0.6;
}

.breadcrumb > span {
  color: #2A2A2A;
}

.breadcrumb > a::after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

@media (max-width : 767px) {

  .breadcrumb_area {
    padding: calc(23 / 400 * 100vw) 0;
  }

  .breadcrumb {
    gap: calc(7 / 400 * 100vw);
    padding: 0;
  }

  .breadcrumb > a,
  .breadcrumb > span {
    font-size: calc(13 / 400 * 100vw);
    padding: 0 calc(5 / 400 * 100vw);
  }
}

/* ==============================================
カードレイアウト
============================================== */

.card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 24px;
}

.card_list_three .card_item {
  /* width: calc((100% - 48px) / 3); */
  max-width: 350px;
  width: 100%;
}

.card_item a {
  display: block;
  width: 100%;
  color: #373737;
  text-decoration: none;
}

.card_item_img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.card_item_img img {
  width: 100%;
}

.card_item_arrow {
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background: #F7FAFB;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

a:hover .card_item_arrow {
  background: #2E2F2F;
}

.card_item_arrow::after {
  content: '';
  width: 11px;
  aspect-ratio: 12/11;
  background: #000;
  mask-image: url('../img/common/arrow_icon.svg');
  -webkit-mask-image: url('../img/common/arrow_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

a:hover .card_item_arrow::after {
  background: #fff;
}

.card_item_title {
  color: #373737;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card_item_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width : 767px) {

  .card_list {
    gap: calc(40 / 400 * 100vw) calc(12 / 400 * 100vw);
  }

  .card_list_three .card_item {
    max-width: calc(362 / 400 * 100vw);
    width: 100%;
  }

  .card_item_img {
    border-radius: calc(4 / 400 * 100vw);
    margin-bottom: calc(16 / 400 * 100vw);
  }

  .card_item_arrow {
    width: calc(32 / 400 * 100vw);
  }

  .card_item_arrow::after {
    width: calc(11 / 400 * 100vw);
  }

  .card_item_title {
    font-size: calc(18 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .card_item_text {
    font-size: calc(16 / 400 * 100vw);
  }
}

/* ==============================================
表レイアウト
============================================== */

.table_style01 {
  width: 100%;
}

.table_style01 tr {
  border: 2px solid #F7FAFB;
}

.table_style01 th {
  width: 20%;
  color: #2F2F2F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background: #EEF4FA;
  border-radius: 5px 0 0 5px;
  padding: 12px 20px;
}

.table_style01 td {
  width: 80%;
  color: #2F2F2F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  padding: 12px 34px;
}

.table_style01 thead th {
  color: #fff;
  text-align: left;
  background: var(--main-color);
  border-radius: 0;
  border-right: 2px solid #F7FAFB;
  padding: 12px 34px;
}

.table_style01 thead th:last-child {
  border-right: none;
}

.td_list > li {
  border-bottom: 2px solid #F7FAFB;
  padding: 12px 0;
}

.td_list > li:first-child {
  padding-top: 0;
}

.td_list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width : 767px) {

  .table_scroll_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }

  .table_scroll_wrap .table_style01 {
    width: 100%;
    min-width: 1200px;
    table-layout: fixed;
  }

  .table_scroll_wrap .table_style01 th {
    width: calc(180 / 400 * 100vw);
    font-size: calc(16 / 400 * 100vw);
    padding: calc(12 / 400 * 100vw) calc(20 / 400 * 100vw);
  }

  .table_scroll_wrap .table_style01 thead th:not(:first-child),
  .table_scroll_wrap .table_style01 td {
    width: auto;
    font-size: calc(16 / 400 * 100vw);
    padding: calc(12 / 400 * 100vw) calc(20 / 400 * 100vw);
    overflow-wrap: anywhere;
  }

  .scroll-hint-shadow-wrap:has(.table_scroll_wrap)::before,
  .scroll-hint-shadow-wrap:has(.table_scroll_wrap)::after {
    width: 40px;
  }

  .scroll-hint-shadow-wrap:has(.table_scroll_wrap)::before {
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    left: -1px;
  }

  .scroll-hint-shadow-wrap:has(.table_scroll_wrap)::after {
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  }

  .table_style01:not(:has(thead)) tr {
    border: none;
  }

  .table_style01:not(:has(thead)) th {
    display: block;
    width: 100%;
    font-size: calc(16 / 400 * 100vw);
    text-align: left;
    border-radius: 0;
    padding: calc(12 / 400 * 100vw) calc(20 / 400 * 100vw);
  }

  .table_style01:not(:has(thead)) td {
    display: block;
    width: 100%;
    font-size: calc(16 / 400 * 100vw);
    padding: calc(12 / 400 * 100vw) calc(20 / 400 * 100vw);
  }
}

/* ==============================================
リストレイアウト
============================================== */

.list_style01_wrap {
  background: #FCFDFD;
  border: 2px solid #EAEFF3;
  border-radius: 10px;
  padding: 20px 17px;
}

.list_style01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list_style01 > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}

.list_style01 > li::before {
  content: '';
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sub-color);
  position: absolute;
  top: 10px;
  left: 8px;
}

.list_style01_black > li::before {
  background: #000;
}

.list_style_abc > li {
  display: flex;
  gap: 4px;
}

.list_style_abc > li > span {
  flex-shrink: 0;
}

.image_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 38px;
}

.image_item {
  width: calc((100% - 38px) / 2);
}

.image_item_img {
  text-align: center;
}

.image_item_img img {
  border-radius: 20px;
  overflow: hidden;
}

.image_item_text {
  font-size: 1.6rem;
  color: #4D5D61;
  line-height: 1.5;
  text-align: center;
  margin-top: 19px;
}

@media (max-width : 767px) {

  .list_style01_wrap {
    border: calc(2 / 400 * 100vw) solid #EAEFF3;
    border-radius: calc(10 / 400 * 100vw);
    padding: calc(12 / 400 * 100vw) calc(16 / 400 * 100vw) calc(12 / 400 * 100vw) calc(8 / 400 * 100vw);
  }

  .list_style01 {
    gap: calc(6 / 400 * 100vw);
  }

  .list_style01 > li {
    font-size: calc(16 / 400 * 100vw);
    padding-left: calc(22 / 400 * 100vw);
  }

  .list_style01 > li::before {
    width: calc(5 / 400 * 100vw);
    top: calc(10 / 400 * 100vw);
    left: calc(8 / 400 * 100vw);
  }

  .image_list {
    gap: calc(40 / 400 * 100vw);
  }

  .image_item {
    width: 100%;
  }

  .image_item_img {
    border-radius: calc(4 / 400 * 100vw);
  }

  .image_item_text {
    font-size: calc(16 / 400 * 100vw);
    margin-top: calc(19 / 400 * 100vw);
  }
}

/* ==============================================
投稿レイアウト
============================================== */

.post_content_area > *:not(:last-child, .page_title02) {
  margin-bottom: 64px;
}

.post_content_area p {
  overflow-wrap: anywhere;
}

.post_time {
  text-align: right;
  margin-bottom: 20px;
}

.post_time time {
  font-size: 1.8rem;
  color: #426067;
  font-weight: 500;
}

.thumbnail_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.thumbnail_area img {
  border-radius: 20px;
  overflow: hidden;
}

.post_content_area {
  margin-bottom: 60px;
}

.post_content_textarea p {
  font-weight: 500;
}

.text_link {
  display: inline-block;
  color: var(--main-color);
  font-weight: 700;
  padding-right: 26px;
  position: relative;
}

.text_link::after {
  content: '';
  width: 14px;
  aspect-ratio: 1;
  background: url(../img/common/arrow_icon_line.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.text_link_external {
  display: inline-block;
  color: var(--main-color);
  font-weight: 700;
  padding-right: 26px;
  position: relative;
}

.text_link_external::after {
  content: '';
  width: 15px;
  aspect-ratio: 1;
  background: var(--main-color);
  mask-image: url('../img/common/external_icon.svg');
  -webkit-mask-image: url('../img/common/external_icon.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.text_pdf_link {
  display: inline-block;
  color: #303030;
  font-weight: 700;
  padding-right: 26px;
  position: relative;
}

.text_pdf_link::after {
  content: '';
  width: 20px;
  aspect-ratio: 20 / 25;
  background: url(../img/common/pdf_icon.svg) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width : 767px) {

  .post_content_area > *:not(:last-child, .page_title02) {
    margin-bottom: calc(40 / 400 * 100vw);
  }

  .post_time {
    margin-bottom: calc(20 / 400 * 100vw);
  }

  .post_time time {
    font-size: calc(18 / 400 * 100vw);
  }

  .thumbnail_area {
    border-radius: calc(20 / 400 * 100vw);
    margin: 0 auto calc(60 / 400 * 100vw);
  }

  .post_content_area {
    margin-bottom: calc(40 / 400 * 100vw);
  }

  .post_content_textarea p {
    font-size: calc(16 / 400 * 100vw);
  }
}

/* ==============================================
共通メニュー
============================================== */

.btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.btn_item {
  width: calc((100% - 12px) / 3);
}

.btn_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  height: 100%;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 10px 60px;
  position: relative;
}

.btn_item_title {
  color: #303030;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.btn_item_arrow {
  width: 42px;
  aspect-ratio: 1;
  background: #EAEFF3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.btn_item a:hover .btn_item_arrow {
  background: #2E2F2F;
}

.btn_item_arrow::after {
  content: '';
  width: 13px;
  aspect-ratio: 12 / 11;
  background: #2A2A2A;
  mask-image: url(../img/common/arrow_icon.svg);
  -webkit-mask-image: url(../img/common/arrow_icon.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.btn_item a:hover .btn_item_arrow::after {
  background: #fff;
}

@media (max-width : 1024px) {

  .btn_item {
    width: calc((100% - 6px) / 2);
  }
}

@media (max-width : 767px) {

  .btn_list {
    gap: calc(6 / 400 * 100vw);
    justify-content: center;
  }

  .btn_item {
    max-width: calc(365 / 400 * 100vw);
    width: 100%;
  }

  .btn_item a {
    min-height: calc(64 / 400 * 100vw);
    border-radius: calc(4 / 400 * 100vw);
    border: calc(1 / 400 * 100vw) solid #D9D9D9;
    padding: calc(10 / 400 * 100vw) calc(60 / 400 * 100vw);
  }

  .btn_item_title {
    font-size: calc(18 / 400 * 100vw);
  }

  .btn_item_arrow {
    width: calc(42 / 400 * 100vw);
    right: calc(12 / 400 * 100vw);
  }

  .btn_item_arrow::after {
    width: calc(13 / 400 * 100vw);
  }
}

/* 年別ボタン */

.section_year_btn {
  padding: 30px 0 87px;
}

.year_btn_list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.year_btn_list::before,
.year_btn_list::after {
  content: '';
  flex: 1 0 0;
  min-width: 0;
}

.year_btn_item {
  flex-shrink: 0;
  padding: 0 20px;
  position: relative;
}

.year_btn_item:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 20px;
  background: rgba(0, 53, 150, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.year_btn_item a,
.year_btn_item label {
  display: block;
  width: max-content;
  font-size: 1.8rem;
  color: #303030;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 4px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.year_btn_item a::after,
.year_btn_item label::after {
  content: '';
  width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
}

.year_btn_item a:hover,
.year_btn_item label:hover {
  color: var(--sub-color);
  text-decoration: none;
}

.year_btn_item a:hover::after,
.year_btn_item label:hover::after {
  background: var(--sub-color);
}

@media (max-width : 767px) {

  .section_year_btn {
    padding: calc(30 / 400 * 100vw) 0 calc(40 / 400 * 100vw);
  }

  .year_btn_item {
    padding: 0 calc(20 / 400 * 100vw);
  }

  .year_btn_item:not(:last-child)::after {
    width: calc(2 / 400 * 100vw);
    height: calc(20 / 400 * 100vw);
  }

  .year_btn_item a,
  .year_btn_item label {
    font-size: calc(18 / 400 * 100vw);
    padding: calc(6 / 400 * 100vw) calc(4 / 400 * 100vw);
  }

  .year_btn_item a::after,
  .year_btn_item label::after {
    height: calc(2 / 400 * 100vw);
    border-radius: calc(4 / 400 * 100vw) calc(4 / 400 * 100vw) 0 0;
    bottom: calc(-1 / 400 * 100vw);
  }
}