@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;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-sp {
    display: block;
  }
}

.act {
  max-width: 980px;
  margin: 109px auto 135px auto;
}
@media screen and (max-width: 600px) {
  .act {
    margin: 40px auto 0 auto;
  }
}
.act .act-wrapper {
  margin: 0 auto;
}
.act .cmn-ttl {
  position: relative;
  text-align: center;
}
.act .cmn-ttl:after {
  position: absolute;
  width: 188px;
  left: 50%;
  transform: translateX(-50%);
}
.act .ttl-en {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 100px;
}
.act .cmn-ttl__ja {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}
.act__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 43px 0 46px;
}
.act__cont {
  width: 50%;
}
.act__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  letter-spacing: 0.025em;
}
.act__img {
  padding-left: 72px;
  width: 50%;
  margin-top: 7px;
}
.act__img img {
  max-width: 100%;
}
.act__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;
}
.act__btn a:before, .act__btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.act__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;
}
.act__btn a:after {
  background: linear-gradient(90deg, #5a8cd6 20%, #4e98e2 50%, #3ed6ad 120%);
  z-index: -2;
}
.act__btn a img {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.act__btn a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .act__btn a {
    width: 100%;
  }
  .act__btn a img {
    right: 25px;
  }
}
.act__btn a {
  margin: 40px auto 0;
}
.act .card-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .act .card-list .card:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
}
.act .card {
  max-width: 335px;
  margin-bottom: 50px;
}
.act .card a {
  color: #383838;
}
@media screen and (min-width: 901px) {
  .act .card {
    width: calc(33.3% - 25.3333333333px);
  }
}
.act .card-head {
  height: auto;
  width: 100%;
  background: #0e0e0e;
  margin-bottom: 19px;
}
.act .card-head img {
  width: 100%;
}
.act .card-body__flex {
  display: flex;
}
.act .card-body__number {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 26px;
}
.act .card-body__ttl {
  position: relative;
  font-size: 16px;
  margin-left: 7px;
}
.act .card-body__ttl:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 5px;
  background: linear-gradient(180deg, #3ed6ad 0%, #4e98e2 100%);
  margin-left: -8px;
}
.act .card-body__date {
  margin-left: auto;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .act-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card {
    width: calc(50% - 19px);
  }
  .card:not(:nth-child(2n+1)) {
    margin-left: 38px;
  }
  .card:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .card {
    width: 100%;
    margin: 0 auto;
  }
  .card:not(:nth-child(2n+1)) {
    margin: 0 auto;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------------*/
.news-detail {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1080px;
  margin-top: 100px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .news-detail {
    display: block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .news-detail {
    margin: 40px auto 60px auto;
  }
}
.news-detail .post {
  width: 735px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .news-detail .post {
    width: 100%;
    margin: 0 0 0 0;
  }
}
.news-detail .post__main {
  margin-bottom: 120px;
  padding: 37.5px;
  border: 5px solid #3ed6ad;
  border-image: linear-gradient(to bottom, #3ed6ad 0%, #4e98e2 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 900px) {
  .news-detail .post__main {
    margin: 0 auto 40px auto;
    padding: 15px;
  }
}
.news-detail .post__ttl-area {
  border-bottom: 1px solid #C6C7C7;
  margin-bottom: 36px;
}
.news-detail .post__ttl-area--date {
  font-size: 14px;
  margin-right: 11px;
  padding-top: 4px;
}
.news-detail .post__ttl-area .post__category--child {
  border: 1px #4e98e2 solid;
  display: inline-block;
  font-size: 13px;
  padding: 3px;
}
.news-detail .post__ttl-area__head {
  display: flex;
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  .news-detail .post__ttl-area__head {
    margin-bottom: 20px;
  }
}
.news-detail .post__ttl {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 40px;
}
@media screen and (max-width: 900px) {
  .news-detail .post__ttl {
    padding-bottom: 32px;
    line-height: 1.5;
  }
}
.news-detail .post__content {
  line-height: 2.3;
  letter-spacing: 0.04em;
}
.news-detail .post__content .block-image {
  margin: 20px 0;
}
.news-detail .post__content .block-image img {
  width: 100%;
}
.news-detail .post__content .block-image .img {
  width: 100%;
  height: 436px;
  background-color: #707070;
}
@media screen and (max-width: 900px) {
  .news-detail .post__content .block-image .img {
    height: 175px;
  }
}
.news-detail .post__content .caption {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  color: #909090;
  line-height: 20px;
}
.news-detail .post__content .hl2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .post__content .hl3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .post__content p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
}
.news-detail .post__content .content-p {
  font-size: 14px;
  margin-bottom: 38px;
}
.news-detail .post__content .embed-button {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .news-detail .post__content .embed-button {
    margin-bottom: 24px;
  }
}
.news-detail .post__content .embed-button a {
  background: #000;
  display: block;
  margin: 0 auto;
  padding: 16px 20px;
  width: 460px;
  max-width: 100%;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.news-detail .post__content ol {
  list-style-type: decimal;
  padding-left: 1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 600px) {
  .news-detail .post__content ol {
    margin: 0 0 24px;
  }
}
.news-detail .post__content ul {
  padding-left: 1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 600px) {
  .news-detail .post__content ul {
    margin: 0 0 24px;
  }
}
.news-detail .post__content ul li {
  position: relative;
}
.news-detail .post__content ul li:before {
  content: "・";
  position: absolute;
  left: -1.2em;
}
.news-detail .post__content .block-col2 {
  margin-bottom: 50px;
  margin-right: -25px;
  margin-left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .news-detail .post__content .block-col2 {
    display: block;
    margin-bottom: 24px;
  }
}
.news-detail .post__content .block-col2__item {
  padding: 0 25px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .news-detail .post__content .block-col2__item {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.news-detail .post__content .block-col2__item img {
  width: 100%;
  height: auto;
  background-color: #707070;
}
@media screen and (max-width: 600px) {
  .news-detail .post__ftr {
    margin-bottom: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-detail .post__ftr .cmn-ttl {
  font-weight: bold;
  font-size: 25px;
}
.news-detail .post__ftr .cmn-ttl__ja {
  margin-bottom: 20px;
  line-height: 1.5;
}
.news-detail .post__ftr .cmn-ttl:after {
  content: "";
  width: 46px;
  height: 5px;
  background: linear-gradient(90deg, #3ed6ad 0%, #4e98e2 100%);
  display: block;
}
.news-detail .post__ftr .cont__img {
  margin-bottom: 19px;
}
.news-detail .post__ftr .cont-txt {
  line-height: 1.75;
}
.news-detail .aside {
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  .news-detail .aside {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .news-detail .aside {
    width: 100%;
  }
}
.news-detail .aside__ttl-en {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-detail .aside__ttl-ja {
  font-size: 20px;
  font-weight: bold;
}
.news-detail .aside__list {
  padding: 20px 0;
}
.news-detail .aside__item {
  padding: 20px 0;
  border-top: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 25px;
}
.news-detail .aside__item a {
  color: #383838;
  line-height: 20px;
}
.news-detail .aside .calendar {
  margin-bottom: 70px;
}
.news-detail .aside .calendar .cmn-ttl {
  margin-bottom: 50px;
}
.news-detail .aside .calendar__img {
  width: 331px;
  height: 225px;
  background: #707070;
}
@media screen and (max-width: 600px) {
  .news-detail .aside .calendar__img {
    width: 100%;
  }
}
.news-detail .aside .new-article .cmn-ttl {
  margin-bottom: 35px;
}
.news-detail .aside .new-article__item {
  padding: 15px 0 21px 0;
  border-bottom: dashed 1px #707070;
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .news-detail .aside .new-article__item {
    display: block;
  }
}
.news-detail .aside .new-article__item--head {
  width: 110px;
  height: 70px;
  background: #707070;
}
@media screen and (max-width: 600px) {
  .news-detail .aside .new-article__item--head {
    width: 100%;
    height: 200px;
    margin-bottom: 28px;
  }
}
.news-detail .aside .new-article__item--body {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .news-detail .aside .new-article__item--body {
    text-align: left;
  }
}
.news-detail .aside .new-article__item--body h3 {
  font-size: 15px;
  margin-bottom: 33px;
}
@media screen and (max-width: 600px) {
  .news-detail .aside .new-article__item--body h3 {
    margin-bottom: 24px;
  }
}
.news-detail .aside .new-article__item--body p {
  font-size: 13px;
}

.update {
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.update a {
  color: #383838;
}
.update .cmn-ttl {
  font-size: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .update .cmn-ttl {
    margin-top: 120px;
  }
}
.update .cmn-ttl:after {
  position: absolute;
  width: 188px;
  left: 50%;
  transform: translateX(-50%);
}
.update .cmn-ttl__en {
  text-align: center;
  margin-bottom: 180px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .update .cmn-ttl__en {
    margin-bottom: 40px;
  }
}
.update .section-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 64px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.update .section-ttl.--only {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .update .section-ttl {
    margin-bottom: 30px;
  }
}
.update-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .update-wrapper {
    display: block;
    margin-bottom: 24px;
  }
}
.update-part {
  width: 41%;
}
.update-part.--only {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .update-part {
    width: 100%;
    margin-bottom: 80px;
  }
}
.update .part-media {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .update .part-media {
    margin-right: auto;
  }
}
.update__item {
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
.update__item-head {
  display: flex;
}
.update__item--date {
  line-height: 1.5;
}
.update__item--ttl {
  line-height: 1.5;
  width: 80%;
  text-align: right;
  text-align-last: left;
  margin-left: auto;
  margin-bottom: 20px;
}
.update__item--cate {
  text-align: right;
}

/* pager */
.pager ul.pagination {
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 154px;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 12%;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: underline;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .pager ul.pagination {
    font-size: 14px;
  }
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の5件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の5件へ　";
  }
}
.pager-activity li {
  width: 6% !important;
}

/* pager */
.local-article .new-article__item--top {
  display: flex;
  margin-bottom: 16px;
}
.local-article .new-article__item--top .article-cate {
  margin-left: auto;
}
.local-article .article-ttl {
  margin-bottom: 40px;
  text-align: left;
}
.local-article .new-article__item {
  display: block !important;
}

.fv {
  padding: 0 50px;
  position: relative;
  z-index: 0;
}
.fv__img {
  z-index: 0;
  height: 395px;
  position: relative;
  overflow: hidden;
}
.fv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1180px;
  width: 100%;
}
.fv__ttl {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  height: 183px;
  width: 298px;
  padding: 63px 0 0 2px;
  text-align: center;
  background: #fff;
}
.fv__ja {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.fv__ja--main {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-left: 10px;
  vertical-align: -4px;
}
.fv__en {
  margin-top: 16px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.about {
  margin-top: 109px;
  margin-bottom: 135px;
}
.about .cmn-ttl__ja {
  margin-bottom: 31px;
}
.about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 43px 0 46px;
}
.about__cont {
  width: 50%;
}
.about__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  letter-spacing: 0.025em;
}
.about__img {
  padding-left: 72px;
  width: 50%;
  margin-top: 7px;
}
.about__img img {
  max-width: 100%;
}
.about__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;
}
.about__btn a:before, .about__btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about__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;
}
.about__btn a:after {
  background: linear-gradient(90deg, #5a8cd6 20%, #4e98e2 50%, #3ed6ad 120%);
  z-index: -2;
}
.about__btn a img {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.about__btn a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .about__btn a {
    width: 100%;
  }
  .about__btn a img {
    right: 25px;
  }
}
.about__btn a {
  margin: 40px auto 0;
}
.coc {
  position: relative;
  z-index: 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 27px 35px 19px;
}
.coc:before, .coc:after {
  content: "";
  position: absolute;
}
.coc:before {
  background: #fff;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.coc:after {
  background: linear-gradient(#3ed6ad 0%, #4e98e2 100%);
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .coc:before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.coc__ttl {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 6px 0 0 44px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 23px;
}
.coc__ttl img {
  position: absolute;
  top: 0;
  left: 0;
}
.coc__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
}

.activity .cmn-ttl__ja {
  margin-bottom: 31px;
}
.activity__cont {
  margin-top: 45px;
  background: linear-gradient(rgba(62, 214, 173, 0.15) 0%, rgba(78, 152, 226, 0.15) 100%);
  padding: 100px 0 131px;
}
.activity__top {
  text-align: center;
  margin-bottom: 47px;
}
.activity__top img {
  max-width: 100%;
}
.activity__dtl {
  position: relative;
  z-index: 0;
  padding: 48px 48px 44px;
}
.activity__dtl:before, .activity__dtl:after {
  content: "";
  position: absolute;
}
.activity__dtl:before {
  background: #fff;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.activity__dtl:after {
  background: linear-gradient(#3ed6ad 0%, #4e98e2 100%);
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .activity__dtl:before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.activity__dtl-ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 13px;
}
.activity__list {
  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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.activity__item {
  margin-top: 40px;
  width: calc(50% - 22px);
}
.activity__item--small {
  width: calc(33.33% - 20px);
}
.activity__item-top {
  padding-left: 67px;
  position: relative;
}
.activity__item--3 .activity__item-top {
  padding-left: 62px;
}
.activity__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: 0;
  left: 0;
}
.activity__ttl {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #4E98E2;
}
.activity__txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 35px;
  line-height: 25px;
  margin-right: -1em;
  margin-top: 5px;
}
.activity__img {
  margin-top: 12px;
}
.activity__img img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .about__top {
    display: block;
  }
  .about__cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__img {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .activity__item--small {
    width: calc(50% - 22px);
  }
  .activity__item--3 .activity__item-top {
    padding-left: 67px;
  }
  .activity__txt {
    letter-spacing: 0.05em !important;
  }
}
@media screen and (max-width: 600px) {
  .pnkz {
    display: none;
  }
  .fv {
    padding: 0;
  }
  .fv__img {
    height: 232px;
  }
  .fv__img img {
    min-width: 375px;
  }
  .fv__ttl {
    top: auto;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    width: 266px;
    height: 112px;
    padding-top: 33px;
  }
  .fv__ja {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .fv__ja--main {
    font-size: 25px;
    letter-spacing: 0.15em;
    margin-left: 8px;
    vertical-align: -3px;
  }
  .fv__en {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .about {
    margin-top: 127px;
    margin-bottom: 75px;
  }
  .about .cmn-ttl__ja {
    margin-bottom: 29px;
  }
  .about__top {
    margin: 33px 0 30px;
  }
  .about__cont {
    margin-bottom: 24px;
  }
  .about__btn a img {
    right: 18px;
  }
  .coc {
    padding: 38px 24px 33px;
  }
  .coc__ttl {
    padding: 0;
    text-align: center;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .coc__ttl img {
    position: static;
    display: block;
    margin: 0 auto 6px;
  }
  .coc__txt {
    line-height: 32px;
  }
  .activity .cmn-ttl__ja {
    margin-bottom: 29px;
  }
  .activity__cont {
    margin-top: 40px;
    padding: 50px 0;
  }
  .activity__top {
    margin-bottom: 40px;
  }
  .activity__dtl {
    padding: 42px 21px 38px;
  }
  .activity__dtl-ttl {
    margin-bottom: 6px;
  }
  .activity__item {
    width: 100%;
    margin-top: 31px;
  }
}

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