@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  width: 100vw;
  display: block;
}

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

strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

.modal-open {
  cursor: pointer;
}

.modal-open:hover {
  opacity: 0.6;
}

li {
  list-style-type: none;
}

img,
::after,
::before {
  image-rendering: -webkit-optimize-contrast;
}

.notel {
  pointer-events: none;
  color: inherit;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

p.pc,
br.pc,
wbr.pc,
span.pc {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  p.pc,
  br.pc,
  wbr.pc,
  span.pc {
    display: none !important;
  }
}

p.sp,
br.sp,
wbr.sp,
span.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  p.sp,
  br.sp,
  wbr.sp,
  span.sp {
    display: inline !important;
  }
}

section {
  width: 100vw;
  max-width: 1366px;
  margin: 0 auto;
}

header {
  height: 56px;
  width: 100vw;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 999;
  background-color: #FFF;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.fixed {
    transform: translateY(-60px);
    transition: transform 0.5s 0.5s;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -webkit-transition: transform 0.5s 0.5s;
    -moz-transition: transform 0.5s 0.5s;
    -ms-transition: transform 0.5s 0.5s;
    -o-transition: transform 0.5s 0.5s;
  }
}

.hd-container {
  width: 95.60761vw;
  max-width: 1306px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .hd-container {
    width: 100vw;
    padding-left: 5.33vw;
  }
}

.hd-container h1 {
  display: flex;
  align-items: center;
  /* p {
            font-size: unquote('min(1.46vw,2rem)');
            font-weight: bold;
            font-family: 'HGゴシックE', 'HG Gothic E', 'Noto-sans', sans-serif;
            transform: scale(1.2, 1);
            transform-origin: left top;
            letter-spacing: 0.04em;
            display: inline-block;
            color: #006666;
            @include mq('sp') {
                font-size: unquote('min(5.33vw,2rem)');
            }
        } */
}

.hd-container h1 img.coop-mark {
  width: 2.41581vw;
  max-width: 33px;
  height: 2.41581vw;
  max-height: 33px;
  margin-right: min(0.42vw, 5px);
}

@media screen and (max-width: 767px) {
  .hd-container h1 img.coop-mark {
    width: 10.67vw;
    max-width: 40px;
    height: 10.67vw;
    max-height: 40px;
    margin-right: 1.33333vw;
  }
}

.hd-container h1 img.name {
  height: 1.46413vw;
  max-height: 20px;
}

@media screen and (max-width: 767px) {
  .hd-container h1 img.name {
    height: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav {
    position: fixed;
    top: 60px;
    left: -100vw;
    right: 0px;
    width: 100vw;
    height: 100vh;
    padding-bottom: 16vw;
    z-index: 100;
    background-color: #FFF;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow-y: auto;
  }
  .hd-container nav.is-active {
    display: block;
    left: 0;
    opacity: 1;
  }
}

.hd-container nav ul {
  transform: translateX(min(0.29vw, 4px));
  display: flex;
  -webkit-transform: translateX(min(0.29vw, 4px));
  -moz-transform: translateX(min(0.29vw, 4px));
  -ms-transform: translateX(min(0.29vw, 4px));
  -o-transform: translateX(min(0.29vw, 4px));
}

@media screen and (max-width: 767px) {
  .hd-container nav ul {
    display: block;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}

.hd-container nav ul li {
  display: table-cell;
  margin-left: min(2.2vw, 30px);
}

@media screen and (max-width: 840px) and (min-width: 768px) {
  .hd-container nav ul li {
    margin-left: 1.46413vw;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li {
    display: block;
    margin-left: 0;
  }
}

.hd-container nav ul li a {
  padding: 2px min(0.37vw, 5px);
  color: #006666;
  font-weight: bold;
  font-size: min(1.1vw, 15px);
}

.hd-container nav ul li a.focused {
  border-bottom: 2px solid #D87B3E;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li a.focused {
    border-bottom: 0;
  }
}

.hd-container nav ul li a:hover {
  border-bottom: 2px solid #D87B3E;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li a:hover {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li a {
    height: 11.73333vw;
    max-height: 100px;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 6.67vw;
    border-top: 1px solid #707070;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 4.26667vw;
  }
  .hd-container nav ul li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li a:before {
    display: inline-block;
    content: "";
    background-image: url(../common/img/icon-arrow-dropright-circle-green.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 2.66667vw;
    transform: translateY(0.3vw);
    -webkit-transform: translateY(0.3vw);
    -moz-transform: translateY(0.3vw);
    -ms-transform: translateY(0.3vw);
    -o-transform: translateY(0.3vw);
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.contact a,
  .hd-container nav ul li.qa a {
    width: 81.33333vw;
    height: 14.93333vw;
    border-radius: 1.6vw;
    font-size: 4.26667vw;
    margin: 5.33333vw auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #FFF;
  }
  .hd-container nav ul li.contact a::before,
  .hd-container nav ul li.qa a::before {
    content: none;
    margin: 0;
  }
  .hd-container nav ul li.contact a {
    background: #066;
  }
  .hd-container nav ul li.qa a {
    background: #ff7b7b;
  }
  .hd-container nav ul li.download {
    border-bottom: 1px solid #707070;
  }
}

.hd-container nav ul li.parent {
  position: relative;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent {
    cursor: pointer;
    /* &.open a {
                pointer-events: visible;
            } */
  }
  .hd-container nav ul li.parent a {
    pointer-events: none;
  }
  .hd-container nav ul li.parent a:hover {
    opacity: 0.6 !important;
  }
  .hd-container nav ul li.parent ul.dropbox li a {
    pointer-events: unset;
  }
}

.hd-container nav ul li.parent span {
  display: none;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent span {
    display: block;
    width: 4.26667vw;
    height: 0.53333vw;
    background: #006666;
    position: absolute;
    top: 5.6vw;
    right: 9.86667vw;
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
  }
  .hd-container nav ul li.parent span:nth-of-type(1) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent.open span:nth-of-type(1) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .hd-container nav ul li.parent.open span:nth-of-type(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}

.hd-container nav ul li.parent ul.dropbox {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  flex-direction: column;
  background: #fff;
  border: 1px solid #D87B3E;
  margin-top: min(0.95vw, 13px);
  padding: min(1.1vw, 15px);
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.hd-container nav ul li.parent ul.dropbox::before {
  content: "";
  background-image: url(../common/img/icon-arrow-up-orange.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: min(0.95vw, 13px);
  position: absolute;
  top: max(-0.95vw, -13px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox::before {
    content: none;
  }
}

.hd-container nav ul li.parent ul.dropbox li {
  font-weight: 300;
  line-height: min(1.32vw,18px);
  margin-left: 0;
  margin-bottom: min(1.32vw,18px);
  display: block;
  /* @media (max-width: 909px) and (min-width: 768px) {
                    line-height: 10px;
                } */
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li {
    margin: 0;
  }
}

.hd-container nav ul li.parent ul.dropbox li:last-of-type {
  margin-bottom: 0;
}

.hd-container nav ul li.parent ul.dropbox li a {
  padding: 0;
  margin: 0;
  font-size: min(1.32vw,18px);
  height: min(1.32vw,18px);
  border-bottom: 0;
  display: flex;
  align-items: center;
  /*  @media (max-width: 909px) and (min-width: 768px) {
                        font-size: 10px;
                        height: 10px;
                    } */
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li a {
    width: 100%;
    height: auto;
    border: 0;
    font-size: 4.26667vw;
    color: #707070;
    padding-left: 16.53333vw;
    padding-top: 1.33333vw;
    padding-bottom: 2.66667vw;
  }
}

.hd-container nav ul li.parent ul.dropbox li a::before {
  content: "";
  background-image: url(../common/img/icon-material-play-arrow-green.svg);
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: min(1.04vw,14.14px);
  height: min(1.32vw,18px);
  padding: 0;
  margin-right: 5px;
}

@media (max-width: 909px) and (min-width: 768px) {
  .hd-container nav ul li.parent ul.dropbox li a::before {
    width: 7.86px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li a::before {
    content: none;
  }
}

.hd-container nav ul li.parent ul.dropbox li a span.pc {
  display: none;
  /*  display: inline-block;
                        height: unquote('min(1.24vw,17px)');
                        min-height: 10px;
                        width: unquote('min(1.24vw,17px)');
                        min-width: 10px;
                        img {
                            width: 100%;
                            height: 100%;
                        } */
}

.hd-container nav ul li.parent ul.dropbox li a p {
  margin-right: min(0.37vw,5px);
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li a p {
    border-bottom: 0;
    margin: 0;
    line-height: 4.8vw;
  }
}

.hd-container nav ul li.parent ul.dropbox li a:hover > p {
  border-bottom: 1px solid #D87B3E;
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li a:hover > p {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent ul.dropbox li a::before {
    content: "";
    background-image: url(../common/img/icon-arrow-line-right-green.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 4.26667vw;
    height: 4.26667vw;
    margin-right: 2.66667vw;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .hd-container nav ul li.parent.open ul.dropbox {
    position: static;
    overflow: visible;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .hd-container nav ul li.parent:hover > ul.dropbox,
  .hd-container nav ul li.parent ul.dropbox:hover {
    overflow: visible;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

#nav-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  #nav-toggle {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }
  #nav-toggle span {
    display: block;
    width: 36px;
    height: 3px;
    background: #006666;
    border-radius: 1.5px;
    position: absolute;
    top: 0px;
    right: 11px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 14px;
  }
  #nav-toggle span:nth-of-type(2) {
    top: 29px;
    opacity: 1;
  }
  #nav-toggle span:nth-of-type(3) {
    top: 44px;
  }
  #nav-toggle.is-active span:nth-of-type(1) {
    top: 29px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  #nav-toggle.is-active span:nth-of-type(2) {
    width: 0px;
    left: 30px;
    opacity: 0;
  }
  #nav-toggle.is-active span:nth-of-type(3) {
    top: 29px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
  }
}

section.ft-group {
  width: 100vw;
  max-width: unset;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

section.ft-group a:hover {
  opacity: 0.6;
}

#contact {
  width: 100%;
  background-color: #88BFBF;
}

#contact .contact-title {
  width: 100%;
  height: 7.46706vw;
  max-height: 102px;
  font-size: min(2.34vw,3.2rem);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #006666 0%, #88bfbf 100%);
}

@media screen and (max-width: 767px) {
  #contact .contact-title {
    font-size: min(8.53vw,3.2rem);
    font-weight: 500;
    height: 18.67vw;
    max-height: 70px;
    background: linear-gradient(#006666 0%, #88bfbf 100%);
  }
}

#contact .contact-box {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 77.01vw;
  max-width: 1052px;
  height: auto;
  padding-bottom: min(1.63vw,20px);
}

@media screen and (max-width: 767px) {
  #contact .contact-box {
    width: 84vw;
    max-width: 315px;
    flex-direction: column;
    align-items: center;
    padding: min(8vw,30px) 0;
  }
}

#contact .contact-box .contact-card {
  width: 33.67496vw;
  max-width: 460px;
  height: 17.20351vw;
  max-height: 235px;
  margin-bottom: min(0.73vw,10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  line-height: 1.4 !important;
}

@media screen and (max-width: 767px) {
  #contact .contact-box .contact-card {
    width: 84vw;
    max-width: 315px;
    height: 42.67vw;
    max-height: 160px;
  }
}

#contact .contact-box .contact-card p.head {
  display: flex;
  align-items: center;
  align-content: center;
}

#contact .contact-box .contact-card p.head span {
  font-size: min(1.46vw,2rem);
  font-weight: 700;
  padding: min(0.37vw,5px) 0;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #contact .contact-box .contact-card p.head span {
    font-size: min(3.73vw,1.4rem);
    padding-bottom: min(1.33vw,5px);
  }
}

#contact .contact-box .contact-card .contact-card-inside {
  width: calc(100% - 0.73vw);
  max-width: calc(100% - 10px);
  height: calc(100% - 0.73vw);
  max-height: calc(100% - 10px);
  padding: min(1.1vw,15px);
  background: #FCFBF1;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  #contact .contact-box .contact-card .contact-card-inside {
    padding: min(2.67vw,12px) 0 0 min(2.67vw,12px);
    line-height: min(5.33vw,20px);
  }
}

@media screen and (max-width: 767px) {
  #contact .contact-tel {
    margin-bottom: min(2.67vw,10px) !important;
  }
}

#contact .contact-tel .contact-card-inside {
  padding-bottom: min(1.32vw,18px) !important;
}

#contact .contact-tel .head img {
  height: 3.32vw;
  max-height: 42px;
  width: 3.16vw;
  max-width: 40px;
  margin-left: min(0.88vw,12px);
}

@media screen and (max-width: 767px) {
  #contact .contact-tel .head img {
    height: 5.07vw;
    max-height: 19px;
    width: 4.8vw;
    max-width: 18px;
    margin-left: min(2.13vw,8px);
  }
}

#contact .contact-tel h1 {
  font-size: min(3.22vw,4.4rem);
  font-weight: 700;
  padding: min(1.17vw,16px) 0;
  letter-spacing: 0.125em;
}

@media screen and (max-width: 767px) {
  #contact .contact-tel h1 {
    font-size: min(8vw, 3rem);
    padding: min(5.33vw,20px) 0;
  }
}

#contact .contact-tel h1 a {
  pointer-events: none;
  color: initial;
}

@media screen and (max-width: 767px) {
  #contact .contact-tel h1 a {
    pointer-events: visible;
    color: #066;
  }
  #contact .contact-tel h1 a:hover {
    opacity: 0.6;
  }
}

#contact .contact-tel ul.timeinfo li {
  display: table-cell;
  font-size: min(1.32vw,1.8rem);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #contact .contact-tel ul.timeinfo li {
    font-size: min(3.47vw,1.3rem);
  }
}

@media (max-width: 288px) {
  #contact .contact-tel ul.timeinfo {
    width: 220px;
    transform: scale(0.9) translateX(-11px);
    -webkit-transform: scale(0.9) translateX(-11px);
    -moz-transform: scale(0.9) translateX(-11px);
    -ms-transform: scale(0.9) translateX(-11px);
    -o-transform: scale(0.9) translateX(-11px);
  }
  #contact .contact-tel ul.timeinfo li {
    font-size: 10px;
  }
}

@media (max-width: 288px) {
  #contact .contact-tel ul.timeinfo {
    transform: scale(0.8) translateX(-22px);
    -webkit-transform: scale(0.8) translateX(-22px);
    -moz-transform: scale(0.8) translateX(-22px);
    -ms-transform: scale(0.8) translateX(-22px);
    -o-transform: scale(0.8) translateX(-22px);
  }
}

#contact .contact-form .head img {
  width: 5.12445vw;
  max-width: 70px;
  height: 3.62372vw;
  max-height: 49.5px;
}

@media screen and (max-width: 767px) {
  #contact .contact-form .head img {
    width: 9.6vw;
    max-width: 36px;
    height: 6.67vw;
    max-height: 25px;
  }
}

#contact .contact-form p.text {
  font-size: min(1.32vw,1.8rem);
  line-height: min(2.49vw,34px);
  padding: min(0.73vw,10px) 0;
}

@media screen and (max-width: 767px) {
  #contact .contact-form p.text {
    font-size: min(3.73vw,1.4rem);
    padding: min(2.67vw,10px) 0 min(3.2vw,12px);
    line-height: min(5.33vw,20px);
  }
}

@media (max-width: 260px) {
  #contact .contact-form p.text {
    width: 198px;
    transform: scale(0.9) translateX(calc(-19.8px / 2));
    -webkit-transform: scale(0.9) translateX(calc(-19.8px / 2));
    -moz-transform: scale(0.9) translateX(calc(-19.8px / 2));
    -ms-transform: scale(0.9) translateX(calc(-19.8px / 2));
    -o-transform: scale(0.9) translateX(calc(-19.8px / 2));
    font-size: 10px;
  }
}

#contact .contact-form a.btn {
  width: 21.96193vw;
  max-width: 300px;
  height: 3.66032vw;
  max-height: 50px;
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: min(1.17vw,1.6rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: min(1.83vw,25px);
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact .contact-form a.btn {
    width: 54.67vw;
    max-width: 205px;
    height: 9.07vw;
    max-height: 34px;
    font-size: 1.1rem;
    border-radius: min(4.53vw,17px);
  }
}

#contact .contact-form a.btn span.arrow {
  content: "";
  background-image: url(../common/img/icon-arrow-right-black-narrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 2.19619vw;
  max-width: 30px;
  height: cp(15);
  max-height: 15px;
  right: min(1.46vw,20px);
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.ft-group .qanda {
  width: 100%;
  height: 23.79209vw;
  max-height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../common/img/bg-qanda.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda {
    height: 67.2vw;
    max-height: 252px;
  }
}

.ft-group .qanda .qanda-box {
  width: 43.92387vw;
  max-width: 600px;
  height: 11.71303vw;
  max-height: 160px;
  background: #fff;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box {
    width: 84.53vw;
    max-width: 317px;
    height: 51.2vw;
    max-height: 191px;
  }
}

.ft-group .qanda .qanda-box img.hatena {
  position: absolute;
  width: 9.59004vw;
  max-width: 131px;
  height: 9.59004vw;
  max-height: 131px;
  top: max(-2.93vw,-40rem);
  right: max(-3.66vw,-50rem);
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box img.hatena {
    width: 18.13vw;
    max-width: 68px;
    height: 18.13vw;
    max-height: 68px;
    top: max(-4.8vw,-18px);
    right: max(-7.2vw,-27px);
  }
}

.ft-group .qanda .qanda-box .qa-box-2 {
  position: relative;
  width: calc(100% - 0.73vw);
  max-width: calc(100% - 10px);
  height: calc(100% - 0.73vw);
  max-height: calc(100% - 10px);
  padding: min(1.1vw,15px);
  border: 2px solid #FFB4B4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box .qa-box-2 {
    padding: 0;
    width: calc(100% - 3.2vw);
    max-width: calc(100% - 12px);
    height: calc(100% - 3.2vw);
    max-height: calc(100% - 12px);
  }
}

.ft-group .qanda .qanda-box .qa-box-2 img.aroow-pink {
  position: absolute;
  width: 2.14129vw;
  max-width: 29.25px;
  height: 2.14129vw;
  max-height: 29.25px;
  bottom: min(1.1vw,15px);
  right: min(1.1vw,15px);
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box .qa-box-2 img.aroow-pink {
    width: 8vw;
    height: 8vw;
    right: min(3.2vw,12px);
    bottom: min(3.2vw,12px);
  }
}

.ft-group .qanda .qanda-box .qa-box-3 {
  width: 33.67496vw;
  max-width: 460px;
  height: calc(100% - 0.73vw);
  max-height: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: min(2.2vw,30px);
  margin-right: min(4.76vw,65px);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box .qa-box-3 {
    width: 100%;
    display: block;
    margin-top: min(8vw,30px);
    margin-left: min(5.33vw,20px);
    margin-right: min(12.27vw,47px);
  }
}

.ft-group .qanda .qanda-box .qa-box-3 p.text {
  font-size: min(1.46vw,2rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box .qa-box-3 p.text {
    font-size: min(4.27vw,1.6rem);
    text-align: left;
    line-height: min(7.47vw,28px);
  }
}

.ft-group .qanda .qanda-box .qa-box-3 p.big {
  font-size: min(5.86vw,8rem);
  color: #FF7B7B;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.125em;
}

@media screen and (max-width: 767px) {
  .ft-group .qanda .qanda-box .qa-box-3 p.big {
    font-size: min(13.33vw,5rem);
    text-align: right;
    margin-top: min(2.13vw,8px);
    line-height: 1;
  }
}

.link-contact .head {
  width: 100%;
  height: 50px;
  background: #88BFBF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
}

.link-contact ul.slide-list-link {
  max-width: 1366px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.link-contact ul.slide-list-link li {
  margin: 10px 5px;
  line-height: 1.4 !important;
}

.link-contact ul.slide-list-link li a {
  padding: 10px;
  width: 220px;
  height: 120px;
  color: initial;
  display: block;
  border: 1px solid #006666;
  background: #FCFBF1;
  position: relative;
}

.link-contact ul.slide-list-link li a p:first-of-type {
  width: 100%;
  font-size: 1.4rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #006666;
}

.link-contact ul.slide-list-link li a p:first-of-type strong {
  font-size: 1.6rem;
}

.link-contact ul.slide-list-link li a p:last-of-type {
  padding-top: 6px;
  font-size: 1.4rem;
}

.link-contact ul.slide-list-link li a span {
  position: absolute;
  top: 0;
  left: 0;
  background: #006666;
  width: 10px;
  height: 10px;
  display: block;
}

.link-contact ul.slide-list-link {
  position: relative;
}

.link-contact ul.slide-list-link .slide-arrow {
  position: absolute;
  top: 10px;
  height: 120px;
  width: calc((100vw - 240px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 2;
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  .link-contact ul.slide-list-link .slide-arrow {
    width: calc((100vw - (233px * 3)) / 2);
  }
}

.link-contact ul.slide-list-link .slide-arrow:active {
  opacity: 0.7;
}

.link-contact ul.slide-list-link .slide-arrow figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  width: 50px;
  height: 50px;
}

.link-contact ul.slide-list-link .slide-arrow figure img {
  width: 20px;
  height: 20px;
}

.link-contact ul.slide-list-link .slide-arrow.link-prev-arrow {
  left: 0;
}

.link-contact ul.slide-list-link .slide-arrow.link-next-arrow {
  right: 0;
}

footer {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100vw;
  background: #006666;
  color: #fff;
  padding-top: min(3.66vw,50px);
  line-height: 1.4 !important;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 5.33333vw;
    height: auto;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer .ft-container {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container {
    padding-bottom: 2.19619vw;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container {
    display: block;
    padding-bottom: 0;
  }
}

footer .ft-container .ft-name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-name {
    margin: 0 auto 2.66667vw;
  }
}

footer .ft-container .coop-name {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .coop-name {
    padding-bottom: 0.36603vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .coop-name {
    padding-bottom: 3.56879px;
  }
}

footer .ft-container .coop-name a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .ft-container .coop-name img.coop-mark {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .coop-name img.coop-mark {
    width: 3.51391vw;
    height: 3.51391vw;
    margin-right: 0.73206vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .coop-name img.coop-mark {
    width: 34.25px;
    height: 34.25px;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .coop-name img.coop-mark {
    width: 8.8vw;
    height: 8.8vw;
    min-width: 33px;
    min-height: 33px;
    margin-right: 1.6vw;
  }
}

@media (max-width: 374px) {
  footer .ft-container .coop-name img.coop-mark {
    margin-right: 6px;
  }
}

footer .ft-container .coop-name img.name {
  height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .coop-name img.name {
    height: 2.19619vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .coop-name img.name {
    height: 21.41px;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .coop-name img.name {
    height: 6.13333vw;
  }
}

footer .ft-container .coop-address {
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .coop-address {
    font-size: 1.02489vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .coop-address {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .coop-address {
    font-size: max(2.67vw,10px);
  }
}

footer .ft-container .ft-link {
  width: 610px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .ft-link {
    width: 44.65593vw;
    margin-top: 0.73206vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .ft-link {
    width: 435px;
    margin-top: 7.1px;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link {
    width: 84vw;
    height: 36vw;
    margin: 0 auto;
    border-top: 1px solid #FFF;
  }
}

footer .ft-container .ft-link ul {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link ul {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link ul li {
    height: 20%;
  }
}

footer .ft-container .ft-link ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 15px;
  border-right: 1px solid #FFF;
  color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  footer .ft-container .ft-link ul li a {
    font-size: 1.02489vw;
    padding: 0 1.46413vw;
    margin-bottom: 1.0981vw;
  }
}

@media (max-width: 975px) and (min-width: 768px) {
  footer .ft-container .ft-link ul li a {
    font-size: 1rem;
    padding: 0 10.7065px;
    margin-bottom: 14.2753px;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link ul li a {
    justify-content: space-between;
    font-size: 3.2vw;
    padding: 0 5.33333vw;
    margin: 0 1.33333vw 0 0;
    border-right: 0;
    height: 100%;
  }
}

@media (max-width: 374px) {
  footer .ft-container .ft-link ul li a {
    padding: 0 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link ul li a span {
    content: "";
    background-image: url(../common/img/icon-arrow-circle-white.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .ft-container .ft-link ul li a span {
    width: 3.2vw;
    height: 3.2vw;
    padding-left: 1.6vw;
  }
}

footer .ft-container .ft-link ul li:nth-of-type(6) a,
footer .ft-container .ft-link ul li:nth-of-type(10) a {
  border-right: 0;
  padding: 0 0 0 1.46413vw;
}

@media screen and (max-width: 767px) {
  footer .ft-container .ft-link ul li:nth-of-type(6) a,
  footer .ft-container .ft-link ul li:nth-of-type(10) a {
    padding: 0 5.33333vw;
  }
}

@media (max-width: 374px) {
  footer .ft-container .ft-link ul li:nth-of-type(6) a,
  footer .ft-container .ft-link ul li:nth-of-type(10) a {
    padding: 0 2.66667vw;
  }
}

footer .copyright {
  text-align: center;
  line-height: 36px;
  height: 36px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 2.66667vw;
    height: 8.53333vw;
    line-height: 8.53333vw;
  }
}

.gotop a {
  z-index: 99;
  position: fixed;
  bottom: -150px;
  right: 40px;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #006666;
  border: 2px solid #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.gotop a.open {
  opacity: 1;
  bottom: 30px;
}

.gotop a:active, .gotop a:hover {
  opacity: 0.6;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .gotop a {
    width: 17.33333vw;
    height: 17.33333vw;
    right: 5.33333vw;
    font-size: 3.2vw;
    border-radius: 1.33333vw;
  }
}

.gotop a img {
  width: 25px;
  height: 13.45px;
}

@media screen and (max-width: 767px) {
  .gotop a img {
    width: 5.14667vw;
    height: 2.85333vw;
  }
}

.modal {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 80.96633vw;
  max-width: 1106px;
  height: auto;
  max-height: calc(100vh - 85px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 89.33333vw;
    height: 100vh;
    max-height: unset;
  }
}

.modal .modal-close {
  width: 100%;
  height: 85px;
  padding-top: 30px;
  text-align: right;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .modal .modal-close {
    height: 16vw;
    width: 89.33333vw;
    padding-top: 4vw;
  }
}

.modal .modal-close img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .modal .modal-close img {
    width: 11.2vw;
    max-width: unset;
  }
}

.modal .modal-wrap {
  width: 100%;
  background-color: transparent;
  max-height: calc(100vh - 85px);
  /*  margin-bottom: 75px; */
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .modal .modal-wrap {
    /*  marigin-bottom: sp(75); */
    max-height: calc(100vh - 16vw);
  }
}

.modal .modal-wrap .spacer {
  display: block;
  width: 100%;
  height: 85px;
}

@media screen and (max-width: 767px) {
  .modal .modal-wrap .spacer {
    height: 13.33333vw;
  }
}

.modal .modal-box {
  width: 100%;
  background-color: #FFF;
}
