@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

button {
  font-family: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  fill: #000;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  position: relative;
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #1d1d1d;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .e-layout_size--small, .base--small, .e-layout_size--default, .base, .e-layout_size--large, .base--large, .e-layout_size--wide, .base--wide, .base--max {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--full {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--full [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--max {
  max-width: 1800px;
}
@media screen and (min-width: 560px) {
  .base--max {
    max-width: 1880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--max {
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large, .e-layout_size--wide {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large, .e-layout_size--wide {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--large, .e-layout_size--wide {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--large, .base--max .e-layout_size--wide, .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--large, .base--max .e-layout_size--wide, .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
.base--large [class*=base], .e-layout_size--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base, .e-layout_size--large {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base, .e-layout_size--large {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base, .e-layout_size--large {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base, .base--max .e-layout_size--large, .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base, .base--max .e-layout_size--large, .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
.base [class*=base], .e-layout_size--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small, .e-layout_size--default {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small, .e-layout_size--default {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--small, .e-layout_size--default {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--small, .base--max .e-layout_size--default, .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--small, .base--max .e-layout_size--default, .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
.base--small [class*=base], .e-layout_size--default [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss, .e-layout_size--small {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss, .e-layout_size--small {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--ss, .e-layout_size--small {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--ss, .base--max .e-layout_size--small, .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--ss, .base--max .e-layout_size--small, .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.space--large.last_section {
  padding-bottom: calc(140px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(140px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(140px + 130px);
  }
}

.space--medium {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(90px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(90px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(90px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 140px;
    padding-bottom: 210px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: url(../../img/bg.png) repeat;
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 60px;
}
@media screen and (max-width: 959px) {
  .c-grid {
    row-gap: 50px;
  }
}
@media screen and (max-width: 559px) {
  .c-grid {
    row-gap: 40px;
  }
}
.c-grid--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 559px) {
  .c-grid--reverse {
    flex-direction: column;
  }
}

.c-gridItem--cell30 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4_spHalf::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf::before {
    display: none;
  }
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  breadcrumb.scss
==============================================================*/
.yoast-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .yoast-breadcrumbs {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .yoast-breadcrumbs {
    font-size: 0.875rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.yoast-breadcrumbs span:first-of-type a {
  color: #1d1d1d;
}
.yoast-breadcrumbs span {
  margin: 0 5px;
  display: inline-block;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .txtbox p,
  .txt {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .txtbox p,
  .txt {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.txtbox:not(.entryBody) p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .txtbox:not(.entryBody) p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txt--small {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .txt--small {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .txt--small {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.txt--small + .txt, .txt + .txt--small {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .txt--small + .txt, .txt + .txt--small {
    margin-top: 20px;
  }
}

.txt--big {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .txt--big {
    font-size: 1.1875rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .txt--big {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .txt--big + .txt, .txt + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline;
  padding: 2px 0;
  background: linear-gradient(transparent 60%, rgba(247, 109, 80, 0.4) 60%);
  background-repeat: no-repeat;
}
.c-underline[data-aos=is-animation] {
  background-size: 0% 100%;
  transition: 0.8s !important;
}
.c-underline[data-aos=is-animation].aos-animate {
  background-size: 100% 100%;
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-notesMark {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .c-notesMark {
    padding-left: 20px;
  }
}
.c-notesMark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  font-size: clamp(1.75rem, 1.49rem + 1.154vw, 2.5rem);
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-heading01 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading01 {
    margin-bottom: 120px;
  }
}
.c-heading01_main {
  line-height: 1.3;
  font-weight: 700;
}
.c-heading01_sub {
  font-size: 50%;
  font-family: "Jost", serif;
  font-weight: 600;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #f76d50;
  color: #f76d50;
  border-radius: 30px;
}
.c-heading01_sub::first-letter {
  text-transform: uppercase;
}

.c-heading02 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  font-size: clamp(1.5rem, 1.24rem + 1.154vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-heading02 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading02 {
    margin-bottom: 100px;
    padding-bottom: 25px;
  }
}
.c-heading02::before {
  content: "";
  width: 130px;
  height: 2px;
  background: #f76d50;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
}

.c-heading03 {
  margin-bottom: 30px;
  font-size: clamp(1.5rem, 1.24rem + 1.154vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading03 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading03 {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 {
  display: block;
  width: 80%;
  max-width: 328px;
  height: 76px;
  background: #1e7bd4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding-right: 25px;
  overflow: hidden;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    font-size: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn01 {
    font-size: 1.125rem;
    height: 84px;
  }
}
.c-btn01::before {
  content: "";
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #004180;
}
.c-btn01:hover::before {
  width: 101%;
  left: 0;
}
.c-btn01 span {
  position: relative;
  z-index: 5px;
}
.c-btn01 i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 56px;
  aspect-ratio: 1;
  background: #fff;
  color: #1e7bd4;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}
.c-btn01--center {
  margin: 0 auto;
}

/*=============================================================
  formParts.scss
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #1e7bd4;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

/*=============================================================
  formlayout.scss
==============================================================*/
.formWrap {
  width: 100%;
  margin-inline: auto;
}

.formTable {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.formTable th,
.formTable td {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .formTable th,
  .formTable td {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .formTable th,
  .formTable td {
    padding: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .formTable th {
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .formTable th {
    font-size: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .formTable th {
    font-size: 1.125rem;
    padding-left: 70px;
  }
}
.formTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 5px 3px;
  line-height: 0.75;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .formTable th span {
    display: block;
    padding: 5px 5px;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1200px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.formTable td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .formTable td {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .formTable td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .formTable td {
    font-size: 1rem;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .confirmTable {
    table-layout: fixed;
  }
}
.confirmTable th,
.confirmTable td {
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .confirmTable th,
  .confirmTable td {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable th,
  .confirmTable td {
    padding: 40px 30px;
  }
}
.confirmTable th {
  font-size: 0.9375rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .confirmTable th {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable th {
    font-size: 1rem;
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable th {
    font-size: 1.125rem;
  }
}
.confirmTable th span {
  background: #CF1212;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .confirmTable th span {
    padding: 2px 3px;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .confirmTable td {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .confirmTable td {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .confirmTable td {
    font-size: 1rem;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.formPointTxt li::before {
  color: #CF1212;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  min-width: 250px;
  max-width: 400px;
  margin: 40px auto;
  height: 84px;
}
@media screen and (max-width: 1199px) {
  .submit_btn {
    margin: 30px auto;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .submit_btn {
    margin: 20px auto;
    height: 76px;
  }
}
.submit_btn button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: #f76d50;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 1.125rem;
  padding-right: 70px;
  padding-left: 30px;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .submit_btn button {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .submit_btn button {
    font-size: 1rem;
  }
}
.submit_btn button::before {
  content: "";
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #ec4a34;
}
.submit_btn button:hover::before {
  width: 101%;
  left: 0;
}
.submit_btn button span {
  position: relative;
  z-index: 5px;
}
.submit_btn button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 56px;
  aspect-ratio: 1;
  background: #fff;
  color: #f76d50;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  color: #1d1d1d;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 768px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.back_btn button::before {
  content: "";
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #ccc;
}
.back_btn button:hover::before {
  width: 101%;
  left: 0;
}
.back_btn button span {
  position: relative;
  z-index: 5px;
}
.back_btn button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: auto;
  height: calc(100% - 10px);
  aspect-ratio: 1;
  background: #fff;
  color: #1d1d1d;
  font-size: 1rem;
  position: absolute;
  left: 5px;
  top: 50%;
  translate: 0 -50%;
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-notesList li {
  position: relative;
  padding-left: 15px;
  font-size: inherit;
}
@media screen and (min-width: 960px) {
  .c-notesList li {
    padding-left: 20px;
  }
}
.c-notesList li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  loading.scss
==============================================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100dvh;
  z-index: 9999;
  color: #fff;
  display: none;
}
.loading::before, .loading::after {
  content: "";
  width: 100%;
  height: 50dvh;
  background: #1e7bd4;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s;
}
.loading::after {
  top: auto;
  bottom: 0;
}
.loading.is-loadend::before {
  translate: 0 -100%;
}
.loading.is-loadend::after {
  translate: 0 100%;
}
.loading_inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}
.loading_txt {
  font-family: "Jost", serif;
  font-weight: 500;
  font-size: 2.875rem;
  position: absolute;
  left: 20px;
  top: 40%;
  translate: 0 -100%;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .loading_txt {
    left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .loading_txt {
    left: 8%;
    height: 70px;
    font-size: 3.75rem;
  }
}
.loading_txt p {
  height: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .loading_txt p {
    height: 70px;
  }
}
.loading_txt p:first-of-type {
  animation: animeLoading 2s ease-in-out 0.5s both;
}
.loading_txt p:nth-of-type(2) {
  animation: animeLoading 2s ease-in-out 3s both;
}
@keyframes animeLoading {
  0% {
    translate: 0 105%;
  }
  45% {
    translate: 0 0;
  }
  65% {
    translate: 0 0;
  }
  100% {
    translate: 0 -105%;
  }
}
.loading.is-active {
  display: block;
}
.loading #container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: flex;
}
.loading .progressbar-text {
  color: #fff;
  font-size: 3.125rem;
  font-family: "Jost", serif;
  font-weight: 600;
  position: fixed;
  right: 5vw;
  bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .loading .progressbar-text {
    font-size: 5rem;
  }
}

.js-fadein {
  opacity: 0;
}

/*=============================================================
  pagetop.scss
==============================================================*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    display: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1e7bd4;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
  }
  .pagetop::before {
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop * {
    display: block;
  }
}

/*=============================================================
  youtube.scss
==============================================================*/
.c-youtube {
  position: relative;
  width: 100%;
}
.c-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video video {
  object-fit: cover;
  width: 102%;
  height: 102%;
}

/*=============================================================
  table.scss
==============================================================*/
.c-tableScroll {
  overflow: auto;
  max-width: 100%;
}
.c-tableScroll table {
  width: 680px !important;
}
@media screen and (min-width: 560px) {
  .c-tableScroll table {
    width: 100%;
  }
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

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

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

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1e7bd4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

@keyframes animeRotation {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*=============================================================
  aosCustomize.scss
==============================================================*/
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -50px, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

/*=============================================================
  slick.scss
==============================================================*/
[class*=js-slide] {
  display: none;
}

[class*=js-slide].slick-initialized {
  display: block;
}

.slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow {
    width: 70px;
  }
}
.slick-arrow.slick-next {
  left: -15px;
  background: url("../../img/top/slide_arrow-left.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-next {
    left: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-next {
    left: -50px;
  }
}
.slick-arrow.slick-prev {
  right: -15px;
  background: url("../../img/top/slide_arrow-right.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .slick-arrow.slick-prev {
    right: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .slick-arrow.slick-prev {
    right: -50px;
  }
}

/*=============================================================
  header.scss
=============================================================*/
.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  z-index: 800;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    background: #fff;
    position: fixed;
    padding: 25px 30px 25px 30px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1400px) {
  .l-header {
    padding: 25px 30px 25px 60px;
  }
}

.l-header_logo {
  width: 60%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    width: 40%;
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_logo {
    width: 20%;
    align-self: center;
    max-width: 336px;
    transition: max-width 0.3s;
  }
}

.l-headerNavi {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    column-gap: 3%;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1400px) {
  .l-headerNavi {
    column-gap: 5%;
  }
}

.l-headerNavi_list {
  display: flex;
  justify-content: flex-end;
  column-gap: 6%;
  transition: all 0.3s;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_list {
    column-gap: 10%;
  }
}
.l-headerNavi_list > li {
  position: relative;
}
.l-headerNavi_list > li:hover > a {
  color: #1e7bd4;
}
.l-headerNavi_list > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.l-headerNavi_list > li:has(ul) > a {
  pointer-events: none;
}
.l-headerNavi_list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  font-size: 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_list > li > a {
    font-size: 1rem;
  }
}
.l-headerNavi_list li ul {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 60px;
  translate: -50% 0;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #1e7bd4;
  padding: 5px 15px;
  width: 260px;
  transition: 0.4s all 0.1s;
}
.l-headerNavi_list li li {
  padding: 5px 0;
}
.l-headerNavi_list li li + li {
  border-top: 2px solid #1e7bd4;
}
.l-headerNavi_list li li a {
  display: block;
  position: relative;
  border-radius: 8px;
  padding: 10px 5px 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.3;
  transition: all 0.3s;
  color: #1e7bd4;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_list li li a {
    font-size: 0.9375rem;
  }
}
.l-headerNavi_list li li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 11px;
  transition: all 0.3s;
}
.l-headerNavi_list li li a:hover::before {
  left: 5px;
}

.l-headerNavi_link {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  margin: 5px 0;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_link {
    margin: 0;
  }
}
.l-headerNavi_link li {
  border-radius: 30px;
  width: 140px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_link li {
    width: 155px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .l-headerNavi_link li {
    width: 175px;
  }
}
.l-headerNavi_link li::before {
  content: "";
  height: 100%;
  border-radius: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #fff;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_link li::before {
    border-radius: 80px;
  }
}
.l-headerNavi_link li:hover::before {
  width: 101%;
  left: 0;
}
.l-headerNavi_link--contact {
  background: #f76d50;
}
.l-headerNavi_link--contact a {
  border: 2px solid #f76d50;
}
.l-headerNavi_link--contact:hover a {
  color: #f76d50;
}
.l-headerNavi_link--recruit {
  background: #004180;
}
.l-headerNavi_link--recruit a {
  border: 2px solid #004180;
}
.l-headerNavi_link--recruit:hover a {
  color: #004180;
}
.l-headerNavi_link--recruit:hover a svg {
  fill: #004180;
}
.l-headerNavi_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  border-radius: 30px;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_link a {
    font-size: 1rem;
  }
}
.l-headerNavi_link a span {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
}
.l-headerNavi_link a span svg {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: fill 0.3s;
  fill: #fff;
}

.l-header.is-scroll {
  height: 90px;
  padding: 15px 30px;
}
.l-header.is-scroll .l-header_logo {
  max-width: 300px;
}
/*=============================================================
  drawer.scss
=============================================================*/
.l-drawer {
  display: none;
  background: #1e7bd4;
  background: linear-gradient(135deg, #217cd5 0%, #4aaeb7 100%);
  height: 100dvh;
  width: 100vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
@media screen and (min-width: 1200px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer_container {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-drawer_container {
    display: flex;
    flex-direction: row-reverse;
  }
}
.l-drawer_inner {
  height: 100%;
  padding: 70px 5% 40px 5%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-drawer_inner {
    width: 60vw;
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-drawer_inner {
    padding-top: 110px;
  }
}

.l-drawer_navi {
  border-radius: 10px;
  padding: 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-drawer_navi {
    padding: 40px 30px;
  }
}
.l-drawer_navi > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-drawer_navi > li > a {
  padding: 5px 0;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
.l-drawer_navi li ul {
  margin: 15px 0 25px 10px;
}
.l-drawer_navi li li:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-drawer_navi li li a {
  font-size: 0.9375rem;
  line-height: 1.3;
  padding: 5px 0px 5px 15px;
  position: relative;
  font-weight: 400;
}
.l-drawer_navi li li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.3s;
  color: #1e7bd4;
}

.l-drawer_recruit a {
  width: 70%;
  max-width: 300px;
  margin: 40px auto 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border-radius: 40px;
  padding: 20px 10px;
  text-align: center;
  background: #004180;
  color: #fff;
  font-size: 1.125rem;
}

.l-drawerContactItem + .l-drawerContactItem {
  margin-top: 40px;
}
.l-drawerContactItem_heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.l-drawerContactItem_btn {
  max-width: 390px;
  margin: 0 auto;
}
.l-drawerContactItem_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
  background: #f76d50;
  box-shadow: 0 4px 0 #b64831;
  border-radius: 60px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-drawerContactItem_btn a:hover {
    translate: 0 4px;
    box-shadow: 0 0px 0 #b64831;
  }
}
@media screen and (min-width: 768px) {
  .l-drawerContactItem_btn a[href^=tel] {
    pointer-events: none;
  }
}
.l-drawerContactItem_teltxt {
  font-size: 1.375rem;
  font-family: "Jost", serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
}
.l-drawerContactItem_teltxt span {
  display: inline-block;
}
.l-drawerContactItem_time {
  font-size: 0.875rem;
}
.l-drawerContactItem_mailtxt {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-drawerContactItem_mailtxt02 {
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  color: #f76d50;
  font-size: 0.875rem;
  border-radius: 30px;
}

.l-drawer_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-drawer_img {
    display: grid;
    height: 100vh;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    width: 40vw;
  }
}
.l-drawer_img div {
  position: relative;
}
.l-drawer_img div::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.l-drawer_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .naviBtn {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .naviBtn {
    display: none;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: #1e7bd4;
  border-radius: 50%;
  position: relative;
  transition: 0.4s all;
  outline: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.naviBtn p {
  width: 100%;
  aspect-ratio: 1/0.7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .naviBtn p {
    width: 90%;
  }
}
.naviBtn p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.naviBtn p span::before, .naviBtn p span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 2px;
  background: #fff;
}
.naviBtn p span::before {
  top: 0;
}
.naviBtn p span::after {
  bottom: 0;
}
.naviBtn p span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.is-menuopen button {
  background: #fff;
}
.is-menuopen button p::after {
  background: #1e7bd4;
}
.is-menuopen button span::before {
  background: #1e7bd4;
  top: 50%;
  opacity: 0;
}
.is-menuopen button span::after {
  background: #1e7bd4;
  bottom: 50%;
  opacity: 0;
}

/*=============================================================
  footer.scss
=============================================================*/
.l-contactWrap {
  background: #1e7bd4;
  color: #fff;
  text-align: center;
  position: relative;
}
.l-contactWrap::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(45deg, #217cd5 0%, #4aaeb7 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.8s;
  opacity: 0;
}
.l-contactWrap.aos-animate::before {
  width: 100%;
  opacity: 1;
}
.l-contactWrap_inner {
  position: relative;
  z-index: 10;
}

.l-contactHeading {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .l-contactHeading {
    margin-bottom: 45px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-contactHeading {
    margin-bottom: 55px;
    font-size: 2.875rem;
  }
}
.l-contactHeading::before {
  content: "";
  width: 130px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
}
.l-contactHeading_main {
  font-weight: 700;
  margin-bottom: 20px;
}
.l-contactHeading_sub {
  font-family: "Jost", serif;
  font-weight: 700;
  font-size: 65.2%;
}
.l-contactHeading_sub::first-letter {
  text-transform: uppercase;
}

.l-contact {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contact {
    margin-top: 65px;
  }
}
.l-contact_txt {
  word-break: keep-all;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-contactItem {
    width: 50%;
    padding: 10px 3%;
  }
}
@media screen and (min-width: 1200px) {
  .l-contactItem {
    padding: 10px 40px;
  }
}
.l-contactItem + .l-contactItem {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-contactItem + .l-contactItem {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
}
.l-contactItem_heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-contactItem_heading {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contactItem_heading {
    margin-bottom: 30px;
  }
}
.l-contactItem_btn {
  max-width: 390px;
  margin: 0 auto;
}
.l-contactItem_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
  background: #f76d50;
  box-shadow: 0 4px 0 #b64831;
  border-radius: 60px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-contactItem_btn a {
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-contactItem_btn a:hover {
    translate: 0 4px;
    box-shadow: 0 0px 0 #b64831;
  }
}
@media screen and (min-width: 768px) {
  .l-contactItem_btn a[href^=tel] {
    pointer-events: none;
  }
}
.l-contactItem_teltxt {
  font-size: 1.375rem;
  font-family: "Jost", serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-contactItem_teltxt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-contactItem_teltxt {
    font-size: 1.625rem;
  }
}
.l-contactItem_teltxt span {
  display: inline-block;
}
.l-contactItem_time {
  font-size: 0.8125rem;
  line-height: 1.3;
}
.l-contactItem_mailtxt {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-contactItem_mailtxt {
    font-size: 1.25rem;
  }
}
.l-contactItem_mailtxt02 {
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  color: #f76d50;
  font-size: 0.875rem;
  border-radius: 30px;
}
@media screen and (min-width: 1200px) {
  .l-contactItem_mailtxt02 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_company {
    width: 35%;
  }
}
.l-footer_logo {
  width: 60%;
  max-width: 280px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer_logo {
    width: 100%;
    max-width: 360px;
  }
}
.l-footer_address {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-footer_address {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_address a {
    pointer-events: none;
  }
}
.l-footer_navi {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer_navi {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    row-gap: 15px;
    column-gap: 3%;
    justify-content: end;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_navi {
    column-gap: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer_navi {
    column-gap: 15%;
  }
}
.l-footer_navi a {
  line-height: 1.3;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .l-footer_navi a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_navi a:hover {
    color: #1e7bd4;
  }
}
.l-footer_navi a[target=_blank]::after {
  content: "";
  background: url(../../img/icon-blank.svg) no-repeat center center/contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 15px;
}

.l-footer02 {
  color: #fff;
  background: #454545;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer02_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer02_copyright {
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-footer02_copyright {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer02_copyright {
    font-size: 0.875rem;
  }
}
.l-footer02_link {
  display: flex;
  justify-content: center;
  column-gap: 8%;
  align-items: center;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .l-footer02_link {
    justify-content: flex-end;
    column-gap: 5%;
  }
}
.l-footer02_link a {
  color: #fff;
  font-size: 0.75rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer02_link a {
    font-size: 0.875rem;
  }
}
.l-footer02_link a i.fa-instagram {
  font-size: 140%;
  translate: 0 3px;
}
@media screen and (min-width: 960px) {
  .l-footer02_link a:hover {
    opacity: 0.7;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-contents {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-contents {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contents {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-column_main {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_main {
    width: 73%;
  }
}
.l-column_side {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-column_side {
    width: 25%;
    max-width: 200px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_side {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .l-column_sticky {
    position: sticky;
    top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_sticky {
    top: 130px;
  }
}

/*=============================================================
  side.scss
==============================================================*/
.l-side {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  column-gap: 3%;
  row-gap: 40px;
}

.l-sideContents + .l-sideContents {
  margin-top: 40px;
}

.l-sideList {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(136, 147, 161, 0.19);
}
@media screen and (min-width: 1200px) {
  .l-sideList {
    box-shadow: 0px 0px 9px 0px rgba(136, 147, 161, 0.19);
  }
}
.l-sideList_heading {
  color: #fff;
  text-align: center;
  background: #1e7bd4;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .l-sideList_heading {
    font-size: 1rem;
  }
}
.l-sideList_list {
  margin: 20px 0;
}
.l-sideList li {
  padding: 10px 20px;
}
.l-sideList a {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 15px;
  font-size: 0.875rem;
  color: #1d1d1d;
}
@media screen and (min-width: 1200px) {
  .l-sideList a {
    font-size: 1rem;
  }
}
.l-sideList a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s;
}
.l-sideList a:hover::before {
  background: #1e7bd4;
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-pageHeading {
    border-radius: 17px;
    margin: 0 60px;
  }
}
.l-pageHeading_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 100;
  font-size: clamp(1.625rem, 1.192rem + 1.923vw, 2.875rem);
}
.l-pageHeading_main {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-pageHeading_sub {
  color: #f76d50;
  font-family: "Jost", serif;
  font-weight: 700;
  font-size: 65.2%;
  position: relative;
  width: fit-content;
  line-height: 1.3;
}
.l-pageHeading_sub::before {
  content: "";
  width: 130px;
  height: 1px;
  background: #f76d50;
  display: block;
  position: absolute;
  right: -10px;
  top: 60%;
  translate: 100% -50%;
}
.l-pageHeading_sub::first-letter {
  text-transform: uppercase;
}
.l-pageHeading_img {
  height: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-pageHeading_img {
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_img {
    height: 350px;
  }
}
.l-pageHeading_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-pageHeading_img::before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.l-pageHeading--light .l-pageHeading_img::before {
  display: none;
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    margin-top: 120px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination li {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.pagination span, .pagination a {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1d1d1d;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .pagination span, .pagination a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination span, .pagination a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination span:hover, .pagination a:hover {
    color: #1e7bd4;
    border-color: #1e7bd4;
  }
}
.pagination span.dots {
  border: none;
  cursor: default;
  background: none;
}
.pagination span.current {
  color: #fff;
  background: #1e7bd4;
  border-color: #1e7bd4;
}

/* entryNavi
---------------------------------------------*/
.entryNaviWrap {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entryNaviWrap {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNaviWrap {
    margin-top: 150px;
    margin-bottom: 40px;
  }
}

.entryNavi {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  background: #fff;
}
.entryNavi p {
  position: relative;
  flex: 1;
}
.entryNavi a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 5px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1d1d1d;
  font-size: 0.8125rem;
  line-height: 1.3;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .entryNavi a {
    font-size: 0.9375rem;
    padding: 20px 5px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNavi a {
    font-size: 1rem;
    padding: 30px 5px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover {
    background: #e9f4ff;
    color: #1e7bd4;
  }
}
.entryNavi_prev a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  font-size: 120%;
  margin-right: 5px;
  margin-top: 1px;
}
.entryNavi_next a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 120%;
  margin-left: 5px;
  margin-top: 1px;
}
.entryNavi_back {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

/*=============================================================
  top.css
=============================================================*/
.top-mainVisualWrap {
  background: url(../../img/top/top-ornament01.png) no-repeat center left/auto 100%;
}

.top-mainVisual {
  position: relative;
}
.top-mainVisual_inner {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_inner {
    left: 20px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_inner {
    bottom: 80px;
    left: min(6%, 100px);
  }
}
.top-mainVisual_copy {
  width: fit-content;
  background: #fff;
  overflow: hidden;
  padding: 5px 15px 7px 15px;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_copy {
    padding: 10px 15px;
  }
}
.top-mainVisual_copy > span {
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_copy > span {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.top-mainVisual_copy > span > span {
  display: block;
  overflow: hidden;
  width: fit-content;
}
.top-mainVisual_copy > span > span > span {
  width: fit-content;
  display: inline-block;
  font-weight: 900;
  padding: 5px 0;
  font-size: clamp(1.5rem, 1rem + 2.222vw, 3.5rem);
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  background: linear-gradient(151deg, #161616 40%, #f76d50 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-mainVisual_copy > span br {
  display: inline;
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_copy > span br {
    display: none;
  }
}
.top-mainVisual_slide {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-mainVisual_slide {
    width: 95%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_slide {
    width: 89%;
    max-width: 1600px;
    margin-left: auto;
  }
}
.top-mainVisual_slide::before {
  content: "Be safety. Be comfortable.";
  font-weight: 500;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 40%;
  translate: -20px;
  rotate: -90deg;
  transform-origin: left top;
  z-index: 700;
  height: 20px;
  animation: animeMainvisual 1s cubic-bezier(1, 0, 0, 1) both;
}
@media screen and (min-width: 560px) {
  .top-mainVisual_slide::before {
    translate: -40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisual_slide::before {
    font-size: 1rem;
    translate: -60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisual_slide::before {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_slide::before {
    font-size: 1.125rem;
    translate: -100px;
    height: 100px;
    top: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .top-mainVisual_slide::before {
    top: 30%;
  }
}
@keyframes animeMainvisual {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-mainVisual_slideInner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_slideInner {
    border-radius: 17px;
  }
}
.top-mainVisual_slideImg.slick-slide {
  height: calc(70vh - 70px);
}
@media screen and (min-width: 768px) {
  .top-mainVisual_slideImg.slick-slide {
    height: calc(80vh - 90px);
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_slideImg.slick-slide {
    height: calc(100vh - 110px);
  }
}
.top-mainVisual_slideImg.slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mainVisual_btn {
  width: 300px;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 560px) {
  .top-mainVisual_btn {
    margin: 30px 0 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisual_btn {
    width: 360px;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_btn {
    margin-top: 50px;
  }
}
.top-mainVisual_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60px;
  background: #f76d50;
  box-shadow: 0 4px 0 #b64831;
  border-radius: 60px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-mainVisual_btn a {
    height: 70px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisual_btn a {
    height: 80px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisual_btn a:hover {
    translate: 0 4px;
    box-shadow: 0 0px 0 #b64831;
  }
}

.top-heading01 {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(1.625rem, 1.192rem + 1.923vw, 2.875rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top-heading01 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .top-heading01 {
    margin-bottom: 55px;
  }
}
.top-heading01_main {
  font-weight: 700;
  margin-bottom: 20px;
  word-break: keep-all;
}
.top-heading01_sub {
  color: #f76d50;
  font-family: "Jost", serif;
  font-weight: 700;
  font-size: 65.2%;
  position: relative;
  width: fit-content;
  line-height: 1.3;
}
.top-heading01_sub::before {
  content: "";
  width: 130px;
  height: 1px;
  background: #f76d50;
  display: block;
  position: absolute;
  right: -10px;
  top: 60%;
  translate: 100% -50%;
}
.top-heading01_sub::first-letter {
  text-transform: uppercase;
}
.top-heading01--white .top-heading01_main {
  color: #fff;
}
.top-heading01--white .top-heading01_sub {
  color: #fff;
}
.top-heading01--white .top-heading01_sub::before {
  background: #fff;
}

.top-heading02 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: clamp(1.625rem, 1.192rem + 1.923vw, 2.875rem);
}
@media screen and (min-width: 768px) {
  .top-heading02 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .top-heading02 {
    margin-bottom: 55px;
  }
}
.top-heading02::before {
  content: "";
  width: 130px;
  height: 1px;
  background: #f76d50;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
}
.top-heading02_main {
  font-weight: 700;
  margin-bottom: 20px;
  word-break: keep-all;
}
.top-heading02_sub {
  color: #f76d50;
  font-family: "Jost", serif;
  font-weight: 700;
  font-size: 65.2%;
}
.top-heading02_sub::first-letter {
  text-transform: uppercase;
}
.top-heading02--white::before {
  background: #fff;
}
.top-heading02--white .top-heading02_main {
  color: #fff;
}
.top-heading02--white .top-heading02_sub {
  color: #fff;
}

.top-serviceWrap {
  background: url(../../img/top/top-ornament02.png) no-repeat center left/auto 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-service {
    display: grid;
    margin-left: calc(50% - 50vw);
    grid-template-columns: 60px calc(45% - 60px) 45%;
    grid-template-rows: auto auto;
    justify-content: space-between;
    grid-template-areas: ". ts-heading ts-heading" "ts-img ts-img ts-txt";
  }
}
@media screen and (min-width: 960px) {
  .top-service {
    grid-template-columns: 50% 42%;
    grid-template-areas: "ts-img ts-heading" "ts-img ts-txt";
  }
}
.top-service_heading {
  grid-area: ts-heading;
}
.top-service_txt {
  grid-area: ts-txt;
}
.top-service_img {
  grid-area: ts-img;
}
.top-service_txt {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .top-service_txt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-service_txt {
    line-height: 2.2;
    font-size: 1.25rem;
  }
}
.top-service_txt .is-br {
  display: none;
}
@media screen and (min-width: 560px) {
  .top-service_txt .is-br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .top-service_txt .is-br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .top-service_txt .is-br {
    display: inline;
  }
}
.top-service_img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-service_img {
    margin-top: 0;
    border-radius: 0 10px 10px 0;
  }
}
.top-service_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-servicePoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .top-servicePoint {
    flex-direction: row;
    column-gap: 6px;
  }
}
@media screen and (min-width: 768px) {
  .top-servicePoint {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .top-servicePoint {
    margin-top: 110px;
    column-gap: 1.8%;
  }
}
.top-servicePoint_item {
  width: 90%;
  height: 90px;
  border: 3px solid #1e7bd4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 80px;
  font-size: 1rem;
  line-height: 1.3;
  background: #fff;
  font-weight: 700;
  text-align: center;
  color: #1e7bd4;
}
@media screen and (min-width: 560px) {
  .top-servicePoint_item {
    flex: 1;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top-servicePoint_item {
    height: 110px;
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .top-servicePoint_item {
    height: 120px;
    border-width: 5px;
    font-size: 1.5rem;
  }
}
.top-servicePoint_item strong {
  color: #f76d50;
}
.top-servicePoint_item .is-md {
  display: none;
}
@media screen and (min-width: 560px) {
  .top-servicePoint_item .is-md {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .top-servicePoint_item .is-md {
    display: none;
  }
}
.top-servicePoint_item[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .top-servicePoint_item[data-aos]:nth-of-type(3n-2) {
    transition-delay: 0s;
  }
  .top-servicePoint_item[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.1s;
  }
  .top-servicePoint_item[data-aos]:nth-of-type(3n) {
    transition-delay: 0.2s;
  }
}

.top-serviceContents {
  background: url(../../img/bg.png) repeat;
}
.top-serviceContents_heading {
  font-size: 1.25rem;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  padding: 3px 10px 5px 10px;
  text-align: center;
  background: #1e7bd4;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .top-serviceContents_heading {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-serviceContents_heading {
    font-size: 1.875rem;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .top-serviceContents_heading {
    font-size: 2.5rem;
    margin-bottom: 80px;
  }
}
.top-serviceContents_heading span {
  display: inline-block;
}

.top-serviceType {
  display: flex;
  justify-content: center;
  column-gap: 4%;
  row-gap: 15px;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .top-serviceType {
    column-gap: 2%;
  }
}
@media screen and (min-width: 768px) {
  .top-serviceType {
    row-gap: 5px;
  }
}
.top-serviceType li {
  width: 47%;
  padding: 10px 10px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  background: #fff;
  border-radius: 50%;
  color: #004180;
  border: 2px solid #1e7bd4;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .top-serviceType li {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .top-serviceType li {
    font-size: 1.25rem;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top-serviceType li {
    font-size: 1.5rem;
    row-gap: 15px;
  }
}
.top-serviceType li[data-aos]:nth-of-type(even) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 560px) {
  .top-serviceType li[data-aos]:nth-of-type(3n-2) {
    transition-delay: 0s;
  }
  .top-serviceType li[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.15s;
  }
  .top-serviceType li[data-aos]:nth-of-type(3n) {
    transition-delay: 0.3s;
  }
}
.top-serviceType figure {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-serviceCorporates {
    display: flex;
    flex-direction: row;
    column-gap: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .top-serviceCorporates {
    column-gap: 4%;
  }
}
.top-serviceCorporates_item {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-serviceCorporates_item {
    margin: 0 auto;
    max-width: none;
  }
}
.top-serviceCorporates_item + div {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-serviceCorporates_item + div {
    margin-top: 0;
  }
}
.top-serviceCorporates a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
a:hover .top-serviceCorporates_img {
  transform: scale(1.1);
}
.top-serviceCorporates_heading {
  position: absolute;
  left: 50%;
  top: 45%;
  translate: -50% -50%;
  z-index: 100;
}
.top-serviceCorporates_for {
  background: #f76d50;
  border-radius: 5px;
  color: #fff;
  width: fit-content;
  margin: 0 auto 10px auto;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 8px 30px;
}
@media screen and (min-width: 768px) {
  .top-serviceCorporates_for {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-serviceCorporates_for {
    font-size: 1.125rem;
    padding: 10px 45px;
    border-radius: 10px;
  }
}
.top-serviceCorporates_main {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .top-serviceCorporates_main {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-serviceCorporates_main {
    font-size: 2.25rem;
  }
}
.top-serviceCorporates_img {
  position: relative;
  transition: transform 0.3s;
}
.top-serviceCorporates_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-serviceCorporates_img::before {
  content: "";
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.top-serviceCorporates_btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  background: #f76d50;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.637rem + 1.613vw, 1.625rem);
}
@media screen and (min-width: 768px) {
  .top-serviceCorporates_btn {
    width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .top-serviceCorporates_btn {
    right: 35px;
    bottom: 35px;
    width: 70px;
  }
}

.top-aboutWrap_looptext {
  color: #cedbe8;
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: min(20vw, 200px);
  display: flex;
  translate: 0 -40%;
}
@media screen and (min-width: 1200px) {
  .top-aboutWrap_looptext {
    font-size: 12.5rem;
  }
}
.top-aboutWrap_looptext span {
  margin-right: 5vw;
}

@media screen and (min-width: 768px) {
  .top-about {
    display: grid;
    grid-template-columns: 45% 50%;
    justify-content: space-between;
    grid-template-rows: auto auto auto;
    grid-template-areas: "ta-heading ta-heading" "ta-txt ta-img" "ta-btn ta-img";
  }
}
@media screen and (min-width: 1200px) {
  .top-about {
    grid-template-columns: 6.25% 37% auto min(44%, 700px);
    grid-template-areas: ". ta-heading . ta-img" ". ta-txt . ta-img" ". ta-btn . ta-img";
  }
}
.top-about_heading {
  grid-area: ta-heading;
}
.top-about_txt {
  grid-area: ta-txt;
}
.top-about_img {
  grid-area: ta-img;
}
.top-about_btn {
  grid-area: ta-btn;
}
.top-about_img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-about_img {
    margin-top: 0;
  }
}
.top-about_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-about_btn {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .top-about_btn {
    margin-top: 60px;
  }
}
.top-about_btn a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-about_btn a {
    margin: 0;
  }
}

.top-supportArea {
  background: #f5f5f5;
  padding: 20px 8% 40px 8%;
  position: relative;
  /*
  $color_before: #c4d5e5;
  &::before{
    content: 'AREA';
    @include m-ff_eiji(700);
    color: $color_bg;
    text-shadow:
    $color_before 1px 0px, $color_before -1px 0px,
    $color_before 0px -1px, $color_before -1px 0px,
    $color_before 1px 1px, $color_before -1px 1px,
    $color_before 1px -1px, $color_before -1px -1px,
    $color_before 1px 1px, $color_before -1px 1px,
    $color_before 1px -1px, $color_before -1px -1px,
    $color_before 1px 1px, $color_before -1px 1px,
    $color_before 1px -1px, $color_before -1px -1px;
    font-size: 25vw;
    position: absolute;
    right:8%;
    bottom:0;
    line-height: 0.75;
    opacity: 0.5;
    @include mq-up(md){
      right:30px;
      font-size: 20vw;
      line-height: 0.73;
    }
    @include mq-up(lg){
      font-size: min(15vw,206px);
    }
  }
  */
}
@media screen and (min-width: 768px) {
  .top-supportArea {
    padding: 30px 30px 60px 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-supportArea {
    padding: 30px;
    display: grid;
    grid-template-columns: 50px 1fr 45%;
    grid-template-rows: auto auto;
    grid-template-areas: "tsa-heading tsa-img tsa-inner";
    align-items: center;
  }
}
.top-supportArea_heading {
  grid-area: tsa-heading;
}
.top-supportArea_img {
  grid-area: tsa-img;
}
.top-supportArea_inner {
  grid-area: tsa-inner;
}
.top-supportArea_heading {
  border-bottom: 1px solid #1e7bd4;
  color: #1e7bd4;
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-supportArea_heading {
    padding-bottom: 20px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 960px) {
  .top-supportArea_heading {
    writing-mode: vertical-rl;
    border-bottom: none;
    border-right: 1px solid #1e7bd4;
    align-self: start;
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-supportArea_heading {
    font-size: 1.875rem;
  }
}
.top-supportArea_img {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .top-supportArea_img {
    max-width: none;
    margin: 0;
    padding: 0 10%;
  }
}
.top-supportArea_inner {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .top-supportArea_inner {
    margin-top: 0;
  }
}
.top-supportArea_heading02 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .top-supportArea_heading02 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-supportArea_heading02 {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
}

.top-featureWrap {
  background: #1e7bd4;
  position: relative;
  overflow: hidden;
}
.top-featureWrap_ashirai {
  display: none;
}
@media screen and (min-width: 560px) {
  .top-featureWrap_ashirai {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
  }
}
@media screen and (min-width: 560px) {
  .top-featureWrap_ashirai span {
    display: block;
    width: fit-content;
    rotate: -90deg;
    transform-origin: left top;
    translate: 75% 100%;
    color: #fff;
    opacity: 0.3;
    line-height: 0.75;
    font-family: "Jost", serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: min(20vw, 200px);
  }
}

.top-feature {
  counter-reset: num;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .top-feature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-feature {
    column-gap: 2%;
  }
}

.top-featureItem {
  counter-increment: num 1;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .top-featureItem {
    width: 48%;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-featureItem {
    width: 45%;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-featureItem {
    padding: 25px;
  }
}
.top-featureItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .top-featureItem[data-aos]:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}
.top-featureItem + .top-featureItem {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .top-featureItem + .top-featureItem {
    margin-top: 0;
  }
}
.top-featureItem_img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.top-featureItem_heading {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-featureItem_heading {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-featureItem_heading {
    font-size: 1.875rem;
  }
}
.top-featureItem_heading span {
  display: block;
  flex: 1;
  word-break: keep-all;
  text-align: center;
  padding: 0 5px;
}
.top-featureItem_heading strong {
  color: #1e7bd4;
}
.top-featureItem_heading::before {
  content: "0" counter(num);
  width: 50px;
  aspect-ratio: 1;
  background: #000;
  color: #fff;
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-featureItem_heading::before {
    width: 60px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-featureItem_heading::before {
    width: 70px;
    font-size: 1.125rem;
  }
}
.top-featureItem_txt {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top-featureItem_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-featureItem_txt {
    font-size: 1.125rem;
  }
}

.top-navi {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-navi + .top-navi {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-navi + .top-navi {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-navi:hover .top-navi_img {
    transform: scale(1.1);
  }
}
.top-navi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 100;
  transition: box-shadow 0.3s;
}
.top-navi a:hover {
  box-shadow: inset 0 0 0 10px #1e7bd4;
}
.top-navi_heading {
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-navi_heading {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-navi_heading {
    font-size: 2.25rem;
  }
}
.top-navi_sub {
  text-transform: uppercase;
  color: #f76d50;
  border: 1px solid #f76d50;
  border-radius: 30px;
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.7;
  padding: 8px 20px;
  min-width: 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-navi_sub {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-navi_sub {
    font-size: 1rem;
  }
}
.top-navi_txt {
  margin-top: 20px;
  padding: 0 8%;
  word-break: keep-all;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-navi_txt {
    margin-top: 30px;
  }
}
.top-navi_img {
  position: relative;
  aspect-ratio: 1000/670;
  transition: transform 0.3s;
}
@media screen and (min-width: 560px) {
  .top-navi_img {
    aspect-ratio: 1000/400;
  }
}
@media screen and (min-width: 960px) {
  .top-navi_img {
    aspect-ratio: 1000/290;
  }
}
.top-navi_img::before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.top-navi_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-companyWrap {
  background: url(../../img/top/top-ornament03.png) no-repeat right bottom, url(../../img/bg.png) repeat;
  background-size: contain, auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-companyWrap {
    background-size: auto, auto;
  }
}
.top-companyWrap_looptext {
  color: #e2e2e2;
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: min(20vw, 200px);
  display: flex;
  translate: 0 -40%;
}
@media screen and (min-width: 1200px) {
  .top-companyWrap_looptext {
    font-size: 12.5rem;
  }
}
.top-companyWrap_looptext span {
  margin-right: 5vw;
}

@media screen and (min-width: 768px) {
  .top-companyLink {
    display: flex;
    justify-content: space-between;
  }
}
.top-companyLink_item {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-companyLink_item {
    width: 48%;
    margin-top: 0;
    max-width: none;
  }
}
.top-companyLink_item + .top-companyLink_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-companyLink_item + .top-companyLink_item {
    margin-top: 0;
  }
}
.top-companyLink_item a {
  aspect-ratio: 770/326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.3;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .top-companyLink_item a {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .top-companyLink_item a {
    font-size: clamp(1.375rem, 0.4rem + 2.115vw, 2.25rem);
    aspect-ratio: 770/400;
  }
}
@media screen and (min-width: 960px) {
  .top-companyLink_item a {
    aspect-ratio: 770/326;
  }
}
.top-companyLink_item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/link-bg.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: transform 0.3s;
}
.top-companyLink_item a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1e7bd4;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (min-width: 560px) {
  .top-companyLink_item a::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-companyLink_item a::after {
    width: 60px;
    height: 60px;
    right: 20px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-companyLink_item a::after {
    width: 70px;
    height: 70px;
    right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-companyLink_item a:hover::before {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 960px) {
  .top-companyLink_item a:hover::after {
    translate: 5px -50%;
  }
}
.top-companyLink_title {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.top-companyLink_subTitle {
  font-family: "Jost", serif;
  font-weight: 700;
  color: #f76d50;
  font-size: 55.5%;
  position: relative;
  z-index: 10;
}

.top-clients {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-clients {
    display: flex;
  }
}
.top-clients_inner {
  background: #1e7bd4;
  padding: 20px 20px 10px 20px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-clients_inner {
    padding: 20px 0px 20px 20px;
    width: 27.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .top-clients_inner {
    padding: 20px 10px 20px 40px;
  }
}
.top-clients_inner::before {
  content: "";
  width: 100%;
  height: 30px;
  background: #1e7bd4;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 99%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .top-clients_inner::before {
    width: 30px;
    height: 100%;
    bottom: auto;
    top: 0;
    translate: 99% 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media screen and (min-width: 1200px) {
  .top-clients_inner::before {
    width: 50px;
  }
}
.top-clients_heading {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-clients_heading {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 960px) {
  .top-clients_heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-clients_heading {
    font-size: 2.25rem;
  }
}
.top-clients_title {
  color: #fff;
  text-align: center;
}
.top-clients_subTitle {
  font-family: "Jost", serif;
  font-weight: 700;
  color: #f76d50;
  font-size: 55.5%;
  margin-bottom: 8px;
}
.top-clients_txt {
  font-size: 0.875rem;
  line-height: 1.6;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .top-clients_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-clients_txt {
    font-size: 1.125rem;
  }
}
.top-clients_txt br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .top-clients_txt br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .top-clients_txt br {
    display: inline;
  }
}
.top-clients_list {
  padding: 60px 30px 50px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  column-gap: 2%;
  row-gap: 15px;
}
@media screen and (min-width: 560px) {
  .top-clients_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .top-clients_list {
    flex: 1;
    padding: 60px 30px 60px 80px;
  }
}
@media screen and (min-width: 960px) {
  .top-clients_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .top-clients_list {
    padding: 80px 50px 80px 100px;
    column-gap: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .top-clients_list {
    padding: 80px 50px 80px 130px;
  }
}
.top-clients_list li {
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .top-clients_list li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-clients_list li {
    font-size: 1.25rem;
  }
}
.top-clients_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1e7bd4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.top-recruit a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 12vw 8%;
  color: #fff;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .top-recruit a {
    border-radius: 10px;
    margin: 0 auto;
    padding: 10vw 8%;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit a {
    padding: 120px 9%;
  }
}
.top-recruit a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.top-recruit a * {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 960px) {
  a:hover .top-recruit_img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 960px) {
  a:hover .top-recruit_btn p::before {
    width: 101%;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-recruit_inner {
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_inner {
    margin-top: -30px;
  }
}
.top-recruit_txt {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-recruit_txt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_txt {
    font-size: 1.25rem;
  }
}
.top-recruit_btn p {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  height: 66px;
  background: #f76d50;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding-right: 25px;
  overflow: hidden;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-recruit_btn p {
    font-size: 1.125rem;
    height: 76px;
  }
}
@media screen and (min-width: 1200px) {
  .top-recruit_btn p {
    font-size: 1.25rem;
    height: 84px;
  }
}
.top-recruit_btn p::before {
  content: "";
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #ec4a34;
  z-index: 1;
}
.top-recruit_btn p span:nth-of-type(2) {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.top-recruit_img {
  transition: all 0.3s;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
}
.top-recruit_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-newsWrap.space--large {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .top-news {
    width: 100%;
    display: grid;
    grid-template-columns: 30% 1fr;
    column-gap: 10%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "tn-heading tn-list" "tn-btn tn-list";
  }
}
@media screen and (min-width: 960px) {
  .top-news {
    grid-template-columns: 20% 1fr;
    column-gap: 7%;
  }
}
.top-news_heading {
  grid-area: tn-heading;
}
.top-news_list {
  grid-area: tn-list;
}
.top-news_btn {
  grid-area: tn-btn;
}
.top-news_list {
  width: 100%;
}
.top-news_listbox {
  width: 100%;
}
.top-news_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-news_btn {
    margin-top: 0;
  }
}
.top-news_btn .c-btn01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news_btn .c-btn01 {
    margin: 0;
  }
}

.top-newsItem {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .top-newsItem {
    display: inherit;
    grid-template-columns: subgrid;
    grid-column: span 3;
  }
}
.top-newsItem + .top-newsItem {
  margin-top: 15px;
}
.top-newsItem a {
  width: 100%;
  display: grid;
  grid-template-columns: 80px auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 3%;
  row-gap: 10px;
  align-items: center;
  grid-template-areas: "tn-date tn-cate ." "tn-title tn-title tn-title";
  box-shadow: 0px 0px 6px 0px rgba(136, 147, 161, 0.29);
  background: #fff;
  padding: 20px 5%;
  border-radius: 10px;
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .top-newsItem a {
    grid-template-columns: 100px auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem a {
    grid-template-columns: 120px 130px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "tn-date tn-cate tn-title";
    padding: 40px;
    align-items: start;
    box-shadow: 0px 0px 9px 0px rgba(136, 147, 161, 0.29);
  }
}
@media screen and (min-width: 1400px) {
  .top-newsItem a {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 960px) {
  .top-newsItem a:hover {
    box-shadow: 0px 0px 6px 0px rgba(30, 123, 212, 0.6);
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem a:hover {
    box-shadow: 0px 0px 9px 0px rgba(30, 123, 212, 0.6);
  }
}
.top-newsItem_date {
  grid-area: tn-date;
}
.top-newsItem_category {
  grid-area: tn-cate;
}
.top-newsItem_title {
  grid-area: tn-title;
}
.top-newsItem_date {
  font-family: "Jost", serif;
  font-weight: 700;
  color: #1e7bd4;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top-newsItem_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem_date {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.top-newsItem_category {
  display: flex;
  gap: 5px;
}
.top-newsItem_category span {
  display: block;
  color: #707070;
  border: 1px solid #707070;
  padding: 2px 10px;
  line-height: 0.75;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .top-newsItem_category span {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem_category span {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}
.top-newsItem_title {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-newsItem_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem_title {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 10px;
  }
}

/*=============================================================
  news.scss
==============================================================*/
.news-categorylist {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.news-categorylist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #1e7bd4;
  border-radius: 30px;
  color: #1e7bd4;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news-categorylist a {
    font-size: 0.9375rem;
    padding: 15px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .news-categorylist a {
    font-size: 1rem;
    padding: 15px 45px;
    border-radius: 50px;
  }
}
.news-categorylist a:hover {
  background: #e9f4ff;
}
.news-categorylist .current-cat a {
  background: #1e7bd4;
  color: #fff;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3%;
  row-gap: 30px;
}
@media screen and (min-width: 560px) {
  .news-list {
    row-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 50px;
    column-gap: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5%;
    row-gap: 70px;
  }
}

.news-listItem a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 10px;
  column-gap: 15px;
  align-items: center;
  grid-template-areas: "n-img n-img" "n-date n-cate" "n-title n-title";
}
.news-listItem_img {
  grid-area: n-img;
}
.news-listItem_date {
  grid-area: n-date;
}
.news-listItem_category {
  grid-area: n-cate;
}
.news-listItem_title {
  grid-area: n-title;
}
.news-listItem_img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 9px 0px rgba(136, 147, 161, 0.29);
  aspect-ratio: 320/220;
  width: 100%;
}
.news-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-listItem_date {
  font-family: "Jost", serif;
  font-weight: 700;
  color: #1e7bd4;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .news-listItem_date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .news-listItem_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_date {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.news-listItem_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.news-listItem_category span {
  display: inline-block;
  color: #707070;
  border: 1px solid #707070;
  padding: 2px 10px;
  line-height: 0.75;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.3;
  border-radius: 5px;
}
@media screen and (min-width: 560px) {
  .news-listItem_category span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .news-listItem_category span {
    font-size: 0.875rem;
    padding: 2px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_category span {
    line-height: 1.5;
    text-align: center;
    padding: 2px 20px;
  }
}
.news-listItem_title {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .news-listItem_title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .news-listItem_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-listItem_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.news-entryData {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 10px;
  column-gap: 15px;
  align-items: center;
  grid-template-areas: "n-title n-title" "n-date n-cate";
}
.news-entryData_date {
  grid-area: n-date;
}
.news-entryData_category {
  grid-area: n-cate;
}
.news-entryData_title {
  grid-area: n-title;
}
.news-entryData_date {
  font-family: "Jost", serif;
  font-weight: 700;
  color: #1e7bd4;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .news-entryData_date {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .news-entryData_date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_date {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.news-entryData_category span {
  display: inline-block;
  color: #707070;
  border: 1px solid #707070;
  padding: 2px 10px;
  line-height: 0.75;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.3;
  border-radius: 5px;
}
@media screen and (min-width: 560px) {
  .news-entryData_category span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .news-entryData_category span {
    font-size: 0.875rem;
    padding: 2px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_category span {
    line-height: 1.5;
    text-align: center;
    padding: 2px 20px;
  }
}
.news-entryData_title {
  line-height: 1.5;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .news-entryData_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-entryData_title {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

/*=============================================================
  faq.scss
==============================================================*/
.faq-category_heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq-category_heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-category_heading {
    margin-bottom: 40px;
  }
}
.faq-category_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.faq-category_list a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .faq-category_list a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .faq-category_list a {
    font-size: 1.125rem;
  }
}
.faq-category_list a:hover {
  border-color: #1e7bd4;
  color: #1e7bd4;
}

.faq-section:nth-of-type(odd) {
  background: url(../../img/bg.png) repeat;
}

.faq-item {
  width: 100%;
  align-items: center;
  box-shadow: 0px 0px 6px 0px rgba(136, 147, 161, 0.29);
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .faq-item {
    box-shadow: 0px 0px 9px 0px rgba(136, 147, 161, 0.29);
    border-radius: 15px;
  }
}
.faq-item + .faq-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .faq-item + .faq-item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .faq-item + .faq-item {
    margin-top: 40px;
  }
}
.faq-item_q {
  position: relative;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-item_q {
    padding: 30px 70px 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_q {
    padding: 40px 90px 40px 40px;
  }
}
.faq-item_q::before, .faq-item_q::after {
  content: "－";
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  line-height: 0.75;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .faq-item_q::before, .faq-item_q::after {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_q::before, .faq-item_q::after {
    width: 30px;
    right: 40px;
  }
}
.faq-item_q::before {
  background: #e1edf4;
  padding-bottom: 2px;
  padding-right: 1px;
}
.faq-item_q::after {
  rotate: -90deg;
  padding-bottom: 4px;
  padding-right: 0px;
  transition: all 0.3s;
}
.faq-item_q.is-accordionopen::after {
  rotate: 0deg;
  opacity: 0;
}
.faq-item_q span {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .faq-item_q span {
    padding-left: 55px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_q span {
    padding-left: 70px;
    font-size: 1.25rem;
  }
}
.faq-item_q span::before {
  content: "Q";
  color: #1e7bd4;
  font-family: "Jost", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.75;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .faq-item_q span::before {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_q span::before {
    font-size: 2.875rem;
  }
}
.faq-item_a {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  margin: 0 20px 0 60px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .faq-item_a {
    margin: 0 30px 0 85px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_a {
    margin: 0 40px 0 110px;
    padding: 40px 0;
  }
}
.faq-item_a.entryBody {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .faq-item_a.entryBody {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .faq-item_a.entryBody {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/*=============================================================
  page.scss
==============================================================*/
@property --formula {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@media screen and (max-width: 959px) {
  .zoom-wrapper {
    overflow-x: auto;
    position: relative;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .zoom-wrapper {
    width: auto;
    --_min-viewport-width: 960px;
    --_max-viewport-width: 1200px;
    --_zoom-value: clamp(
    	tan(atan2(var(--_min-viewport-width), var(--_max-viewport-width))),
    	tan(atan2(var(--formula), var(--_max-viewport-width))),
    	1
    );
    --formula: clamp(
    	var(--_min-viewport-width),
    	100dvi,
    	var(--_max-viewport-width)
    );
    zoom: var(--_zoom-value);
    -webkit-text-size-adjust: initial;
  }
}
.zoom-wrapper .scroll-hint-icon-wrap {
  z-index: 100;
}

.vehicle-table01 {
  border-bottom: 1px solid #ccc;
  background: #fff;
  table-layout: fixed;
  width: 1200px;
}
@media screen and (min-width: 960px) {
  .vehicle-table01 {
    width: 100%;
  }
}
.vehicle-table01 th,
.vehicle-table01 td {
  padding: 20px 10px;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.3;
  text-align: center;
  padding: 15px 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vehicle-table01 th,
  .vehicle-table01 td {
    padding: 20px 10px;
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .vehicle-table01 th,
  .vehicle-table01 td {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.3;
  }
}
.vehicle-table01 th span,
.vehicle-table01 td span {
  font-size: 73%;
  display: inline-block;
}
.vehicle-table01 th {
  word-break: keep-all;
}
@media screen and (max-width: 959px) {
  .vehicle-table01 th {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.vehicle-table01 tr:first-of-type th {
  background: #1e7bd4;
  color: #fff;
}
.vehicle-table01 tr:first-of-type th:first-of-type {
  width: 130px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .vehicle-table01 tr:first-of-type th:first-of-type {
    width: 190px;
  }
}
@media screen and (min-width: 960px) {
  .vehicle-table01 tr:first-of-type th:first-of-type {
    width: auto;
  }
}
.vehicle-table01 tr:first-of-type th:first-of-type::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}
.vehicle-table01 tr:not(:first-of-type) th {
  background: #e1edf4;
  width: 130px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .vehicle-table01 tr:not(:first-of-type) th {
    width: 190px;
  }
}
@media screen and (min-width: 960px) {
  .vehicle-table01 tr:not(:first-of-type) th {
    width: auto;
  }
}
.vehicle-table01 tr:not(:first-of-type) th::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}
.vehicle-table01 th.th01 {
  width: 65px;
}
@media screen and (min-width: 768px) {
  .vehicle-table01 th.th01 {
    width: 95px;
  }
}
@media screen and (min-width: 960px) {
  .vehicle-table01 th.th01 {
    width: auto;
  }
}
.vehicle-table01 th.th02 {
  width: 65px;
  left: 65px;
}
@media screen and (min-width: 768px) {
  .vehicle-table01 th.th02 {
    left: 95px;
    width: 95px;
  }
}
@media screen and (min-width: 960px) {
  .vehicle-table01 th.th02 {
    width: auto;
    left: auto;
    top: auto;
  }
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundWrap {
  background: #f5f5f5;
}

.notfoundHeading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 10vw;
}
@media screen and (min-width: 768px) {
  .notfoundHeading {
    font-size: 3.75rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .notfoundHeading {
    font-size: 5rem;
    margin-bottom: 60px;
  }
}
.notfoundHeading_main {
  color: #1e7bd4;
  font-size: 200%;
  translate: 0 -50%;
}
.notfoundHeading_sub {
  margin-top: 10px;
  font-weight: bold;
  font-size: 36%;
}

.notfound {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .notfound {
    padding: 60px;
  }
}
.notfound_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .notfound_btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .notfound_btn {
    margin-top: 80px;
  }
}

/*=============================================================
  entry.scss
==============================================================*/
/* entryBody
-----------------------------*/
.entryBody {
  font-size: 1rem;
  line-height: 1.8;
  line-height: 1.8;
  overflow: hidden;
  /*
  &.txtbox p{
    margin-bottom: 0px;
  }
  &.txtbox p + p{
    margin-top:0px;
  }

  p strong{
  }

  p + div{
    margin-top: 30px;
    @include mq-up(xl) {
      margin-top: 40px;
    }
  }
  div{
    margin-bottom: 30px;
    @include mq-up(xl) {
      margin-bottom: 40px;
    }
  }
  */
}
@media screen and (min-width: 768px) {
  .entryBody {
    font-size: 1.0625rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody {
    font-size: 1.125rem;
    line-height: 1.8;
    line-height: 2;
  }
}
.entryBody > *:first-child {
  margin-top: 0 !important;
}
.entryBody h2:not([class]) {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entryBody h2:not([class]) {
    font-size: 1.875rem;
    margin-top: 100px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h2:not([class]) {
    font-size: 2.25rem;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.entryBody h3:not([class]) {
  border-left: 3px solid #1e7bd4;
  padding: 5px 15px;
  font-size: 1.25rem;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .entryBody h3:not([class]) {
    font-size: 1.5625rem;
    margin-top: 80px;
    margin-bottom: 35px;
    padding: 10px 0 10px 20px;
    border-left-width: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h3:not([class]) {
    border-left-width: 8px;
    font-size: 1.875rem;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 20px 0 25px 30px;
  }
}
.entryBody h4:not([class]) {
  font-size: 1.25rem;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #1e7bd4;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .entryBody h4:not([class]) {
    font-size: 1.4375rem;
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h4:not([class]) {
    font-size: 1.625rem;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.entryBody h5:not([class]) {
  font-size: 1.125rem;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
  background: #1e7bd4;
  color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entryBody h5:not([class]) {
    font-size: 1.25rem;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h5:not([class]) {
    font-size: 1.375rem;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 20px 30px;
  }
}
.entryBody h5:not([class])::before {
  content: "";
  width: 10px;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (min-width: 768px) {
  .entryBody h5:not([class])::before {
    top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h5:not([class])::before {
    top: 34px;
  }
}
.entryBody h6:not([class]) {
  font-size: 1.125rem;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .entryBody h6:not([class]) {
    font-size: 1.25rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h6:not([class]) {
    font-size: 1.375rem;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.entryBody p:not([class]) + p:not([class]) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .entryBody p:not([class]) + p:not([class]) {
    margin-top: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody) {
  color: #1530A0;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    color: #2b51e6;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .entryBody a:not([class]):not(.no-entryBody)[href^=tel] {
    pointer-events: none;
    color: #1d1d1d;
    text-decoration: none;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.entryBody table:not(.no-entryBody) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .entryBody table:not(.no-entryBody) {
    margin: 40px 0;
  }
}
.entryBody table:not(.no-entryBody) th,
.entryBody table:not(.no-entryBody) td {
  border: 1px solid #ccc;
  padding: 25px 30px;
  font-size: inherit;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .entryBody table:not(.no-entryBody) th,
  .entryBody table:not(.no-entryBody) td {
    line-height: 1.5;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .entryBody table:not(.no-entryBody) th,
  .entryBody table:not(.no-entryBody) td {
    padding: 20px;
  }
}
.entryBody table:not(.no-entryBody) th {
  background: #e1edf4;
}
.entryBody table:not(.no-entryBody) thead th {
  background: #1e7bd4;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .entryBody table:not(.no-entryBody) thead th {
    padding: 18px 15px;
    font-size: 105%;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody table:not(.no-entryBody) thead th {
    padding: 20px;
  }
}
.entryBody ul:not(.no-entryBody):not([class]),
.entryBody ol:not(.no-entryBody):not([class]) {
  width: 100%;
  margin: 20px 0;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  .entryBody ul:not(.no-entryBody):not([class]),
  .entryBody ol:not(.no-entryBody):not([class]) {
    padding-left: 20px;
    width: 100%;
  }
}
.entryBody ul:not(.no-entryBody):not([class]) li,
.entryBody ol:not(.no-entryBody):not([class]) li {
  position: relative;
  font-size: inherit;
  line-height: 2;
  padding-top: 5px;
}
/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
layout
************/
.e-layout_container > *:first-child {
  margin-top: 0 !important;
}

.e-layout_section {
  position: relative;
}

.e-layout_bg--gray {
  background: url(../../img/bg.png) repeat;
}

.e-layout_bg--blue {
  background: #004180;
}
.e-layout_bg--blue .c-heading01 {
  color: #fff;
}

.e-layout_bg--mizu {
  background: #e9f4ff;
}

.e-layout_container + .e-layout_container {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .e-layout_container + .e-layout_container {
    margin-top: 90px;
  }
}
@media screen and (max-width: 559px) {
  .e-layout_container + .e-layout_container {
    margin-top: 60px;
  }
}

.e-whiteBox {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .e-whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .e-whiteBox {
    padding: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .e-whiteBox {
    padding: 90px min(7.14%, 100px);
  }
}

.e-looptext {
  font-family: "Jost", serif;
  font-weight: 600;
  font-size: min(20vw, 200px);
  display: flex;
  translate: 0 -40%;
  margin-bottom: -20px;
}
@media screen and (min-width: 1200px) {
  .e-looptext {
    font-size: 12.5rem;
  }
}
.e-looptext span {
  margin-right: 5vw;
}
.e-layout_bg--white .e-looptext {
  color: #e9f4ff;
}
.e-layout_bg--gray .e-looptext {
  color: rgba(204, 204, 204, 0.4);
}
.e-layout_bg--blue .e-looptext {
  color: #1a66b0;
}
.e-layout_bg--mizu .e-looptext {
  color: rgba(30, 123, 212, 0.1);
}

/***********
box
************/
.e-box {
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .e-box {
    padding: 30px 5%;
  }
}
@media screen and (min-width: 960px) {
  .e-box {
    padding: 40px min(8%, 100px);
  }
}
.e-box > *:first-child {
  margin-top: 0 !important;
}
.e-box + * {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .e-box + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .e-box + * {
    margin-top: 40px;
  }
}
.e-box_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .e-box_title {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .e-box_title {
    font-size: 1.25rem;
  }
}
.e-box--red {
  background: #f9edee;
  border-color: #f1aeb5;
}
.e-box--default {
  background: rgba(30, 123, 212, 0.1);
  border-color: rgba(30, 123, 212, 0.4);
}
.e-box--gray {
  background: #e9ecef;
  border-color: #adb5bd;
}

/***********
grid
************/
.e-grid h2:first-child, .e-grid h3:first-child, .e-grid h4:first-child, .e-grid h5:first-child, .e-grid h6:first-child {
  margin-top: 0;
}
.e-grid p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.e-grid .e-gridItem_title {
  background: none;
  color: #1e7bd4;
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-grid .e-gridItem_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_title {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.e-grid p {
  margin-top: 20px;
}
@media screen and (max-width: 559px) {
  .e-grid p {
    margin-top: 15px;
  }
}
.e-grid p.c-gridItem_txt {
  line-height: 1.5;
  font-size: 85%;
}

/***********
greeting
************/
.e-greetingWrap {
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .e-greetingWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.e-greeting_photo {
  width: 25%;
  margin: 0 0 40px 40px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-greeting_photo {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 559px) {
  .e-greeting_photo {
    float: none;
    margin-inline: auto;
    max-inline-size: max-content;
    width: auto;
  }
}
.e-greeting_photo figcaption {
  margin-top: 20px;
  text-align: left;
}

.txtbox p.e-greeting_post {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_post {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_post {
    font-size: 0.75rem;
  }
}

.txtbox p.e-greeting_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_name {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_name {
    font-size: 0.9375rem;
  }
}

.txtbox p.e-greeting_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.75rem;
  }
}

/***********
btn
************/
.e-btn {
  width: 80%;
  min-width: 250px;
  max-width: 400px;
  margin: 40px auto;
  height: 84px;
}
@media screen and (max-width: 1199px) {
  .e-btn {
    margin: 30px auto;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .e-btn {
    margin: 20px auto;
    height: 76px;
  }
}
.e-btn a {
  width: 100%;
  height: 100%;
  display: block;
  background: #1e7bd4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 1.125rem;
  padding-right: 70px;
  padding-left: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .e-btn a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .e-btn a {
    font-size: 1rem;
  }
}
.e-btn a::before {
  content: "";
  height: 100%;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: all 0.3s;
  background: #004180;
}
.e-btn a:hover::before {
  width: 101%;
  left: 0;
}
.e-btn a span {
  position: relative;
  z-index: 5px;
}
.e-btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 56px;
  aspect-ratio: 1;
  background: #fff;
  color: #1e7bd4;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}
.e-btn a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
}
.e-btn a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
}
.e-btn a[href$=".doc"]::after, .e-btn a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
}
.e-btn a[href$=".xls"]::after, .e-btn a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
}
.e-btn a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
}
.e-btn a[href^="#"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 900;
}
.e-btn--center {
  text-align: center;
}

.e-btnWrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 559px) {
  .e-btnWrap {
    flex-direction: column;
    align-items: center;
  }
}
.e-btnWrap .e-btn {
  margin: 0;
}
.e-btnWrap--center {
  justify-content: center;
}

.e-btn02 {
  display: inline-block;
  margin: 0 10px;
}
.e-btn02_inner {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #1e7bd4;
  padding: 5px 20px 5px 20px;
  font-size: 93%;
}
@media screen and (max-width: 559px) {
  .e-btn02_inner {
    padding: 3px 10px;
  }
}
@media screen and (min-width: 960px) {
  .e-btn02_inner:hover {
    background: #4396e4;
  }
}

/***********
anchorlink
************/
.e-anchorlink {
  margin: 20px 0;
  background: #e1edf4;
  padding: 60px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .e-anchorlink {
    padding: 50px 20px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .e-anchorlink {
    padding: 40px 10px;
    margin: 20px 0;
  }
}
.e-anchorlink .e-btn {
  width: auto;
  margin: 0;
  flex: 1;
  padding: 0 10px;
}
.e-anchorlink .e-btn a {
  margin: 0 auto;
  min-width: 250px;
  max-width: 328px;
}

/***********
table
************/
@media screen and (max-width: 559px) {
  table.e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 559px) {
  table.e-table--sp th,
  table.e-table--sp td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 559px) {
  table.e-table--sp th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

@media screen and (max-width: 559px) {
  .entryBody table.e-table--sp th {
    border-bottom: none;
    border-top: none;
  }
}

table.e-designTable {
  border: none;
  background: none;
}
table.e-designTable th,
table.e-designTable td {
  padding: 20px 15px;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 768px) {
  table.e-designTable th,
  table.e-designTable td {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1200px) {
  table.e-designTable th,
  table.e-designTable td {
    padding: 35px 20px;
  }
}
table.e-designTable th {
  background: none;
  color: #1e7bd4;
  border-bottom-color: #1e7bd4;
  padding-left: 0;
  padding-right: 0;
}
table.e-designTable thead th {
  background: #1e7bd4;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  table.e-designTable thead th {
    padding: 18px 15px;
    font-size: 105%;
  }
}
@media screen and (min-width: 1200px) {
  table.e-designTable thead th {
    padding: 20px;
  }
}

/***********
linkList
**********.**/
.e-linkList {
  width: 100%;
}
.e-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .e-linkList li {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList li {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.e-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  line-height: 2;
}
.e-linkList li + li {
  margin-top: 10px;
}
.e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 20px;
  }
}
.e-linkList a[target=_blank]::after, .e-linkList a[href$=".pdf"]::after, .e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after, .e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after, .e-linkList a[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.e-linkList a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #1e7bd4;
}
.e-linkList a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.e-linkList a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.e-linkList a:hover {
  text-decoration: none !important;
}

/***********
googleMap
************/
.e-googleMap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .e-googleMap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap {
    margin: 20px 0;
  }
}
.e-googleMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 959px) {
  .e-googleMap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap iframe {
    height: 300px;
  }
}

/***********
youtube
************/
.e-youtube {
  position: relative;
  width: 100%;
}
.e-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.e-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
imgList
************/
.e-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.e-imgList li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-imgList li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList li {
    margin-bottom: 20px;
  }
}
.e-imgList figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-imgList figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList figcaption {
    font-size: 0.875rem;
  }
}
.e-imgList--row3::after {
  content: "";
  display: block;
  width: 31.5%;
}
.e-imgList--row3 li {
  width: 31.5%;
}
.e-imgList--row4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.e-imgList--row4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.e-imgList--row4 li {
  width: 23.5%;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.alignright {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/***********
download
************/
.e-downloadList {
  max-inline-size: max-content;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .e-downloadList {
    margin: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .e-downloadList {
    max-inline-size: none;
  }
}
.e-downloadList_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
}
.e-downloadList a {
  padding: 15px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 559px) {
  .e-downloadList a {
    width: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .e-downloadList a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
}
.e-downloadList p + p {
  margin-top: 0;
}
.e-downloadList p {
  line-height: 1.3;
}
.e-downloadList_file {
  flex: 1;
}
.e-downloadList_btn {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background: #1e7bd4;
  padding: 5px 20px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .e-downloadList_btn:hover {
    background: #155694;
  }
}
.e-downloadList_btn span {
  font-size: inherit;
  font-size: 0.875rem;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn span {
    display: none;
  }
}
.e-downloadList_btn i {
  margin-right: 5px;
}
@media screen and (max-width: 559px) {
  .e-downloadList_btn i {
    font-size: 1.625rem;
    color: #1e7bd4;
    margin-right: 0;
  }
}

/***********
list
************/
.e-list {
  display: grid;
  width: fit-content;
  margin: 0 auto;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .e-list {
    gap: 20px;
  }
}
.e-list li {
  font-size: inherit;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .e-list li {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .e-list li {
    line-height: 1.5;
  }
}
.e-list li::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background: #1e7bd4;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .e-list li::before {
    width: 10px;
    top: 6px;
  }
}

.e-list--row2 {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .e-list--row2 {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

.e-list--row3 {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .e-list--row3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.e-list--check li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .e-list--check li {
    padding-left: 25px;
  }
}
.e-list--check li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 900;
  width: auto;
  aspect-ratio: 1;
  top: 0;
  border-radius: 0;
  background: none;
  color: #1e7bd4;
  font-weight: 500;
  font-size: 118%;
}
@media screen and (max-width: 767px) {
  .e-list--check li::before {
    width: auto;
    top: 0;
  }
}

/***********
slide
************/
.e-slideVisual {
  max-width: 800px;
  margin-inline: auto;
}
.e-slideVisual_img {
  width: 100%;
  overflow: hidden;
}
.e-slideVisual_img span {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
}
.e-slideVisual_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.e-slideVisual .slick-track {
  display: flex;
}
.e-slideVisual .slick-slide {
  height: auto !important;
}
.e-slideVisual .slick-dots li:hover button::before {
  opacity: 0.75;
  color: #1e7bd4;
}
.e-slideVisual .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #1e7bd4;
}
.e-slideVisual .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .e-slideVisual .slick-arrow {
    width: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .e-slideVisual .slick-arrow {
    width: 70px;
  }
}
.e-slideVisual .slick-arrow.slick-next {
  left: -20px;
  background: url("../../img/slide_arrow--left.svg") no-repeat center center;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .e-slideVisual .slick-arrow.slick-next {
    left: -60px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .e-slideVisual .slick-arrow.slick-next {
    left: -100px;
  }
}
.e-slideVisual .slick-arrow.slick-prev {
  right: -20px;
  background: url("../../img/slide_arrow--right.svg") no-repeat center center;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .e-slideVisual .slick-arrow.slick-prev {
    right: -60px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .e-slideVisual .slick-arrow.slick-prev {
    right: -100px;
  }
}

/***********
picture
************/
.e-picture_pc {
  display: none;
}
@media screen and (min-width: 560px) {
  .e-picture_pc {
    display: block;
  }
}
.e-picture_sp {
  display: block;
}
@media screen and (min-width: 560px) {
  .e-picture_sp {
    display: none;
  }
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

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

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */