@charset "UTF-8";

:root {
  --maincolor: #0e4d96;
  --subcolor: #153369;
  --bgcolor: #f1f7ff;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
header,
footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

img,
input {
  vertical-align: middle;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
}

/*
 base
------------------------------------ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
}

body,
input,
textarea,
pre,
code {
  position: relative;
  color: #252525;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

h2.wp-block-heading {
  margin: 0 auto 45px;
  color: var(--subcolor);
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 25px;
}

a {
  color: var(--maincolor);
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #252525;
  text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #252525;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #252525;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #252525;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #252525;
}

input::placeholder,
textarea::placeholder {
  color: #252525;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u_pc {
  display: block;
}

.editor iframe[src*="https://www.youtube.com"],
iframe.youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

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

.u_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u_sp {
    display: block;
  }
}

.u_sp_tab {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .u_sp_tab {
    display: block;
  }
}

/* text size */
.u_txt_1 {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 2.666;
}

@media only screen and (max-width: 767px) {
  .u_txt_1 {
    font-size: 16px;
  }
}

.u_txt_2 {
  font-size: 1.8rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .u_txt_2 {
    font-size: 16px;
  }
}

.u_txt_3 {
  font-size: 56px;
  line-height: 1;
}

@media only screen and (max-width: 1280px) {
  .u_txt_3 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .u_txt_3 {
    font-size: 40px;
  }
}

.u_txt_4 {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .u_txt_4 {
    font-size: 14px;
  }
}

.u_txt_5 {
  font-size: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .u_txt_5 {
    font-size: 25px;
  }
}

.u_txt_6 {
  font-size: 36px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .u_txt_6 {
    font-size: 28px;
  }
}

.u_txt_7 {
  font-size: 25px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .u_txt_7 {
    font-size: 25px;
  }
}

.u_txt_8 {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .u_txt_8 {
    font-size: 15px;
  }
}

.u_txt_9 {
  font-size: 16px;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .u_txt_9 {
    font-size: 14px;
  }
}

/* text weight */
.u_normal {
  font-weight: normal;
}

.u_medium {
  font-weight: 500;
}

.u_bold {
  font-weight: 700;
}

/* text align */
.u_txt_c {
  text-align: center;
}

.u_txt_cl {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .u_txt_cl {
    text-align: center;
  }
}

.u_txt_l {
  text-align: left;
}

.u_txt_r {
  text-align: right;
}

.no_wrap {
  white-space: nowrap;
}

/* text color */
.u_color_1 {
  color: var(--maincolor);
}

.u_color_2 {
  color: #fff;
}

.u_color_3 {
  color: #333;
}

.u_color_4 {
  color: #252525;
}

/* font */
.u_ff_1 {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

/* bg */
.u_bg_1 {
  background-color: #06d;
}

.u_bg_2 {
  background-color: #e9e9e9;
}

.u_bg_3 {
  background-color: var(--bgcolor);
}

.u_paragraph+.u_paragraph {
  margin-top: 15px;
}

.c_btn_1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 75px;
  border: 1px solid var(--maincolor);
  background-color: var(--maincolor);
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .c_btn_1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .c_btn_1 {
    width: 100%;
  }
}

.c_btn_1::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url(../img/arrow_1.svg) no-repeat center/contain;
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn_1::before {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url(../img/arrow_2.svg) no-repeat center/contain;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .c_btn_1:hover {
    background-color: #fff;
    color: var(--maincolor);
  }

  .c_btn_1:hover::after {
    opacity: 0;
  }

  .c_btn_1:hover::before {
    opacity: 1;
  }
}

.c_btn_1._center {
  margin-right: auto;
  margin-left: auto;
}

.c_btn_1._right {
  margin-left: auto;
}

.c_btn_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 75px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .c_btn_2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .c_btn_2 {
    width: 100%;
  }
}

.c_btn_2::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url(../img/arrow_1.svg) no-repeat center/contain;
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn_2::before {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url(../img/arrow_2.svg) no-repeat center/contain;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .c_btn_2:hover {
    background-color: #fff;
    color: var(--maincolor);
  }

  .c_btn_2:hover::after {
    opacity: 0;
  }

  .c_btn_2:hover::before {
    opacity: 1;
  }
}

.c_btn_2._center {
  margin-right: auto;
  margin-left: auto;
}

.c_btn_2._right {
  margin-left: auto;
}

.c_ttl_1 {
  position: relative;
  margin-bottom: 40px;
  color: var(--maincolor);
  letter-spacing: 2px;
  font-size: 48px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c_ttl_1 {
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    font-size: 35px;
  }
}

.c_ttl_1 .en {
  position: relative;
  display: block;
  margin-top: -1px;
  color: #252525;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c_ttl_1 .en {
    font-size: 13px;
  }
}

.c_ttl_1._w {
  color: #fff;
}

.c_ttl_1._w .en {
  color: #fff;
}

.c_ttl_2 {
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-size: 36px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c_ttl_2 {
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-size: 30px;
  }
}

.c_ttl_2._w {
  color: #fff;
}

.c_topics {
  width: 100%;
}

.c_topics nav {
  text-align: center;
}

.c_topics nav ol.pn {
  margin-top: 30px;
}

.c_topics nav ol.pn li {
  font-size: 14px;
  color: #0E4D96;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding-top: 6px;
  line-height: 1.0;
  border: 1px solid #0E4D96;
  margin: 0 5px 10px 5px;

  a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
}

.c_topics nav ol.pn li.current {
  background-color: var(--maincolor);
  border: 1px solid var(--maincolor);
  color: #FFF;
  display: inline-block;
}

.c_topics nav ol.pn li.next,
.c_topics nav ol.pn li.prev {
  background-color: transparent;
  border: none;
  color: #0E4D96;
  display: inline-block;
  font-size: 0;
}

.c_topics nav ol.pn li.prev {
  a {
    &:before {
      position: relative;
      top: 4px;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      margin-top: 2px;
      margin-left: 12px;
      border-bottom: 1px solid #0E4D96;
      border-left: 1px solid #0E4D96;
      transform: rotate(45deg);
    }
  }
}

.c_topics nav ol.pn li.next {
  a {
    &:before {
      position: relative;
      top: 4px;
      content: "";
      display: block;
      width: 15px;
      height: 15px;

      border-bottom: 1px solid #0E4D96;
      border-left: 1px solid #0E4D96;
      transform: rotate(-135deg);
    }
  }
}

.c_topics .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media only screen and (min-width: 768px) {
  .c_topics .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.c_topics .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  /*opacity: 1;*/
}

@media only screen and (min-width: 768px) {
  .c_topics .item .link a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .c_topics .item .link a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

@media only screen and (max-width: 1270px) {
  .c_topics .item .link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c_topics .item {
    gap: 10px;
    padding: 15px 0;
  }

  /*.c_topics .item .link {
    gap: 10px;
    padding: 15px 0;
  }*/
}

.c_topics .item .date {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.c_topics .item .date {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

/*.c_topics .item .link .date {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}*/
@media only screen and (max-width: 767px) {
  .c_topics .item {
    display: block;
  }

  .c_topics .item .date {
    font-size: 11px;
  }

  /*.c_topics .item .link .date {
    font-size: 11px;
  }*/
  .c_topics .item p {
    width: 100%;
    display: block;
  }
}

.c_topics .item span {
  display: inline-block;
  margin-left: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}

.c_topics .item span.nolink {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 30px 0;
  margin-left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.c_topics .item time+span {
  background-color: var(--maincolor);
}

.news_detail p.sub {
  margin-bottom: 30px;
}

.news_detail p.sub span {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  padding: 0 10px;
  margin-left: 30px;
  display: inline-block;
  line-height: 25px;
}



/*.c_topics .item .link .category01 {
  display: inline-block;
  margin-left: 30px;
  padding: 0 10px;
  background: #06d;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}
.c_topics .item .link .category02{
  background: #2BA837;
  display: inline-block;
  margin-left: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}

.c_topics .item .link .category03{
  background: #dd0044;
  display: inline-block;
  margin-left: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}

.c_topics .item .link .category04{
  background: #dd6800;
  display: inline-block;
  margin-left: 30px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}*/
@media only screen and (max-width: 767px) {
  .c_topics .item .link .category {
    margin-left: 30px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 25px;
  }
}

.c_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (max-width: 1280px) {
  .c_category_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .c_category_list {
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c_category_list .item {
    width: calc(50% - 5px);
  }
}

.c_category_list .item .link {
  display: block;
  width: 136px;
  height: 42px;
  border: 1px solid #06d;
  color: #06d;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
}

/*.c_category_list .item .link.category01 {
  display: block;
  width: 136px;
  height: 42px;
  border: 1px solid #06d;
  color: #06d;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  text-decoration:none;
}
.c_category_list .item .link.category02 {
  display: block;
  width: 136px;
  height: 42px;
  border: 1px solid #2BA837;
  color: #2BA837;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}
.c_category_list .item .link.category03 {
  display: block;
  width: 136px;
  height: 42px;
  border: 1px solid #dd0044;
  color: #dd0044;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}
.c_category_list .item .link.category04 {
  display: block;
  width: 136px;
  height: 42px;
  border: 1px solid #dd6800;
  color: #dd6800;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}*/
@media only screen and (min-width: 768px) {
  .c_category_list .item .link:hover {
    background: #06d;
    color: #fff !important;
  }

  .c_category_list .item .link.category01:hover {
    ? ?
    /*background: #06d;*/
    /*color: #fff;*/
  }

  .c_category_list .item .link.category02:hover {
    /*background: #2BA837;*/
    /*color: #fff;*/
  }

  .c_category_list .item .link.category03:hover {
    /*background: #dd0044;*/
    /*color: #fff;*/
  }

  .c_category_list .item .link.category04:hover {
    /*background: #dd6800;*/
    /*color: #fff;*/
  }
}

@media only screen and (max-width: 767px) {
  .c_category_list .item .link {
    width: 100%;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
  }
}

.c_category_list .item._active .link {
  background: #06d;
  color: #fff;
}

.c_products_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px 20px;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c_products_1 {
    gap: 15px;
  }
}

.c_products_1 .item {
  position: relative;
  width: calc(33.333% - 13.3333333333px);
  height: 680px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .c_products_1 .item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .c_products_1 .item {
    margin: 0 auto;
    width: 100%;
    height: 100vw;
  }
}

.c_products_1 .item .link {
  display: block;
}

.c_products_1 .item .link:hover .img_box .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_products_1 .item .txt {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 100px 40px 50px;
}

@media only screen and (max-width: 767px) {
  .c_products_1 .item .txt {
    gap: 10px;
    padding: 30px 20px;
  }
}

.c_products_1 .item .txt .category {
  display: block;
  padding: 14px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #06d;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .c_products_1 .item .txt .category {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.c_products_1 .item .arw {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
}

.c_products_1 .item .img_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.c_products_1 .item .img_box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.c_products_1 .item .img_box .img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c_pagettl {
  position: relative;
  width: 100%;
  height: 363px;
}

@media only screen and (max-width: 767px) {
  .c_pagettl {
    height: 250px;
  }
}

.c_pagettl .img_box {
  position: relative;
  width: 85%;
  height: 200px;
  top: 100px;
}

@media only screen and (max-width: 767px) {
  .c_pagettl .img_box {
    width: 100%;
    height: 210px;
    top: 60px;
  }
}

.c_pagettl .img_box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_pagettl .ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 700px;
  width: 39.5%;
  height: 200px;
  background: var(--subcolor);
  color: #fff;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .c_pagettl .ttl {
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    min-width: auto;
    width: calc(100% - 30px);
    height: auto;
    font-size: 30px;
  }
}

.page {
  margin: 0 auto 80px;
  padding: 0 40px;
  max-width: 1680px;
  width: 100%;
}

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

.page h2:not([class]),
.policy_detail h2.wp-block-heading {
  margin: 0 auto 45px;
  padding: 5px 12px;
  background: var(--subcolor);
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {

  .page h2:not([class]),
  .policy_detail h2.wp-block-heading {
    margin: 0 auto 30px;
    font-size: 30px;
  }
}

.page h2:not([class]):not(:first-child) {
  margin: 45px auto;
}

@media only screen and (max-width: 767px) {
  .page h2:not([class]):not(:first-child) {
    margin: 30px auto;
  }
}

.page h3:not([class]),
.policy_detail h3.wp-block-heading {
  margin: 0 auto 45px;
  padding: 5px 12px 5px 0;
  border-bottom: 2px solid var(--subcolor);
  color: #444;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 28px;
}

.page.news_detail h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

  .page h3:not([class]),
  .policy_detail h3.wp-block-heading {
    margin: 0 auto 30px;
    font-size: 25px;
  }
}

.page h3:not([class]):not(:first-child),
.policy_detail h3.wp-block-heading:not(:first-child) {
  margin: 45px auto;
}

@media only screen and (max-width: 767px) {

  .page h3:not([class]):not(:first-child),
  .policy_detail h3.wp-block-heading {
    margin: 30px auto;
  }
}

.page h4:not([class]) {
  margin: 0 auto 45px;
  color: var(--subcolor);
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .page h4:not([class]) {
    margin: 0 auto 30px;
    font-size: 22px;
  }
}

.page h4:not([class]):not(:first-child) {
  margin: 45px auto;
}

@media only screen and (max-width: 767px) {
  .page h4:not([class]):not(:first-child) {
    margin: 30px auto;
  }
}

.page h5:not([class]) {
  margin: 0 auto 45px;
  color: #444;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .page h5:not([class]) {
    margin: 0 auto 30px;
    font-size: 18px;
  }
}

.page h5:not([class]):not(:first-child) {
  margin: 45px auto;
}

@media only screen and (max-width: 767px) {
  .page h5:not([class]):not(:first-child) {
    margin: 30px auto;
  }
}

.page ul:not([class]),
.page ol:not([class]) {
  margin: 20px 0;
  counter-reset: ol_li;
  font-size: 16px;
}

.page .noborder ul:not([class]),
.page .noborder ol:not([class]) {
  margin: 0;
  counter-reset: ol_li;
}

.page ul:not([class])>li,
.page ol:not([class])>li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}

.page ol:not([class])>li {
  padding-left: 30px;
}

.page ul:not([class])>li+li {
  margin-top: 4px;
}

.page ol:not([class])>li+li {
  margin-top: 10px;
}

.page ul:not([class])>li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--subcolor);
  content: "";
}

.page ol:not([class])>li:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px;
  border: 1px solid var(--subcolor);
  color: var(--subcolor);
  content: counter(ol_li);
  counter-increment: ol_li;
}

.page table:not([class]) {
  font-size: 16px;
}

.page table:not([class]) th:not([class]) {
  padding: 15px 20px;
  border: 1px solid var(--subcolor);
  border-bottom: 1px solid #FFF;
}

.page table:not([class]) tr:last-child th:not([class]) {
  border: 1px solid var(--subcolor);
  border-bottom: 1px solid var(--subcolor);
}

.page table:not([class]) td:not([class]) {
  padding: 15px 20px;
  border: 1px solid var(--subcolor);
}

@media only screen and (max-width: 767px) {

  .page table:not([class]) th:not([class]),
  .page table:not([class]) td:not([class]) {
    display: block;
    padding: 10px 15px;
  }

  .page table:not([class]) th:not([class]) {
    border-bottom: 1px solid var(--subcolor);
  }
}

.page table:not([class]) th:not([class]) {
  width: 400px;
  background: var(--subcolor);
  color: #fff;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page table:not([class]) th:not([class]) {
    width: 100%;
  }
}

.page table:not([class]) td {
  background: #fff;
}

.c_top {
  position: fixed;
  right: 22px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: var(--maincolor);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9999;
}

.c_top img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

@media only screen and (max-width: 767px) {
  .c_top {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}

.c_top._active {
  opacity: 1;
}

body {
  overflow-x: hidden !important;
}

body.modal_open {
  overflow: hidden;
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-fade._active {
  opacity: 1;
}

.js-fade_up {
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.4s;
  transition: opacity 0.3s, top 0.4s;
}

@media only screen and (max-width: 767px) {
  .js-fade_up {
    top: 30px;
  }
}

.js-fade_up._active {
  top: 0;
  opacity: 1;
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 50px;
  width: 100%;
  height: 100px;
  background: #fff;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .l_header {
    padding: 7px 15px;
    height: 60px;
  }
}

.l_header .logo_wrap {
  font-size: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l_header .logo_wrap:hover {
  opacity: 0.7;
}

.l_header .logo_wrap a {
  display: block;
}

.l_header .logo_wrap img {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .l_header .logo_wrap {
    font-size: 20px;
  }
}

.l_header .humb {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .l_header .logo_wrap img {
    width: 50%;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header .humb {
    width: 40px;
    height: 40px;
  }
}

.l_header .humb span {
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--maincolor);
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s;
  transition: transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header .humb span {
    top: 10px;
    left: 5px;
    width: 30px;
    height: 2;
  }
}

.l_header .humb span:nth-of-type(2) {
  top: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header .humb span:nth-of-type(2) {
    top: 20px;
  }
}

.l_header .humb span:last-of-type {
  top: 30px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header .humb span:last-of-type {
    top: 30px;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .l_header .l_nav {
    position: fixed;
    top: 100px;
    left: 100vw;
    z-index: 99;
    padding: 20px 0;
    width: 100%;
    height: calc(100dvh - 60px);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s, left 0.4s;
    transition: opacity 0.4s, left 0.4s;
  }
}

@media only screen and (max-width: 767px) {
  .l_header .l_nav {
    position: fixed;
    top: 60px;
    left: 100vw;
    z-index: 99;
    padding: 20px 0;
    width: 100%;
    height: calc(100dvh - 60px);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.4s, left 0.4s;
    transition: opacity 0.4s, left 0.4s;
  }
}

.l_header .l_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .l_header .l_nav .list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1280px) {
  .l_header .l_nav .list .item {
    width: 100%;
  }
}

.l_header .l_nav .list .link {
  display: block;
  box-sizing: content-box;
  width: 8em;
  padding: 10px 8px;
  color: #333;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
  text-decoration: none;
}

/* .l_header .l_nav .list > li:last-child .link {
  box-sizing: border-box;
	display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
  width: 140px;
  height: 100px;
  background: var(--maincolor);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  font-size:14px;
} */
/* .l_header .l_nav .list > li:last-child .link:before{
	content:"";
	display:inline-block;
	width:26px;
	height:16px;
	margin-bottom:8px;
	background-image:url(../img/ico_mail.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
} */
.l_header .l_nav ul.list li.item:has(ul.sub-menu) {
  position: relative;
}

.l_header .l_nav ul.list li.item ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  white-space: nowrap;
  opacity: 0;
  transition: 0.2s;
}

.l_header .l_nav ul.list li.item:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.l_header .l_nav ul.list li.item ul.sub-menu li.item {
  border-bottom: 1px solid #aaa;
}

.l_header .l_nav ul.list li.item ul.sub-menu li.item a.link {
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .l_header .l_nav .list .link {
    padding: 4px 50px;
    display: block;
    text-align: left;
    width: 100%;
  }

  /* .l_header .l_nav .list > li:last-child .link{
		width:300px;
		height:70px;
		padding-left:70px;
		margin-left:50px;
		margin-top:20px;
		position:relative;
		align-items:start;
	}
	.l_header .l_nav .list > li:last-child .link:before{
		position:absolute;
		left:30px;
		top:50%;
		transform:translateY(-50%);
	} */
  .l_header .l_nav ul.list li.item ul.sub-menu {
    display: block;
    position: static;
    width: unset;
    background: unset;
    white-space: unset;
    margin-left: 2em;
    visibility: visible;
    opacity: 1;
  }

  .l_header .l_nav ul.list li.item ul.sub-menu li.item {
    border-bottom: none;
  }

  .l_header .l_nav ul.list li.item ul.sub-menu li.item a.link {
    width: 8em;
    padding: 4px 50px;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 767px) {
  .l_header .l_nav .list .link {
    padding: 10px 20px;
  }

  /* .l_header .l_nav .list > li:last-child .link{
  		color:#333;
  		font-size:16px;
		width:100%;
		height:70px;
		padding-left:0;
		margin-left:20px;
		margin-top:0;
		background-color:transparent;
	}
		.l_header .l_nav .list > li:last-child .link:before{
			content:none;
		} */
  .l_header .l_nav ul.list li.item ul.sub-menu li.item a.link {
    padding: 10px 20px;
  }
}

.l_header .l_nav .list .link:hover {
  color: var(--maincolor);
}

.l_header .l_nav .list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 25px;
  width: 140px;
  height: 100px;
  background: var(--maincolor);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

.l_header .l_nav .list .btn:hover {
  opacity: 0.7;
}

@media (max-width: 1280px) {
  .l_header .l_nav .list .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
    margin-left: 50px;
    max-width: 300px;
    width: calc(100% - 40px);
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .l_header .l_nav .list .btn {
    margin-left: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

.l_header .l_nav .list .btn .mail_ico {
  margin-bottom: 9px;
  width: 26px;
}

@media (max-width: 1280px) {
  .l_header .l_nav .list .btn .mail_ico {
    margin-right: 9px;
    margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .l_header.sp_open .l_nav {
    left: 0;
    opacity: 1;
  }
}

.l_header.sp_open .humb span {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l_header.sp_open .humb span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.l_header.sp_open .humb span:last-of-type {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l_kv {
  position: relative;
  margin: 100px 0 0;
}

@media only screen and (max-width: 767px) {
  .l_kv {
    margin: 60px auto 0;
  }
}

.l_breadcrumb {
  font-weight: 400;
  font-size: 16px;
}

.l_breadcrumb a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .l_breadcrumb {
    font-size: 14px;
  }
}

.sec .inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.sec .inner_2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.sec.sec_3+.l_cta {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .sec.sec_3+.l_cta {
    margin-top: 60px;
  }
}

.l_cta {
  position: relative;
}

.l_cta::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: var(--maincolor);
  content: "";
}

.l_cta .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 115px 0 120px;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .l_cta .inner {
    padding: 100px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .l_cta .inner {
    padding: 60px 15px;
  }
}

.l_cta .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1075px;
}

@media only screen and (max-width: 1280px) {
  .l_cta .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l_cta .flex_box {
    gap: 30px;
  }
}

.l_cta .flex_box .tel_box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .l_cta .flex_box .tel_box .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .l_cta .flex_box .tel_box .tel {
    margin-bottom: 10px;
  }
}

.l_cta .flex_box .tel_box .tel .tel_ico {
  position: relative;
  top: 5px;
  margin-right: 21px;
  width: 38px;
}

@media only screen and (max-width: 767px) {
  .l_cta .flex_box .tel_box .tel .tel_ico {
    top: 3px;
    margin-right: 15px;
    width: 25px;
  }
}

.l_cta .flex_box .contact_box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 23px;
  max-width: 100%;
  width: 500px;
  height: 110px;
  background: var(--maincolor);
  color: #fff;
  font-size: 22px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .l_cta .flex_box .contact_box .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l_cta .flex_box .contact_box .btn {
    gap: 15px;
    height: 80px;
    font-size: 17px;
  }
}

.l_cta .flex_box .contact_box .btn:hover {
  opacity: 0.7;
}

.l_cta .flex_box .contact_box .btn .mail_ico {
  width: 26px;
}

@media only screen and (max-width: 767px) {
  .l_cta .flex_box .contact_box .btn .mail_ico {
    width: 22px;
  }
}

.l_footer {
  padding: 50px 20px;
  background-color: var(--maincolor);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .l_footer {
    padding: 40px 15px;
  }
}

.l_footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .l_footer .footer_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .l_footer .footer_inner {
    gap: 20px;
  }
}

.l_footer .footer_inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .l_footer .footer_inner .info {
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .l_footer .footer_inner .footer_nav {
    width: 100%;
  }
}

.l_footer .footer_inner .footer_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .l_footer .footer_inner .footer_nav .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .l_footer .footer_inner .footer_nav .nav .item {
    width: calc(50% - 5px);
  }
}

.l_footer .footer_inner .footer_nav .nav .item .link {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

.l_footer .footer_inner .footer_nav .nav .item .link:hover {
  opacity: 0.7;
}

.copy {
  padding: 20px;
  height: 58px;
  box-sizing: border-box;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .copy {
    padding: 15px;
  }
}

.copy .copy_txt {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.end_notice {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  height: 30px;
  box-sizing: border-box;
}

.business_page .businessbox figure img {
  width: 100%;
}

h2.c_ttl_1.js-fade._active div.en {
  font-weight: bold;
}

.inner.u_bg_3.u_txt_c p.u_txt_2.u_color_4 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #5db7eb;
}

@media only screen and (max-width: 767px) {
  .inner.u_bg_3.u_txt_c p.u_txt_2.u_color_4 {
    font-size: 2rem;
  }
}

.footer_text {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
}

h3.c_ttl_2._w {
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  h3.c_ttl_2._w {
    font-size: 2.5rem;
  }
}