@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
:root {
  --base: #000;
  --gray1: #7A8182;
  --gray2: #F0F4F5;
  --gray3: #F0F4F4;
  --gray4: #494949;
  --gray5: #E5EBEB;
  --gray6: #D6D6D6;
  --gray7: #707070;
  --gray8: #C4C4C4;
  --gray9: #E1E1E1;
  --gray10: #ABABAB;
  --green1: #229F91;
  --green2: #56C69E;
  --green3: #F0F4F5;
  --green4: #098374;
  --green5: #F0F4F4;
  --red1: #FF0000;
  --red2: #F76E5C;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1120px) {
  html {
    font-size: 0.8920606601vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1120px) {
  html {
    font-size: 0.8920606601vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #7A8182;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #F0F4F5;
}
body.hidden {
  overflow: hidden;
}

a {
  color: #7A8182;
}
@media (min-width: 1025px) {
  a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; /*
height: 11.6rem;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .l-header {
    border-top: 0;
    -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
  }
}
.l-header__fixed {
  z-index: 20;
}
.l-header__fixed.m_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #fff;
}
.l-header__fixed.m_fixed.scroll-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__container {
  width: 114rem;
  max-width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 0.8rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.7rem 0 2rem;
    width: 100%;
    max-width: 100%;
  }
}
.l-header__lead {
  position: absolute;
  top: 1rem;
  right: 0;
  width: calc(100% - 9rem);
  font-size: 1.2rem;
}
.l-header__lead_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__lead_catch {
  color: #7A8182;
}
.l-header__lead_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
.l-header__lead_link {
  color: #7A8182;
}
.l-header__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.1rem 0px 1fr;
  grid-template-columns: 21.1rem 1fr;
  gap: 0px 0px;
  width: 100%;
      grid-template-areas: "logo search";
}
@media only screen and (max-width: 767px) {
  .l-header__grid {
    -ms-grid-columns: 4.9rem 1fr;
    grid-template-columns: 4.9rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-right: 2.3rem;
    height: 7rem;
  }
  .l-header__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.l-header__grid_logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .l-header__grid_logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__grid_search {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: search;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__grid_search_box {
  width: 28rem;
  margin-right: 1.6rem;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.l-header__grid_search_box input[type=text] {
  padding: 0.9rem 1.2rem;
  background: none;
  background: #F0F4F5;
  display: block;
  border-radius: 0.4rem 0 0 0.4rem;
}
.l-header__grid_search_box button {
  width: 8rem;
  color: #fff;
  background: #229F91;
  padding: 0.9rem 1.2rem;
}
.l-header__grid_search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  overflow: hidden;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4rem 0.8rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0;
  }
}
.l-header__logo_image {
  display: block;
  width: 8rem;
  max-width: 100%;
}
.l-header__logo_sub {
  width: 12.496rem;
}
.l-header__logo_content {
  text-align: left;
  width: 12rem;
}
@media only screen and (max-width: 767px) {
  .l-header__logo_content {
    display: none;
  }
}
.l-header__logo_lead {
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gray1);
}
.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 0 auto;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .l-header__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
}
.l-header__btns .d-none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header__btns-btn {
    border: solid 0.1rem;
    height: 3.2rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
  }
  .l-header__btns-btn--search {
    background: url(/images/common/ic_search.svg) 15% 50%/1.5rem no-repeat;
    width: 7.4rem;
    border-color: #56C69E;
  }
  .l-header__btns-btn--compare {
    background: url(/images/common/ic_cart.svg) 15% 50%/1.874rem no-repeat;
    width: 13rem;
    border-color: #57B1FF;
    padding-left: 5rem;
  }
  .l-header__btns-btn--compare.sp {
    display: none;
  }
  .l-header__btns-btn--favorite {
    background: url(/images/common/ic_favorite.svg) 6% 50%/1.8rem no-repeat;
    width: 15rem;
    border-color: #FFCC85;
    padding-left: 4rem;
  }
  .l-header__btns-btn--favorite .l-header__compare-num {
    right: calc(50% + 2.8rem);
  }
  .l-header__btns-btn--regist {
    background: url(/images/common/ic_regist.svg) 15% 50%/2.428rem no-repeat;
    width: 14rem;
    border-color: #F66F60;
    padding-left: 3rem;
  }
  .l-header__btns-btn--login {
    background: url(/images/common/ic_login.svg) 15% 50%/1.8rem no-repeat;
    width: 12rem;
    border-color: #56C69E;
  }
  .l-header__btns-btn--mypage {
    background: url(/images/common/ic_mypage.svg) 15% 50%/1.361rem no-repeat;
    width: 12rem;
    border-color: #56C69E;
  }
  .l-header__btns-btn--logout {
    background: url(/images/common/ic_logout.svg) 15% 50%/1.8rem no-repeat;
    width: 12rem;
    border-color: #838383;
  }
  .l-header__btns-btn:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__btns-btn {
    position: relative;
    height: 100%;
    width: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header__btns-btn--search {
    background: url(/images/common/btn_search.svg) 50% 50% no-repeat;
    background-size: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0;
  }
  .l-header__btns-btn--compare {
    font-weight: bold;
    background: url(/images/common/ic_cart.svg) 45% 40% no-repeat;
    background-size: 2.7rem;
    padding-top: 4rem;
    font-size: 1rem;
    color: #57B1FF;
    text-align: center;
  }
  .l-header__btns-btn--mypage {
    background: url(/images/common/ic_mypage.svg) 50% 36% no-repeat;
    background-size: 48%;
    padding-top: 4rem;
    width: auto;
    color: #229F91;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.09em;
  }
  .l-header__btns-btn--login {
    background: url(/images/common/btn_login.svg) 50% 50% no-repeat;
    background-size: 70%;
    overflow: hidden;
    text-indent: -99999px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__compare-num {
  position: absolute;
  top: 20%;
  right: calc(50% - 2.2rem);
  background: #F66F60;
  color: #fff;
  padding: 0rem 0.3rem 0.2rem;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: normal;
  min-width: 1rem;
      text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-header__compare-num {
    right: calc(50% + 0.8rem);
    top: calc(50% - 0.85rem);
  }
}
.l-header__nav {
  position: absolute;
  right: 2rem;
  bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 400;
}
.l-header__nav_link {
  text-decoration: none;
  color: var(--gray1);
}
.l-header__menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header__menu {
    display: block;
    width: 3rem;
    margin: 0.3rem 0 0 auto;
    padding: 0;
    background: none;
  }
  .l-header__menu.on .l-header__menu_bar::before {
    background: var(--base);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menu.on .l-header__menu_bar::after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .l-header__menu.on .l-header__menu_bar span {
    opacity: 0;
  }
  .l-header__menu_bar {
    display: block;
    height: 1.9rem;
    position: relative;
  }
  .l-header__menu_bar::before, .l-header__menu_bar::after,
  .l-header__menu_bar span {
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__menu_bar::before {
    background: var(--green4);
    top: 0;
  }
  .l-header__menu_bar::after {
    background: var(--base);
    bottom: 0;
  }
  .l-header__menu_bar span {
    background: var(--base);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__menu_caption {
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-size: 1rem;
    font-weight: 600;
    color: var(--green4);
  }
}
.l-header__popupbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  top: 0;
  left: 0;
  display: none;
}
.l-header__popupfront {
  width: 80rem;
  max-width: 90%;
  max-height: calc(80vh - 7rem);
  padding: 2rem 0 3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  background-color: #FFFFFF;
  overflow: auto;
}
.l-header__popupfront img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .l-header__popupfront {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
  }
}
.l-header__popup-cancel {
  float: right;
  margin-right: 2rem;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .l-header__popup-cancel {
    position: absolute;
    top: 2rem;
    right: 0;
  }
}
.l-header__popup-search {
  margin-top: 4rem;
}
.l-header__popup-search_label {
  display: block;
  max-width: 76rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-header__popup-search_label {
    max-width: 32.5rem;
  }
}
.l-header__popup-search_label input[type=text] {
  width: 100%;
  padding: 1.5rem 8.5rem 1.5rem 1.5rem;
  border: 0;
  border-radius: 0.3rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 400;
  border: solid 1px #7A8182;
}
.l-header__popup-search_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 4rem;
  background: var(--green1);
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFF;
}

.l-cart__fixed {
  position: fixed;
  bottom: 20rem;
  right: 0;
  width: 10rem;
  z-index: 10;
}
.l-cart__fixed._under {
  bottom: 20rem; /*18*/
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed._under {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed {
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-cart__fixed-cart {
  border-radius: 0.4rem 0 0 0.4rem;
  margin: 0 auto;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
}
.l-cart__fixed-cart img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed-cart img {
    display: none;
  }
}
.l-cart__fixed-cart.active {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .l-cart__fixed-cart.active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-cart__fixed-cart.active:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed-cart {
    border-radius: 0.6rem 0.6rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-cart__fixed-cart._cart {
  background: #57B1FF url(../images/common/ic_cart_wh.svg) center 0.8rem/3.6rem auto no-repeat;
  padding: 3.8rem 0 1rem;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
.l-cart__fixed-cart._cart .l-cart__fixed-txt--list {
  display: none;
}
.l-cart__fixed-cart._cart.js-comparison-cart-in-list {
  background-color: #279F91;
}
.l-cart__fixed-cart._cart.js-comparison-cart-in-list .l-cart__fixed-txt {
  display: none;
}
.l-cart__fixed-cart._cart.js-comparison-cart-in-list .l-cart__fixed-txt--list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed-cart._cart {
    width: 60%;
    padding-left: 1rem;
    padding: 0.8rem 0 1rem 4rem;
    background-position: 5rem center;
    margin-bottom: 0;
  }
}
.l-cart__fixed-cart._board {
  background: #2871FA;
  padding: 0.8rem 0 1rem;
  cursor: pointer;
}
.l-cart__fixed-cart._board.js-comparison-cart-go-disabled {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-cart__fixed-cart._board {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-cart__fixed-cart._board:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed-cart._board {
    width: 40%;
    padding-left: 2.5rem;
    background: #2871FA url("/images/common/ic_board.svg") no-repeat 3rem;
  }
}
.l-cart__fixed-num {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  background: #F66F60;
  color: #fff;
  padding: 0rem 0.5rem 0.3rem 0.4rem;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: normal;
  min-width: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed-num {
    position: absolute;
    top: 2rem;
    right: 2.5rem;
  }
}
.l-cart__fixed-big {
  font-size: 1.4rem;
}
.l-cart__fixed .js-comparison-cart-in.animation-on::before {
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .l-cart__fixed .js-comparison-cart-in.animation-on::before {
    top: -20rem;
    left: -20rem;
    width: 15rem;
    height: 15rem;
    background: url("/images/common/cart-in.svg") center/contain no-repeat;
    -webkit-animation: cartIn 1s ease-in-out forwards;
            animation: cartIn 1s ease-in-out forwards;
  }
}
@media only screen and (max-width: 767px) {
  .l-cart__fixed .js-comparison-cart-in.animation-on::before {
    top: -20rem;
    left: calc(50% - 5rem);
    width: 10rem;
    height: 10rem;
    background: url("/images/common/cart-in.svg") center/contain no-repeat;
    -webkit-animation: cartInSp 1s ease-in-out forwards;
            animation: cartInSp 1s ease-in-out forwards;
  }
}

@-webkit-keyframes cartIn {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(16rem, 16rem) scale(0.3);
            transform: translate(16rem, 16rem) scale(0.3);
    opacity: 0;
  }
}

@keyframes cartIn {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(16rem, 16rem) scale(0.3);
            transform: translate(16rem, 16rem) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes cartInSp {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 16rem) scale(0.3);
            transform: translate(0, 16rem) scale(0.3);
    opacity: 0;
  }
}
@keyframes cartInSp {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 16rem) scale(0.3);
            transform: translate(0, 16rem) scale(0.3);
    opacity: 0;
  }
}
.l-global-nav {
  background: #F0F4F5;
  padding: 0.8rem 0.5rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .l-global-nav {
    display: none;
  }
}
.l-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-global-nav__list_item {
  position: relative;
}
.l-global-nav__list_link {
  text-decoration: none;
  color: var(--base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-global-nav__list_link:hover {
  color: var(--green1);
}
.l-global-nav__list_new {
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.5rem);
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--red1);
}


.l-spnav {
  display: none;
  width: 100%;
  height: 100%;
  padding: 7rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
}
.l-spnav__btns {
  background: #F0F4F5;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.l-spnav__btns_item {
  width: calc((100% - 0.5rem) / 2);
}
.l-spnav__btns_item--w100 {
  width: 100%;
}
.l-spnav__btns_item:nth-of-type(1) img {
  width: 3.26rem;
}
.l-spnav__btns_item:nth-of-type(2) img {
  width: 2.2rem;
}
.l-spnav__btns_item:nth-of-type(3) img {
  width: 2.3rem;
}
.l-spnav__btns_item:nth-of-type(4) img {
  width: 2.058rem;
}
.l-spnav__btns_link {
  height: 100%;
  background: #229F91;
  border-radius: 0.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  gap: 0.4rem;
  padding: 1.2rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-spnav__btns_img {
  width: 5rem;
  text-align: center;
}
.l-spnav__btns-btn {
  border: solid 0.2rem;
  height: 5.4rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
}
.l-spnav__btns-btn--favorite {
  background: #fff url(/images/common/ic_favorite.svg) 31% 50%/1.8rem no-repeat;
  border-color: #FFCC85;
}
.l-spnav__btns-btn--regist {
  background: #fff url(/images/common/ic_regist.svg) 33% 50%/2.428rem no-repeat;
  border-color: #F66F60;
}
.l-spnav__btns-btn--logout {
  background: #fff url(/images/common/ic_logout.svg) 37% 50%/1.8rem no-repeat;
  border-color: #838383;
}
.l-spnav__list {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-spnav__list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid var(--gray5);
}
.l-spnav__list_item:nth-of-type(even) {
  border-left: 1px solid var(--gray5);
}
.l-spnav__list_link {
  display: block;
  padding: 1.6rem;
  text-decoration: none;
  color: var(--gray4);
}
.l-spnav__list_new {
  color: #f00;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 1rem;
}
.l-spnav__logout {
  padding: 1.5rem;
}



.l-main {
  contain: paint;
  position: relative;
      font-size: 1.6rem;
}
.l-main:before {
  content: "";
  background: url("../img/common/mv_bg.svg") no-repeat center top;
  width: 100%;
  height: 72.5rem;
  display: block;
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .l-main:before {
    background: url("../img/common/mv_bg_sp.svg") no-repeat center bottom;
    background-size: cover;
    height: 44rem;
  }
}
.l-main:after {
  content: "";
  background: url("../img/common/txt_column.svg") no-repeat left 1.7rem;
  width: 100%;
  height: 42rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .l-main:after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .l-main--detail:before {
    height: 22rem;
  }
}
@media (max-width: 1024px) {

}
.l-main-title {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 5.7rem;
  padding: 0 3rem 1rem;
}

.l-footer {
  background: #F0F4F5;
}
.l-footer__navi {
  padding: 6.4rem 3rem 5.6rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-footer__navi {
    padding-bottom: 1.7rem;
  }
}
.l-footer__navi-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
  font-size: 1.8rem;
  color: #7A8182;
}
@media (max-width: 1024px) {
  .l-footer__navi-lists {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .l-footer__navi-link {
    border-bottom: 0.1rem solid #D6D6D6;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1.6rem 0;
  }
}
.l-footer__navi-link:hover {
  text-decoration: underline;
}
.l-footer #pagetop {
  width: 5rem;
  height: 5rem;
  display: block;
  background: #229F91;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 5.6rem;
}
@media (max-width: 1024px) {
  .l-footer #pagetop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }
}
.l-footer #pagetop:after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  display: block;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  rotate: -135deg;
  left: calc(50% - 0.7rem);
  top: calc(50% - 0.4rem);
  position: absolute;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__cont {
  background: #fff;
  padding: 2rem 0 2.5rem;
}
.l-footer__cont-logo {
  margin-right: 13rem;
}
@media (max-width: 1024px) {
  .l-footer__cont-logo {
    width: 16rem;
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.l-footer__cont-copyright {
  text-align: right;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .l-footer__cont-copyright {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.l-footer__subnavi {
  font-size: 1.2rem;
  color: #7A8182;
}
@media (max-width: 1024px) {
  .l-footer__subnavi {
    color: #444747;
    width: 100%;
  }
}
.l-footer__subnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1.2rem;
}
@media (max-width: 1024px) {
  .l-footer__subnavi ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 0 50%;
    grid-template-columns: 50% 50%;
    gap: 2rem 0;
    margin-bottom: 2.7rem;
  }
}
.l-footer__subnavi a {
  color: #7A8182;
}
@media (max-width: 1024px) {
  .l-footer__subnavi a {
    color: #444747;
  }
}

.l-news:not(.l-news--no-scroll) {
  border-right: solid 1px #707070;
  height: 100%;
  padding-right: 10px;
  overflow: auto;
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
.l-news:not(.l-news--no-scroll)::-webkit-scrollbar {
  width: 9px;
}
.l-news:not(.l-news--no-scroll)::-webkit-scrollbar-track {
  background: #fff;
}
.l-news:not(.l-news--no-scroll)::-webkit-scrollbar-thumb {
  background: #095CA6;
}
@media (max-width: 1024px) {
  .l-news__list {
    border-top: dashed 1px #707070;
  }
}
.l-news__item {
  border-bottom: dashed 1px #707070;
}
@media (min-width: 1025px) {
  .l-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-news__item:nth-of-type(n+2) {
    margin-top: 2.1rem;
  }
}
@media (max-width: 1024px) {
  .l-news__item {
    padding: 20px 0 15px;
  }
}
@media (min-width: 1025px) {
  .l-news__item-info, .l-news__item-link {
    padding-bottom: 2rem;
  }
}
.l-news__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18rem;
}
@media (max-width: 1024px) {
  .l-news__item-info {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-news__item-date {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .l-news__item-date {
    font-size: 1.4rem;
    margin-right: 10px;
  }
}
.l-news__item-cat {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  background: #095CA6;
  color: #fff;
  font-size: 1.2rem;
}
.l-news__item-cat.event {
  background: #31BEFD;
}
@media (max-width: 1024px) {
  .l-news__item-cat {
    font-size: 1rem;
  }
}
.l-news__item-link {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .l-news__item-link {
    width: calc(100% - 18rem);
    padding-left: 3rem;
    padding-right: 1rem;
  }
  .l-news__item-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .l-news__item-link {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    display: inline-block;
    margin-top: 16px;
  }
}
.l-news__pager {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-news__pager-list, .l-news__pager-link {
  display: block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .l-news__pager-list, .l-news__pager-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}
.l-news__pager-list {
  background: #095CA6;
  color: #fff;
  margin: 5px;
}
.l-news__pager-link {
  background: #E6E6E6;
  color: #7A8182;
}
@media (min-width: 1025px) {
  .l-news__pager-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-news__pager-link:hover {
    background: #095CA6;
    color: #fff;
  }
}

.l-modal {
  max-width: 904px;
  padding: 60px 78px;
}
@media (max-width: 1024px) {
  .l-modal {
    width: 95%;
    padding: 44px 25px;
  }
}
.l-modal__close {
  width: 50px;
  height: 50px;
  border: solid 1px #7A8182;
  background: #fff;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-modal__close:before, .l-modal__close:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 8px;
  background: #7A8182;
  top: calc(50% - 4px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .l-modal__close:hover {
    background: #7A8182;
  }
  .l-modal__close:hover:before, .l-modal__close:hover:after {
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .l-modal__close {
    width: 30px;
    height: 30px;
    right: 18px;
    top: 18px;
  }
  .l-modal__close:before, .l-modal__close:after {
    width: 20px;
    height: 5px;
    top: calc(50% - 2px);
    left: calc(50% - 10px);
  }
}
.l-modal__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 63px;
}
@media (max-width: 1024px) {
  .l-modal__ttl {
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
}
.l-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .l-modal__item {
    width: calc((100% - 70px) / 2);
  }
  .l-modal__item:first-of-type {
    margin: 0 auto;
  }
  .l-modal__item:nth-of-type(even) {
    margin-left: 70px;
  }
  .l-modal__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .l-modal__item {
    width: 100%;
  }
  .l-modal__item:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
.l-modal__item-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.36;
}
@media (max-width: 1024px) {
  .l-modal__item-ttl {
    font-size: 1.9rem;
    line-height: 1.7894736842;
  }
}
.l-modal__item-img {
  margin-top: 14px;
}
@media (max-width: 1024px) {
  .l-modal__item-img {
    margin-top: 6px;
  }
}
.l-modal__item-txt {
  text-align: left;
  margin-top: 14px;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
@media (max-width: 1024px) {
  .l-modal__item-txt {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.l-modal__item-link {
  margin-top: 10px;
}

.l-container {
  width: 120rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .l-container {
    padding-left: 3rem;
    padding-right: 3rem;
    box-sizing: border-box;
  }
}

.l-list-01 {
  font-size: 1.6rem;
  line-height: 3;
}
.l-list-01__item {
  padding-left: 40px;
  position: relative;
}
.l-list-01__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 13px;
  width: 17px;
  height: 17px;
  border: solid 2px #095CA6;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .l-list-01 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-list-01__item {
    padding-left: 22px;
  }
  .l-list-01__item:nth-of-type(n+2) {
    margin-top: 13px;
  }
  .l-list-01__item:before {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    left: 0;
    top: 4px;
  }
}
.l-list-02 {
  font-size: 1.6rem;
  line-height: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-list-02__item {
  padding-left: 20px;
  position: relative;
  min-width: 50%;
  margin: 10px 0;
}
.l-list-02__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 10px;
  width: 9px;
  height: 9px;
  background: #BEBEBE;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .l-list-02 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .l-list-02__item {
    width: 100%;
    padding-left: 25px;
    margin: 5px 0;
  }
  .l-list-02__item:before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}
.l-list-03 {
  line-height: 1.5;
}
.l-list-03__item {
  margin-bottom: 4rem;
}
.l-list-03__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-list-03__thumb {
  margin-right: 2.5rem;
  width: 16rem;
}
.l-list-03__txt {
  width: calc(100% - 18.5rem);
}
.l-list-03__ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #0358AD;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}
.l-list-03__ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #9D9D9D;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.l-list-03__desc {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .l-list-03__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0358AD;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative;
  }
  .l-list-03__ttl:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #9D9D9D;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0.6rem;
  }
  .l-list-03__thumb {
    margin-right: 1rem;
    width: 10rem;
  }
  .l-list-03__txt {
    width: calc(100% - 11rem);
  }
  .l-list-03__desc {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.l-list-04 {
  line-height: 1.5;
}
.l-list-04__item + .l-list-04__item {
  margin-top: 4rem;
}
.l-list-04__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-list-04__thumb {
  margin-right: 4rem;
  width: 24.5rem;
}
.l-list-04__txt {
  width: calc(100% - 28.5rem);
}
.l-list-04__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #0358AD;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}
.l-list-04__ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #9D9D9D;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.l-list-04__desc {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .l-list-04__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0358AD;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative;
  }
  .l-list-04__ttl:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #9D9D9D;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0.6rem;
  }
  .l-list-04__thumb {
    margin-right: 1rem;
    width: 10rem;
  }
  .l-list-04__txt {
    width: calc(100% - 11rem);
  }
  .l-list-04__desc {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.l-row-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .l-row-col2__item {
    width: calc((100% - 96px) / 2);
  }
  .l-row-col2__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .l-row-col2--left .l-row-col2__item {
    width: calc(68% - 48px);
  }
  .l-row-col2--left .l-row-col2__item:nth-of-type(even) {
    width: calc(32% - 48px);
  }
  .l-row-col2--right .l-row-col2__item {
    width: calc(32% - 48px);
  }
  .l-row-col2--right .l-row-col2__item:nth-of-type(even) {
    width: calc(68% - 48px);
  }
}
@media (max-width: 1024px) {
  .l-row-col2__item {
    width: 100%;
  }
  .l-row-col2__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.l-row-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-row-col3__item {
  text-align: center;
}
.l-row-col3__ttl {
  margin-top: 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .l-row-col3__item {
    width: calc((100% - 192px) / 3);
    margin-right: 96px;
  }
  .l-row-col3__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .l-row-col3__item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .l-row-col3__item {
    width: 100%;
  }
  .l-row-col3__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .l-row-col3__ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.kiji-wrap {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kiji-link {
  position: relative;
  background: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
          box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
  width: calc(33.3333333333% - 1.4rem);
}
@media (max-width: 1024px) {
  .kiji-link {
    width: 100%;
  }
}
.kiji-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.kiji-link:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-right: 0.2rem solid #229F91;
  border-bottom: 0.2rem solid #229F91;
  rotate: -45deg;
  display: block;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
}
.kiji-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.7rem 0;
  text-align: center;
  color: #229F91;
  z-index: 2;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
}
.kiji-date__day {
  display: block;
  color: #229F91;
  font-size: 4.1rem;
  font-weight: 300;
}
.kiji-thumb {
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.kiji-thumb img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.kiji-cat {
  margin-bottom: 1rem;
}
.kiji-cat span {
  font-size: 1.2rem;
  color: #fff;
  background: #229F91;
  display: inline-block;
  padding: 0.7rem;
}
.kiji-ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-right: 5rem;
}
.kiji-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .kiji-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4rem;
    margin-bottom: 7rem;
    -webkit-text-size-adjust: 100%;
  }
}
.kiji-detail__netis-cta {
  margin-top: 4rem;
  color: #f00;
}
.kiji-detail__cont {
  width: 70%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .kiji-detail__cont {
    width: 100%;
  }
}
.kiji-detail__cont-thumb {
  padding: 2rem;
  background: #fff;
  margin-bottom: 3.2rem;
  -webkit-box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
          box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
}
.kiji-detail__cont-thumb img {
  width: 100%;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-thumb {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.kiji-detail__cont-status {
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-status {
    padding: 0;
  }
}
.kiji-detail__cont-tag {
  margin-bottom: 1rem;
}
.kiji-detail__cont-date {
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  color: #229F91;
}
.kiji-detail__cont-day {
  font-size: 2.1rem;
  font-family: "Barlow", sans-serif;
  color: #229F91;
}
.kiji-detail__cont-cat {
  font-size: 1.2rem;
  color: #fff;
  background: #229F91;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  margin-left: 1rem;
}
.kiji-detail__cont-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 3rem;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-ttl {
    font-size: 2.1rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
}
.kiji-detail__cont-desc {
  font-size: 1.6rem;
  line-height: 2.25;
  padding: 2rem;
  background: #fff;
  color: #444444;
  -webkit-box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
          box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
  word-break: break-all;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-desc {
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.kiji-detail__cont-desc p {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-desc p {
    margin-bottom: 3rem;
  }
}
.kiji-detail__cont-desc div {
  max-width: 100%;
}
.kiji-detail__cont-desc h2 {
  background: #e9eff1; /*背景色（白）*/
  border-left: 4px double #229F91; /*左線（太さ 二重線 色）*/
  display: block;
  font-size: 2.6rem; /*文字サイズ*/
  padding: 1rem; /*文字回りの余白（上下左右）*/
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-desc h2 {
    font-size: 2rem;
  }
}
.kiji-detail__cont-desc h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.875;
  margin-bottom: 1.5rem;
  color: #000;
}
.kiji-detail__cont-desc h3:before, .kiji-detail__cont-desc h3:after {
  content: "";
  border-bottom: 0.2rem solid #E8E8EC;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.kiji-detail__cont-desc h3:after {
  border-bottom-color: #229F91;
  width: 3rem;
}
.kiji-detail__cont-desc a {
  color: #229F91;
  text-decoration: underline;
}
.kiji-detail__cont-desc h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  background: #F0F4F5;
  padding: 1rem;
  margin-bottom: 2rem;
}
.kiji-detail__cont-desc ul {
  margin-bottom: 5rem;
}
.kiji-detail__cont-desc th, .kiji-detail__cont-desc td {
  vertical-align: middle;
}
.kiji-detail__cont-desc .wp-block-table {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-desc .wp-block-table table {
    min-width: 70rem;
    /*display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    &:after{
        content:'';
        display: block;
        height: 1rem;

    }
    &::-webkit-scrollbar {
        width: 1.5rem;
        height: 1.5rem;
        background: #F0F4F5;
        border-radius: 3rem;
        margin-top: 1rem;
      }
      &::-webkit-scrollbar-thumb {
        border-radius: 3rem;
      }
      &::-webkit-scrollbar-thumb {
        --bg-opacity: 1;
        background-color: #229F91;
      }*/
  }
}
.kiji-detail__cont-bnr {
  margin-bottom: 4rem;
}
.kiji-detail__cont-bnr img {
  width: 100%;
}
@media (max-width: 1024px) {
  .kiji-detail__cont-bnr {
    margin-bottom: 3rem;
  }
}
.kiji-detail__side {
  width: calc(30% - 2rem);
  max-width: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .kiji-detail__side {
    margin: 0 auto;
    width: 100%;
  }
}
.kiji-detail__side-new {
  background: #fff;
  -webkit-box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
          box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
  padding: 2rem;
  margin-bottom: 1.6rem;
}
.kiji-detail__side-ttl {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #000;
}
.kiji-detail__side-ttl span {
  color: #229F91;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  vertical-align: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  .kiji-detail__side-ttl span {
    letter-spacing: -0.1rem;
  }
}
.kiji-detail__side-article_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
}
.kiji-detail__side-article_link + .kiji-detail__side-article_link {
  margin-top: 1.3rem;
}
.kiji-detail__side-article_thumb {
  width: calc(50% - 0.6rem);
}
.kiji-detail__side-article_thumb img {
  aspect-ratio: 12/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.kiji-detail__side-article_ttl {
  width: calc(50% - 0.6rem);
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
.kiji-detail__side-cat {
  background: #fff;
  -webkit-box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
          box-shadow: 0.6rem 0.6rem 1.6rem rgba(34, 159, 145, 0.06);
  padding: 2rem;
  margin-bottom: 4rem;
}
.kiji-detail__side-cat_list {
  font-size: 1.4rem;
}
.kiji-detail__side-cat_link {
  display: block;
  padding: 1.6rem 0;
  padding-right: 3rem;
  border-bottom: 0.1rem solid #E1E1E1;
  position: relative;
  color: #444444;
}
.kiji-detail__side-cat_link:hover {
  color: #229F91;
}
.kiji-detail__side-cat_link:after {
  content: "";
  background: url("../img/common/arrow.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 1.2rem);
}
.kiji-detail__side-bnr {
  position: sticky;
  top: 15rem;
  right: 0;
}
.kiji-detail__side-bnr a {
  display: block;
  margin-top: 1.6rem;
}
@media (max-width: 1024px) {
  .kiji-detail__side-bnr img {
    width: 100%;
  }
}
.kiji-bnr {
  margin-bottom: 5rem;
}

.matome {
  border: 0.1rem solid #9F9F9F;
  padding: 2rem;
  margin: 4rem 0;
  color: #000;
}
.matome ul {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .matome {
    margin: 3rem 0;
    padding: 1.5rem;
  }
}
.matome p {
  margin-bottom: 0;
}
.matome-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .matome-ttl {
    font-size: 1.8rem;
  }
}

#toc_container {
  background: #F0F4F5;
  padding: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  #toc_container {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
#toc_container p {
  margin-bottom: 0;
}

.toc_title {
  font-size: 2.4rem;
  padding-left: 3.5rem;
  background: url("../img/common/ic_mokuji.svg") no-repeat left center;
  background-size: 2.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.toc_list {
  margin-bottom: 0 !important;
  font-size: 1.6rem;
}
.toc_list a {
  text-decoration: underline;
  color: #229F91;
}

.btn-more {
  margin-top: 4rem;
  margin-bottom: 8rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .btn-more {
    margin-top: 3.2rem;
    margin-bottom: 6.4rem;
  }
}
.btn-more__link {
  border: 0.2rem solid #229F91;
  color: #229F91;
  font-size: 1.6rem;
  width: 30rem;
  display: inline-block;
  padding: 2.2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .btn-more__link {
    width: 26rem;
  }
}
.btn-more__link:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #229F91;
  border-bottom: 0.2rem solid #229F91;
  display: block;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 2rem;
  rotate: -45deg;
}
.btn-more__link:hover {
  background: #229F91;
  color: #fff;
}
.btn-more__link:hover:after {
  border-color: #fff;
}
.btn-more__link._wh {
  color: #fff;
  border-color: #fff;
}
.btn-more__link._wh:after {
  border-color: #fff;
}
.btn-more__link._wh:hover {
  color: #229F91;
  background: #fff;
}
.btn-more__link._wh:hover:after {
  border-right: 0.2rem solid #229F91;
  border-bottom: 0.2rem solid #229F91;
}

.related {
  background: #229F91;
  padding: 3rem 3rem 0.1rem;
}

.home-category__repeat .home-sec3 {
  padding-top: 4rem;
}
.home-category__repeat .home-sec3:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(#229f91), to(#acc8ff));
  background: linear-gradient(to right, #229f91 0%, #acc8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 3rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 1024px) {
  .home-category__repeat .home-sec3:nth-child(even) {
    background: -webkit-gradient(linear, left top, left bottom, from(#acc8ff), to(#229f91));
    background: linear-gradient(to bottom, #acc8ff 0%, #229f91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.home-category__repeat .home-sec3:nth-child(even) .home-ttl, .home-category__repeat .home-sec3:nth-child(even) .home-ttl__eng {
  color: #fff;
}
.home-category__repeat .home-sec3:nth-child(even) .btn-more__link {
  border: 0.2rem solid #fff;
  color: #fff;
}
.home-category__repeat .home-sec3:nth-child(even) .btn-more__link:after {
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}
.home-category__repeat .home-sec3:nth-child(even) .btn-more__link:hover {
  background: #fff;
  color: #229F91;
}
.home-category__repeat .home-sec3:nth-child(even) .btn-more__link:hover:after {
  border-color: #229F91;
}
.home-category__repeat .home-sec3:first-child {
  position: relative;
}
@media (max-width: 1024px) {
  .home-category__repeat .home-sec3:first-child .home-ttl, .home-category__repeat .home-sec3:first-child .home-ttl__eng {
    color: #fff;
  }
}
.home-category__repeat .home-sec3:first-child:before {
  content: "";
  width: 91.6rem;
  display: block;
  background: url("../img/common/pickup_bg02.svg") no-repeat center 2rem;
  background-size: contain;
  height: 90rem;
  z-index: -1;
  position: absolute;
  right: calc(50% - 90rem);
  top: -50rem;
}
@media (max-width: 1024px) {
  .home-category__repeat .home-sec3:first-child:before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#229f91), to(#acc8ff));
    background: linear-gradient(to right, #229f91 0%, #acc8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100%;
    right: 0;
    top: 2rem;
    height: 37.5rem;
  }
}

.pagenation {
  text-align: center;
  margin-top: 4rem;
}
.pagenation a {
  display: inline-block;
  margin: 0 1rem;
  border: 0.1rem solid #229F91;
  background: #fff;
  padding: 1rem;
  color: #000;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 1024px) {
  .pagenation a {
    margin: 0 0.2rem;
    padding: 0.5rem 0.8rem;
  }
}
.pagenation a:hover {
  background: #229F91;
  color: #fff;
}
.pagenation span {
  display: inline-block;
  margin: 0 1rem;
  border: 0.1rem solid #229F91;
  background: #229F91;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 1024px) {
  .pagenation span {
    margin: 0 0.2rem;
    padding: 0.5rem;
  }
}

.l-slider {
  background: #000;
  width: 720px;
  max-width: 90%;
  margin: 0 auto 100px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.49);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.49);
}
.l-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-slider .slick-track:before, .l-slider .slick-track:after {
  display: none;
}
.l-slider .slick-dots {
  bottom: -60px;
  width: 100%;
}
.l-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 17px;
}
.l-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #808080;
  opacity: 1;
}
.l-slider .slick-dots li button:before {
  display: none;
}
.l-slider .slick-dots li.slick-active button {
  background: #000000;
}
@media (min-width: 1025px) {
  .l-slider .slick-dots li button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-slider .slick-dots li button:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .l-slider .slick-dots {
    bottom: -34px;
  }
  .l-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.l-slider .slick-arrow {
  width: 42px;
  height: 42px;
  top: 50%;
  z-index: 1;
  background: center/contain no-repeat;
}
.l-slider .slick-arrow:before {
  display: none;
}
@media (max-width: 1024px) {
  .l-slider .slick-arrow {
    width: 22px;
    height: 22px;
    top: calc(50% - 6px);
  }
}
.l-slider .slick-prev {
  left: 20px;
  background-image: url(../img/common/slider_prev.svg);
}
@media (max-width: 1024px) {
  .l-slider .slick-prev {
    left: 10px;
  }
}
.l-slider .slick-next {
  right: 20px;
  background-image: url(../img/common/slider_next.svg);
}
@media (max-width: 1024px) {
  .l-slider .slick-next {
    right: 10px;
  }
}
.l-slider__slide {
  float: none;
  height: auto;
  height: 576px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-slider__slide img {
  margin: 0 auto;
  max-height: 576px;
}
@media (max-width: 1024px) {
  .l-slider__slide {
    height: 264px;
  }
  .l-slider__slide img {
    max-height: 225px;
  }
}

.l-ac {
  text-align: center;
}
.l-ac__trigger {
  display: inline-block;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
}
.l-ac__trigger:before, .l-ac__trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: solid 2px #095CA6;
  border-right: solid 2px #095CA6;
  top: calc(50% - 8px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-ac__trigger:before {
  left: 0;
}
.l-ac__trigger:after {
  left: 8px;
}
.l-ac__trigger.active:before, .l-ac__trigger.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 6px;
}
.l-ac__trigger.active:before {
  top: calc(50% - 18px);
}
.l-ac__trigger.active:after {
  top: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .l-ac__trigger {
    font-size: 1.5rem;
    line-height: 2.1333333333;
    padding-left: 26px;
  }
  .l-ac__trigger:before, .l-ac__trigger:after {
    width: 8px;
    height: 8px;
  }
  .l-ac__trigger:after {
    left: 6px;
  }
  .l-ac__trigger.active:before {
    top: calc(50% - 12px);
  }
  .l-ac__trigger.active:after {
    top: calc(50% - 6px);
  }
}
.l-ac__content {
  display: none;
  margin-top: 20px;
  text-align: left;
}

.l-subpage-mv {
  background: center/cover no-repeat;
  position: relative;
}
.l-subpage-mv__container {
  height: 425px;
  background: #fff;
  border-radius: 0 9999px 9999px 0;
  width: 34%;
  min-width: 652px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 115px;
}
@media (max-width: 1024px) {
  .l-subpage-mv__container {
    height: 180px;
    padding: 10px 10px 10px 3%;
    width: 50%;
    min-width: auto;
  }
}
@media (max-width: 599px) {
  .l-subpage-mv__container {
    width: 90%;
  }
}
.l-subpage-mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: center;
}
.l-subpage-mv__ttl-ic {
  width: 160px;
}
.l-subpage-mv__ttl-txt {
  width: calc(100% - 170px);
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .l-subpage-mv__ttl-ic {
    width: 60px;
  }
  .l-subpage-mv__ttl-txt {
    width: calc(100% - 70px);
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .l-subpage-mv__txt {
    position: absolute;
    top: 50%;
    right: 0;
    left: 34%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 10px 0 144px;
  }
}
@media (max-width: 1920px) {
  .l-subpage-mv__txt {
    left: 0;
    padding: 0 10px 0 700px;
  }
}
@media (max-width: 1024px) {
  .l-subpage-mv__txt {
    padding: 20px 3%;
  }
}
.l-subpage-mv--company {
  background-image: url(../img/company/mv.webp);
}
.l-subpage-mv--csr {
  background-image: url(../img/csr/mv.webp);
}
.breadcrumb {
  width: 106rem;
  margin: 0 auto;
  color: #fff;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 2.5833333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.breadcrumb li {
  position: relative;
  white-space: nowrap;
}
.breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 0.7rem;
}
.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

.c-font--yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.c-ttl-circle {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.9583333333vw;
  height: 23.9583333333vw;
  padding-bottom: 2.6041666667vw;
}
@media (min-width: 1921px) {
  .c-ttl-circle {
    width: 46rem;
    height: 46rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1024px) {
  .c-ttl-circle {
    width: 19.4rem;
    height: 19.4rem;
    padding-bottom: 1rem;
  }
}
.c-ttl-circle__txt {
  margin-top: 0.78125vw;
  font-size: 2.0833333333vw;
  font-size: min(2.0833333333vw, 4rem);
  font-weight: bold;
  line-height: 1.5;
}
.c-ttl-circle__txt .small {
  display: block;
  font-size: 1.3541666667vw;
  font-size: min(1.3541666667vw, 2.6rem);
}
@media (min-width: 1921px) {
  .c-ttl-circle__txt {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .c-ttl-circle__txt {
    margin-top: 1rem;
    font-size: 1.9rem;
  }
  .c-ttl-circle__txt .small {
    font-size: 1.4rem;
  }
}
.c-ttl-circle__link {
  margin-top: 2.0833333333vw;
  position: relative;
  display: inline-block;
}
.c-ttl-circle__link img {
  width: 7.65625vw;
}
.c-ttl-circle__link:before, .c-ttl-circle__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.625vw;
  height: 0.625vw;
  border-top: solid 1px #095CA6;
  border-right: solid 1px #095CA6;
}
@media (min-width: 1921px) {
  .c-ttl-circle__link:before, .c-ttl-circle__link:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 1921px) {
  .c-ttl-circle__link {
    margin-top: 4rem;
  }
  .c-ttl-circle__link img {
    width: 14.7rem;
  }
}
@media (min-width: 1025px) {
  .c-ttl-circle__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .c-ttl-circle__link {
    margin-top: 1rem;
    padding-right: 1.6rem;
  }
  .c-ttl-circle__link img {
    width: 9rem;
  }
  .c-ttl-circle__link:before, .c-ttl-circle__link:after {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0.3rem);
  }
  .c-ttl-circle__link:before {
    right: 0.6rem;
  }
  .c-ttl-circle__link:after {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .c-ttl-circle__link--right {
    padding-right: 1.5625vw;
  }
  .c-ttl-circle__link--right:before, .c-ttl-circle__link--right:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0.2604166667vw);
  }
  .c-ttl-circle__link--right:before {
    right: 0.4166666667vw;
  }
  .c-ttl-circle__link--right:after {
    right: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  .c-ttl-circle__link--right {
    padding-right: 3rem;
  }
  .c-ttl-circle__link--right:before, .c-ttl-circle__link--right:after {
    top: calc(50% - 0.5rem);
  }
  .c-ttl-circle__link--right:before {
    right: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .c-ttl-circle__link--left {
    padding-left: 1.5625vw;
  }
  .c-ttl-circle__link--left:before, .c-ttl-circle__link--left:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: calc(50% - 0.2604166667vw);
  }
  .c-ttl-circle__link--left:before {
    left: 0.4166666667vw;
  }
  .c-ttl-circle__link--left:after {
    left: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  .c-ttl-circle__link--left {
    padding-left: 3rem;
  }
  .c-ttl-circle__link--left:before, .c-ttl-circle__link--left:after {
    top: calc(50% - 0.5rem);
  }
  .c-ttl-circle__link--left:before {
    left: 0.8rem;
  }
}
@media (min-width: 1025px) {
  .c-ttl-circle__link--down {
    padding-bottom: 1.5625vw;
  }
  .c-ttl-circle__link--down:before, .c-ttl-circle__link--down:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: calc(50% - 0.2604166667vw);
  }
  .c-ttl-circle__link--down:before {
    bottom: 0.4166666667vw;
  }
  .c-ttl-circle__link--down:after {
    bottom: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  .c-ttl-circle__link--down {
    padding-bottom: 3rem;
  }
  .c-ttl-circle__link--down:before, .c-ttl-circle__link--down:after {
    left: calc(50% - 0.5rem);
  }
  .c-ttl-circle__link--down:before {
    bottom: 0.8rem;
  }
}
.c-ttl-circle__anchor {
  margin-top: 1.0416666667vw;
  display: inline-block;
  position: relative;
}
@media (min-width: 1921px) {
  .c-ttl-circle__anchor {
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .c-ttl-circle__anchor {
    margin-top: 1.5rem;
  }
}
.c-ttl-circle__anchor:before, .c-ttl-circle__anchor:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5625vw;
  height: 1.5625vw;
  border-bottom: solid 1px #095CA6;
  border-right: solid 1px #095CA6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: calc(50% - 0.78125vw);
}
@media (min-width: 1921px) {
  .c-ttl-circle__anchor:before, .c-ttl-circle__anchor:after {
    width: 3rem;
    height: 3rem;
    left: calc(50% - 1.5rem);
  }
}
@media (max-width: 1024px) {
  .c-ttl-circle__anchor:before, .c-ttl-circle__anchor:after {
    width: 1.4rem;
    height: 1.4rem;
    left: calc(50% - 0.7rem);
  }
}
.c-ttl-circle__anchor:before {
  top: 0;
}
.c-ttl-circle__anchor:after {
  top: 2rem;
}
@media (max-width: 1024px) {
  .c-ttl-circle__anchor:after {
    top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .c-ttl-circle--small {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1921px) {
  .c-ttl-circle--small {
    width: 40rem;
    height: 40rem;
    padding-bottom: 2rem;
  }
}
.c-ttl-01 {
  color: #095CA6;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .c-ttl-01 {
    font-size: 2.2rem;
    line-height: 1.8333333333;
  }
}
.c-ttl-02 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  border-top: solid 1px #095CA6;
  border-bottom: solid 1px #095CA6;
  padding: 4px 4px 4px 42px;
}
.c-ttl-02:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: #095CA6;
  border-radius: 5px;
  left: 0;
  top: 13px;
}
@media (max-width: 1024px) {
  .c-ttl-02 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 13px 4px 13px 27px;
  }
  .c-ttl-02:before {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    top: 18px;
  }
}
.c-ttl-03 {
  border-left: 0.5rem solid #095CA6;
  padding-left: 1.5rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  /*
  font-size: 3.5rem;
  line-height: calc(60 / 35);
  position: relative;
  padding-left: 18px;
  &:before{
      content:"";
      display: block;
      position: absolute;
      left:0;
      top:15px;
      bottom:15px;
      background: $bu;
      width: 5px;
  }
  @include tab{
      font-size: 2.4rem;
      line-height: 1.5;
      &:before{
          top:3px;
          bottom:3px;
      }
  }*/
}
@media (max-width: 1024px) {
  .c-ttl-03 {
    font-size: 2.2rem;
  }
}
.c-ttl-04 {
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media (max-width: 1024px) {
  .c-ttl-04 {
    font-size: 1.8rem;
    line-height: 2.0833333333;
  }
}
.c-ttl-05 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #095CA6;
}
@media (max-width: 1024px) {
  .c-ttl-05 {
    font-size: 1.8rem;
    line-height: 2.7777777778;
  }
}
.c-ttl-06 {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .c-ttl-06 {
    font-size: 1.6rem;
    line-height: 3.125;
  }
}
.c-ttl-lineup {
  text-align: center;
  border: solid 1px #095CA6;
  border-radius: 100px;
  position: relative;
  padding: 0 10%;
}
.c-ttl-lineup__txt {
  display: inline-block;
  color: #095CA6;
  font-size: 3.2rem;
  line-height: 1.5;
  background: #fff;
  padding: 0 22px;
  margin: -8px 0;
}
@media (max-width: 1024px) {
  .c-ttl-lineup__txt {
    font-size: 1.8rem;
    padding: 11px 13px;
  }
}

.c-btn-more {
  display: inline-block;
  padding-right: 3rem;
  position: relative;
  color: #095CA6;
}
.c-btn-more img {
  width: 9.4rem;
}
.c-btn-more:before, .c-btn-more:after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: solid 1px #095CA6;
  border-right: solid 1px #095CA6;
  top: calc(50% - 0.4rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-more:before {
  right: 0.8rem;
}
.c-btn-more:after {
  right: 0;
}
@media (min-width: 1025px) {
  .c-btn-more:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .c-btn-more {
    margin-top: 1rem;
    padding-right: 1.6rem;
  }
  .c-btn-more img {
    width: 8rem;
  }
  .c-btn-more:before, .c-btn-more:after {
    width: 0.8rem;
    height: 0.8rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0.3rem);
  }
  .c-btn-more:before {
    right: 0.6rem;
  }
}
@media (min-width: 1025px) {
  .c-btn-more--large img {
    width: 15rem;
  }
}
@media (max-width: 1024px) {
  .c-btn-more--large img {
    width: 8.8rem;
  }
}
.c-btn-txt {
  display: inline-block;
  color: #095CA6;
  text-decoration: underline;
  letter-spacing: -0.05em;
}
@media (min-width: 1025px) {
  .c-btn-txt:hover {
    text-decoration: none;
  }
}
.c-btn-mark {
  display: block;
  padding: 12px 54px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #F8F8F8;
  border-radius: 1.2rem;
  color: #095CA6;
  font-weight: bold;
}
.c-btn-mark__wrap + .c-btn-mark__wrap {
  margin-top: -3rem;
}
.c-btn-mark:hover {
  text-decoration: underline;
}
.c-btn-mark:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #095CA6;
  border-right: solid 2px #095CA6;
  -webkit-transform: rotate(35deg) skewX(-20deg);
          transform: rotate(35deg) skewX(-20deg);
  left: 24px;
  top: calc(50% - 6px);
}
@media (max-width: 1024px) {
  .c-btn-mark {
    font-size: 1.4rem;
    line-height: 1.8666666667;
    padding: 12px 44px 12px 40px;
  }
  .c-btn-mark:before {
    width: 8px;
    height: 8px;
    left: 12px;
    top: calc(50% - 5px);
  }
}
.c-btn-pdf {
  display: block;
  color: #095CA6;
  background: #F8F8F8;
  border-radius: 12px;
}
.c-btn-pdf__txt {
  display: inline-block;
  padding: 12px 54px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-btn-pdf__txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #095CA6;
  border-right: solid 2px #095CA6;
  -webkit-transform: rotate(35deg) skewX(-20deg);
          transform: rotate(35deg) skewX(-20deg);
  left: 24px;
  top: calc(50% - 6px);
}
.c-btn-pdf__txt:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/ic_pdf.svg) center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 10px;
}
@media (min-width: 1025px) {
  .c-btn-pdf:hover .c-btn-pdf__txt {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .c-btn-pdf__txt {
    font-size: 1.4rem;
    line-height: 1.8666666667;
    padding: 12px 44px 12px 40px;
  }
  .c-btn-pdf__txt:before {
    width: 8px;
    height: 8px;
    left: 12px;
    top: calc(50% - 5px);
  }
  .c-btn-pdf__txt:after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 18px;
  }
}
.c-btn-modal {
  display: inline-block;
  margin: 5px;
  width: 60px;
  height: 60px;
}
.c-btn-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .c-btn-modal {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn-modal:hover {
    opacity: 0.7;
  }
}

.pdf_link_wrap + .pdf_link_wrap {
  margin-top: -3rem;
}

.c-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home-mv {
  position: fixed;
  left: 0;
  right: 0;
  top: 125px;
  z-index: -1;
  background: url(../img/top/mv_bg.webp) center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-home-mv {
    top: 50px;
    background: url(../img/top/mv_bg_sp.webp) center/cover;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home-mv__img--2 {
  text-align: right;
}
@media (min-width: 1025px) {
  .p-home-mv__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home-mv__img picture,
  .p-home-mv__img img {
    max-height: 100%;
  }
}
@media (max-width: 1024px) {
  .p-home-mv__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
}
.p-home-mv__ttl {
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-home-mv__ttl {
    width: 100%;
  }
}

.p-home-bg {
  margin-top: 100vh;
  background: #E6E6E6;
  padding: 40px 0 221px;
  position: relative;
}
.p-home-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -810px;
  height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgb(255, 255, 255)), color-stop(91%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 91%, rgba(255, 255, 255, 0) 100%);
}
.p-home-bg:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 0 0 0 400px;
  left: 30.8%;
  right: 0;
  top: 0;
  bottom: -200px;
}
@media (max-width: 1024px) {
  .p-home-bg {
    padding: 40px 0 129px;
  }
  .p-home-bg:before {
    top: -473px;
  }
  .p-home-bg:after {
    left: 29.8%;
    bottom: -13px;
  }
}

.p-home-important {
  position: relative;
  z-index: 1;
}
.p-home-important__list {
  margin: 0 auto;
  width: 909px;
  max-width: 95%;
}
.p-home-important__item {
  background: #E6E6E6;
  border-radius: 15px;
  padding: 24px 20px 24px 58px;
}
.p-home-important__item:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-home-important__item-ic {
  font-size: 2rem;
  font-weight: bold;
  color: #095CA6;
  background: #fff;
  border: solid 3px #095CA6;
  display: inline-block;
  padding: 6px 22px;
  border-radius: 100px;
}
.p-home-important__item-link {
  margin-left: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .p-home-important__item-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .p-home-important__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 11px 14px 13px;
  }
  .p-home-important__item-ic {
    font-size: 1.3rem;
    border-width: 1px;
  }
  .p-home-important__item-link {
    font-size: 1.5rem;
    margin: 6px 0 0;
  }
}

.home-sec1__kiji {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 70% 2rem calc(30% - 2rem);
  grid-template-columns: 70% calc(30% - 2rem);
  -ms-grid-rows: auto 2rem auto;
      grid-template-areas: "_c01 _c02" "_c01 _c03";
  max-width: 120rem;
  margin: 0 auto 3rem;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .home-sec1__kiji {
    margin-bottom: 6.4rem;
    gap: 1.6rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1.6rem auto 1.6rem auto;
        grid-template-areas: "_c01" "_c02" "_c03";
  }
}
.home-sec1__kiji-link {
  width: auto;
}
.home-sec1__kiji-link img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .home-sec1__kiji-link img {
    aspect-ratio: 16/9;
  }
}
.home-sec1__kiji-link._c01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: _c01;
}
.home-sec1__kiji-link._c01 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .home-sec1__kiji-link._c01 img {
    aspect-ratio: 16/9;
  }
}
.home-sec1__kiji-link._c02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _c02;
}
.home-sec1__kiji-link._c03 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: _c03;
}
@media (max-width: 1024px){
  .home-sec1__kiji-link._c01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .home-sec1__kiji-link._c02 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-sec1__kiji-link._c03 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.home-sec1__kiji-link:first-child .kiji-ttl {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .home-sec1__kiji-link:first-child .kiji-ttl {
    font-size: 1.4rem;
  }
}

.home-catlist{
  max-width: 120rem;
  margin: 0 auto 3rem;
  padding: 0 3rem;
}
.category-list__ttl{
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color:#000;
}
.category-list__list{
  display: flex;
  flex-wrap: wrap;
  gap:.8rem;
}
.category-list__link{
  display: inline-block;
  padding: .7rem 1.2rem;
  border:.2rem solid #229F91;
  color:#229F91;
  font-size: 1.6rem;
  font-weight: bold;
}
.category-list__link:hover{
  color:#fff;
  background: #229F91;
}
@media (max-width: 1024px) {
  .category-list__link{

    font-size: 1.4rem;
    padding: .5rem .7rem;
  }
}

.home-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}
.home-bnr img {
  width: 100%;
}
@media (max-width: 1024px) {
  .home-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 6.4rem;
  }
}
.home-bnr__link {
  border: 0.1rem solid #fff;
  display: block;
  width: 50%;
}
@media (max-width: 1024px) {
  .home-bnr__link {
    width: 100%;
  }
}
.home-ttl {
  max-width: 120rem;
  margin: 0 auto 3rem;
  padding: 0 3rem;
  color: #000;
}
.home-ttl._wh {
  color: #fff;
}
@media (max-width: 1024px) {
  .home-ttl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.home-ttl__eng {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 5.4rem;
  color: #229F91;
  text-transform: uppercase;
}
.home-ttl__eng._wh {
  color: #fff;
}
@media (max-width: 1024px) {
  .home-ttl__eng {
    line-height: 1.4;
    font-size: 4.4rem;
    letter-spacing: -0.3rem;
    vertical-align: 0.2rem;
  }
}

.home-sec2 {
  position: relative;
  padding: 3rem 0 0;
}
.home-sec2:before {
  content: "";
  width: 100rem;
  display: block;
  background: url("../img/common/pickup_bg.svg") no-repeat center 2rem;
  background-size: contain;
  height: 100rem;
  z-index: -1;
  position: absolute;
  right: calc(50% + 10rem);
  top: -14rem;
}
@media (max-width: 1024px) {
  .home-sec2:before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#229f91), to(#acc8ff));
    background: linear-gradient(to right, #229f91 0%, #acc8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100%;
    right: 0;
    top: 0;
    height: 37.5rem;
  }
}
.home-sec2 .home-ttl {
  color: #fff;
  font-weight: normal;
}

.p-home-sec3 {
  margin-top: -282px;
  position: relative;
  z-index: 1;
  background: #E6E6E6;
}
@media (max-width: 1024px) {
  .p-home-sec3 {
    margin-top: -178px;
  }
}
.p-home-sec3__ttl {
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
}
.p-home-sec3__ttl-anchor {
  background: url(../img/top/learn-more.svg) no-repeat;
  width: 15rem;
  height: 5rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .p-home-sec3__ttl-anchor {
    width: 7.5rem;
    height: 2.5rem;
    background-size: contain;
  }
}
.p-home-sec3__ttl-anchor:before, .p-home-sec3__ttl-anchor:after {
  content: none;
}
@media (max-width: 1024px) {
  .p-home-sec3__ttl-ic {
    width: 4rem;
  }
}
.p-home-sec3__eyecatch {
  margin-top: -14rem;
}
@media (max-width: 1024px) {
  .p-home-sec3__eyecatch {
    margin-top: -2rem;
  }
}
.p-home-sec3__img {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.p-home-sec3__img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1440px;
  max-width: 90%;
  background: url(../img/top/sec3_bg.webp) center top/100% auto no-repeat;
  padding-top: 22.516%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-home-sec3__img img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-home-sec3__img {
    margin-top: 73px;
  }
  .p-home-sec3__img:before {
    max-width: 100%;
    padding-top: 54.516%;
    background-image: url(../img/top/sec3_bg_sp.webp);
  }
}
.p-home-sec3__search {
  overflow: hidden;
  position: relative;
  padding: 160px 0 25%;
  background: #fff;
}
.p-home-sec3__search:before {
  content: "";
  display: block;
  position: absolute;
  background: #E6E6E6;
  border-radius: 50%;
  left: -47px;
  right: -47px;
  bottom: 0;
  padding-top: calc(100vw + 94px);
}
@media (max-width: 1024px) {
  .p-home-sec3__search {
    padding: 73px 0 48%;
  }
  .p-home-sec3__search:before {
    left: -178px;
    right: -178px;
    padding-top: calc(100vw + 356px);
  }
}
.p-home-sec3__search .fessWrapper {
  width: 909px;
  max-width: 95%;
  background: #fff;
  margin: 0 auto;
  padding: 29px 36px 30px 233px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.p-home-sec3__search .fessWrapper:before {
  content: "フリーワード検索";
  display: block;
  position: absolute;
  left: 36px;
  top: calc(50% - 1.5rem);
  font-size: 2rem;
}
.p-home-sec3__search .fessWrapper td:last-of-type {
  display: none;
}
.p-home-sec3__search .fessWrapper input {
  border-radius: 5px;
  border: solid 1px #7A8182;
  height: 36px;
  font-size: 1.6rem;
  color: #7A8182;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-home-sec3__search .fessWrapper {
    padding: 38px 18px 20px;
  }
  .p-home-sec3__search .fessWrapper:before {
    font-size: 1.3rem;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .p-home-sec3__search .fessWrapper input {
    height: 31px;
    border-radius: 100px;
  }
}

.p-home-sec4 {
  margin-top: -263px;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-home-sec4 {
    margin-top: -108px;
  }
}
.p-home-sec4__ttl {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-home-sec4__ttl {
    padding-bottom: 3rem;
  }
}
.p-home-sec4__container {
  width: 1080px;
  max-width: 95%;
  margin: 63px auto 0;
}
.p-home-sec4__container:nth-of-type(n+2) {
  margin-top: 137px;
}
.p-home-sec4__container-ttl {
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-home-sec4__container {
    margin-top: 50px;
  }
  .p-home-sec4__container:nth-of-type(n+2) {
    margin-top: 92px;
  }
  .p-home-sec4__container-ttl {
    font-size: 1.8rem;
  }
}
.p-home-sec4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 29px;
  gap: 5rem 0;
}
@media (max-width: 1024px) {
  .p-home-sec4__list {
    margin-top: 24px;
  }
}
@media (min-width: 1025px) {
  .p-home-sec4__item {
    width: calc(20% - 1.6rem);
    margin-right: 2rem;
  }
  .p-home-sec4__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .p-home-sec4__item {
    width: calc(50% - 0.5rem);
    text-align: center;
  }
}
.p-home-sec4__item-link {
  height: 100%;
  border: solid 1px #095CA6;
  border-radius: 30px;
  background: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  color: #095CA6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.4rem;
}
@media (max-width: 1024px) {
  .p-home-sec4__item-link {
    font-size: 1.3rem;
  }
}
.p-home-sec4__item-link:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.1rem solid #095CA6;
  border-bottom: 0.1rem solid #095CA6;
  display: inline-block;
  rotate: -45deg;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}
.p-home-sec4__item-link:hover {
  background: #095CA6;
  color: #fff;
}
.p-home-sec4__item-link:hover:after {
  border-color: #fff;
}
@media (max-width: 1024px) {
  .p-home-sec4__item-txt-wrap {
    width: 19rem;
    max-width: calc(100% - 10rem);
  }
}
.p-home-sec4__item-img {
  margin-bottom: 3rem;
}

.p-home-sec5 {
  background: #fff;
  padding: 190px 0 197px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-home-sec5 {
    padding: 86px 0 119px;
  }
}
.p-home-sec5__container {
  width: 1505px;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .p-home-sec5__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
}
.p-home-sec5__ttl {
  margin: 0 auto;
}
.p-home-sec5__news {
  max-height: 33.2rem;
}
@media (min-width: 1025px) {
  .p-home-sec5__news {
    width: 103.2rem;
    max-width: calc(100% - 22.3958333333vw);
  }
}
@media (min-width: 1921px) {
  .p-home-sec5__news {
    max-width: calc(100% - 43rem);
  }
}
@media (max-width: 1024px) {
  .p-home-sec5__news {
    margin-top: 43px;
    max-height: 59rem;
  }
}

.p-en-home__company {
  background: #fff;
  padding: 11rem 0;
}

.top-popup__bg{
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 159, 144, 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition:.3s ease;

}
.top-popup__bg.active{
  opacity: 1;
  pointer-events: all;
}
.top-popup__sec{
  display: inline-block;
  position: relative;
  max-width: 50rem;



}
.top-popup__close{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  right:-5rem;
  top:-6rem;
  background: #fff;
  cursor: pointer;
  
}
@media (max-width: 1024px) {
  .top-popup__bg{
    padding: 0 2rem;
  }
  .top-popup__close{
    right:0rem;
    top:-7rem;
  }
}
.top-popup__close:hover{
  opacity: .7;
}
.top-popup__close:before,
.top-popup__close:after{
  content: "";
  display: block;
  position: absolute;
  width: 2.8rem;
  height: 0rem;
  border-bottom:.3rem solid #229F90; 
  left: 1.6rem;
  top: 2.8rem;
}
.top-popup__close:before{
  rotate:45deg;
}
.top-popup__close:after{
  rotate:-45deg;
}
.top-popup__link{

}
.all-site-banner a{
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;

}

/****20250725cssに直接追記****/
/* アコーディオン全体のスタイル */
.p-accordion-ttl {
    background-color: #229F91;
    color: #fff;
    padding: 0.8rem 3rem .8rem 2rem;
    cursor: pointer;
    margin: 1.5rem 0;
    border-radius: .8rem;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    transition: background-color 0.3s ease;
}

.p-accordion-ttl.active {
    background-color: #1a7a6e;
}

.p-accordion-content {
    padding: 1.5rem;
    background-color: #f5f5f5;
    border: 0.0625rem solid #ddd;
    border-radius: 0.3125rem;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

.p-accordion-content a {
    color: #229F91;
    text-decoration: none;
}

.p-accordion-content a:hover {
    text-decoration: underline;
}

.p-accordion-ttl::after {
    content: '\25BC';
    position: absolute;
    right: 1.5rem;
    transition: transform 0.3s ease;
}

.p-accordion-ttl.active::after {
    transform: rotate(180deg);
}


.u-ls-50 {
  letter-spacing: -0.05em;
}
.u-ls-100 {
  letter-spacing: -0.1em;
}

.u-margin-mt {
  margin-top: auto;
}
.u-margin-mt0 {
  margin-top: 0;
}
.u-margin-mt10 {
  margin-top: 10px;
}
.u-margin-mt20 {
  margin-top: 20px;
}
.u-margin-mt30 {
  margin-top: 30px;
}
.u-margin-mt40 {
  margin-top: 40px;
}
.u-margin-mt50 {
  margin-top: 50px;
}
.u-margin-mt60 {
  margin-top: 60px;
}
.u-margin-mt70 {
  margin-top: 70px;
}
.u-margin-mt80 {
  margin-top: 80px;
}
.u-margin-mt90 {
  margin-top: 90px;
}
.u-margin-mt100 {
  margin-top: 100px;
}
.u-margin-mt150 {
  margin-top: 150px;
}
.u-margin-mt200 {
  margin-top: 200px;
}
.u-margin-mb {
  margin-bottom: auto;
}
.u-margin-mb0 {
  margin-bottom: 0;
}
.u-margin-mb10 {
  margin-bottom: 10px;
}
.u-margin-mb20 {
  margin-bottom: 20px;
}
.u-margin-mb30 {
  margin-bottom: 30px;
}
.u-margin-mb40 {
  margin-bottom: 40px;
}
.u-margin-mb50 {
  margin-bottom: 50px;
}
.u-margin-mb60 {
  margin-bottom: 60px;
}
.u-margin-mb70 {
  margin-bottom: 70px;
}
.u-margin-mb80 {
  margin-bottom: 80px;
}
.u-margin-mb90 {
  margin-bottom: 90px;
}
.u-margin-mb100 {
  margin-bottom: 100px;
}
.u-margin-mb150 {
  margin-bottom: 150px;
}
.u-margin-mb200 {
  margin-bottom: 200px;
}
.u-margin-ml {
  margin-left: auto;
}
.u-margin-ml0 {
  margin-left: 0;
}
.u-margin-ml10 {
  margin-left: 10px;
}
.u-margin-ml20 {
  margin-left: 20px;
}
.u-margin-ml30 {
  margin-left: 30px;
}
.u-margin-ml40 {
  margin-left: 40px;
}
.u-margin-ml50 {
  margin-left: 50px;
}
.u-margin-ml60 {
  margin-left: 60px;
}
.u-margin-ml70 {
  margin-left: 70px;
}
.u-margin-ml80 {
  margin-left: 80px;
}
.u-margin-ml90 {
  margin-left: 90px;
}
.u-margin-ml100 {
  margin-left: 100px;
}
.u-margin-ml150 {
  margin-left: 150px;
}
.u-margin-ml200 {
  margin-left: 200px;
}
.u-margin-mr {
  margin-right: auto;
}
.u-margin-mr0 {
  margin-right: 0;
}
.u-margin-mr10 {
  margin-right: 10px;
}
.u-margin-mr20 {
  margin-right: 20px;
}
.u-margin-mr30 {
  margin-right: 30px;
}
.u-margin-mr40 {
  margin-right: 40px;
}
.u-margin-mr50 {
  margin-right: 50px;
}
.u-margin-mr60 {
  margin-right: 60px;
}
.u-margin-mr70 {
  margin-right: 70px;
}
.u-margin-mr80 {
  margin-right: 80px;
}
.u-margin-mr90 {
  margin-right: 90px;
}
.u-margin-mr100 {
  margin-right: 100px;
}
.u-margin-mr150 {
  margin-right: 150px;
}
.u-margin-mr200 {
  margin-right: 200px;
}

.u-ta-l {
  text-align: left;
}
.u-ta-r {
  text-align: right;
}
.u-ta-c {
  text-align: center;
}

.u-txt-16 {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 1024px) {
  .u-txt-16 {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.u-txt-18 {
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media (max-width: 1024px) {
  .u-txt-18 {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.u-txt-20 {
  font-size: 2rem;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .u-txt-20 {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.u-txt-22 {
  font-size: 2.2rem;
  line-height: 2.2727272727;
}
@media (max-width: 1024px) {
  .u-txt-22 {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.u-txt-25 {
  font-size: 2.5rem;
  line-height: 2.2;
}
@media (max-width: 1024px) {
  .u-txt-25 {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}

.u-fw-normal {
  font-weight: normal;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-bold {
  font-weight: bold;
}

