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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #171717;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #171717;
}

::selection {
  background-color: #fff800;
  color: #171717;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.inner, #footer, .inner_l, .inner_s, .inner_pc {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, #footer, .inner_l, .inner_s, .inner_pc {
    padding: 0 8%;
  }
}

@media screen and (max-width: 767px) {
  .inner_pc {
    padding: 0;
  }
}

.inner_s {
  max-width: 990px;
}

.inner_l {
  max-width: 1400px;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_common_contact {
  padding: 100px 0 160px;
  background-color: #E8E8E3;
}
@media screen and (max-width: 767px) {
  .section_common_contact {
    padding: 80px 0 100px;
  }
}
.section_common_contact .frame_01 {
  margin-top: 32px;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .section_common_contact .frame_01 {
    margin-top: 26px;
    padding: 30px 8%;
  }
}
.section_common_contact .frame_01 .ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.section_common_contact .frame_01 .txt01 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-bottom: 15px;
}
.section_common_contact .frame_01 .txt02 {
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  color: #777777;
  line-height: 1.5;
}
.section_common_contact .common_contact_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .section_common_contact .common_contact_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap {
    margin-top: 30px;
    justify-content: center;
  }
}
.section_common_contact .common_contact_wrap .tel_wrap {
  width: 42%;
  text-align: center;
  color: #05416D;
}
@media screen and (max-width: 1200px) {
  .section_common_contact .common_contact_wrap .tel_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap .tel_wrap {
    width: 100%;
  }
}
.section_common_contact .common_contact_wrap .tel_wrap .txt {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.section_common_contact .common_contact_wrap .tel_wrap .number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(2.375rem, 2.057rem + 1.59vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.section_common_contact .common_contact_wrap .tel_wrap .number > span {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}
.section_common_contact .common_contact_wrap .tel_wrap p {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.section_common_contact .common_contact_wrap .button_wrap {
  width: 51%;
}
@media screen and (max-width: 1200px) {
  .section_common_contact .common_contact_wrap .button_wrap {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap .button_wrap {
    width: 100%;
  }
}
.section_common_contact .common_contact_wrap .button_wrap a:hover {
  opacity: 0.6;
}
.section_common_contact .common_contact_wrap .button_wrap .contact {
  background-color: #EB7800;
  color: #fff;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 480/80;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.section_common_contact .common_contact_wrap .button_wrap .contact::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 30px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap .button_wrap .contact::before {
    left: 15px;
    width: 20px;
  }
}
.section_common_contact .common_contact_wrap .button_wrap .contact > span {
  display: inline-block;
  font-size: clamp(1.063rem, 0.972rem + 0.45vw, 1.313rem);
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap .button_wrap .contact > span {
    padding-left: 25px;
  }
}
.section_common_contact .common_contact_wrap .button_wrap .line {
  margin-top: 16px;
  background-color: #fff;
  border: solid #4CC764 3px;
  color: #4CC764;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 480/80;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.section_common_contact .common_contact_wrap .button_wrap .line::before {
  content: "";
  position: absolute;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  width: 36px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media screen and (max-width: 767px) {
  .section_common_contact .common_contact_wrap .button_wrap .line::before {
    width: 28px;
    left: 15px;
  }
}
.section_common_contact .common_contact_wrap .button_wrap .line > span {
  display: inline-block;
  font-size: clamp(1.063rem, 0.972rem + 0.45vw, 1.313rem);
}

.section_common_subsidy {
  background: #E8E8E3;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .section_common_subsidy {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_common_subsidy {
    padding: 80px 0;
  }
}
.section_common_subsidy .mini_ttl {
  display: inline-block;
  background-color: #05416D;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section_common_subsidy .ttl_36px {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_common_subsidy .ttl_36px {
    margin-bottom: 30px;
  }
}
.section_common_subsidy .sub_inner {
  max-width: 1078px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section_common_subsidy .sub_inner {
    max-width: 100%;
  }
}
.section_common_subsidy .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_common_subsidy .box_two > div {
  width: 48%;
  background-color: #fff;
  padding: 40px 0;
}
.section_common_subsidy .box_two > div > div {
  max-width: 85%;
  width: 100%;
  margin: auto;
}
.section_common_subsidy .box_two > div > div ul {
  margin-top: 15px;
}
.section_common_subsidy .box_two > div > div ul > li {
  padding-left: 20px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .section_common_subsidy .box_two > div > div ul > li {
    padding-left: 15px;
  }
}
.section_common_subsidy .box_two > div > div ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #05416D;
}
.section_common_subsidy .box_two > div > div ul > li:last-of-type {
  margin-bottom: 0;
}
.section_common_subsidy .box_two > div .ttl_01 {
  color: #05416D;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 7px;
  line-height: 1;
  border-left: #05416D 6px solid;
}
@media screen and (max-width: 767px) {
  .section_common_subsidy .box_two .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_common_subsidy .box_two .box_r {
    width: 100%;
  }
}
.section_common_subsidy .txt_01 {
  margin-top: 20px;
  color: #777777;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  margin-bottom: 40px;
}

.section_common_reform_flow {
  background: #F7F7F5;
  padding: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow {
    padding: 80px 0 100px;
  }
}
.section_common_reform_flow .ttl_36px {
  margin-bottom: 30px;
}
.section_common_reform_flow .list_reform_flow {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .list_reform_flow {
    margin-bottom: 50px;
  }
}
.section_common_reform_flow .list_reform_flow > li {
  background-color: #fff;
  margin-bottom: 35px;
  padding: 35px 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .list_reform_flow > li {
    flex-wrap: wrap;
  }
}
.section_common_reform_flow .list_reform_flow > li:last-of-type {
  margin-bottom: 0;
}
.section_common_reform_flow .list_reform_flow > li:last-of-type::after {
  display: none;
}
.section_common_reform_flow .list_reform_flow > li::after {
  position: absolute;
  display: block;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #EB7800;
  width: 24px;
  aspect-ratio: 24/12;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.section_common_reform_flow .list_reform_flow > li .box_l {
  width: 12%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #05416D;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .list_reform_flow > li .box_l {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.section_common_reform_flow .list_reform_flow > li .box_l > span {
  display: block;
  font-size: clamp(2.5rem, 1.955rem + 2.73vw, 4rem);
}
.section_common_reform_flow .list_reform_flow > li .box_l::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 93px;
  background-color: #E2E2E2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .list_reform_flow > li .box_l::after {
    height: 1px;
    width: 50px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_common_reform_flow .list_reform_flow > li .box_r {
  width: 88%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .list_reform_flow > li .box_r {
    width: 100%;
    padding: 0 8%;
  }
}
.section_common_reform_flow .list_reform_flow > li .box_r .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #05416D;
}
.section_common_reform_flow .list_reform_flow > li .box_r .txt {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
}
.section_common_reform_flow .maintenance_box {
  background-color: #fff;
  padding: 56px 30px 72px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box {
    padding: 56px 8% 72px;
  }
}
.section_common_reform_flow .maintenance_box .ttl_24px {
  margin-bottom: 17px;
}
.section_common_reform_flow .maintenance_box .ttl_01 {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .ttl_01 {
    margin-top: 30px;
  }
}
.section_common_reform_flow .maintenance_box .sub_inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  position: relative;
}
.section_common_reform_flow .maintenance_box .sub_inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #E2E2E2;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .sub_inner::before {
    display: none;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .ttl_02 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .txt_02 {
  text-align: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  letter-spacing: 0.04em;
  color: #05416D;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .txt_02 > span {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .txt_02 > span {
    display: block;
    margin-right: 0;
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 {
  margin-top: 30px;
  border: solid 1px #E8E8E3;
  border-radius: 10px;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 {
    padding: 30px 10px;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 .ttl_03 {
  font-weight: bold;
  font-size: 1rem;
  color: #05416D;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 ul {
  max-width: 87%;
  width: 100%;
  margin: auto;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 ul {
    max-width: 100%;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 ul > li {
  padding-left: 20px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 ul > li {
    padding-left: 15px;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .frame_01 ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #05416D;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .box_l {
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .box_l .ttl_02 {
  background-color: #EB7800;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .box_r {
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_common_reform_flow .maintenance_box .maintenance_tel_box .box_r {
    width: 100%;
  }
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .box_r .ttl_02 {
  background-color: #05416D;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .tel_number {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #05416D;
  line-height: 1;
  font-size: clamp(1.875rem, 1.466rem + 2.05vw, 3rem);
  padding-left: 70px;
  font-weight: 500;
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .tel_number::before {
  content: "";
  background: url(../images/icon_free_dial.svg) no-repeat center/100%;
  aspect-ratio: 55/36;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section_common_reform_flow .maintenance_box .maintenance_tel_box .tel_number a {
  color: #05416D;
}

.section_common_company {
  padding: 70px 30px;
  color: #fff;
  background: linear-gradient(rgba(5, 65, 109, 0.7), rgba(5, 65, 109, 0.7)), url(../images/bg_footer.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section_common_company {
    padding: 50px 8% 80px;
  }
}
.section_common_company .top_ttl_center {
  color: #fff;
  margin-bottom: 25px;
}
.section_common_company .txt_wrap {
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section_common_company .txt_wrap {
    margin-bottom: 40px;
  }
}
.section_common_company .btn_center {
  border: solid 1px #fff;
  background-color: rgba(5, 65, 109, 0);
}

.section_top .section_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_top .section_sp {
    display: block;
    padding: 40px 0 0;
  }
}
.section_top .section_sp .txt_01 {
  width: 100%;
  margin-bottom: 20px;
}
.section_top .section_sp .txt_wrap_02 {
  color: #05416D;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 17px;
}
.section_top .section_sp .txt_wrap_03 {
  color: #05416D;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 40px;
}
.section_top .section_sp .news_wrap {
  width: 100%;
  background: #05416D;
  padding: 10px 8%;
}
.section_top .section_sp .news_wrap a {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.section_top .section_sp .news_wrap a .date {
  font-family: "Oswald", sans-serif;
  font-weight: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  letter-spacing: 0.08em;
  margin-right: 10px;
}
.section_top .section_sp .news_wrap a .ttl {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.section_top .section_sp .news_wrap a:hover {
  opacity: 0.6;
}
.section_top .section_01 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 60px 0 0;
    background-color: #F7F7F5;
  }
}
.section_top .section_01 a.top_banner {
  display: block;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 a.top_banner {
    margin: 0 auto 50px;
  }
}
.section_top .section_01 a.top_banner:hover {
  opacity: 0.6;
}
.section_top .section_02 {
  padding: 80px 0 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 60px 0 110px;
  }
}
.section_top .section_02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #E8E8E3;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_02::before {
    aspect-ratio: 375/30;
  }
}
.section_top .section_02 .main_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .main_ttl {
    margin-bottom: 20px;
  }
}
.section_top .section_02 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two {
    flex-direction: column-reverse;
  }
}
.section_top .section_02 .box_two .box_l {
  width: 56%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_02 .box_two .box_l {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two .box_l {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .section_top .section_02 .box_two .box_l .main_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two .box_l .main_ttl {
    font-size: 1.3rem;
  }
}
.section_top .section_02 .box_two .box_l .text_box {
  margin-bottom: 48px;
}
.section_top .section_02 .box_two .box_r {
  width: 43%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_02 .box_two .box_r {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_two .box_r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_top .section_02 .box_two .box_r img {
  width: 100%;
}
.section_top .section_03 {
  padding: 0 0 215px;
  background-color: #E8E8E3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 40px 0 110px;
  }
}
.section_top .section_03::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #F7F7F5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_03::before {
    aspect-ratio: 375/30;
  }
}
.section_top .section_03 .top_ttl_center {
  margin-bottom: 30px;
}
.section_top .section_03 .text_box_01 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
.section_top .section_04 {
  padding: 0 0 215px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 40px 0 110px;
  }
}
.section_top .section_04::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #E8E8E3;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_04::before {
    aspect-ratio: 375/30;
  }
}
.section_top .section_04 .top_ttl_center {
  margin-bottom: 30px;
}
.section_top .section_04 .text_box_01 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
.section_top .section_05 {
  padding: 0 0 215px;
  background-color: #E8E8E3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 {
    padding: 40px 0 110px;
  }
}
.section_top .section_05::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #F7F7F5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_05::before {
    aspect-ratio: 375/30;
  }
}
.section_top .section_05 .top_ttl_center {
  margin-bottom: 30px;
}
.section_top .section_05 .text_box_01 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
.section_top .section_06 {
  background: #F7F7F5;
  padding: 40px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 {
    padding: 60px 0 0;
  }
}
.section_top .section_06 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .ttl_wrap {
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.section_top .section_06 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_06 .box_01 .box_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_01 .box_l {
    width: 100%;
    padding-left: 8%;
    margin-bottom: 60px;
  }
}
.section_top .section_06 .box_01 .box_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .box_01 .box_r {
    width: 100%;
    padding: 0 8%;
  }
}
.section_top .section_06 .box_01 .box_r .top_ttl_s {
  margin-bottom: 30px;
}
.section_top .section_06 .top_news_box {
  margin-top: 100px;
  padding: 50px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .top_news_box {
    margin-top: 60px;
  }
}
.section_top .section_06 .top_news_box .sub_inner {
  max-width: 1077px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_06 .top_news_box .sub_inner .box_l {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .top_news_box .sub_inner .box_l {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}
.section_top .section_06 .top_news_box .sub_inner .box_l .top_ttl_s {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .top_news_box .sub_inner .box_l .top_ttl_s {
    margin-bottom: 0;
  }
}
.section_top .section_06 .top_news_box .sub_inner .box_r {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .top_news_box .sub_inner .box_r {
    width: 100%;
  }
}

.section_about .section_01 {
  padding: 110px 0 215px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 {
    padding: 60px 0 110px;
  }
}
.section_about .section_01::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_about .section_01::before {
    aspect-ratio: 375/30;
  }
}
.section_about .section_01 .about_img_01_wrap {
  width: 100%;
}
.section_about .section_01 .about_img_01_wrap img {
  width: 100%;
}
.section_about .section_02 {
  padding: 80px 0 180px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 60px 0 100px;
  }
}
.section_about .section_02 .about_box_02 {
  border-top: solid 1px #E2E2E2;
  padding-top: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .about_box_02 {
    padding-top: 80px;
  }
}
.section_about .section_02 .about_box_02 .box_l {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .about_box_02 .box_l {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .about_box_02 .box_l .sub_ttl, .section_about .section_02 .about_box_02 .box_l .sub_ttl_center {
    text-align: center;
  }
}
.section_about .section_02 .about_box_02 .box_l img {
  display: block;
  width: 100%;
  max-width: 346px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .about_box_02 .box_l img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
.section_about .section_02 .about_box_02 .box_r {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .about_box_02 .box_r {
    width: 100%;
  }
}
.section_about .section_03 {
  padding: 140px 0 160px;
  background-color: #F7F7F5;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 {
    padding: 80px 0 100px;
  }
}

.section_reform .section_01 {
  padding: 110px 0 160px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 {
    padding: 60px 0 80px;
  }
}
.section_reform .section_01 .others_box {
  margin-top: 55px;
  background-color: #fff;
  text-align: center;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box {
    padding: 50px 8%;
  }
}
.section_reform .section_01 .others_box .ttl {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: bold;
  color: #05416D;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .ttl {
    margin-bottom: 20px;
  }
}
.section_reform .section_01 .others_box .ttl_28px {
  margin-bottom: 20px;
}
.section_reform .section_01 .others_box .button_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 666px;
  width: 100%;
  margin: 40px auto 0;
}
.section_reform .section_01 .others_box .button_wrap a:hover {
  opacity: 0.6;
}
.section_reform .section_01 .others_box .button_wrap .contact {
  background-color: #EB7800;
  color: #fff;
  display: grid;
  place-items: center;
  width: 48%;
  aspect-ratio: 325/56;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .contact {
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 325/70;
  }
}
.section_reform .section_01 .others_box .button_wrap .contact > span {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .contact > span {
    padding-left: 35px;
  }
}
.section_reform .section_01 .others_box .button_wrap .contact > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 32px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .contact > span::before {
    width: 20px;
  }
}
.section_reform .section_01 .others_box .button_wrap .line {
  background-color: #fff;
  border: solid #4CC764 3px;
  color: #4CC764;
  display: grid;
  place-items: center;
  width: 48%;
  aspect-ratio: 325/56;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .line {
    aspect-ratio: 325/70;
    width: 100%;
  }
}
.section_reform .section_01 .others_box .button_wrap .line > span {
  display: inline-block;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .line > span {
    padding-left: 35px;
  }
}
.section_reform .section_01 .others_box .button_wrap .line > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  width: 32px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_reform .section_01 .others_box .button_wrap .line > span::before {
    width: 28px;
  }
}

.section_reform_02_01 .section_01 {
  padding: 120px 0 56px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_01 {
    padding: 80px 0 30px;
  }
}
.section_reform_02_01 .section_01::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #E8E8E3;
  width: 100%;
  height: 34%;
  z-index: 0;
}
.section_reform_02_01 .section_01 .ttl_36px {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_01 .ttl_36px {
    margin-bottom: 50px;
  }
}
.section_reform_02_01 .section_01 .inner, .section_reform_02_01 .section_01 #footer, .section_reform_02_01 .section_01 .inner_pc, .section_reform_02_01 .section_01 .inner_s, .section_reform_02_01 .section_01 .inner_l {
  position: relative;
  z-index: 3;
}
.section_reform_02_01 .section_02 {
  padding: 176px 0 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_02 {
    padding: 80px 0 0;
  }
}
.section_reform_02_01 .section_02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #E8E8E3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_02::before {
    aspect-ratio: 375/30;
  }
}
.section_reform_02_01 .section_03 {
  padding: 100px 0 120px;
  background-color: #F7F7F5;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_03 {
    padding: 80px 0 80px;
  }
}
.section_reform_02_01 .section_03 .ttl_36px {
  margin-bottom: 36px;
}
.section_reform_02_01 .section_04 {
  background-color: #E8E8E3;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_04 {
    padding: 100px 0 100px;
  }
}
.section_reform_02_01 .section_05 {
  background-color: #E8E8E3;
  position: relative;
}
.section_reform_02_01 .section_05 .inner, .section_reform_02_01 .section_05 #footer, .section_reform_02_01 .section_05 .inner_pc, .section_reform_02_01 .section_05 .inner_s, .section_reform_02_01 .section_05 .inner_l {
  position: relative;
  z-index: 2;
}
.section_reform_02_01 .section_05::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F7F7F5;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.section_reform_02_01 .section_06 {
  background-color: #F7F7F5;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_reform_02_01 .section_06 {
    padding: 100px 0 100px;
  }
}

.section_reform_02_02 .section_01 {
  padding: 120px 0 56px;
  background-color: #F7F7F5;
}
@media screen and (max-width: 767px) {
  .section_reform_02_02 .section_01 {
    padding: 80px 0 30px;
  }
}
.section_reform_02_02 .section_02 {
  padding: 170px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_reform_02_02 .section_02 {
    padding: 80px 0 80px;
  }
}
.section_reform_02_02 .section_02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #F7F7F5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_reform_02_02 .section_02::before {
    aspect-ratio: 375/30;
  }
}
@media screen and (max-width: 1200px) {
  .section_reform_02_02 .section_02 .ttl_36px {
    font-size: 1.5rem;
  }
}
.section_reform_02_02 .section_03 {
  background-color: #E8E8E3;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_reform_02_02 .section_03 {
    padding: 100px 0 100px;
  }
}
.section_reform_02_02 .section_04 {
  background-color: #E8E8E3;
  position: relative;
}
.section_reform_02_02 .section_04 .inner, .section_reform_02_02 .section_04 #footer, .section_reform_02_02 .section_04 .inner_pc, .section_reform_02_02 .section_04 .inner_s, .section_reform_02_02 .section_04 .inner_l {
  position: relative;
  z-index: 2;
}
.section_reform_02_02 .section_04::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F7F7F5;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.section_reform_02_02 .section_05 {
  background-color: #F7F7F5;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_reform_02_02 .section_05 {
    padding: 100px 0 100px;
  }
}

.section_company .section_01 {
  padding: 110px 0 80px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 {
    padding: 60px 0 40px;
  }
}
.section_company .section_02 {
  padding: 200px 0 120px;
  position: relative;
  background-color: #E8E8E3;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 {
    padding: 100px 0 100px;
  }
}
.section_company .section_02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #F7F7F5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_company .section_02::before {
    aspect-ratio: 375/30;
  }
}
.section_company .section_03 {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 {
    padding: 80px 0 100px;
  }
}
.section_company .section_03 .table_company {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 .table_company {
    margin-bottom: 100px;
  }
}

.section_event .section_01 {
  padding: 120px 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_event .section_01 {
    padding: 80px 0;
  }
}

.section_event_detail .tokuten_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section_event_detail .tokuten_wrap {
    max-width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .section_event_detail .tokuten_wrap {
    max-width: 84%;
  }
}
.section_event_detail .tokuten .event_ttl {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .section_event_detail .tokuten .event_ttl {
    width: 90%;
  }
}
.section_event_detail .tokuten {
  position: relative;
  padding: 50px 30px 40px;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border: solid 1px #E8E8E3;
  text-align: center;
  border-radius: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_event_detail .tokuten {
    padding: 50px 8% 40px;
    border-radius: 10px;
  }
}
.section_event_detail .tokuten .ttl {
  display: inline-block;
  color: #05416D;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.section_event_detail .tokuten .ttl > span {
  color: #EB7800;
}
.section_event_detail .tokuten .txt {
  color: #777777;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.section_event_detail .section_01 {
  padding: 50px 0 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 {
    padding: 50px 0 0;
  }
}
.section_event_detail .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 {
    margin-bottom: 80px;
  }
}
.section_event_detail .section_01 .box_01 .img_wrap {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_event_detail .section_01 .box_01 .img_wrap img {
  width: 100%;
}
.section_event_detail .section_01 .box_01 .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 .contents_wrap {
    width: 100%;
  }
}
.section_event_detail .section_01 .box_01 .contents_wrap .frame_01 {
  margin-top: 25px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 .contents_wrap .frame_01 {
    padding: 30px 8%;
  }
}
.section_event_detail .section_01 .box_01 .contents_wrap .frame_01 table {
  margin-bottom: 10px;
}
.section_event_detail .section_01 .box_01 .contents_wrap .frame_01 table th {
  width: 30%;
  background-color: #05416D;
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 10px;
  border-bottom: solid #fff 5px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 .contents_wrap .frame_01 table th {
    font-size: 0.875rem;
    width: 35%;
  }
}
.section_event_detail .section_01 .box_01 .contents_wrap .frame_01 table td {
  width: 70%;
  padding: 3px 10px;
  font-size: 1rem;
  border-bottom: solid #fff 5px;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_01 .box_01 .contents_wrap .frame_01 table td {
    font-size: 0.875rem;
    width: 65%;
  }
}
.section_event_detail .section_01 .box_01 .contents_wrap .frame_01 .txt {
  color: #777777;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.section_event_detail .section_01 .box_01 .contents_wrap .btn_text {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #05416D;
  margin-bottom: 20px;
  padding: 0 45px;
  position: relative;
}
.section_event_detail .section_01 .box_01 .contents_wrap .btn_text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #05416D;
  transform: rotate(-20deg);
  bottom: 0;
  left: 0;
}
.section_event_detail .section_01 .box_01 .contents_wrap .btn_text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #05416D;
  transform: rotate(20deg);
  bottom: 0;
  right: 0;
}
.section_event_detail .section_01 .box_01 .contents_wrap .btn_text > span {
  color: #EB7800;
}
.section_event_detail .section_01 .txt_03 {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.section_event_detail .section_01 .txt_03 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #E8E8E3 60%);
}
.section_event_detail .section_02 {
  padding: 170px 0 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_02 {
    padding: 100px 0 170px;
  }
}
.section_event_detail .section_02::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 150/12;
  background: #F7F7F5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_02::before {
    aspect-ratio: 375/60;
  }
}
.section_event_detail .section_03 {
  padding: 190px 0 160px;
  background-color: #F7F7F5;
}
@media screen and (max-width: 767px) {
  .section_event_detail .section_03 {
    padding: 170px 0 100px;
  }
}
.section_event_detail .section_03 .table_company {
  margin-bottom: 56px;
}

.section_news .section_01 {
  padding: 120px 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 {
    padding: 80px 0;
  }
}

.section_news_detail .section_01 {
  padding: 50px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 {
    padding: 50px 0 100px;
  }
}

.section_blog .section_01,
.section_works .section_01 {
  padding: 120px 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_blog .section_01,
  .section_works .section_01 {
    padding: 80px 0;
  }
}

.section_blog_detail .section_01 {
  padding: 50px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_01 {
    padding: 50px 0 100px;
  }
}
.section_blog_detail .section_01 .blog_ttl_wrap .txt_wrap_01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.section_blog_detail .section_01 .blog_ttl_wrap .txt_wrap_01 .category {
  background-color: #05416D;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  margin-right: 15px;
}
.section_blog_detail .section_01 .blog_ttl_wrap .txt_wrap_01 .date {
  font-size: 0.9375rem;
  font-family: "Oswald", sans-serif;
  color: 400;
  color: #777777;
}
.section_blog_detail .section_02 {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_02 {
    padding: 80px 0 100px;
  }
}
.section_blog_detail .section_02 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_blog_detail .section_02 .ttl_wrap {
    padding-right: 8%;
  }
}
.section_blog_detail .section_02 .list_category_blog {
  margin-bottom: 0;
}

.section_voice .section_01 {
  padding: 150px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_voice .section_01 {
    padding: 80px 0 80px;
  }
}

.section_voice_detail .section_01 {
  padding: 50px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 {
    padding: 50px 0 100px;
  }
}
.section_voice_detail .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 {
    margin-bottom: 40px;
  }
}
.section_voice_detail .section_01 .box_01 .img_wrap {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_voice_detail .section_01 .box_01 .img_wrap a {
  display: block;
  position: relative;
}
.section_voice_detail .section_01 .box_01 .img_wrap a::before {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/zoom.svg) no-repeat center top/contain;
  bottom: 15px;
  right: 15px;
}
.section_voice_detail .section_01 .box_01 .img_wrap img {
  width: 100%;
}
.section_voice_detail .section_01 .box_01 .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 .contents_wrap {
    width: 100%;
  }
}
.section_voice_detail .section_01 .box_01 .contents_wrap .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  color: #E8E8E3;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.section_voice_detail .section_01 .box_01 .contents_wrap .txt_01 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #05416D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 .contents_wrap .txt_01 {
    margin-bottom: 20px;
  }
}
.section_voice_detail .section_01 .box_01 .contents_wrap .ttl {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.section_voice_detail .section_02 {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_02 {
    padding: 80px 0 100px;
  }
}
.section_voice_detail .section_02 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_02 .ttl_wrap {
    padding-right: 8%;
  }
}
.section_voice_detail .section_02 .list_category_blog {
  margin-bottom: 0;
}

.section_works_detail .section_01 {
  padding: 50px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 {
    padding: 50px 0 100px;
  }
}
.section_works_detail .section_01 .works_ttl_wrap {
  margin-bottom: 40px;
}
.section_works_detail .section_01 .works_ttl_wrap .txt_wrap_01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.section_works_detail .section_01 .works_ttl_wrap .txt_wrap_01 .category {
  background-color: #E8E8E3;
  color: #171717;
  font-size: 0.875rem;
  display: inline-block;
  padding: 3px 15px;
}
.section_works_detail .section_01 .works_ttl_wrap .tag {
  color: #777777;
  font-size: 0.875rem;
}
.section_works_detail .section_01 .works_date_01 {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_01 {
    margin-top: 60px;
  }
}
.section_works_detail .section_01 .works_date_01 .box_l {
  background-color: #fff;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section_works_detail .section_01 .works_date_01 .box_l {
    padding: 20px 8%;
  }
}
@media screen and (min-width: 768px) {
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle {
    pointer-events: none;
  }
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle summary {
    list-style: none;
  }
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle[open] .txt,
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle .txt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle summary {
    cursor: pointer;
    list-style: none;
    padding-right: 30px;
    position: relative;
  }
  .section_works_detail .section_01 .works_date_01 .box_l .sp_toggle summary::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    aspect-ratio: 1/1;
    background: url(../images/circle_arrow.svg) no-repeat center/contain;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .section_works_detail .section_01 .works_date_01 .box_l details[open] summary.ttl::after {
    transform: rotate(180deg);
  }
  .section_works_detail .section_01 .works_date_01 .box_l summary::-webkit-details-marker {
    display: none;
  }
}
.section_works_detail .section_01 .works_date_01 .box_l .ttl {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-left: 6px #05416D solid;
  padding-left: 15px;
  color: #05416D;
  margin-bottom: 10px;
}
.section_works_detail .section_01 .works_date_01 .box_l .txt {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.section_works_detail .section_01 .works_date_01 .box_r {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_01 .box_r {
    margin-bottom: 50px;
  }
}
.section_works_detail .section_01 .works_date_01 .box_r .table_company th {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_01 .box_r .table_company th {
    width: 100%;
  }
}
.section_works_detail .section_01 .works_date_01 .box_r .table_company td {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_01 .box_r .table_company td {
    width: 100%;
  }
}
.section_works_detail .section_01 .works_date_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.section_works_detail .section_01 .works_date_02 .slider_02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_02 .slider_02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_works_detail .section_01 .works_date_02 .slider-thumbnail-02 {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 .works_date_02 .slider-thumbnail-02 {
    width: 100%;
  }
}
.section_works_detail .section_01 .works_date_02 .slider-thumbnail-02 .swiper-slide {
  height: auto !important;
  aspect-ratio: 136/90;
}
.section_works_detail .section_01 .works_date_02 .slider-thumbnail-02 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section_works_detail .section_02 {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 {
    padding: 80px 0 100px;
  }
}
.section_works_detail .section_02 .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 .ttl_wrap {
    padding-right: 8%;
  }
}
.section_works_detail .section_02 .list_category_blog {
  margin-bottom: 0;
}

.section_contact .section_01 {
  padding: 90px 0 120px;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 60px 0 100px;
  }
}
.section_contact .section_01 .contact_tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05416D;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 .contact_tel_box {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
}
.section_contact .section_01 .contact_tel_box a {
  color: #05416D;
}
.section_contact .section_01 .contact_tel_box .tel_01 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 .contact_tel_box .tel_01 {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.section_contact .section_01 .contact_tel_box .tel_01::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  right: -20px;
  top: 50%;
  background-color: #05416D;
  transform: rotate(20deg) translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 .contact_tel_box .tel_01::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 .contact_tel_box .tel_01 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .contact_tel_box .tel_01 {
    width: 100%;
  }
}
.section_contact .section_01 .contact_tel_box .tel_01 .tel_wrap {
  font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem);
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}
.section_contact .section_01 .contact_tel_box .fax_01 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 .contact_tel_box .fax_01 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .contact_tel_box .fax_01 {
    width: 100%;
  }
}
.section_contact .section_01 .contact_tel_box .fax_01 .tel_wrap {
  font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem);
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}
.section_contact .section_01 .text_s {
  font-size: 0.8125rem;
  text-align: center;
  color: #05416D;
}
.section_contact .section_01 .comment_wrap {
  background-color: #E8E8E3;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .comment_wrap {
    padding: 20px 8%;
  }
}

.section_contact .section_01 {
  padding: 120px 0;
  background-color: #F7F7F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 100px 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.header_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 0 8%;
  }
}

.header_box_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .header_box_01 {
    margin: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .header_box_01 .box_r {
    display: none;
  }
}

.header_box_02 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.header_ttl img.logo {
  width: 290px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #gnavi {
    padding: 64px 0 40px;
  }
}
#gnavi > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 260px;
    width: 100%;
    margin: auto;
  }
}
#gnavi > ul > li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li {
    text-align: left;
  }
}
#gnavi > ul > li > span {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > span {
    padding-bottom: 20px;
  }
}
#gnavi > ul > li > span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #E2E2E2;
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > span::after {
    display: none;
  }
}
#gnavi > ul > li > span > a {
  padding: 0 34px 15px;
  font-size: 0.937rem;
  line-height: 1;
}
#gnavi > ul > li > span > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #EB7800;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li > span > a {
    padding: 0 10px 15px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > span > a {
    padding: 0;
    color: #fff;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #gnavi > ul > li > span > a:hover::after {
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li span.arrow a {
    display: inline-block;
    position: relative;
    padding-right: 70px;
  }
  #gnavi > ul > li span.arrow a::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    aspect-ratio: 1/1;
    background: url(../images/circle_arrow.svg) no-repeat center/contain;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
}
#gnavi > ul > li:nth-of-type(1) > span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #E2E2E2;
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li:nth-of-type(1) > span::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #gnavi > ul > li:hover .gnavi_sub_menu {
    display: block;
  }
}
#gnavi > ul li.sp_policy {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnavi > ul li.sp_policy {
    display: block;
  }
  #gnavi > ul li.sp_policy a {
    color: #a2a2a2;
    font-size: 0.875rem;
  }
}

.sp_nav_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_nav_contact {
    display: block;
    background-color: #fff;
    padding: 20px 8% 30px;
  }
}
.sp_nav_contact .nav_contact_wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_nav_contact .nav_contact_wrap .f_tel {
  text-align: center;
  color: #05416D;
  margin-bottom: 20px;
}
.sp_nav_contact .nav_contact_wrap .f_tel .number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.sp_nav_contact .nav_contact_wrap .f_tel .number > span {
  font-size: 1.125rem;
}
.sp_nav_contact .nav_contact_wrap .f_tel p {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.sp_nav_contact .nav_contact_wrap .f_contact {
  background-color: #EB7800;
  color: #fff;
  display: grid;
  place-items: center;
  width: 320px;
  aspect-ratio: 320/64;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 10px;
}
.sp_nav_contact .nav_contact_wrap .f_contact > span {
  display: inline-block;
  padding-left: 43px;
  position: relative;
}
.sp_nav_contact .nav_contact_wrap .f_contact > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 32px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sp_nav_contact .nav_contact_wrap .f_line {
  background-color: #fff;
  color: #4CC764;
  display: grid;
  place-items: center;
  width: 320px;
  aspect-ratio: 320/64;
  font-weight: bold;
  border-radius: 3px;
  border: solid 3px #4CC764;
  margin-bottom: 10px;
}
.sp_nav_contact .nav_contact_wrap .f_line > span {
  display: inline-block;
  padding-left: 43px;
  position: relative;
}
.sp_nav_contact .nav_contact_wrap .f_line > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  width: 32px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header_navi {
  display: flex;
  align-items: center;
}
.header_navi li.tel_wrap {
  display: flex;
  align-items: center;
  color: #05416D;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .header_navi li.tel_wrap {
    flex-direction: column;
    margin-right: 10px;
    align-items: flex-start;
  }
}
.header_navi li.tel_wrap a {
  color: #05416D;
}
.header_navi li.tel_wrap .tel_01 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header_navi li.tel_wrap .tel_01 {
    font-size: 1rem;
  }
}
.header_navi li.tel_wrap .tel_01 .header_tel_wrap {
  font-size: 1.75rem;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1200px) {
  .header_navi li.tel_wrap .tel_01 .header_tel_wrap {
    font-size: 1.25rem;
  }
}
.header_navi li.tel_wrap .tel_02 {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.header_navi li.contact_wrap {
  margin-right: 10px;
  width: 240px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .header_navi li.contact_wrap {
    width: 180px;
  }
}
.header_navi li.contact_wrap > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #EB7800;
  color: #fff;
  border-radius: 3px;
}
.header_navi li.contact_wrap > a span {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header_navi li.contact_wrap > a span {
    padding-left: 20px;
    font-size: 0.625rem;
  }
}
.header_navi li.contact_wrap > a span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 20px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header_navi li.contact_wrap > a span::before {
    width: 16px;
  }
}
.header_navi li.line_wrap {
  width: 165px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .header_navi li.line_wrap {
    width: 110px;
  }
}
.header_navi li.line_wrap > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #4CC764;
  border: solid #4CC764 2px;
  border-radius: 3px;
}
.header_navi li.line_wrap > a > span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header_navi li.line_wrap > a > span {
    padding-left: 22px;
    font-size: 0.625rem;
  }
}
.header_navi li.line_wrap > a > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  width: 25px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header_navi li.line_wrap > a > span::before {
    width: 18px;
  }
}

/* 初期状態：非表示 */
.gnavi_sub_menu {
  display: none;
  transition: 0.3s;
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #05416D;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu {
    padding: 0 0 30px 15px;
    position: static;
  }
}
.gnavi_sub_menu .list_m_sub {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .list_m_sub {
    flex-wrap: wrap;
  }
}
.gnavi_sub_menu .list_m_sub > li {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .list_m_sub > li {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .list_m_sub > li:last-of-type {
    margin-bottom: 0;
  }
}
.gnavi_sub_menu .list_m_sub > li > a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .list_m_sub > li > a {
    padding-left: 15px;
    position: relative;
    display: flex;
  }
  .gnavi_sub_menu .list_m_sub > li > a::before {
    content: "";
    position: absolute;
    width: 6px;
    aspect-ratio: 1/1;
    background: url(../images/dec_circle.svg) no-repeat center top/contain;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.gnavi_sub_menu .list_m_sub > li > a .img_wrap {
  margin-bottom: 8px;
}
.gnavi_sub_menu .list_m_sub > li > a .img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .list_m_sub > li > a .img_wrap {
    display: none;
  }
}
.gnavi_sub_menu .list_m_sub > li > a .ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.gnavi_sub_menu .list_m_sub > li > a:hover {
  opacity: 0.6;
}

.gnavi_sub_menu.open {
  display: block;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 64px;
    height: 64px;
    z-index: 10000;
    color: #05416D;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
    background-color: #05416D;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 23px;
    height: 2px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 40px;
    opacity: 1;
  }
  .menu-trigger.active span {
    width: 26px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 46%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 46%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    display: block;
    text-align: left;
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #05416D;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay {
    scrollbar-width: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

footer {
  position: relative;
}

#footer {
  overflow: hidden;
}

.footer_box {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.footer_left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}
.footer_left .ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 17px;
}
.footer_left .address {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer_left .address {
    margin-bottom: 12px;
  }
}
.footer_left .f_sns {
  display: flex;
}
.footer_left .f_sns > a {
  width: 40px;
  margin-right: 12px;
}
.footer_left .f_sns > a:last-of-type {
  margin-right: 0;
}

.footer_right {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_nav_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  .f_nav_wrap {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .f_navi {
    display: none;
  }
}
.f_navi li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .f_navi li {
    margin-bottom: 10px;
  }
}
.f_navi li:last-of-type {
  margin-bottom: 0;
}
.f_navi li a {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .f_navi li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .f_navi li a {
    padding: 0.5em;
  }
}
.f_navi li a:hover {
  color: #05416D;
}

.f_contact_wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .f_contact_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .f_contact_wrap {
    justify-content: center;
  }
}
.f_contact_wrap .f_tel {
  text-align: center;
  margin-right: 44px;
  color: #05416D;
}
@media screen and (max-width: 1200px) {
  .f_contact_wrap .f_tel {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.f_contact_wrap .f_tel .number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.f_contact_wrap .f_tel .number > span {
  font-size: 1.125rem;
}
.f_contact_wrap .f_tel p {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.f_contact_wrap .f_contact {
  background-color: #EB7800;
  color: #fff;
  display: grid;
  place-items: center;
  width: 320px;
  aspect-ratio: 320/64;
  font-weight: bold;
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .f_contact_wrap .f_contact {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .f_contact_wrap .f_contact {
    width: 320px;
  }
}
.f_contact_wrap .f_contact > span {
  display: inline-block;
  padding-left: 36px;
  position: relative;
}
.f_contact_wrap .f_contact > span::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 20px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.f_logo {
  max-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    max-width: 120px;
    margin: 0 auto 20px;
  }
}

.copy {
  padding: 10px 0 30px;
  font-size: 0.75rem;
  color: #B1B1B1;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 17px 0;
    text-align: center;
  }
}

.page_top {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
  width: 104px;
  aspect-ratio: 104/126;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .page_top {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 104px;
    position: static;
    margin: 30px auto 10px;
  }
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #171717;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  margin-top: 115px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-top: 64px;
  }
}
.main_img::after {
  display: none;
  position: absolute;
  content: "";
  background: url(../images/mv_01.png) no-repeat top center/100%;
  width: 69%;
  aspect-ratio: 1037/767;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main_img::after {
    width: 88%;
    background: url(../images/mv_01_sp.png) no-repeat left center/100%;
    aspect-ratio: 370/350;
  }
}
.main_img .mv_txt_pc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_pc {
    display: none;
  }
}
.main_img .mv_txt_pc .box_01 {
  width: 100%;
  padding: 0 5.3%;
}
.main_img .mv_txt_pc .txt_wrap_01 {
  max-width: 576px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_pc .txt_wrap_01 {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.main_img .mv_txt_pc .txt_wrap_02 {
  color: #05416D;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_pc .txt_wrap_02 {
    margin-bottom: 10px;
  }
}
.main_img .mv_txt_pc .txt_wrap_03 {
  font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
  letter-spacing: 0.06em;
  line-height: 2;
  color: #05416D;
}
.main_img .mv_txt_pc .news_wrap {
  margin-top: 3%;
  max-width: 680px;
  width: 100%;
  background: #05416D;
  padding: 12px 80px 12px 5.3%;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.main_img .mv_txt_pc .news_wrap::after {
  content: "";
  position: absolute;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.main_img .mv_txt_pc .news_wrap a {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: baseline;
}
.main_img .mv_txt_pc .news_wrap a .date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  letter-spacing: 0.08em;
  margin-right: 20px;
}
.main_img .mv_txt_pc .news_wrap a .ttl {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.main_img .mv_txt_pc .news_wrap a:hover {
  opacity: 0.6;
}

.swiper-slide_mv img {
  width: 100%;
}

.top_voice {
  display: block;
  position: absolute;
  z-index: 10;
  width: 12%;
  bottom: 25px;
  right: 2%;
}
.top_voice:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top_voice {
    display: none;
  }
}

.top_voice_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_voice_sp {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 auto 40px;
    background-color: #fff;
    font-size: 0.875rem;
    text-align: center;
    border-radius: 50px;
    color: #05416D;
    font-weight: bold;
    position: relative;
    border: solid 1px #E8E8E3;
  }
  .top_voice_sp::after {
    content: "";
    position: absolute;
    width: 12px;
    aspect-ratio: 1/1;
    background: url(../images/top_voice_arrow.svg) no-repeat center/100%;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}

.sub_img, .sub_img_2 {
  margin-top: 115px;
  width: 100%;
  aspect-ratio: 1500/480;
  position: relative;
  background-color: #05416D;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .sub_img, .sub_img_2 {
    margin-top: 128px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img, .sub_img_2 {
    aspect-ratio: 5/3;
    margin-top: 64px;
  }
}
.sub_img .ttl_wrap_01, .sub_img_2 .ttl_wrap_01 {
  padding-left: 9.3%;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .sub_img .ttl_wrap_01, .sub_img_2 .ttl_wrap_01 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img .ttl_wrap_01, .sub_img_2 .ttl_wrap_01 {
    padding-left: 8%;
  }
}
.sub_img .ttl_wrap_01 a, .sub_img_2 .ttl_wrap_01 a {
  color: #fff;
}

.sub_img_2 {
  aspect-ratio: 1500/394;
}
@media screen and (max-width: 767px) {
  .sub_img_2 {
    aspect-ratio: 5/3;
  }
}

.sub_img_base, .sub_img_08, .sub_img_07, .sub_img_06, .sub_img_05, .sub_img_04, .sub_img_03, .sub_img_02, .sub_img_01 {
  position: relative;
}
.sub_img_base::before, .sub_img_08::before, .sub_img_07::before, .sub_img_06::before, .sub_img_05::before, .sub_img_04::before, .sub_img_03::before, .sub_img_02::before, .sub_img_01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 32% 100%, 0% 50%);
  background-color: #F7F7F5;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sub_img_base::before, .sub_img_08::before, .sub_img_07::before, .sub_img_06::before, .sub_img_05::before, .sub_img_04::before, .sub_img_03::before, .sub_img_02::before, .sub_img_01::before {
    clip-path: polygon(60% 0, 100% 0%, 100% 100%, 60% 100%, 0% 50%);
    right: 0;
  }
}
.sub_img_base::after, .sub_img_08::after, .sub_img_07::after, .sub_img_06::after, .sub_img_05::after, .sub_img_04::after, .sub_img_03::after, .sub_img_02::after, .sub_img_01::after {
  content: "";
  aspect-ratio: 582/480;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub_img_base::after, .sub_img_08::after, .sub_img_07::after, .sub_img_06::after, .sub_img_05::after, .sub_img_04::after, .sub_img_03::after, .sub_img_02::after, .sub_img_01::after {
    right: -35%;
  }
}

.sub_img_01::after {
  background: url(../images/h_concept_img.png) no-repeat center/100%;
}

.sub_img_02::after {
  background: url(../images/h_reform_img.png) no-repeat center/100%;
}

.sub_img_03::after {
  background: url(../images/h_company_img.png) no-repeat center/100%;
}

.sub_img_04::after {
  background: url(../images/h_event_img.png) no-repeat center/100%;
}

.sub_img_05::after {
  background: url(../images/h_news_img.png) no-repeat center/100%;
}

.sub_img_06::after {
  background: url(../images/h_blog_img.png) no-repeat center/100%;
}

.sub_img_07::after {
  background: url(../images/h_voice_img.png) no-repeat center/100%;
}

.sub_img_08::after {
  background: url(../images/h_works_img.png) no-repeat center/100%;
}

.sub_img_detail {
  margin-top: 115px;
  width: 100%;
  background-color: #F7F7F5;
}
@media screen and (max-width: 1200px) {
  .sub_img_detail {
    margin-top: 128px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_detail {
    margin-top: 64px;
  }
}
.sub_img_detail #list_breadcrumb {
  padding-top: 25px;
}
.sub_img_detail #list_breadcrumb span {
  color: #05416D;
}

.sub_img_reform {
  margin-top: 115px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .sub_img_reform {
    margin-top: 128px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_reform {
    margin-top: 64px;
  }
}
.sub_img_reform .ttl_wrap_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #05416D;
}
@media screen and (max-width: 767px) {
  .sub_img_reform .ttl_wrap_01 {
    flex-wrap: wrap;
  }
}
.sub_img_reform .ttl_wrap_01 a {
  color: #fff;
}
.sub_img_reform .ttl_wrap_01 .img_wrap {
  aspect-ratio: 664/394;
  width: 44%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .sub_img_reform .ttl_wrap_01 .img_wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_reform .ttl_wrap_01 .img_wrap {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }
}
.sub_img_reform .ttl_wrap_01 .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_img_reform .ttl_wrap_01 .ttl_box {
  width: 56%;
  padding: 30px 9.3% 30px 5.7%;
}
@media screen and (max-width: 1200px) {
  .sub_img_reform .ttl_wrap_01 .ttl_box {
    width: 60%;
    padding: 30px 30px 30px 5.7%;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_reform .ttl_wrap_01 .ttl_box {
    width: 100%;
    padding: 30px 8% 30px 8%;
  }
}
.sub_img_reform .ttl_wrap_01 .ttl_box .txt_wrap {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.anm-mv::after {
  animation: anm-mv 1s ease-in-out forwards;
}

@keyframes anm-mv {
  0% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 93/32;
}
@media screen and (max-width: 767px) {
  .map {
    aspect-ratio: 16/9;
  }
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.news_ttl_wrap .date {
  font-family: "Oswald", sans-serif;
  color: #777777;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
.news_ttl_wrap .ttl {
  padding-bottom: 20px;
  border-bottom: solid 3px #05416D;
  margin-bottom: 50px;
}

.blog_h2, .list_policy > li .ttl, .article h2 {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #05416D;
  background-color: #E8E8E3;
  padding: 10px 20px;
  margin: 20px auto;
}

.blog_h3, .list_voice_detail > li h2, .article h3 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-left: 6px #05416D solid;
  padding-left: 15px;
  color: #05416D;
  margin: 20px auto;
}

.blog_h4, .article h4 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  color: #05416D;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 20px auto;
  letter-spacing: 0.04em;
}

a.blog_button {
  margin: 20px 0;
}

.article {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
.article a {
  text-decoration: underline;
}
.article a:hover {
  opacity: 0.6;
}
.article blockquote {
  margin: 0;
  background: #fff;
  padding: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .article blockquote {
    padding: 30px 8%;
  }
}

.voice_box {
  margin: 0;
  background: #fff;
  padding: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .voice_box {
    padding: 30px 8%;
  }
}

.about_txt_wrap {
  color: #777777;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.about_txt_wrap ul {
  margin-top: 5px;
}
.about_txt_wrap ul > li {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.about_txt_wrap ul > li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background: url(../images/dec_circle.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.reform_txt_wrap {
  color: #171717;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.reform_txt_wrap ul {
  margin-top: 5px;
}
.reform_txt_wrap ul > li {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  font-size: 0.875rem;
  color: #777777;
}
.reform_txt_wrap ul > li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background: url(../images/dec_circle.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.achievements_wrap {
  color: #777777;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.achievements_wrap ul {
  margin-top: 5px;
}
.achievements_wrap ul > li {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.achievements_wrap ul > li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background: url(../images/dec_circle.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.contact_box {
  background-color: #fff;
  padding: 50px 30px;
}
@media screen and (max-width: 1200px) {
  .contact_box {
    padding: 30px 8%;
  }
}
.contact_box .sub_inner {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
.contact_box .sub_inner .common_contact_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .contact_box .sub_inner .common_contact_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap {
    justify-content: center;
  }
}
.contact_box .sub_inner .common_contact_wrap .tel_wrap {
  width: 42%;
  text-align: center;
  color: #05416D;
}
@media screen and (max-width: 1200px) {
  .contact_box .sub_inner .common_contact_wrap .tel_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap .tel_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact_box .sub_inner .common_contact_wrap .tel_wrap .txt {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.contact_box .sub_inner .common_contact_wrap .tel_wrap .number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 1.545rem + 2.27vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.contact_box .sub_inner .common_contact_wrap .tel_wrap .number > span {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}
.contact_box .sub_inner .common_contact_wrap .tel_wrap p {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.contact_box .sub_inner .common_contact_wrap .button_wrap {
  width: 51%;
}
@media screen and (max-width: 1200px) {
  .contact_box .sub_inner .common_contact_wrap .button_wrap {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap .button_wrap {
    width: 100%;
  }
}
.contact_box .sub_inner .common_contact_wrap .button_wrap a:hover {
  opacity: 0.6;
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .contact {
  background-color: #EB7800;
  color: #fff;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 480/80;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .contact::before {
  content: "";
  position: absolute;
  background: url(../images/icon_contact.svg) no-repeat center/100%;
  width: 30px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap .button_wrap .contact::before {
    left: 15px;
    width: 20px;
  }
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .contact > span {
  display: inline-block;
  font-size: clamp(1.063rem, 0.972rem + 0.45vw, 1.313rem);
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap .button_wrap .contact > span {
    padding-left: 25px;
  }
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .line {
  margin-top: 16px;
  background-color: #fff;
  border: solid #4CC764 3px;
  color: #4CC764;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 480/80;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .line::before {
  content: "";
  position: absolute;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  width: 36px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media screen and (max-width: 767px) {
  .contact_box .sub_inner .common_contact_wrap .button_wrap .line::before {
    width: 28px;
    left: 15px;
  }
}
.contact_box .sub_inner .common_contact_wrap .button_wrap .line > span {
  display: inline-block;
  font-size: clamp(1.063rem, 0.972rem + 0.45vw, 1.313rem);
}

.box_reform {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .box_reform {
    flex-wrap: wrap;
    padding: 40px 8%;
  }
}
.box_reform ul {
  margin-right: 55px;
}
@media screen and (min-width: 768px) {
  .box_reform ul:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box_reform ul {
    margin-bottom: 5px;
  }
  .box_reform ul:last-of-type {
    margin-bottom: 0;
  }
}
.box_reform ul > li {
  font-size: 1rem;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 35px;
}
.box_reform ul > li:last-of-type {
  margin-bottom: 0;
}
.box_reform ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 24/20;
  background: url(../images/check.svg) no-repeat center/contain;
  top: 3px;
  left: 0;
  margin-right: 5px;
}

.event_free_contact {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .event_free_contact {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.contact_form_wrap {
  margin-top: 120px;
  background-color: #fff;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap {
    margin-top: 100px;
  }
}
.contact_form_wrap .sub_inner {
  max-width: 820px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact_form_wrap .sub_inner {
    padding: 0 8%;
  }
}
.contact_form_wrap .sub_inner .tel_box {
  background-color: #F7F7F5;
  color: #05416D;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.contact_form_wrap .sub_inner .tel_box a {
  color: #05416D;
}
.contact_form_wrap .sub_inner .tel_box .tel {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}
.contact_form_wrap .sub_inner .tel_box .tel span {
  margin-left: 6px;
  display: inline-block;
  font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem);
  line-height: 1;
}
.contact_form_wrap .sub_inner .tel_box .txt_01 {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}

.writer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .writer_box {
    flex-wrap: wrap;
  }
}
.writer_box .img_wrap {
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .writer_box .img_wrap {
    width: 72px;
    margin-bottom: 10px;
  }
}
.writer_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.writer_box .name_box {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .writer_box .name_box {
    width: 100%;
    flex-wrap: wrap;
  }
}
.writer_box .name_box .name_wrap {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .writer_box .name_box .name_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.writer_box .name_box .name_wrap .heading {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 5px;
}
.writer_box .name_box .name_wrap .name {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.writer_box .name_box .comment {
  width: 66%;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .writer_box .name_box .comment {
    width: 100%;
  }
}

.staff_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .staff_box {
    flex-wrap: wrap;
  }
}
.staff_box .img_wrap {
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .staff_box .img_wrap {
    width: 72px;
    margin-bottom: 10px;
  }
}
.staff_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_box .name_box {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .staff_box .name_box {
    width: 100%;
    flex-wrap: wrap;
  }
}
.staff_box .name_box .name_wrap {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .staff_box .name_box .name_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.staff_box .name_box .name_wrap .heading {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 5px;
}
.staff_box .name_box .name_wrap .name {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.staff_box .name_box .comment {
  width: 66%;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .staff_box .name_box .comment {
    width: 100%;
  }
}

.lum-lightbox {
  z-index: 100;
}

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}

.swiper_top_event_wrap {
  background-color: #F7F7F5;
  padding: 40px 30px 70px;
}
@media screen and (max-width: 767px) {
  .swiper_top_event_wrap {
    padding: 0 0 50px;
  }
}
.swiper_top_event_wrap .sub_inner {
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .swiper_top_event_wrap .sub_inner {
    padding-left: 8%;
  }
}
.swiper_top_event_wrap .sub_inner .ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .swiper_top_event_wrap .sub_inner .ttl_wrap {
    padding-right: 8%;
  }
}

@media screen and (min-width: 768px) {
  .list_top_event {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_top_event {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_event {
    display: flex;
  }
}
.list_top_event > li {
  width: 100%;
}
.list_top_event > li .img_wrap {
  width: 100%;
  aspect-ratio: 2/3;
  margin-bottom: 20px;
}
.list_top_event > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_top_event > li .txt_box .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .list_top_event > li .txt_box .ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_event > li .txt_box .ttl {
    font-size: 1.375rem;
  }
}
.list_top_event > li .txt_box .txt_01 table tr th {
  text-align: center;
  width: 30%;
  background-color: #05416D;
  color: #fff;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 400;
  padding: 7px 10px;
  line-height: 1;
  border-bottom: solid #F7F7F5 5px;
}
@media screen and (max-width: 1200px) {
  .list_top_event > li .txt_box .txt_01 table tr th {
    width: 35%;
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_event > li .txt_box .txt_01 table tr th {
    width: 30%;
    font-size: 0.75rem;
  }
}
.list_top_event > li .txt_box .txt_01 table tr td {
  width: 70%;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 400;
  padding: 7px 10px;
  line-height: 1;
  border-bottom: solid #F7F7F5 5px;
}
@media screen and (max-width: 1200px) {
  .list_top_event > li .txt_box .txt_01 table tr td {
    width: 65%;
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_event > li .txt_box .txt_01 table tr td {
    width: 70%;
    font-size: 0.75rem;
  }
}
.list_top_event > li .txt_box .txt_02 {
  padding-top: 10px;
  font-size: 0.875rem;
  color: #777777;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.list_top_reform {
  display: flex;
  align-items: stretch;
}
.list_top_reform > li {
  width: 100%;
  display: flex;
}
.list_top_reform > li > a {
  display: block;
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  position: relative;
  filter: drop-shadow(0 3px 30px rgb(217, 217, 210));
}
.list_top_reform > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  bottom: 12px;
  right: 12px;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.list_top_reform > li > a .img_wrap img {
  width: 100%;
}
.list_top_reform > li > a .contents {
  padding: 32px 32px 55px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .list_top_reform > li > a .contents {
    padding: 20px 20px 57px;
  }
}
.list_top_reform > li > a .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  color: #05416D;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  .list_top_reform > li > a .ttl {
    font-size: 1.125rem;
  }
}
.list_top_reform > li > a .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_top_reform > li > a .ttl_01::before {
  width: 30px;
  aspect-ratio: 30/24;
  background: url(../images/icon_reform_01.svg) no-repeat center/100%;
}
.list_top_reform > li > a .ttl_02::before {
  width: 21px;
  aspect-ratio: 21/24;
  background: url(../images/icon_reform_02.svg) no-repeat center/100%;
}
.list_top_reform > li > a .ttl_03::before {
  width: 23px;
  aspect-ratio: 23/24;
  background: url(../images/icon_reform_03.svg) no-repeat center/100%;
}
.list_top_reform > li > a .ttl_04::before {
  width: 35px;
  aspect-ratio: 35/20;
  background: url(../images/icon_reform_04.svg) no-repeat center/100%;
}
.list_top_reform > li > a .ttl_05::before {
  width: 35px;
  aspect-ratio: 35/24;
  background: url(../images/icon_reform_05.svg) no-repeat center/100%;
}
.list_top_reform > li > a .txt {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .list_top_reform > li > a .txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_reform > li > a .txt {
    font-size: 0.75rem;
  }
}
.list_top_reform > li > a .list_category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list_top_reform > li > a .list_category > li {
  border: solid 1px #777777;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 4px 10px;
}
@media screen and (max-width: 1200px) {
  .list_top_reform > li > a .list_category > li {
    font-size: 0.75rem;
  }
}
.list_top_reform > li > a:hover {
  filter: none;
}
.list_top_reform > li > a:hover::after {
  right: 5px;
}
.list_top_reform > li.swiper-slide {
  height: auto;
}

.swiper_top_reform {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .swiper_top_reform {
    padding-bottom: 45px;
    margin-bottom: 20px;
  }
}
.swiper_top_reform .swiper-button-prev,
.swiper_top_reform .swiper-button-next {
  width: 48px;
  height: auto !important;
  margin-top: auto !important;
  aspect-ratio: 1/1;
}
.swiper_top_reform .swiper-button-prev::after,
.swiper_top_reform .swiper-button-next::after {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
}
.swiper_top_reform .swiper-button-prev {
  left: 10%;
}
@media screen and (max-width: 1200px) {
  .swiper_top_reform .swiper-button-prev {
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_reform .swiper-button-prev {
    left: 8%;
  }
}
.swiper_top_reform .swiper-button-prev::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.swiper_top_reform .swiper-button-next {
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .swiper_top_reform .swiper-button-next {
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_reform .swiper-button-next {
    right: 8%;
  }
}
.swiper_top_reform .swiper-button-next::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
}

.swiper_pagination_reform {
  display: flex;
  justify-content: center;
}
.swiper_pagination_reform span {
  opacity: 1 !important;
  background-color: #D9D9D2;
  width: 56px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_reform span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_reform span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_reform span.swiper-pagination-bullet-active {
  background-color: #AFAFA6;
}

.swiper_top_voice_wrap {
  position: relative;
}
.swiper_top_voice_wrap .swiper-button-prev,
.swiper_top_voice_wrap .swiper-button-next {
  top: 40% !important;
  width: 48px;
  height: auto !important;
  margin-top: auto !important;
  aspect-ratio: 1/1;
}
.swiper_top_voice_wrap .swiper-button-prev::after,
.swiper_top_voice_wrap .swiper-button-next::after {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
}
.swiper_top_voice_wrap .swiper-button-prev {
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .swiper_top_voice_wrap .swiper-button-prev {
    left: -20px;
  }
}
.swiper_top_voice_wrap .swiper-button-prev::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.swiper_top_voice_wrap .swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .swiper_top_voice_wrap .swiper-button-next {
    right: -20px;
  }
}
.swiper_top_voice_wrap .swiper-button-next::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
}

.swiper_top_voice {
  padding-bottom: 55px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .swiper_top_voice {
    padding-bottom: 45px;
    margin-bottom: 20px;
  }
}

.list_top_voice > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_top_voice > li > a .img_wrap {
  width: 42.6%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li > a .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_top_voice > li > a .img_wrap img {
  width: 100%;
  transition: 0.3s;
}
.list_top_voice > li > a .text_wrap {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .list_top_voice > li > a .text_wrap {
    width: 100%;
  }
}
.list_top_voice > li > a .text_wrap .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  line-height: 1;
  color: #D9D9D2;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.list_top_voice > li > a .text_wrap .ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  font-weight: bold;
  transition: 0.3s;
}
.list_top_voice > li > a .text_wrap .txt_01 {
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
}
.list_top_voice > li > a .text_wrap .txt_02 {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.list_top_voice > li > a:hover .img_wrap img {
  transform: scale(1.1);
}
.list_top_voice > li > a:hover .ttl {
  color: #05416D;
}

.swiper_pagination_voice {
  display: flex;
  justify-content: center;
  z-index: 10;
}
.swiper_pagination_voice span {
  opacity: 1 !important;
  background-color: #D9D9D2;
  width: 56px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_voice span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_voice span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_voice span.swiper-pagination-bullet-active {
  background-color: #AFAFA6;
}

@media screen and (min-width: 768px) {
  .list_top_blog {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .list_top_blog > li {
    padding: 48px 0;
    border-bottom: solid 1px #E2E2E2;
  }
  .list_top_blog > li:first-of-type {
    padding-top: 0;
  }
  .list_top_blog > li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.list_top_blog > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_top_blog > li > a .img_wrap {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .list_top_blog > li > a .img_wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_blog > li > a .img_wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
.list_top_blog > li > a .img_wrap img {
  width: 100%;
}
.list_top_blog > li > a .txt_box {
  width: 67%;
}
@media screen and (max-width: 1200px) {
  .list_top_blog > li > a .txt_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_top_blog > li > a .txt_box {
    width: 100%;
  }
}
.list_top_blog > li > a .txt_box .category_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.list_top_blog > li > a .txt_box .category_wrap .category {
  background: #05416D;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 5px 15px;
  border-radius: 50px;
}
.list_top_blog > li > a .txt_box .category_wrap .date {
  margin-left: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #777777;
  font-size: 0.9375rem;
}
.list_top_blog > li > a .txt_box .ttl {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
}
.list_top_blog > li > a .txt_box .txt_02 {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}
.list_top_blog > li > a:hover {
  opacity: 0.6;
}

.list_top_news > li {
  padding: 24px 0;
  border-bottom: #E2E2E2 solid 1px;
}
.list_top_news > li:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .list_top_news > li {
    padding: 15px 0;
  }
}
.list_top_news > li > a {
  position: relative;
  display: flex;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a {
    display: block;
    padding-right: 40px;
  }
}
.list_top_news > li > a .date {
  width: 14%;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  color: #777777;
  margin-bottom: 5px;
}
.list_top_news > li > a .ttl {
  width: 86%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .ttl {
    width: 100%;
  }
}
.list_top_news > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a::after {
    width: 24px;
  }
}
.list_top_news > li > a:hover {
  opacity: 0.6;
}

.list_news > li {
  padding: 24px 0;
  border-bottom: #E2E2E2 solid 1px;
}
.list_news > li:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .list_news > li {
    padding: 15px 0;
  }
}
.list_news > li > a {
  position: relative;
  display: flex;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .list_news > li > a {
    display: block;
    padding-right: 40px;
  }
}
.list_news > li > a .date {
  width: 14%;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  color: #777777;
  margin-bottom: 5px;
}
.list_news > li > a .ttl {
  width: 86%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_news > li > a .ttl {
    width: 100%;
  }
}
.list_news > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_news > li > a::after {
    width: 24px;
  }
}
.list_news > li > a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .list_top_work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_work {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_work > li {
    margin-bottom: 40px;
  }
  .list_top_work > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_top_work > li > a .img_wrap {
  margin-bottom: 20px;
}
.list_top_work > li > a .img_wrap img {
  width: 100%;
}
.list_top_work > li > a .contents_wrap .category {
  display: inline-block;
  background-color: #E8E8E3;
  line-height: 1.5;
  padding: 4px 17px;
  margin-bottom: 8px;
}
.list_top_work > li > a .contents_wrap .ttl {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 10px;
}
.list_top_work > li > a .contents_wrap ul > li {
  color: #777777;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.list_about_01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .list_about_01 {
    margin-bottom: 80px;
  }
}
.list_about_01 > li {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list_about_01 > li {
    margin-bottom: 70px;
    flex-wrap: wrap;
  }
}
.list_about_01 > li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-of-type(odd) {
    flex-direction: row;
  }
}
.list_about_01 > li:nth-of-type(odd) .contents_wrap {
  padding-right: 9.3%;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li:nth-of-type(odd) .contents_wrap {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-of-type(odd) .contents_wrap {
    padding: 0 8%;
  }
}
.list_about_01 > li:nth-of-type(4) img.img {
  padding-right: 9.3%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li:nth-of-type(4) img.img {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li:nth-of-type(4) img.img {
    padding: 0 8%;
  }
}
.list_about_01 > li:last-of-type {
  margin-bottom: 0;
}
.list_about_01 > li .contents_wrap {
  width: 50%;
  padding-left: 9.3%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li .contents_wrap {
    width: 60%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li .contents_wrap {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.list_about_01 > li .contents_wrap .ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  letter-spacing: 0.04em;
  color: #05416D;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: solid 1px #05416D;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li .contents_wrap .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li .contents_wrap .ttl {
    font-size: 1.125rem;
  }
}
.list_about_01 > li .contents_wrap .ttl .number {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .list_about_01 > li .contents_wrap .ttl .number {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.list_about_01 > li .contents_wrap .ttl .number::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  background-color: #05416D;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.list_about_01 > li img.img {
  display: block;
  width: 44%;
}
@media screen and (max-width: 1200px) {
  .list_about_01 > li img.img {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .list_about_01 > li img.img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .list_about_02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .list_about_02 > li {
    margin-bottom: 35px;
  }
  .list_about_02 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_about_02 > li > a {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a {
    flex-wrap: wrap;
  }
}
.list_about_02 > li > a .img_wrap {
  width: 36%;
  aspect-ratio: 216/245;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a .img_wrap {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
.list_about_02 > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_about_02 > li > a .contents_wrap {
  width: 64%;
  padding: 24px;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a .contents_wrap {
    width: 100%;
  }
}
.list_about_02 > li > a .contents_wrap .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  color: #05416D;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a .contents_wrap .ttl {
    font-size: 1.125rem;
    padding-left: 38px;
  }
}
.list_about_02 > li > a .contents_wrap .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_about_02 > li > a .contents_wrap .ttl_01::before {
  width: 30px;
  aspect-ratio: 30/24;
  background: url(../images/icon_reform_01.svg) no-repeat center/100%;
}
.list_about_02 > li > a .contents_wrap .ttl_02::before {
  width: 21px;
  aspect-ratio: 21/24;
  background: url(../images/icon_reform_02.svg) no-repeat center/100%;
}
.list_about_02 > li > a .contents_wrap .ttl_03::before {
  width: 23px;
  aspect-ratio: 23/24;
  background: url(../images/icon_reform_03.svg) no-repeat center/100%;
}
.list_about_02 > li > a .contents_wrap .ttl_04::before {
  width: 35px;
  aspect-ratio: 35/20;
  background: url(../images/icon_reform_04.svg) no-repeat center/100%;
}
.list_about_02 > li > a .contents_wrap .ttl_05::before {
  width: 35px;
  aspect-ratio: 35/24;
  background: url(../images/icon_reform_05.svg) no-repeat center/100%;
}
.list_about_02 > li > a .contents_wrap .txt {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a .contents_wrap .txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .list_about_02 > li > a .contents_wrap .txt {
    font-size: 0.75rem;
  }
}
.list_about_02 > li > a .contents_wrap .list_category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list_about_02 > li > a .contents_wrap .list_category > li {
  border: solid 1px #777777;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 4px 10px;
}
@media screen and (max-width: 1200px) {
  .list_about_02 > li > a .contents_wrap .list_category > li {
    font-size: 0.75rem;
  }
}

.list_reform > li {
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .list_reform > li {
    margin-bottom: 0;
  }
}
.list_reform > li:last-of-type {
  margin-bottom: 0;
}
.list_reform > li .img {
  width: 44%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 845px;
}
@media screen and (max-width: 1200px) {
  .list_reform > li .img {
    width: 34%;
    top: 80px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .list_reform > li .img {
    position: static;
    width: 100%;
  }
}
.list_reform > li > div {
  background-color: #fff;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .list_reform > li > div {
    padding: 0 8%;
  }
}
.list_reform > li .contents_box {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .list_reform > li .contents_box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .list_reform > li .contents_box {
    padding: 60px 0;
    width: 100%;
  }
}
.list_reform > li .contents_box .ttl {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-weight: bold;
  color: #05416D;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .list_reform > li .contents_box .ttl {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform > li .contents_box .ttl {
    margin-bottom: 20px;
  }
}
.list_reform > li .contents_box .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_reform > li .contents_box .ttl_01::before {
  width: 40px;
  aspect-ratio: 30/24;
  background: url(../images/icon_reform_01.svg) no-repeat center/100%;
}
.list_reform > li .contents_box .ttl_02::before {
  width: 21px;
  aspect-ratio: 21/24;
  background: url(../images/icon_reform_02.svg) no-repeat center/100%;
}
.list_reform > li .contents_box .ttl_03::before {
  width: 23px;
  aspect-ratio: 23/24;
  background: url(../images/icon_reform_03.svg) no-repeat center/100%;
}
.list_reform > li .contents_box .ttl_04::before {
  width: 35px;
  aspect-ratio: 35/20;
  background: url(../images/icon_reform_04.svg) no-repeat center/100%;
}
.list_reform > li .contents_box .ttl_05::before {
  width: 35px;
  aspect-ratio: 35/24;
  background: url(../images/icon_reform_05.svg) no-repeat center/100%;
}
.list_reform > li .contents_box .ttl_28px {
  margin-bottom: 20px;
}
.list_reform > li .contents_box .text_box_15px {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_reform > li .contents_box .text_box_15px {
    margin-bottom: 30px;
  }
}

.list_reform_sub {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}
@media screen and (max-width: 1200px) {
  .list_reform_sub {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_sub {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 0 auto 60px;
  }
}
.list_reform_sub > li {
  position: relative;
  background-color: #fff;
  padding: 95px 0 40px;
}
.list_reform_sub > li:nth-of-type(1)::before {
  background: url(../images/reform_water_area_01.png) no-repeat center/contain;
}
.list_reform_sub > li:nth-of-type(2)::before {
  background: url(../images/reform_water_area_02.png) no-repeat center/contain;
}
.list_reform_sub > li:nth-of-type(3)::before {
  background: url(../images/reform_water_area_03.png) no-repeat center/contain;
}
.list_reform_sub > li:nth-of-type(4)::before {
  background: url(../images/reform_water_area_04.png) no-repeat center/contain;
}
.list_reform_sub > li::before {
  content: "";
  width: 120px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
}
.list_reform_sub > li .sub_inner {
  width: 100%;
  max-width: 71%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .list_reform_sub > li .sub_inner {
    max-width: 80%;
  }
}
.list_reform_sub > li .sub_inner .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
  color: #05416D;
  text-align: center;
  margin-bottom: 13px;
}
.list_reform_sub > li .sub_inner ul {
  margin-bottom: 24px;
}
.list_reform_sub > li .sub_inner ul li {
  font-size: 1rem;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 35px;
}
.list_reform_sub > li .sub_inner ul li:last-of-type {
  margin-bottom: 0;
}
.list_reform_sub > li .sub_inner ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 24/20;
  background: url(../images/check.svg) no-repeat center/contain;
  top: 3px;
  left: 0;
  margin-right: 5px;
}
.list_reform_sub > li .sub_inner ul li.empty::before {
  display: none;
}

.list_reform_water_area > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area > li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area > li {
    margin-bottom: 50px;
  }
  .list_reform_water_area > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_reform_water_area > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_reform_water_area > li .img_wrap {
    width: 100%;
  }
}
.list_reform_water_area > li .img_wrap img {
  width: 100%;
}
.list_reform_water_area > li .contents_wrap {
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .list_reform_water_area > li .contents_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.list_reform_water_area > li .contents_wrap .ttl_01 {
  display: inline-block;
  background-color: #05416D;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.5;
  padding: 3px 16px;
  margin-bottom: 12px;
}
.list_reform_water_area > li .contents_wrap .ttl_24px {
  margin-bottom: 20px;
}

.list_reform_water_area_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_reform_water_area_02 > li {
  overflow: hidden;
  position: relative;
  width: 32%;
  background-color: #fff;
  margin-right: 2%;
  padding: 56px 40px 50px;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area_02 > li {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_02 > li {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 8% 30px;
  }
  .list_reform_water_area_02 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_reform_water_area_02 > li:last-of-type {
  margin-right: 0;
}
.list_reform_water_area_02 > li .number {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #F7F7F5;
  font-size: clamp(3.75rem, 3.477rem + 1.36vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  top: -16px;
  right: 20px;
}
.list_reform_water_area_02 > li .ttl_24px {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area_02 > li .ttl_24px {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_02 > li .ttl_24px {
    font-size: 1.25rem;
  }
}
.list_reform_water_area_02 > li p {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 2;
  letter-spacing: 0.04em;
}

.list_reform_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_reform_link {
    margin-bottom: 60px;
  }
}
.list_reform_link > li {
  width: 25%;
  border-top: solid 1px #05416D;
  border-bottom: solid 1px #05416D;
  border-left: solid 1px #05416D;
}
.list_reform_link > li:last-of-type {
  border-right: solid 1px #05416D;
}
@media screen and (max-width: 767px) {
  .list_reform_link > li {
    width: 100%;
    border-top: none;
    border-right: solid 1px #05416D;
  }
  .list_reform_link > li:nth-of-type(1) {
    border-top: solid 1px #05416D;
  }
}
.list_reform_link > li > a {
  display: block;
  width: 100%;
  font-size: 0.938rem;
  color: #05416D;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 15px 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_reform_link > li > a {
    font-size: 0.75rem;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_link > li > a {
    font-size: 0.938rem;
  }
}
.list_reform_link > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .list_reform_link > li > a::after {
    right: 8px;
    width: 20px;
  }
}

.list_reform_link_2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_reform_link_2 {
    margin-bottom: 60px;
  }
}
.list_reform_link_2 > li {
  width: 33.3333333333%;
  border-top: solid 1px #05416D;
  border-bottom: solid 1px #05416D;
  border-left: solid 1px #05416D;
}
.list_reform_link_2 > li:last-of-type {
  border-right: solid 1px #05416D;
}
@media screen and (max-width: 767px) {
  .list_reform_link_2 > li {
    width: 100%;
    border-top: none;
    border-right: solid 1px #05416D;
  }
  .list_reform_link_2 > li:nth-of-type(1) {
    border-top: solid 1px #05416D;
  }
}
.list_reform_link_2 > li > a {
  display: block;
  width: 100%;
  font-size: 0.938rem;
  color: #05416D;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 15px 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_reform_link_2 > li > a {
    font-size: 0.75rem;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_link_2 > li > a {
    font-size: 0.938rem;
  }
}
.list_reform_link_2 > li > a::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .list_reform_link_2 > li > a::after {
    right: 8px;
    width: 20px;
  }
}

.list_reform_water_area_03 > li {
  position: relative;
  padding-left: 9.3%;
  margin-bottom: 170px;
}
.list_reform_water_area_03 > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area_03 > li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_03 > li {
    padding-left: 8%;
    margin-bottom: 100px;
  }
}
.list_reform_water_area_03 > li .ttl_01 {
  display: flex;
  align-items: baseline;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  color: #05416D;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: solid #05416D 3px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area_03 > li .ttl_01 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_03 > li .ttl_01 {
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-right: 8%;
  }
}
.list_reform_water_area_03 > li .ttl_01 span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .list_reform_water_area_03 > li .ttl_01 span {
    margin-left: 40px;
    padding-left: 40px;
    border-left: solid 1px #05416D;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_reform_water_area_03 > li .ttl_01 span {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_03 > li .ttl_01 span {
    padding-top: 10px;
    display: block;
  }
}
.list_reform_water_area_03 > li .btn_wrap {
  position: absolute;
  bottom: 0;
  right: 9.3%;
  z-index: 3;
  width: 325px;
}
@media screen and (max-width: 1200px) {
  .list_reform_water_area_03 > li .btn_wrap {
    bottom: -80px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_03 > li .btn_wrap {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
}

.list_reform_water_area_04 > li .ttl_reform_01 {
  color: #05416D;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-size: 1.25rem;
  padding-left: 20px;
  position: relative;
  padding-left: 10px;
  border-left: solid #05416D 6px;
  margin-bottom: 15px;
}
.list_reform_water_area_04 > li .img_wrap img {
  width: 100%;
}
.list_reform_water_area_04 > li .text_wrap {
  padding: 30px 20px;
  background-color: #fff;
}
.list_reform_water_area_04 > li .text_wrap .txt_01 {
  margin-top: 15px;
  border-top: #E2E2E2 1px solid;
  padding-top: 15px;
  font-size: 0.875rem;
}

.list_reform_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_reform_point > li {
  width: 25%;
  border-right: solid 1px #E2E2E2;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .list_reform_point > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    border-bottom: solid 1px #E2E2E2;
  }
  .list_reform_point > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_reform_point > li:last-of-type {
  border-right: none;
}
.list_reform_point > li img {
  display: block;
  width: 136px;
  margin: 0 auto 12px;
}
.list_reform_point > li .ttl_01 {
  color: #05416D;
  text-align: center;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.list_reform_point > li > ul > li {
  padding-left: 20px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_reform_point > li > ul > li {
    padding-left: 15px;
  }
}
.list_reform_point > li > ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #05416D;
}
.list_reform_point > li ul.ul_01 {
  max-width: 158px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_02 {
  max-width: 222px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_03 {
  max-width: 173px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_04 {
  max-width: 173px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_05 {
  max-width: 236px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_06 {
  max-width: 270px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_07 {
  max-width: 250px;
  width: 100%;
  margin: auto;
}
.list_reform_point > li ul.ul_08 {
  max-width: 188px;
  width: 100%;
  margin: auto;
}

.list_reform_water_area_05 > li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 160px;
  flex-wrap: wrap;
}
.list_reform_water_area_05 > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_05 > li {
    margin-bottom: 100px;
  }
}
.list_reform_water_area_05 > li .img_wrap {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_05 > li .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_reform_water_area_05 > li .img_wrap img {
  width: 100%;
}
.list_reform_water_area_05 > li .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_reform_water_area_05 > li .contents_wrap {
    width: 100%;
  }
}
.list_reform_water_area_05 > li .contents_wrap .txt_01 {
  color: #05416D;
  font-size: 1rem;
  font-weight: bold;
}
.list_reform_water_area_05 > li .contents_wrap .ttl_01 {
  color: #05416D;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  border-bottom: solid 3px #05416D;
  margin-bottom: 30px;
}
.list_reform_water_area_05 > li .contents_wrap .txt_02 {
  color: #05416D;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 40px;
}
.list_reform_water_area_05 > li .contents_wrap .txt_03 {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #777777;
  line-height: 1.5;
}
.list_reform_water_area_05 > li .contents_wrap .frame_01 {
  background-color: #fff;
  padding: 20px 30px;
}
.list_reform_water_area_05 > li .contents_wrap .frame_01 .frame_ttl {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #05416D;
  padding-left: 12px;
  border-left: solid 6px #05416D;
}
.list_reform_water_area_05 > li .contents_wrap .frame_01 > ul > li {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  font-size: 0.875rem;
}
.list_reform_water_area_05 > li .contents_wrap .frame_01 > ul > li::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background: url(../images/dec_circle.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.list_reform_water_area_05 > li .contents_wrap .btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.list_company > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_company > li {
    margin-bottom: 80px;
  }
}
.list_company > li:last-of-type {
  margin-bottom: 0;
}
.list_company > li .ttl_wrap {
  border-bottom: solid #05416D 3px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  color: #05416D;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_company > li .ttl_wrap {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.list_company > li .ttl_wrap .en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-right: 40px;
  border-right: solid 1px #05416D;
  margin-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_company > li .ttl_wrap .en {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.list_company > li .ttl_wrap .en > span {
  color: #EB7800;
}
.list_company > li .ttl_wrap .jp {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.list_company > li .ttl_28px {
  margin-bottom: 30px;
}

.list_staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 68px;
}
@media screen and (max-width: 1200px) {
  .list_staff {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_staff {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.list_staff > li .img_wrap {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.list_staff > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_staff > li .txt_01 {
  color: #05416D;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.list_staff > li .name {
  color: #05416D;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.list_staff > li .ttl_02 {
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: solid 1px #05416D;
  margin-bottom: 8px;
  color: #05416D;
}
.list_staff > li .txt_02 {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.list_history {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_history {
    padding-left: 20px;
  }
}
.list_history::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #E2E2E2;
  top: 0;
  left: 0;
}
.list_history > li {
  position: relative;
  margin-bottom: 40px;
}
.list_history > li:last-of-type {
  margin-bottom: 0;
}
.list_history > li::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #EB7800;
  border-radius: 50%;
  top: 32px;
  left: -53px;
}
@media screen and (max-width: 767px) {
  .list_history > li::after {
    top: 23px;
    left: -23px;
  }
}
.list_history > li .year {
  font-family: "Poppins", sans-serif;
  color: #05416D;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}
.list_history > li .txt_01 {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .list_history > li .txt_01 {
    flex-wrap: wrap;
  }
}
.list_history > li .txt_01 .month {
  display: inline-block;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 16px;
  line-height: 1;
  color: #EB7800;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .list_history > li .txt_01 .month {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.list_event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 68px;
}
@media screen and (max-width: 1200px) {
  .list_event {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_event {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.list_event > li .img_wrap {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  margin-bottom: 24px;
}
.list_event > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_event > li .ttl {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.list_event > li table {
  margin-bottom: 7px;
}
.list_event > li table th {
  width: 25%;
  background-color: #05416D;
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 10px;
  border-bottom: solid #F7F7F5 5px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_event > li table th {
    width: 30%;
  }
}
.list_event > li table td {
  width: 75%;
  padding: 5px 10px;
  font-size: 1rem;
  border-bottom: solid #F7F7F5 5px;
}
@media screen and (max-width: 767px) {
  .list_event > li table td {
    width: 70%;
  }
}
.list_event > li .txt {
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.5;
}

.list_event_detail > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list_event_detail > li:last-of-type {
  margin-bottom: 0;
}
.list_event_detail > li .img_wrap {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .list_event_detail > li .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_event_detail > li .img_wrap img {
  width: 100%;
}
.list_event_detail > li .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_event_detail > li .contents_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_event_detail > li .contents_wrap .ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  letter-spacing: 0.04em;
  color: #05416D;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: solid 1px #05416D;
  margin-bottom: 30px;
}
.list_event_detail > li .contents_wrap .ttl .number {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 1200px) {
  .list_event_detail > li .contents_wrap .ttl .number {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_event_detail > li .contents_wrap .ttl .number {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.list_event_detail > li .contents_wrap .ttl .number::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  background-color: #05416D;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.list_event_detail > li .contents_wrap .text_box {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list_category_wrap {
    margin-bottom: 60px;
  }
}

.list_category_blog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_category_blog {
    display: none;
  }
}
.list_category_blog > li {
  width: 190px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list_category_blog > li:last-of-type {
  margin-right: 0;
}
.list_category_blog > li > a {
  display: block;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px #05416D;
  color: #05416D;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.list_category_blog > li > a:hover {
  background-color: #05416D;
  color: #fff;
}
.list_category_blog > li a.current {
  background-color: #05416D;
  color: #fff;
}

.list_blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 64px;
}
@media screen and (max-width: 1200px) {
  .list_blog {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_blog {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.list_blog > li .img_wrap {
  width: 100%;
  aspect-ratio: 392/261;
  overflow: hidden;
  margin-bottom: 24px;
}
.list_blog > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_blog > li .txt_wrap_01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.list_blog > li .txt_wrap_01 .category {
  background-color: #05416D;
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  margin-right: 15px;
}
.list_blog > li .txt_wrap_01 .date {
  font-size: 0.9375rem;
  font-family: "Oswald", sans-serif;
  color: 400;
  color: #777777;
}
.list_blog > li .ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.list_blog > li .txt {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.5;
}

.list_voice > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_voice > li {
    margin-bottom: 80px;
  }
}
.list_voice > li:last-of-type {
  margin-bottom: 0;
}
.list_voice > li > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_voice > li > a .img_wrap {
  overflow: hidden;
  width: 43%;
  aspect-ratio: 520/345;
}
@media screen and (max-width: 767px) {
  .list_voice > li > a .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_voice > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_voice > li > a .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_voice > li > a .contents_wrap {
    width: 100%;
  }
}
.list_voice > li > a .contents_wrap .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  color: #E8E8E3;
  line-height: 1;
  letter-spacing: 0.08em;
}
.list_voice > li > a .contents_wrap .ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.list_voice > li > a .contents_wrap .txt_01 {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  letter-spacing: 0.04em;
  color: #777777;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_voice > li > a .contents_wrap .txt_01 {
    margin-bottom: 20px;
  }
}
.list_voice > li > a .contents_wrap .txt_02 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 2;
  letter-spacing: 0.04em;
}

.list_category_works {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  border-left: solid 1px #E2E2E2;
}
@media screen and (max-width: 767px) {
  .list_category_works {
    display: none;
  }
}
.list_category_works > li {
  width: 190px;
}
.list_category_works > li > a {
  display: block;
  padding: 10px;
  border-top: solid 1px #E2E2E2;
  border-right: solid 1px #E2E2E2;
  border-bottom: solid 1px #E2E2E2;
  color: #777777;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
.list_category_works > li > a:hover {
  background-color: #E2E2E2;
  color: #171717;
}
.list_category_works > li a.current {
  background-color: #E2E2E2;
  color: #171717;
}

.list_works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 64px;
}
@media screen and (max-width: 1200px) {
  .list_works {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_works {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.list_works > li .img_wrap {
  width: 100%;
  aspect-ratio: 392/261;
  overflow: hidden;
  margin-bottom: 24px;
}
.list_works > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_works > li .txt_wrap_01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.list_works > li .txt_wrap_01 .category {
  background-color: #E8E8E3;
  color: #171717;
  font-size: 0.875rem;
  display: inline-block;
  padding: 3px 15px;
}
.list_works > li .ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.list_works > li .txt {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.5;
}

.list_voice_detail > li {
  margin-bottom: 60px;
}
.list_voice_detail > li:last-of-type {
  margin-bottom: 0;
}
.list_works_after {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .list_works_after {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_works_after {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}
.list_works_after > li .img_wrap a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_works_after > li .img_wrap a {
    aspect-ratio: auto;
  }
}
.list_works_after > li .img_wrap a::before {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/zoom.svg) no-repeat center top/contain;
  bottom: 15px;
  right: 15px;
}
.list_works_after > li .img_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list_works_after > li .img_wrap a img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.list_works_after > li p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.list_policy > li {
  margin-bottom: 56px;
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}
.list_policy > li .ttl {
  margin: 0 auto 30px;
}
.list_policy > li ul li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_policy > li ul li {
    padding-left: 15px;
  }
}
.list_policy > li ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 12px;
  left: 0;
  background-color: #05416D;
}

.list_staff_qualification {
  margin-bottom: 15px;
}
.list_staff_qualification > li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 0.875rem;
}
.list_staff_qualification > li:last-child {
  margin-bottom: 0;
}
.list_staff_qualification > li > span {
  display: grid;
  place-items: center;
  background-color: #05416D;
  color: #fff;
  line-height: 1.5;
  width: 60px;
  height: 22px;
  margin-right: 10px;
}

.dlist_policy {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_company {
  width: 100%;
}
.table_company th {
  width: 21%;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .table_company th {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
    border-bottom: none;
  }
}
.table_company td {
  width: 79%;
  font-size: 1rem;
  font-weight: 400;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .table_company td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}
.table_company td a {
  color: #EB7800;
  font-weight: bold;
  text-decoration: underline;
}
.table_company td ul li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .table_company td ul li {
    padding-left: 15px;
  }
}
.table_company td ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 12px;
  left: 0;
  background-color: #05416D;
}

.main_heading {
  padding-top: 10px;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
}
.main_heading::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2rem, 0.727rem + 6.36vw, 5.5rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}

.main_heading_02 {
  margin-top: 20px;
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .main_heading_02 {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.top_ttl, .top_ttl_center {
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: #05416D;
}
.top_ttl::before, .top_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3rem, 2.636rem + 1.82vw, 4rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}

.top_ttl_center {
  text-align: center;
}

.top_ttl_2 {
  text-align: center;
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #05416D;
}
.top_ttl_2::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}

.top_ttl_s {
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: #05416D;
}
.top_ttl_s::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2.5rem, 2.318rem + 0.91vw, 3rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}

.main_ttl {
  font-size: clamp(1.313rem, 0.699rem + 3.07vw, 3rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  color: #05416D;
}
.main_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.sub_ttl, .sub_ttl_center {
  font-size: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  color: #05416D;
}
.sub_ttl > span, .sub_ttl_center > span {
  background-color: #EB7800;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin: 0 10px;
}

.sub_ttl_center {
  text-align: center;
}

.ttl_48px {
  font-size: clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #05416D;
}

.ttl_36px {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #05416D;
}

.ttl_32px {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #05416D;
}

.ttl_28px {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.ttl_24px {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.ttl_20px {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.category_ttl {
  font-family: "Oswald", sans-serif;
  color: #05416D;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}

.en_ttl {
  font-family: "Oswald", sans-serif;
  color: #05416D;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_blue {
  color: #05416D;
}
.txt_clr_gray {
  color: #777777;
}

a.more {
  display: inline-block;
  padding-right: 44px;
  position: relative;
}
a.more > span {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: bold;
  border-bottom: solid #05416D 1px;
  color: #05416D;
}
a.more::after {
  content: "";
  position: absolute;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
a.more:hover::after {
  right: -5px;
}
a.btn, a.btn2, a.btn2_center, a.btn_center, a.blog_button {
  background-color: #05416D;
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  max-width: 325px;
  width: 100%;
  position: relative;
  padding: 22px 35px;
  border-radius: 50px;
  line-height: 1.5;
}
a.btn::after, a.btn2::after, a.btn2_center::after, a.btn_center::after, a.blog_button::after {
  content: "";
  position: absolute;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
a.btn:hover::after, a.btn2:hover::after, a.btn2_center:hover::after, a.btn_center:hover::after, a.blog_button:hover::after {
  right: 5px;
}
a.btn_center {
  margin: auto;
}
a.btn2::after, a.btn2_center::after {
  transform: translateY(-50%);
}
a.btn2:hover::after, a.btn2_center:hover::after {
  right: 12px;
  top: 60%;
}
a.btn2_center {
  margin: auto;
}
a.btn_long {
  background-color: #05416D;
  color: #fff;
  display: block;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 23px 35px;
  border-radius: 50px;
  line-height: 1.5;
  text-align: center;
}
a.btn_long::after {
  content: "";
  position: absolute;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
a.btn_long:hover::after {
  right: 5px;
}

.line_contact {
  border: #4CC764 solid 3px;
  background-color: #4CC764;
  color: #fff;
  width: 100%;
  max-width: 500px;
  height: 67px;
  display: grid;
  place-items: center;
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  .line_contact {
    font-size: 1.25rem;
    max-width: 460px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .line_contact {
    font-size: 1.125rem;
  }
}
.line_contact > span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .line_contact > span {
    padding-left: 40px;
  }
}
.line_contact > span::before {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon_line.svg) no-repeat center/100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .line_contact > span::before {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .line_contact > span::before {
    width: 32px;
  }
}
.line_contact:hover {
  background-color: #fff;
  color: #4CC764;
}

#list_breadcrumb {
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  letter-spacing: 0.04em;
  color: #EB7800;
}
#list_breadcrumb span {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
}

.thumbnail {
  display: block;
  border: solid 1px #171717;
}

.text_box_18px {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 2;
}
.text_box_18px > p {
  margin-bottom: 15px;
}
.text_box_18px > p:last-of-type {
  margin-bottom: 0;
}

.text_box {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
}
.text_box > p {
  margin-bottom: 15px;
}
.text_box > p:last-of-type {
  margin-bottom: 0;
}

.text_box_15px {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.text_box_15px > p {
  margin-bottom: 15px;
}
.text_box_15px > p:last-of-type {
  margin-bottom: 0;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  border: solid 1px #AFAFA6;
  color: #AFAFA6;
  width: 48px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 44px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  opacity: 1;
}
.wp-pagenavi .current {
  opacity: 1;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.grecaptcha_text {
  display: block;
  padding: 25px 0 0;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    text-align: center;
    padding: 0 0 0;
  }
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: left;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 25px;
  text-align: left;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border: none;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: solid 1px #E2E2E2;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #05416D;
  transition: 0.3s;
  border-radius: 0;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  border-radius: 50px;
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #2b87cb;
  margin-top: 1.5em;
}

.required {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #F8DCBF;
  color: #EB7800;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.any {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #ABC8DD;
  color: #05416D;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.input_s {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.policy_wrap {
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.policy_wrap a {
  font-weight: bold;
  text-decoration: underline;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 50px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 64px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle.svg) no-repeat center top/contain;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.middle a {
  text-decoration: underline;
}
.list_pagination li.next {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 64px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_circle.svg) no-repeat center top/100%;
  top: 0;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-size: 0.9375em;
  font-weight: bold;
  color: #05416D;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

a.btn_blog_sp {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #05416D;
  font-weight: bold;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.tabselect_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabselect_wrap {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .tabselect_wrap select {
    border-radius: 30px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
  }
}

.panel_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel_01 .box_01 {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.panel_01 .box_01 .tab_title {
  color: #777777;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}
.panel_01 .box_01 .tabbutton_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: solid 1px #E2E2E2;
  border-left: solid 1px #E2E2E2;
}
@media screen and (max-width: 767px) {
  .panel_01 .box_01 .tabbutton_wrap {
    display: none;
  }
}
.panel_01 .box_01 .tab-button {
  display: inline-block;
  padding: 13px 0;
  width: 16.6666666667%;
  border: none;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-bottom: solid 1px #E2E2E2;
  border-right: solid 1px #E2E2E2;
  position: relative;
}
.panel_01 .box_01 {
  /* アクティブなタブボタンのスタイル */
}
.panel_01 .box_01 .tab-button.active {
  background-color: #E8E8E3;
}
.panel_01 .box_02 {
  width: 100%;
}
.panel_01 .box_02 .arrow_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .panel_01 .box_02 .arrow_btn {
    display: inline-block;
  }
}

/* コンテンツの基本スタイル */
.tab-content {
  display: none; /* 全てのコンテンツを初期状態で非表示にする */
}

/* アクティブなコンテンツのスタイル */
.tab-content.active {
  display: block; /* アクティブなコンテンツだけ表示する */
}

@media screen and (min-width: 768px) {
  .swiper_top_event .swiper-button-prev,
  .swiper_top_event .swiper-button-next,
  .swiper_top_blog .swiper-button-prev,
  .swiper_top_blog .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_event,
  .swiper_top_blog {
    padding-bottom: 50px;
  }
  .swiper_top_event .swiper_button_wrap,
  .swiper_top_blog .swiper_button_wrap {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    padding: 0 8%;
  }
  .swiper_top_event .swiper-button-prev,
  .swiper_top_event .swiper-button-next,
  .swiper_top_blog .swiper-button-prev,
  .swiper_top_blog .swiper-button-next {
    position: static !important;
    width: 48px;
    height: auto !important;
    margin-top: auto !important;
    aspect-ratio: 1/1;
  }
  .swiper_top_event .swiper-button-prev::after,
  .swiper_top_event .swiper-button-next::after,
  .swiper_top_blog .swiper-button-prev::after,
  .swiper_top_blog .swiper-button-next::after {
    content: "";
    width: 48px;
    aspect-ratio: 1/1;
  }
  .swiper_top_event .swiper-button-prev,
  .swiper_top_blog .swiper-button-prev {
    margin-right: 8px;
  }
  .swiper_top_event .swiper-button-prev::after,
  .swiper_top_blog .swiper-button-prev::after {
    background: url(../images/swiper_arrow.svg) no-repeat center/contain;
    transform: scale(-1, 1);
  }
  .swiper_top_event .swiper-button-next::after,
  .swiper_top_blog .swiper-button-next::after {
    background: url(../images/swiper_arrow.svg) no-repeat center/contain;
  }
}

.swiper_reform_01 .swiper_button_wrap,
.swiper_reform_02 .swiper_button_wrap,
.swiper_reform_03 .swiper_button_wrap,
.swiper_reform_04 .swiper_button_wrap {
  display: flex;
}
.swiper_reform_01 .swiper-button-prev,
.swiper_reform_01 .swiper-button-next,
.swiper_reform_02 .swiper-button-prev,
.swiper_reform_02 .swiper-button-next,
.swiper_reform_03 .swiper-button-prev,
.swiper_reform_03 .swiper-button-next,
.swiper_reform_04 .swiper-button-prev,
.swiper_reform_04 .swiper-button-next {
  position: static !important;
  width: 48px;
  height: auto !important;
  margin-top: auto !important;
  aspect-ratio: 1/1;
}
.swiper_reform_01 .swiper-button-prev::after,
.swiper_reform_01 .swiper-button-next::after,
.swiper_reform_02 .swiper-button-prev::after,
.swiper_reform_02 .swiper-button-next::after,
.swiper_reform_03 .swiper-button-prev::after,
.swiper_reform_03 .swiper-button-next::after,
.swiper_reform_04 .swiper-button-prev::after,
.swiper_reform_04 .swiper-button-next::after {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
}
.swiper_reform_01 .swiper-button-prev,
.swiper_reform_02 .swiper-button-prev,
.swiper_reform_03 .swiper-button-prev,
.swiper_reform_04 .swiper-button-prev {
  margin-right: 8px;
}
.swiper_reform_01 .swiper-button-prev::after,
.swiper_reform_02 .swiper-button-prev::after,
.swiper_reform_03 .swiper-button-prev::after,
.swiper_reform_04 .swiper-button-prev::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.swiper_reform_01 .swiper-button-next::after,
.swiper_reform_02 .swiper-button-next::after,
.swiper_reform_03 .swiper-button-next::after,
.swiper_reform_04 .swiper-button-next::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
}

.pagination_wrap {
  position: relative;
  display: flex;
  margin-top: 40px;
}

.swiper_pagination_reform_01,
.swiper_pagination_reform_02,
.swiper_pagination_reform_03,
.swiper_pagination_reform_04 {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  position: static !important;
  margin-right: 36px;
}
.swiper_pagination_reform_01 span,
.swiper_pagination_reform_02 span,
.swiper_pagination_reform_03 span,
.swiper_pagination_reform_04 span {
  opacity: 1 !important;
  background-color: #D9D9D2;
  width: 56px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_reform_01 span:last-of-type,
.swiper_pagination_reform_02 span:last-of-type,
.swiper_pagination_reform_03 span:last-of-type,
.swiper_pagination_reform_04 span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_reform_01 span,
  .swiper_pagination_reform_02 span,
  .swiper_pagination_reform_03 span,
  .swiper_pagination_reform_04 span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_reform_01 span.swiper-pagination-bullet-active,
.swiper_pagination_reform_02 span.swiper-pagination-bullet-active,
.swiper_pagination_reform_03 span.swiper-pagination-bullet-active,
.swiper_pagination_reform_04 span.swiper-pagination-bullet-active {
  background-color: #AFAFA6;
}

.slider_01 .swiper-slide,
.slider-thumbnail-01 .swiper-slide {
  width: 100%;
  aspect-ratio: 93/62;
}
.slider_01 .swiper-slide img,
.slider-thumbnail-01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider_01 {
    margin-bottom: 20px;
  }
}

.slider_02 .swiper-slide,
.slider-thumbnail-02 .swiper-slide {
  width: 100%;
  aspect-ratio: 464/310;
}
.slider_02 .swiper-slide img,
.slider-thumbnail-02 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_01 .swiper-button-prev,
.slider_01 .swiper-button-next,
.slider_02 .swiper-button-prev,
.slider_02 .swiper-button-next {
  width: 48px;
  height: auto !important;
  margin-top: auto !important;
  aspect-ratio: 1/1;
  transform: translateY(-50%) !important;
}
.slider_01 .swiper-button-prev::after,
.slider_01 .swiper-button-next::after,
.slider_02 .swiper-button-prev::after,
.slider_02 .swiper-button-next::after {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
}
.slider_01 .swiper-button-prev::after,
.slider_02 .swiper-button-prev::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.slider_01 .swiper-button-next::after,
.slider_02 .swiper-button-next::after {
  background: url(../images/swiper_arrow.svg) no-repeat center/contain;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 4s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=layout.css.map */