/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  max-height: 999999px;
  background-color: #F7F7F7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #211815;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

::selection {
  background: #00AC97;
  color: #fff;
}

::-moz-selection {
  background: #00AC97;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 70px;
  }
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
.l-header_logo {
  padding-top: 30px;
  padding-left: 30px;
}
.l-header_logo > div {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    padding-top: 5vw;
    padding-left: 5vw;
  }
  .l-header_logo > div {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.l-header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul {
    border-radius: 0;
  }
}
.l-header_nav ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-header_nav ul li:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li:nth-of-type(n+2)::before {
    display: none;
  }
}
.l-header_nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 60px;
  text-decoration: none;
  color: #fff;
  gap: 8px;
  line-height: 1;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #353535;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li a {
    width: auto;
    height: 70px;
  }
}
.l-header_nav ul li a:hover {
  background-color: #474747;
}
.l-header_nav ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li a > span span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li:nth-of-type(1) a {
    background-color: #487870;
  }
}
.l-header_nav ul li:nth-of-type(1) a::before {
  background: #339900;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li:nth-of-type(2) a {
    background-color: #A55754;
  }
}
.l-header_nav ul li:nth-of-type(2) a::before {
  background: #C13434;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li:nth-of-type(3) a {
    background-color: #5B749F;
  }
}
.l-header_nav ul li:nth-of-type(3) a::before {
  background: #0A66A5;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul li:nth-of-type(4) a {
    background-color: #B57E48;
  }
}
.l-header_nav ul li:nth-of-type(4) a::before {
  background: url(../img/ico_search.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 16px;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.l-sec_in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  background-color: #444444;
  padding: 58px 28px 18px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 11vw 0 15vw;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.l-footer .l-sec_in {
  max-width: 860px;
}
.l-footer_title {
  font-size: 4.6rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer_title {
    font-size: 15vw;
  }
}
.l-footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .l-footer_list {
    display: block;
    margin-top: 6.25vw;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
  }
}
.l-footer_list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .l-footer_list li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_list li:hover {
    opacity: 0.8;
  }
}
.l-footer_list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C13434;
  border-radius: 50%;
}
.l-footer_list li:nth-of-type(2)::before {
  background: #339900;
}
.l-footer_list li:nth-of-type(3)::before {
  background: #0A66A5;
}
.l-footer_list li a {
  text-decoration: none;
}
.l-footer_list li span {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.3em 0;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-footer_list li span {
    font-size: 4vw;
  }
}
.l-footer_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .l-footer_tel {
    display: block;
    margin-top: 12.75vw;
  }
}
.l-footer_tel ._img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .l-footer_tel ._img {
    width: 65vw;
    margin: 0 auto;
  }
}
.l-footer_tel ._txt {
  font-size: 2.8rem;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: -0.08em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-footer_tel ._txt {
    font-size: 6vw;
    text-align: center;
    margin-top: 2.75vw;
    margin-bottom: 0;
  }
}
.l-footer_address {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 27px;
  /*letter-spacing: 0.2em;*/
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-footer_address {
    font-size: 2.75vw;
    text-align: center;
    margin-top: 13.25vw;
  }
}
.l-footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.1rem;
  margin-top: 90px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom {
    display: block;
    font-size: 2.25vw;
    text-align: center;
    margin-top: 10vw;
  }
}
.l-footer_bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_bottom ul a {
  color: #fff;
  text-decoration: none;
}
.l-footer_bottom ul li:nth-of-type(n+2)::before {
  content: "|";
  padding: 0 0.9em;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom ._copy {
    font-size: 2vw;
    margin-top: 4.5vw;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-hover:hover {
  opacity: 0.7;
}

/* -----------------------------------
select
------------------------------------ */
/* -----------------------------------
btn
------------------------------------ */
.c-btn {
  display: inline-block;
  position: relative;
}
.c-btn > a, .c-btn > span {
  text-decoration: none;
  color: #fff;
}
.c-btn span {
  display: inline-block;
  background-color: #444444;
  border-radius: 1000px;
  padding: 0.75em 2.9em;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-btn span {
    font-size: 3.25vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  width: 5px;
  height: 5.7px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    width: 1.25vw;
    height: 1.43vw;
    right: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.-link {
    line-height: 1;
  }
}
.c-btn.-link::after {
  background: url(../img/ico_link.svg) no-repeat;
  width: 12px;
  height: 12px;
  -webkit-clip-path: none;
          clip-path: none;
}
@media screen and (max-width: 768px) {
  .c-btn.-link::after {
    width: 2.2vw;
    height: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.-link span {
    font-size: 2vw;
    padding: 1.3em 3.5em;
  }
}

.c-title {
  font-size: 4.6rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.4vw;
  }
}
.c-title span {
  display: block;
}
.c-title span:nth-of-type(1) {
  line-height: 1;
}
.c-title span:nth-of-type(2) {
  margin-top: 20px;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-title span:nth-of-type(2) {
    font-size: 2.8vw;
    margin-top: 1.76vw;
    gap: 2vw;
  }
}
.c-title span:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-title span:nth-of-type(2)::before {
    width: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .c-iconTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.6vw;
  }
}
.c-iconTitle ._ico {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-iconTitle ._ico {
    width: 12vw;
    height: 12vw;
  }
}
.c-iconTitle h2 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .c-iconTitle h2 {
    margin-top: 0;
  }
}

/* -----------------------------------
menu2
------------------------------------ */
.c-menuBtn2 {
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(135deg, #A6876B, #BDA590);
  background: linear-gradient(-45deg, #A6876B, #BDA590);
  position: relative;
  cursor: pointer;
  z-index: 2;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-menuBtn2 {
    width: 15vw;
    height: 15vw;
  }
}
.c-menuBtn2 span {
  display: block;
  width: 50%;
  padding-bottom: 4%;
  background-color: #E2D2C7;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s, top 0.5s, width 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, top 0.5s, width 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, top 0.5s, width 0.5s, transform 0.5s;
  transition: opacity 0.5s, top 0.5s, width 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.c-menuBtn2 span:nth-of-type(1) {
  top: 30%;
}
.c-menuBtn2 span:nth-of-type(2) {
  top: 50%;
}
.c-menuBtn2 span:nth-of-type(3) {
  width: 25%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 70%;
}
.c-menuBtn2.-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 50%;
}
.c-menuBtn2.-open span:nth-of-type(2) {
  opacity: 0;
}
.c-menuBtn2.-open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 50%;
}

.c-menuContainer2 {
  position: fixed;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: -webkit-linear-gradient(135deg, #75B7CD, #ADDCDD);
  background: linear-gradient(-45deg, #75B7CD, #ADDCDD);
  z-index: 200;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 768px) {
  .c-menuContainer2 {
    width: 100%;
  }
}
.c-menuContainer2.-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-menuContainer2_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-menuContainer2_in {
    padding: 0 7.33vw;
  }
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
@-webkit-keyframes expand {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes expand {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes mv_anim1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 0% 100%, 0% 0%);
            clip-path: polygon(0 0%, 0 100%, 0% 100%, 0% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
  }
}
@keyframes mv_anim1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 0% 100%, 0% 0%);
            clip-path: polygon(0 0%, 0 100%, 0% 100%, 0% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
  }
}
@-webkit-keyframes mv_anim2 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
  }
}
@keyframes mv_anim2 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0 0%, 0 100%, 100% 100%, 100% 0%);
  }
}
/* -----------------------------------
secMv
------------------------------------ */
.p-secMv {
  padding-top: 12.5%;
}
@media screen and (max-width: 768px) {
  .p-secMv {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-secMv_wrapper ._txt {
  padding-left: 19.64%;
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper ._txt {
    padding: 10% 0;
  }
}
.p-secMv_wrapper ._txt h1 {
  width: 55%;
  -webkit-animation: mv_anim1 1s forwards;
          animation: mv_anim1 1s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper ._txt h1 {
    width: 65.75%;
    margin: 0 auto;
    -webkit-animation: mv_anim2 1s forwards;
            animation: mv_anim2 1s forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.p-secMv_wrapper ._main {
  margin-top: 5.71%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper ._main {
    margin-top: 0;
  }
}
.p-secMv_wrapper ._main ._scroll {
  position: absolute;
  top: 48%;
  left: 6.55%;
  padding: 10px;
  z-index: 1;
  -webkit-animation: fadein 0.5s forwards;
          animation: fadein 0.5s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper ._main ._scroll {
    display: none;
  }
}
.p-secMv_wrapper ._main ._scroll span {
  display: inline-block;
  width: 9px;
  -webkit-animation: fuwafuwa 5s infinite;
          animation: fuwafuwa 5s infinite;
}
.p-secMv_wrapper ._main ._img {
  padding-left: 19.64%;
  -webkit-animation: mv_anim2 1s forwards;
          animation: mv_anim2 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-secMv_wrapper ._main ._img {
    padding: 0;
    -webkit-animation: mv_anim1 1s forwards;
            animation: mv_anim1 1s forwards;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.p-secMv_sub {
  margin-top: 0.3%;
  -webkit-animation: mv_anim1 1s forwards;
          animation: mv_anim1 1s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

/* -----------------------------------
secMap
------------------------------------ */
.p-secMap {
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .p-secMap {
    padding-top: 9.6vw;
  }
}
.p-secMap .l-sec_in {
  max-width: 1400px;
}
.p-secMap_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 174px;
  max-width: calc(1200px + 50% - 600px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-secMap_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 12vw;
  }
}
.p-secMap_wrapper ._txt p {
  margin-top: 78px;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-secMap_wrapper ._txt p {
    font-size: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.4vw;
  }
}
.p-secMap_wrapper ._img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .p-secMap_wrapper ._img {
    margin-left: -4.3%;
    margin-right: -4.3%;
  }
}

/* -----------------------------------
secNav
------------------------------------ */
.p-secNav {
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .p-secNav {
  padding-top: 20px;
}
}



.p-secNav .l-sec_in {
  max-width: 1000px;
}
.p-secNav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 768px) {
  .p-secNav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: nowrap;
    gap: 5px;
    //max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .p-secNav_list {
    //max-width: 200px;
  }
}
.p-secNav_list li a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.p-secNav_list li a:hover {
  opacity: 0.8;
}
.p-secNav_list li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


@media screen and (max-width: 768px) {
  .p-secNav_list li a::before {
  width: 5px;
  height: 5px;
  left: 85%;
}
}




.p-secNav_list li ._txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.p-secNav_list li ._txt span:nth-of-type(1) {
  font-size: 1.8rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 880px) {
  .p-secNav_list li ._txt span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secNav_list li ._txt span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
.p-secNav_list li ._txt h2 {
  font-size: 3.6rem;
  margin-top: 0.138em;
}
@media screen and (max-width: 880px) {
  .p-secNav_list li ._txt h2 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secNav_list li ._txt h2 {
    font-size: 1.8rem;
  }
}
.p-secNav_list li ._txt span:nth-of-type(2) {
  font-size: 1.2rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.25em;
}
@media screen and (max-width: 880px) {
  .p-secNav_list li ._txt span:nth-of-type(2) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secNav_list li ._txt span:nth-of-type(2) {
    font-size: 0.8rem;
  }
}

/* -----------------------------------
secRecommend
------------------------------------ */
.p-secRecommend {
  padding-top: 105px;
}
.p-secRecommend .l-sec_in {
  max-width: 1250px;
}
.p-secRecommend_slider {
  margin: 73px 0 0;
}
@media screen and (max-width: 768px) {
  .p-secRecommend_slider {
    margin-top: 8.25vw;
    width: 87.5vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecommend_slider > li:nth-of-type(n+2) {
    margin-top: 4.5vw;
  }
}
.p-secRecommend_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-secRecommend_slider .slick-slide {
  padding: 0 25px;
}
.p-secRecommend_slider .slick-next {
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-secRecommend_slider .slick-next {
    right: 0;
        width: 40px;
    height: 40px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  }
}
.p-secRecommend_slider .slick-prev {
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  border: none;
  background: url(../img/ico_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-secRecommend_slider .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
  -webkit-transform: translateY(-55%) scale(-1);
          transform: translateY(-55%) scale(-1);
  }
}
.p-secRecommend_slider .slick-dots {
  bottom: -60px;
}
.p-secRecommend_slider .slick-dots li {
  background-color: #C4C4C4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
}
.p-secRecommend_slider .slick-dots li.slick-active {
  background-color: #353535;
}
.p-secRecommend_slider .slick-dots li:nth-of-type(n+2) {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .p-secRecommend_slider .slick-dots li:nth-of-type(n+2) {
    margin-left: 1.2vw;
  }
}
.p-secRecommend_slider .slick-dots button {
  display: none;
}

/* -----------------------------------
secImage
------------------------------------ */
.p-secImage {
  padding-top: 115px;
}

/* -----------------------------------
secInfo
------------------------------------ */
.p-secInfo {
  padding-top: 100px;
  padding-bottom: 205px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-secInfo {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
}
.p-secInfo::before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-secInfo::before {
    width: 100px;
  }
}
.p-secInfo .l-sec_in {
  max-width: 1120px;
}
.p-secInfo_title {
  text-align: center;
  line-height: 1;
}
.p-secInfo_title span:nth-of-type(1) {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 4.6rem;
}
.p-secInfo_title hr {
  width: 49px;
  margin: 16px auto 24px;
  border-top: 2px solid;
}
.p-secInfo_title span:nth-of-type(2) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-secInfo_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}



@media screen and (max-width: 768px) {
  .p-secInfo_list {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.33vw;
  }
}
.p-secInfo_list > li {
  width: 48.21%;
}
.p-secInfo_list > li:nth-of-type(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secInfo_list > li {
    width: 100%;
  }
  .p-secInfo_list > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-secInfo_list > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1048px) {
  .p-secInfo_list > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-secInfo_list > li a:hover {
  opacity: 0.8;
}
.p-secInfo_list > li ._img {
  width: 200px;
}
@media screen and (max-width: 1048px) {
  .p-secInfo_list > li ._img {
            width: 90%;
        margin: auto;
  }
}
.p-secInfo_list > li ._img > div:nth-of-type(1) {
  padding: 20px 22px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  gap: 12px;
  letter-spacing: 0.07em;
}


@media screen and (max-width: 1048px) {
  .p-secInfo_list > li ._img > div:nth-of-type(1) {
  padding: 10px 5px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  gap: 12px;
  letter-spacing: 0.07em;
}
}



.p-secInfo_list > li ._img > div:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background: url(../img/ico_home_green.svg) no-repeat;
  background-size: contain;
}
.p-secInfo_list > li ._txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 21px 32px 50px;
}
@media screen and (max-width: 1048px) {
  .p-secInfo_list > li ._txt {
    padding-bottom: 50px;
      padding: 10px 20px 50px;
  }
}
.p-secInfo_list > li ._txt > div:nth-of-type(1) {
  color: #339900;
  font-size: 1.4rem;
}

@media screen and (max-width: 1048px) {
  .p-secInfo_list > li ._txt > div:nth-of-type(1) {
  color: #339900;
  font-size: 1.4rem;
}
}


.p-secInfo_list > li ._txt > div:nth-of-type(2) {
  border-top: 1px solid;
  margin-top: 18px;
  padding-top: 21px;
}

@media screen and (max-width: 1048px) {
.p-secInfo_list > li ._txt > div:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 10px;
}
}

.p-secInfo_list > li ._txt > div:nth-of-type(2) h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}


@media screen and (max-width: 1048px) {
.p-secInfo_list > li ._txt > div:nth-of-type(2) h3 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
}


.p-secInfo_list > li ._txt > div:nth-of-type(2) h3 span {
  position: relative;
  padding-bottom: 6px;
}
.p-secInfo_list > li ._txt > div:nth-of-type(2) h3 span::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-secInfo_list > li ._txt > div:nth-of-type(2) p {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 2;
}


@media screen and (max-width: 1048px) {
.p-secInfo_list > li ._txt > div:nth-of-type(2) p {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 2;
}
}



.p-secInfo_list > li ._txt > div:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 162px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-top-left-radius: 20px;
  font-size: 1.4rem;
}
.p-secInfo_list > li ._txt > div:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.p-secInfo.-midori {
  background-image: url(../img/bg_info_midori.webp);
}
.p-secInfo.-midori::before {
  background-color: #339900;
}
.p-secInfo.-midori .p-secInfo_title {
  color: #339900;
}
.p-secInfo.-midori .p-secInfo_title hr {
  border-color: #339900;
}
.p-secInfo.-midori .p-secInfo_list > li ._img > div:nth-of-type(1)::before {
  background: url(../img/ico_home_green.svg) no-repeat;
}
.p-secInfo.-midori .p-secInfo_list > li ._txt > div:nth-of-type(1) {
  color: #339900;
}
.p-secInfo.-midori .p-secInfo_list > li ._txt > div:nth-of-type(2) {
  border-color: #d3f3c2;
}
.p-secInfo.-midori .p-secInfo_list > li ._txt > div:nth-of-type(2) h3 span::after {
  border-color: #339900;
}
.p-secInfo.-midori .p-secInfo_list > li ._txt > div:nth-of-type(3) {
  background-color: #339900;
}
.p-secInfo.-toyoake {
  background-image: url(../img/bg_info_toyoake.webp);
}
.p-secInfo.-toyoake::before {
  background-color: #C13434;
}
.p-secInfo.-toyoake .p-secInfo_title {
  color: #C13434;
}
.p-secInfo.-toyoake .p-secInfo_title hr {
  border-color: #C13434;
}
.p-secInfo.-toyoake .p-secInfo_list > li ._img > div:nth-of-type(1)::before {
  background: url(../img/ico_home_red.svg) no-repeat;
}
.p-secInfo.-toyoake .p-secInfo_list > li ._txt > div:nth-of-type(1) {
  color: #C13434;
}
.p-secInfo.-toyoake .p-secInfo_list > li ._txt > div:nth-of-type(2) {
  border-color: #f2cfcf;
}
.p-secInfo.-toyoake .p-secInfo_list > li ._txt > div:nth-of-type(2) h3 span::after {
  border-color: #C13434;
}
.p-secInfo.-toyoake .p-secInfo_list > li ._txt > div:nth-of-type(3) {
  background-color: #C13434;
}
.p-secInfo.-obu {
  background-image: url(../img/bg_info_obu.webp);
}
.p-secInfo.-obu::before {
  background-color: #0A66A5;
}
.p-secInfo.-obu .p-secInfo_title {
  color: #0A66A5;
}
.p-secInfo.-obu .p-secInfo_title hr {
  border-color: #0A66A5;
}
.p-secInfo.-obu .p-secInfo_list > li ._img > div:nth-of-type(1)::before {
  background: url(../img/ico_home_blue.svg) no-repeat;
}
.p-secInfo.-obu .p-secInfo_list > li ._txt > div:nth-of-type(1) {
  color: #0A66A5;
}
.p-secInfo.-obu .p-secInfo_list > li ._txt > div:nth-of-type(2) {
  border-color: #b4defa;
}
.p-secInfo.-obu .p-secInfo_list > li ._txt > div:nth-of-type(2) h3 span::after {
  border-color: #0A66A5;
}
.p-secInfo.-obu .p-secInfo_list > li ._txt > div:nth-of-type(3) {
  background-color: #0A66A5;
}

/* -----------------------------------
secLink
------------------------------------ */
.p-secLink {
  padding-top: 118px;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .p-secLink {
    padding-top: 13.5vw;
    padding-bottom: 14.75vw;
  }
}
.p-secLink .l-sec_in {
  max-width: 1000px;
}
.p-secLink_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secLink_title {
    gap: 3.6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-secLink_title ._img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p-secLink_title ._img {
    width: 12vw;
    height: 12vw;
  }
}
.p-secLink_list {
  display: grid;
  grid-template-columns: repeat(3, 31.66%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-secLink_list {
    display: block;
    margin-top: 6.75vw;
  }
}
.p-secLink_list li {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-secLink_list li {
    border-radius: 1.75vw;
  }
}
.p-secLink_list li:nth-of-type(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li:nth-of-type(n+2) {
    margin-top: 3.25vw;
  }
}
.p-secLink_list li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  height: 100%;
  background-color: #444444;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-secLink_list li a:hover {
  opacity: 0.8;
}
.p-secLink_list li a:hover ._img img {
  scale: 1.1;
}
.p-secLink_list li ._img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li ._img {
    width: 35vw;
  }
}
.p-secLink_list li ._img img {
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
}
.p-secLink_list li ._txt {
  padding: 22px 24px;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li ._txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4.25vw 6vw 0;
  }
}
.p-secLink_list li ._txt h3 {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li ._txt h3 {
    font-size: 2.75vw;
    text-align: left;
  }
}
.p-secLink_list li ._txt p {
  font-size: 1.3rem;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li ._txt p {
    font-size: 2vw;
    margin-top: 1.75vw;
  }
}
.p-secLink_list li ._txt ._button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secLink_list li ._txt ._button {
    text-align: left;
    margin-top: 2.25vw;
  }
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slidein {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.js-animation.-slidein.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.js-animation.-slideup {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.js-animation.-zoomup {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
          transition-timing-function: cubic-bezier(0.1, 0.84, 0.8, 1.35);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7) translateY(40px);
          transform: scale(0.7, 0.7) translateY(40px);
}
.js-animation.-zoomup.is-animation {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0px);
          transform: scale(1, 1) translateY(0px);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

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

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

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

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

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

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

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

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

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

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

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

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

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

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

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

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

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

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

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

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

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

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

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

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

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

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

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

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

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

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

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

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

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

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

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

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

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

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

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

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

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

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

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

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

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

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

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

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

.u-middleihide {
  display: inline;
}

.u-middleinline {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
  .u-middleinline {
    display: inline;
  }
  .u-middleihide {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/* ===================================
Page
=================================== */
/*
 * _page.scss
 */
/* -----------------------------------
#top
------------------------------------ *//*# sourceMappingURL=style.css.map */