@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&Archivo:wght@400;700&family=Work+Sans:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th, strong, address {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

/* basic class */
.clear {
  clear: both;
}

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

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

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}

textarea {
  font-size: 100%;
}

/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #383838;
}
body a, body button {
  transition: 0.4s ease;
  cursor: pointer;
}
body a:before, body a:after, body button:before, body button:after {
  transition: 0.4s ease;
}
body a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

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

:not(input):not(textarea)::selection {
  background: rgba(211, 233, 255, 0.7);
}

:not(input):not(textarea)::-moz-selection {
  background: rgba(211, 233, 255, 0.7);
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

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

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important;
}

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tb-inline-block {
    display: inline-block !important;
  }
  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body {
    font-size: 14px;
  }
  body *:not(img, ul, ol) {
    max-height: 100%;
  }
}
image {
  filter: url(#grayscale);
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1080px;
}
@media screen and (max-width: 600px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes scroll {
  0% {
    height: 83px;
  }
  33% {
    height: 0;
    bottom: 0;
  }
  66% {
    height: 0;
    bottom: 83px;
  }
  100% {
    height: 83px;
    bottom: 0;
  }
}
@keyframes scroll2 {
  0% {
    height: 83px;
  }
  33% {
    height: 0;
    top: 0;
  }
  66% {
    height: 0;
    top: 83px;
  }
  100% {
    height: 83px;
    top: 0;
  }
}
.cmn-ttl {
  position: relative;
}
.cmn-ttl:after {
  content: "";
  width: 46px;
  height: 5px;
  background: linear-gradient(90deg, #3ed6ad 0%, #4e98e2 100%);
  display: block;
}
.cmn-ttl__ja {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-left: -3px;
  margin-bottom: 20px;
}
.cmn-ttl__en {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .cmn-ttl:after {
    width: 53px;
  }
  .cmn-ttl__ja {
    font-size: 20px;
    margin-bottom: 18px;
    margin-left: 0;
  }
  .cmn-ttl__en {
    margin-bottom: 13px;
  }
}

.cont {
  background: url("../img/index/bg-cont.jpg") center no-repeat;
  background-size: cover;
  padding: 68px 0 62px;
}
.cont .cmn-ttl {
  color: #fff;
}
.cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -12.5px 0;
}
.cont__item {
  width: 33.33%;
  padding: 0 12.5px;
}
.cont__img img {
  width: 100%;
}
.cont__btn {
  margin-top: 15px;
}
.cont__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
  width: 310px;
  height: 60px;
  color: #fff;
}
.cont__btn a:before, .cont__btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont__btn a:before {
  background: linear-gradient(90deg, #3ed6ad 0%, #4e98e2 100%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.cont__btn a:after {
  background: linear-gradient(90deg, #5a8cd6 20%, #4e98e2 50%, #3ed6ad 120%);
  z-index: -2;
}
.cont__btn a img {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.cont__btn a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .cont__btn a {
    width: 100%;
  }
  .cont__btn a img {
    right: 25px;
  }
}
.cont__btn a {
  width: 100%;
}
.cont__btn a:before {
  opacity: 0;
}
.cont__btn a:after {
  border: solid 1px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: none;
}
.cont__btn a:hover:before {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .cont {
    padding: 55px 0 10px;
  }
  .cont__list {
    margin-top: 45px;
  }
  .cont__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .cont__btn a:before {
    opacity: 1;
  }
}

.contact {
  position: relative;
  padding: 126px 0 120px;
}
.contact__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin-top: 43px;
}
.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 55px -15px 0;
}
.contact__btn {
  margin: 0 15px;
  width: calc(50% - 30px);
}
.contact__btn-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  height: 100%;
  padding-top: 55px;
  transition: 0.4s ease;
}
.contact__btn-ja {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  transition: 0.4s ease;
}
.contact__btn-en {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.4s ease;
}
.contact__btn-arrow {
  position: absolute;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
}
.contact__btn a {
  display: block;
  width: 100%;
  height: 157px;
  text-align: center;
  color: #4E98E2;
  position: relative;
  z-index: 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3px;
}
.contact__btn a:before, .contact__btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact__btn a:before {
  background: linear-gradient(-60deg, #3ed6ad 0%, #4e98e2 100%);
  z-index: -1;
}
.contact__btn a:after {
  background: linear-gradient(#4e98e2 0%, #3ed6ad 100%);
  z-index: 0;
}
.contact__btn a:hover:after {
  opacity: 0;
}
.contact__btn a:hover .contact__btn-inner {
  background: none;
}
.contact__btn a:hover .contact__btn-en, .contact__btn a:hover .contact__btn-ja {
  color: #fff;
}
.contact__btn a:hover .contact__btn-arrow path {
  stroke: #fff;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 75px 0 56px;
  }
  .contact__txt {
    margin-top: 35px;
  }
  .contact__link {
    margin: 36px 0 0;
    display: block;
  }
  .contact__btn {
    margin: 0 0 15px;
    width: 100%;
    height: 100px;
  }
  .contact__btn-inner {
    padding-top: 25px;
  }
  .contact__btn-ja {
    margin-bottom: 15px;
  }
  .contact__btn-arrow {
    right: 18px;
  }
}

.pagetop {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #383838;
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  height: 155px;
  overflow: hidden;
  display: block;
  right: 52px;
  bottom: 118px;
  height: auto;
  padding-top: 97px;
}
.pagetop:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 83px;
  bottom: 0;
  left: 6px;
  background: #383838;
  animation: scroll 2s infinite;
}
.pagetop--white {
  color: #fff;
}
.pagetop--white:before {
  background: #fff;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 19px;
    font-size: 12px;
    height: 130px;
  }
}
.pagetop:before {
  animation: scroll2 1.5s infinite;
  bottom: auto;
  top: 0;
}
@media screen and (max-width: 1230px) {
  .pagetop {
    bottom: -61px;
    right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .pagetop {
    display: none;
  }
}

.sns {
  background: #EFEFEF;
  text-align: center;
  padding: 48px 0 38px;
}
.sns__txt {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding: 0 23px 0 26px;
  margin-bottom: 33px;
}
.sns__txt:before, .sns__txt:after {
  content: "";
  position: absolute;
  background: #383838;
  width: 1px;
  height: 25px;
  top: -2px;
}
.sns__txt:before {
  left: 4px;
  transform: rotate(-14deg);
}
.sns__txt:after {
  right: 4px;
  transform: rotate(14deg);
}
.sns__link-item {
  display: inline-block;
  margin: 0 13px;
}
.sns__link-item a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #383838;
  position: relative;
  display: block;
}
.sns__link-item a:hover {
  background: #4E98E2;
}
.sns__link-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .sns {
    padding: 44px 0 37px;
  }
  .sns__txt {
    padding: 0 16px 0 18px;
    font-size: 20px;
    margin-bottom: 23px;
  }
  .sns__txt:before, .sns__txt:after {
    top: -7px;
  }
  .sns__link-item {
    margin: 0 14px;
  }
  .sns__link-item a {
    width: 50px;
    height: 50px;
  }
  .sns__link-item img {
    transform: translate(-50%, -50%) scale(0.98);
  }
}

.pnkz {
  margin-top: 22px;
  padding: 0 50px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #383838;
}
.pnkz__list {
  display: inline-block;
}
.pnkz__list a {
  color: #A2A1A1;
}
.pnkz__list a:hover {
  opacity: 0.5;
}
.pnkz__list:after {
  content: "|";
  margin: 0 4px;
  vertical-align: 1px;
  color: #383838;
}
.pnkz__list:last-child:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .pnkz {
    padding: 0 20px;
  }
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls--100 {
  letter-spacing: -0.1em !important;
}

.header {
  height: 150px;
  position: relative;
  z-index: 100;
}
.header__logo {
  position: absolute;
  top: 53px;
  left: 53px;
}
.header__form {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
.header__form-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  width: 208px;
  height: 53px;
}
.header__form-item a:hover {
  opacity: 0.5;
}
.header__form-item:nth-child(1) a {
  background: #4E98E2;
}
.header__form-item:nth-child(2) a {
  background: #3ED6AD;
}

.nav {
  position: absolute;
  top: 83px;
  right: 50px;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #383838;
}
.nav__list-item {
  margin: 0 1.5em;
}
.nav__list-item a {
  color: inherit;
  position: relative;
}
.nav__list-item a:after {
  content: "";
  width: 46px;
  height: 5px;
  background: linear-gradient(90deg, #3ed6ad 0%, #4e98e2 100%);
  display: block;
  opacity: 0;
  position: absolute;
  bottom: -14px;
  left: 1px;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .nav__list-item a:hover:after {
    opacity: 1;
  }
}
.nav__bar {
  display: none;
  position: fixed;
  top: 6px;
  right: 12px;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  z-index: 102;
  cursor: pointer;
}
.nav__bar span {
  position: absolute;
  right: 8px;
  left: auto;
  height: 2px;
  background: #4E98E2;
  transition: 0.4s ease;
}
.nav__bar span:nth-child(1) {
  top: 17px;
  width: 14px;
}
.nav__bar span:nth-child(2) {
  top: 27px;
  width: 28px;
}
.nav__bar span:nth-child(3) {
  bottom: 15px;
  width: 37px;
}
.nav__bar:hover span {
  width: 37px !important;
}
.nav__bar.active span {
  width: 32px !important;
}
.nav__bar.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 9px);
}
.nav__bar.active span:nth-child(2) {
  opacity: 0;
}
.nav__bar.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -10px);
}

.footer {
  background: url("../img/base/bg-footer.png") no-repeat center;
  background-size: 100% 100%;
  padding: 34px 0 23px;
}
.footer__inner {
  position: relative;
}
.footer__logo {
  margin-bottom: 23px;
}
.footer__info {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer__info a {
  color: inherit;
}
.footer__info--mail {
  margin-left: -0.25em;
}
.footer__right {
  width: calc(100% - 300px);
  position: absolute;
  top: 28px;
  right: 50px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #383838;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  color: #fff;
  margin: 0 -22px 23px;
}
.footer__nav-item {
  margin: 0 1.5em;
}
.footer__nav-item a {
  color: inherit;
  position: relative;
}
.footer__nav-item a:after {
  content: "";
  width: 46px;
  height: 5px;
  background: linear-gradient(90deg, #3ed6ad 0%, #4e98e2 100%);
  display: block;
  opacity: 0;
  position: absolute;
  bottom: -14px;
  left: 1px;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .footer__nav-item a:hover:after {
    opacity: 1;
  }
}
.footer__nav-item {
  margin: 0 22px 20px;
}
.footer__nav-item a:after {
  height: 2px;
  width: 38px;
  background: #3ED6AD;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: -5px;
}
.footer__sns--sp {
  display: none;
}
.footer__sns-txt {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 4px 10px 0 0;
  color: #fff;
}
.footer__sns-item {
  margin: 0 5px;
}
.footer__sns-item a {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-radius: 50%;
}
.footer__sns-item a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.footer__sns-bnr {
  margin-right: 30px;
}
.footer__sns-bnr a {
  display: block;
}
.footer__sns-bnr a img {
  margin-top: -10px;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.footer__link-item {
  width: calc(33.33% - 18px);
  margin: 0 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.footer__link-item img {
  width: 100%;
}
.footer__link-item a:hover {
  opacity: 0.6;
}
.footer__copy {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-top: 23px;
}

@media screen and (max-width: 1200px) {
  .nav__list {
    font-size: 14px;
    margin: 0 -1em;
  }
  .nav__list-item {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    padding-bottom: 60px;
  }
  .header__form {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 103;
    width: 100%;
    height: 60px;
  }
  .header__form-item {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .header__form-item a {
    height: 100%;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header__form-item:nth-child(1) {
    left: 0;
  }
  .header__form-item:nth-child(2) {
    left: 50%;
  }
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    padding-top: 120px;
  }
  .nav__bar {
    display: block;
  }
  .nav__list {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .nav__list-item {
    margin-bottom: 40px;
  }
  .nav__list-item a:hover {
    opacity: 0.5;
  }
  .nav__list-item a:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    background-image: url("../img/base/sp/bg-footer.png");
    padding: 46px 0 30px;
  }
  .footer__inner {
    display: block;
  }
  .footer__right {
    position: static;
    width: 100%;
  }
  .footer__nav {
    display: block;
    margin: 0 0 45px;
  }
  .footer__nav-item {
    margin: 0 0 26px;
  }
  .footer__link {
    display: block;
    margin: 0 0 0;
    width: 100%;
    order: 0;
  }
  .footer__link-item {
    display: block;
    margin: 0 0 12px;
    width: 266px;
    max-width: 100%;
  }
  .footer__sns {
    order: 1;
    width: 100%;
    margin: 0 -8px 30px;
  }
  .footer__sns--pc {
    display: none;
  }
  .footer__sns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .footer__sns-txt {
    display: none;
  }
  .footer__sns-item {
    margin: 0 8px;
  }
  .footer__sns-item a {
    width: 49px;
    height: 49px;
  }
  .footer__sns-item a img {
    transform: scale(1.5);
  }
  .footer__sns-bnr {
    width: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .footer__sns-bnr a img {
    margin-top: 0px;
    width: 267px;
    height: auto;
  }
  .footer__logo {
    width: 177px;
    order: 2;
    margin-bottom: 20px;
  }
  .footer__info {
    font-size: 13px;
    line-height: 20px;
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__copy {
    margin-top: 26px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 66px;
  }
  .header__logo {
    top: 15px;
    left: 18px;
  }
  .header__logo img {
    width: 185px;
  }
}
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
  width: 100%;
  height: 100%;
}

.fv {
  position: relative;
  padding-left: 150px;
  margin-bottom: 107px;
}
.fv__cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.fv__img {
  height: 100%;
}
.fv__img-item {
  position: relative;
  height: 100%;
  width: calc(100vw - 150px);
}
.fv__img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv__img .slick-list, .fv__img .slick-track, .fv__img .slick-slide, .fv__img .slick-slide > div {
  height: 100%;
}
.fv__img .slick-dots {
  position: absolute;
  bottom: 19px;
  left: auto;
  right: 47px;
  width: auto;
}
.fv__img .slick-dots li {
  margin: 0 3.5px;
  width: auto;
  height: auto;
}
.fv__img .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  display: block;
  transform: scale(0.9);
}
.fv__img .slick-dots li button:before {
  content: "";
  display: none;
}
.fv__img .slick-dots li.slick-active button {
  background: #fff;
}
.fv__txt {
  position: absolute;
  left: -1px;
  bottom: 76px;
  background: #fff;
  height: 226px;
  padding: 27px 48px 0 13px;
  width: 195px;
}
.fv__catch {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 25px;
  letter-spacing: 0.48em;
  line-height: 45px;
}
.fv__catch--line {
  display: block;
  position: relative;
}
.fv__catch--line:before {
  content: "";
  width: 1px;
  height: 94%;
  background: #E0E0E0;
  position: absolute;
  top: 0;
  left: 0;
}
.fv__catch--line:last-child:before {
  display: none;
}
.fv__en {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 28px;
  right: 23px;
}
.fv__link {
  position: absolute;
  left: 50px;
  bottom: 244px;
}
.fv__link-item {
  margin-top: 13px;
}
.fv__link-item a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #383838;
  border-radius: 50%;
}
.fv__link-item a:hover {
  background: #4E98E2;
}
.fv__link-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv__scroll {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #383838;
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  height: 155px;
  overflow: hidden;
  display: block;
  bottom: 0;
  left: 58px;
}
.fv__scroll:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 83px;
  bottom: 0;
  left: 6px;
  background: #383838;
  animation: scroll 2s infinite;
}
.fv__scroll--white {
  color: #fff;
}
.fv__scroll--white:before {
  background: #fff;
}
@media screen and (max-width: 600px) {
  .fv__scroll {
    right: 19px;
    font-size: 12px;
    height: 130px;
  }
}

.twitter {
  width: 412px;
  padding: 3px;
  background: linear-gradient(#3ed6ad 0%, #4e98e2 100%);
  position: absolute;
  top: 5px;
  right: 50px;
}
.twitter__cont {
  background: #fff;
  padding: 25px;
}
.twitter__inner {
  overflow-y: scroll;
  height: 354px;
}
.twitter__ttl {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 9px 8px 7px 0;
}
.twitter__ttl img {
  margin-right: 22px;
  vertical-align: -2px;
}

.concept {
  margin-bottom: 129px;
}
.concept__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.concept__inner .item:nth-child(1) {
  padding-right: 20px;
}
.concept__inner .item:nth-child(2) {
  padding-left: 20px;
}
.concept__cont {
  width: calc(100% - 500px);
}
.concept__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin-top: 43px;
}
.concept .update-part.part-media {
  width: calc(100% - 500px);
}
.concept .update__list {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-top: 50px;
}
.concept .update__item {
  margin-top: 36px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
}
.concept .update__item--date {
  margin-right: 20px;
}
.concept .update__item-head {
  display: flex;
}
.concept .update__item--link {
  color: #383838;
}
.concept .update__item--cate {
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.concept .update__item--cate > span {
  padding: 2px;
  border: 1px solid #383838;
  text-align: center;
}

.local {
  margin-bottom: 120px;
}
.local__img {
  margin: 50px 0 45px;
  text-align: center;
}
.local__img img {
  max-width: 100%;
}
.local__list {
  padding-left: 23px;
}
.local__item {
  border: solid 3px #4E98E2;
  position: relative;
  padding: 22px 30px 23px 234px;
  margin-bottom: 30px;
}
.local__num {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #3ed6ad 0%, #4e98e2 100%);
  text-align: center;
  line-height: 52px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.local__ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #4E98E2;
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  width: 220px;
}
.local__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  line-height: 32px;
}
.local__logo {
  margin-left: 23px;
  padding: 30px 25px 20px;
  background: white;
  border-top: 10px solid #E9F1FA;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  position: relative;
}
.local__logo h3 {
  font-size: 18px;
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 40px;
  padding: 0 10px;
  line-height: 1;
  background: #ffffff; /*タイトル文字背景色*/
  color: #4E98E2; /*タイトル文字色*/
  font-weight: bold;
}
.local__logo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.local__logo-image {
  margin-right: 30px;
  min-width: 176px;
  height: auto;
}
.local__logo-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.local__logo-desc p {
  padding-top: 8px;
}
.local__logo-desc span {
  font-size: 18px;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .fv {
    padding-left: 60px;
  }
  .fv__link {
    left: 14px;
  }
  .fv__scroll {
    left: 25px;
    bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    height: 90px;
  }
  .header__logo {
    top: 17px;
  }
  .concept__inner {
    display: block;
  }
  .concept__inner .item:nth-child(1) {
    padding-right: 0px;
  }
  .concept__inner .item:nth-child(2) {
    padding-left: 0px;
  }
  .concept__cont {
    margin-bottom: 70px;
    width: 100%;
  }
  .concept .update-part.part-media {
    width: 100%;
  }
  .twitter {
    position: static;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    padding: 0 20px 52px;
    margin-bottom: 76px;
  }
  .fv__img .slick-dots {
    display: none;
  }
  .fv__txt {
    top: 18px;
    left: 0;
    bottom: auto;
    height: 187px;
    padding: 24px 39px 0 0;
    width: 167px;
  }
  .fv__catch {
    margin-left: -7px;
    font-size: 20px;
    line-height: 45px;
    white-space: nowrap;
  }
  .fv__en {
    font-size: 11px;
    letter-spacing: 0.1em;
    top: 24px;
    right: 23px;
    white-space: nowrap;
  }
  .fv__scroll {
    display: none;
  }
  .concept {
    margin-bottom: 75px;
  }
  .concept__txt {
    margin-top: 33px;
  }
  .concept__cont {
    margin-bottom: 65px;
  }
  .twitter {
    width: 100%;
  }
  .twitter__inner {
    height: 315px;
  }
  .twitter__ttl {
    padding: 11px 8px 8px 0;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .twitter__ttl img {
    margin-right: 14px;
    vertical-align: -3px;
  }
  .local {
    margin-bottom: 70px;
  }
  .local__img {
    margin: 41px 0 66px;
  }
  .local__list {
    padding-left: 0;
  }
  .local__item {
    padding: 43px 24px 27px;
    margin-bottom: 63px;
  }
  .local__ttl {
    position: static;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #4E98E2;
    margin-bottom: 16px;
    width: 100%;
    transform: none;
  }
  .local__num {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .local__txt {
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-height: 700px) {
  .fv__txt {
    top: calc(100vh - 310px);
    left: 0;
    bottom: auto;
    height: 140px;
    padding: 13px 35px 0 0;
    width: 113px;
  }
  .fv__catch {
    font-size: 16px;
    line-height: 30px;
    margin-left: 0px;
  }
  .fv__en {
    font-size: 11px;
    letter-spacing: 0.1em;
    top: 13px;
    right: 9px;
  }
}

/*# sourceMappingURL=index.css.map */
