@charset "utf-8";
/* common
---------------------------------------- */
.ja {
  font-family: "Noto Sans JP", sans-serif;
}
.ja_serif {
  font-family: "Noto Serif JP", serif;
}
/* .en {
  font-family: "EB Garamond", serif;
} */
a {
  text-decoration: none;
  color: #251714;
}
a:hover {
  opacity: 0.7;
}
/* layout
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #251714;
}
.body-kotei {
  width: 100%;
  overflow: hidden;
}
#wrapper {
   display: flex;
  flex-direction: column;
  position: relative;
}

/* CSS変数
---------------------------------------- */
:root {
  --hukidasi-wid: 76%;
  --hukidasi-wid-sp: 96%;
  --main-color: #0d7792 ;
}


/* header
---------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header #header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #ffffff;
}
#header #header-inner h1{
  align-items: center;
  padding: 0;
  width: 50px;
}

@media screen and (min-width: 1061px) {
  #header {
    top: 0px;
  }
  #header #header-inner {
    justify-content: end;
  }
}
@media screen and (max-width: 1060px) {
  #header {
    top: -75px;
    transition: top 0.8s ease-in-out;
  }
}
/* global-navi */
#header #global-navi {
  display: none;
}
#header #global-navi-inner {
  display: flex;
  flex-direction: row;
}
#header #global-navi ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#header #global-navi ul.sns li {
  width: 16px !important;
  margin-right: 12px;
}
#header #global-navi ul.sns li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#header #global-navi ul li a {
  text-align: center;
  padding: 1.2rem 1.4rem;
  margin: 0 0.4rem;
  line-height: 1.8rem;
  font-size: 1.4rem;
  display: inline-block;
  border-right: #333446 1px solid;
}
#header #global-navi ul li:last-child a{
  min-width: 12rem;
  border: none;
  color: #ffffff;
  background: #125b9a;
}
#header #global-navi ul li:nth-last-child(2) a{
  border: none;
}
@media screen and (min-width: 1061px) {
  #header #global-navi ul li a {
  padding: 0.2rem 1.4rem;
  }
  #header #global-navi ul li:last-child a{
    padding: 0.6rem 0;
  }
  #header #global-navi {
    display: block;
  }
  #header #header-inner h1 {
    margin-right: auto;
  }
}
/* modaal */
div.modaal-inner-wrapper {
  padding: 0;
}
div.modaal-container {
  height: 100%;
}
div.modaal-container ul {
  margin-bottom: 2rem;
}
div.modaal-container ul li {
  line-height: 4rem;
  font-size: 1.8rem;
}
div.modaal-container ul.menu {
  text-align: center;
}
div.modaal-container ul.sns {
  display: flex;
  justify-content: center;
}
div.modaal-container ul.sns li {
  width: 32px !important;
  margin-right: 24px;
}
.modaal-wrapper .modaal-container {
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
}

.modaal-wrapper .modaal-container ul li a{
  z-index: 99;
}

.modaal-wrapper .modaal-close {
  color: var(--main-color);
  top: 1rem !important;
  right: 1.5rem !important;
}
.modaal-inner-wrapper .top {
  margin-top: 60px;
}
.modaal-wrapper .modaal-close:hover {
  background: none;
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  height: 28px;
  color: var(--main-color);
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: var(--main-color);
}
.modaal-close:after, .modaal-close:before {
  background: var(--main-color);
}
@media screen and (max-width: 480px) {
  .modaal-wrapper .modaal-container {
    width: 100%;
  }
}
/* toggle */
#header div.toggle {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 53px;
}
#header div.toggle a.openbtn {
  position: relative;
    width: 50px;
    height: 50px;
    background: none;
    cursor: pointer;
    transition: all 0.4s;
    margin: 0;
}
#header div.toggle a.openbtn span:nth-of-type(1) {
  top: 12px;
}
#header div.toggle a.openbtn span:nth-of-type(2) {
  top: 22px;
}
#header div.toggle a.openbtn span:nth-of-type(3) {
  top: 33px;
}
#header div.toggle a.openbtn span {
  display: inline-block;
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s ease;
    background: var(--main-color);
    filter: drop-shadow(1px 1px 1px #fefefe);
}
@media screen and (max-width: 992px) {
  #header div.toggle a.openbtn {
      position: absolute;
      display: inline-block;
  }
}
@media screen and (min-width: 1061px) {
  #header div.toggle {
    display: none;
  }
}
#header.panelactive .g-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  overflow-y: scroll;
  padding: 92px 0;
}
#header.panelactive .g-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header.panelactive .g-nav ul li {
  font-size: 20px;
}
#header.panelactive .g-nav ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
/* main
---------------------------------------- */
/* common */
/* section, section-inner */
.section{
  margin-bottom: 100px;
}
.section div.section-inner {
  text-align: center;
}
.section h2 {
  padding-top: 3.4rem;
  margin-bottom: 4rem;
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
}
.section h2 strong {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
.section h2::after {
  width: 7%;
}
.section div.section-inner {
  margin: 0 5%;
}
.section p.btn {
  text-align: center;
}
.section p.btn a {
  padding: 0.5rem 4rem;
  display: inline-block;
  margin-top: 20px;
  border: #3d89b6 1.5px solid;
  line-height: 3.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .section div.section-inner {
      margin: 0 10%;
  }
}
/* contents */
/* main-visual */
#visual {
  margin-bottom: 0;
}
#main-visual {
  position: relative;
  margin-top: 6.4rem;
  margin-bottom: 20px;
}
#main-visual img {
  height: auto;
}
@media screen and (max-width: 1060px) {
  #main-visual {
    margin-top: 0;
  }
}
/* main-bnr */
#main-bnr ul li {
  text-align: center;
}
#main-bnr ul li img {
  width: 98%;
  height: auto;
}
#main-bnr div.slick-track {
  margin-bottom: 8px;
}


/* main-bg */
main .main_bg {
  background-image: url(../assets/img/img_bg_EN.png);
  background-size: 100% auto;
  background-repeat:repeat-y;
}

@media screen and (min-width: 1024px) {
  main .main_bg {
  background-image: url(../assets/img/img_bg.png);
}
}

/* about */
#about div.section-inner .text h2 {
  font-size: 3.3rem;
}
#about div.section-inner {
  justify-content: space-around;
  padding-top:2rem;
  margin: 0;
}
#about div.text_wrapper {
  margin: 0 3%;
  align-items:center;
  justify-content: space-around;
  display: flex;
}
#about .text_wrapper img:first-child {
  padding-top: 50px;
}
#about .text_wrapper img:last-child {
  padding-top: 30px;
}
#about .text_wrapper img {
  width: 28%;
  object-fit: contain;
}
#about div.text p {
  margin-top: 6rem;
  line-height: 2.7rem;
  font-size: 1.6rem;
  padding: 0 2rem;
}
#about .illust_sp {
  display: none;
}
#about div.about_movie {
  margin-top: 10rem;
  padding: 0 0 5rem;
}

@media screen and (max-width: 992px) {
  #about iframe {
    width: 650px !important;
    height: 370px !important;
  }
}
@media screen and (max-width: 781px) {
  #about div.section-inner {
    flex-direction: column;
  }
  #about div.text_wrapper {
    background-image: url(../assets/img/img_aboutL.png),url(../assets/img/img_aboutR.png);
    background-position: 3% 80%,97% 80%;
    background-size:45%, 45%;
    background-repeat: no-repeat;
    padding-bottom: 70%;
  }
  #about .text_wrapper img {
    display: none;
  }
  #about div.text {
    width: 420px;
    margin: 0 auto;
  }
  #about iframe {
    max-width: 500px !important;
    max-height: 284px !important;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 550px) {
  #about iframe {
    max-width: 400px !important;
    max-height: 227px !important;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 426px) {
  #about {
    background-position: -15% 50%,105% 50%;
    background-size: 40%;
  }
  #about div.text {
    width: auto;
    margin: 0;
  }
  #about div.text_wrapper {
    background-image: none;
    padding-bottom: 0;
  }
  #about .illust_sp {
    display: block;
    margin-top: 6rem;
  }
  #about .illust_sp img{
    width: 70%;
    margin-bottom: 5rem;
  }
  #about .illust_sp img:last-of-type {
    width: 70%;
  }
  #about div.section-inner .text h2 {
    font-size: 3rem;
  }
  #about div.about_movie {
    margin-top: 6rem;
  }
  #about iframe {
    width: 290px !important;
    height: 160px !important;
    margin: 3rem auto 0;
  }
}
/* @media screen and (max-width: 326px) {
  #about div.text_wrapper {
    background-position: bottom 0rem left 50%, bottom 22rem right 50%;
    background-size: 80%, 92%;
    padding-bottom: 125%;
  }
} */
/* place */
#place .button {
  cursor: pointer;
}

.tab-wrapper .slick-track {
  transform: unset !important;
}

#place .tab-wrapper {
  background-image: url(../assets/img/img_hukidasiM.png);
  width: var(--hukidasi-wid);
  margin: -4px auto -4px;
  background-size: contain;
  background-position: 50% 0%;
}

#place .hukidasi {
  width: var(--hukidasi-wid);
}

#place .hukidasi:last-child {
  padding-bottom: 140px;
}

#place .buttonBox {
  margin-bottom: 5rem;
}

#place .buttonRow {
  width: 25%;
  padding: 1rem 1rem;
  }

#place .button span {
  font-size: 2.3rem;
  font-weight:  bold;
}
#place .tab-h3 {
  line-height: 2.7rem;
  margin: 4rem 0;
  font-size: 1.7rem;
  font-weight: normal;
}
#place .section-inner {
  margin: 0 1%;
}
#place .section-inner h2::after {
  content: none;
}
#place .section-inner h2 {
  margin-bottom: 0;
}
#place div.block h3 {
  width: 93%;
  margin: 0 auto;
  padding-top: 1.5rem;
  font-size: 2rem;
  position: relative;
}
#place div.block.open h3 {
  cursor: default;
  padding: 0.7rem 0.5rem;
}
#place .block-wrapper div.block .start-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ae0f11;
}
#place .block-wrapper div.block .place_img {
  margin: 2rem auto 0;
  padding-bottom: 1rem;
  width: 80%;
}
#place .block-wrapper div.block .place_img p {
  margin: 3rem 0 0; 
  margin-bottom: 3rem;
}
#place .block-wrapper div.block .place_img a {
  color: #1522ff;
}
#place div.block div.detail {
  padding-top: 1rem;
  font-size: 1.6rem;
}
#place div.block.open div.detail {
	display: block;
}
#place .section-inner .description-text {
  padding:2rem 0 40px;
}
#place .section-inner .description-text a {
  font-weight: bold;
  padding: 1.4rem 4rem ;
  color: #ffffff;
  border-radius: 100vh;
  background-color: #333446;
  font-size: 2rem;
}

@media screen and (max-width: 781px) {
  #place .hukidasi {
  width: var(--hukidasi-wid-sp);
  }
  #place .tab-wrapper {
  width: var(--hukidasi-wid-sp);
  }
  #place .section-inner {
  margin: 0 0;
  }
}

@media screen and (max-width: 480px) {
  #place .tab-h3 {
    padding: 0 8%;
  }
  #place .section-inner .description-text a {
      display: inline-block;
      width: 57%;
  }
}
@media screen and (max-width: 360px) {
  #place .buttonBox {
  margin: 3rem auto 10rem;
  }
  #place .button {
    font-size: 1.7rem;
  }
  #place .button span {
    font-size: 2.0rem;
  }
}
/* ↓一般の皆さまはこちらへ↓ */
#place #tab1 .detail {
  padding: 0 8% 3rem;
}
#graydisplay {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
}
#graydisplay img {
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 90%;
}


@media screen and (min-width: 768px) {
  #place .buttonBox {
  margin: 3rem auto 10rem;
  width: 100%;
}

  #place .block-wrapper div.block .place_img {
    width: 77%;
  }
}
@media screen and (min-width: 2000px) {
  #place .block-wrapper div.block .place_img {
    width: 40%;
}
}
@media screen and (min-width: 850px) {
  #graydisplay img {
    top: 5rem;
    margin: auto;
    height: 85%;
    width: auto;
  }
}
@media screen and (min-width: 570px) {
  #graydisplay img {
    top: 6rem;
    margin: auto;
    height: 80%;
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  #graydisplay img {
    top: 7rem;
    margin: auto;
    height: 80vh;
    width: auto;
  }
  #place .button p {
    margin-top: 0;
  }
  #place .section-inner .detail a::before {
    left: 35px;
  }
}
/* howtouse */
#howtouse .section-inner {
  margin: 0 8%;
}
#howtouse div.section-inner p {
  font-size: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
#howtouse div.section-inner .text {
  background-color: #e0f2f6;
  border-radius: 10px;
  margin: 6rem auto;
  padding: 2.5rem 1rem;
}
#howtouse div.section-inner h3 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
#howtouse div.section-inner .bl_howtouse {
  display: block;
}
#howtouse div.section-inner .step {
  margin: 0 auto;
}
#howtouse div.section-inner .step:last-child {
  display: flex;
  margin: 0 -5%;
}
#howtouse div.section-inner .step-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  color: var(--main-color);
}
#howtouse div.section-inner .step img.pc {
  display: none;
}
#howtouse div.section-inner .step img.pc {
  display: none;
}
#howtouse div.section-inner .step .step-flex p {
  /*height: 5rem;*/
	min-height: auto;
	/*padding-bottom: 0;*/
}
#howtouse div.section-inner .step .step-flex:first-child {
  margin-right: 1.5rem;
}
#howtouse div.section-inner .relative {
  position: relative;
}
#howtouse div.section-inner .relative .answer-movie {
  position: absolute;
  right: 0;
  left: 74%;
  margin: auto;
  top: 45%;
  width: 33%;
}
#howtouse div.section-inner .stepDescription {
  padding: 1rem 0 0.8rem;
}

@media screen and (min-width: 680px) {
  #howtouse .section-inner  {
    margin: 0 20%;
  }
  #howtouse div.section-inner .relative .answer-movie {
    top: 40%;
    left: 79%;
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  #howtouse .section-inner {
    margin: 0;
    padding-bottom: 5rem;
  }
  #howtouse div.section-inner .stepDescription {
    height: 3.4rem;
  }
  #howtouse div.section-inner .step-flex p {
    font-size: 1.6rem;
    /*padding-bottom: 1.5rem;*/
  }
  #howtouse div.section-inner .step .step-flex:first-child {
    margin-bottom: 3rem;
    margin-right: 0;
  }
  #howtouse div.section-inner .step .step-flex:last-child p {
    padding-bottom: 1.6em;
  }
  #howtouse div.section-inner .text {
    padding: 2.5rem 0;
    width: 60%;
  }
  #howtouse div.section-inner .step {
    width: 23%;
  }
  #howtouse div.section-inner .step:nth-last-child(2n-1) {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  #howtouse div.section-inner .step:last-child {
	  margin: 0 0 0 -1%;
  }
  #howtouse div.section-inner .bl_howtouse .howtouse_flex{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 2%;
  }
  #howtouse div.section-inner .relative {
    position: relative;
    margin-bottom: 0;
  }
  #howtouse div.section-inner .relative .img-center {
    position: relative;
    left: -3%;
  }
  #howtouse div.section-inner .relative .answer-movie {
    position: absolute;
    top: 80%;
    left: 0;
    width: 42%;
  }
  #howtouse div.section-inner .step .qr-flex a:first-of-type {
    margin-right: 1rem;
  }
  #howtouse div.section-inner .step-number {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  #howtouse div.section-inner .step:last-child .step-number {
    left: 0;
    justify-content: center;
  }
  #howtouse div.section-inner .step:last-child .step-number::after {
    display: none;
  }
  #howtouse div.section-inner .step img {
    padding-top: 0.5rem;
  }
  #howtouse div.section-inner .step .step-flex {
    display: flex;
    align-items: center;
  }
  #howtouse div.section-inner .step .step-flex:first-child {
    padding-top: 1.6em;
  }
  #howtouse div.section-inner .step .step-flex span{
    left: -3rem;
  }
  #howtouse div.section-inner .step .qr img {
    padding-top: 0;
  }
  #howtouse div.section-inner .step img.pc {
    width: 110%;
    display: block;
  }
  #howtouse div.section-inner .step img.sp {
    display: none;
  }
  #howtouse div.section-inner p {
    font-size: 1.6rem;
    padding-top: 0;
  }
  #howtouse div.section-inner p.stepDescription {
	min-height: 3.2em;
	line-height: 1.6em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  #howtouse div.section-inner .bl_howtouse {
    margin: 0 8%;
  }
}
/* news */
#news div.section-inner {
  padding-bottom: 4rem;
  margin: 0;
}
#news div.section-inner > ul {
  text-align: start;
}
#news ul li {
  font-family: "Noto Sans JP", sans-serif;
}
#news p.btn a {
  font-family: "Noto Sans JP", sans-serif;
  border: 1.5px solid var(--main-color);
  padding: 0.5rem 4rem;
}
#news li.message {
  margin: 0 8%;
}
/* considerations */
#considerations div.block {
  border: 3px solid #d1ebf1;
  width: 100%;
  margin: 1.5rem auto;
}
#considerations div.block h3 {
  padding: 1.5rem 0;
  font-size: 2rem;
	cursor: pointer;
  position: relative;
}
#considerations div.block h3.open::after {
  top: 50%;
	transform: rotate(315deg);
}
#considerations div.block h3::after {
  content: "";
	display: block;
	position: absolute;
	top: 40%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: solid 3px #7cb3c4;
	border-right: solid 3px #7cb3c4;
	transform: translateY(-50%);
	transform: rotate(135deg);
	transition: all .3s;
}
#considerations div.block div.detail {
  padding: 0.7rem 0;
  font-size: 1.6rem;
	display: none;
}
#considerations div.block.open div.detail {
	display: block;
}
@media screen and (min-width: 480px) {
  #considerations div.block {
    width: 85%;
  }
}

/* contact */
#contact div.section-inner {
  margin: 0 5% 50px;
}
#contact th {
  white-space: nowrap;
  padding: 2px 1rem 2px 0.7rem;
}
#contact th, #contact td {
  font-family: "Noto Sans JP", sans-serif;
}
#contact th p{
  text-align: left;
  font-size: 1.6rem;
}
#contact td {
  width: auto;
}
#contact p .wpcf7-not-valid {
  background-color: #f4cccc;
} 
#contact .wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
#contact .form-btn {
  margin-bottom: 0;
}
#contact .form-btn input[type=submit] {
  color: #ffffff;
  box-shadow: none;
  opacity: 1;
  background-color: var(--main-color) !important;
}
#contact .form-btn input[type=submit]:hover {
  opacity: 0.7
}
#contact p {
  font-family: "Noto Sans JP", sans-serif;
}
#contact .form-btn span.wpcf7-spinner {
  display: none;
}
#contact td p {
  text-align: left;
  font-size: 1.6rem;
}
.complete .contact h2 {
  display: block;
  text-align: center;
}
.complete .contact p {
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.complete .contact div.form p {
	padding: 50px 0 100px;
/*	color: #ffffff;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.complete .contact p.privacypolicy-link {
	padding-bottom: 200px;
}
.complete .contact p.privacypolicy-link a{
/*	color: #ffffff;*/
  font-family: "Noto Sans JP", sans-serif;
	text-decoration: underline;
}
/*@media screen and (min-width: 1200px) {
  #contact div.section-inner {
    max-width: none;
  }
}*/
/* breadcomb */
.breadcrumb {
	margin: 0 5%;
	padding: 120px 0 5rem;
	font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a::after{
	content: '>';
	margin: 0 8px;
}

.allpost div.section-inner {
	margin: 0;
}
.section h1.section-header {
  margin: 0 5% 3.6rem;
  text-align: center;
  line-height: 3.0rem;
  font-family: "Noto Sans JP", "Noto Serif JP", serif, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
}
.section ul.post-item li {
  text-align: left;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.section ul.post-item li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 5%;
}
.section ul.post-item li:nth-of-type(2n) {
  background: #f1f9fb;
}
.section ul.post-item li time,
.section ul.post-item li p {
  display: block;
  width: 100%;
}
.section div.pnavi {
	display: flex;
	justify-content: center;
	margin: 50px 0 100px;
	text-align: center;
	line-height: 4.0rem;
	font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
}
.section div.pnavi span.page-numbers {
	display: inline-block;
	width: 4.0rem;
	margin-right: 5px;
	border: 1px solid #3d89b6;
	background: #3d89b6;
	color: #ffffff;
}
.section div.pnavi a.page-numbers {
	position: relative;
	display: inline-block;
	width: 4.0rem;
	margin-right: 5px;
	border: 1px solid #3d89b6;
}
.section div.pnavi a.next::after {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #3d89b6;
	border-right: 1px solid #3d89b6;
	top: 50%;
	left: 45%;
	transform: translate(-45%, -50%) rotate(45deg);
}
.section div.pnavi a.prev::after {
	position: absolute;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #3d89b6;
	border-left: 1px solid #3d89b6;
	top: 50%;
	left: 55%;
	transform: translate(-55%, -50%) rotate(-45deg);
}
.section div.content-area {
	line-height: 3.2rem;
	font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.section div.content-sub {
	margin-bottom: 5px;
}
.section div.section-inner div.content-header h1 {
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  color: #3d89b6;
}
.section .sentence-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 50px;
	padding: 50px 0 20px;
	border-top: 3px solid #3d89b6;
}
.section .sentence-nav .prev-page {
	position: relative;
	padding-left: 15px;
}
.section .sentence-nav .next-page {
	position: relative;
	padding-right: 15px;
}
.section .sentence-nav .prev-page a::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	border-top: 1px solid #3d89b6;
	border-left: 1px solid #3d89b6;
	transform: translate(0, -50%) rotate(-45deg);
}
.section .sentence-nav .next-page a::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	top: 50%;
	right: 0;
	border-top: 1px solid #3d89b6;
	border-right: 1px solid #3d89b6;
	transform: translate(0, -50%) rotate(45deg);
}
.section div.section-inner {
  margin: 0 5%;
}
.section div.news {
  text-align: start;
}
.section div.section-inner div.content-header h1 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .section div.section-inner {
      margin: 0 10%;
  }
}
.notfound {
	padding: 200px 0 300px;
}
.notfound p {
	font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
/* footer
---------------------------------------- */
#footer {
  margin-top: auto;
  background: #231815;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
#footer h2.logo {
  margin-bottom: 5.5rem;
}
#footer h2.textsub {
  width: 80%;
  margin: auto;
  font-size: 1.2rem;
  margin-bottom: 6.6rem;
  font-weight: normal;
}
#footer a {
  color: white;
}
#footer a img {
  max-width: 400px;
}
#footer h3 {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
#footer h3:first-of-type {
  width: 15%;
}
#footer p.note {
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
#footer .footer-navi ul li:first-of-type {
  border-left: 1px solid #ffffff;
}
#footer .footer-navi ul li {
  border-right: 1px solid #ffffff;
}
#footer .footer-navi ul li a {
  color: #ffffff;
}
#footer .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#footer .sns ul li {
  margin-bottom: 2rem;
  width: 28px !important;
}
#footer .sns ul li:not(:last-child) {
  margin-right: 20px;
}
#footer ul.sns li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #footer a img {
    width: 70%;
  }
  #footer h3:first-of-type {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  #footer a img {
    width: 80%;
  }
}

/* floating bnr
---------------------------------------- */
/* .dl-fixed {
  position: fixed;
  display: block;
  right: -15px;
  bottom: 0;
  width: 340px;
  height: 142px;
  z-index: 5;
  background: url(../../assets/img/appdownload.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 480px) {
  .dl-fixed {
    width: 459px;
    height: 200px;
  }
}

.dlBox {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  right: 24px;
  bottom: 20px;
  width: 64%;
}
.dlBox .apple_app,
.dlBox .google_app {
  width: 91.5px;
  font-size: 10px;
  font-weight: normal;
  color: #fefefe;
  line-height: 1.2;
  word-break: keep-all;
}
.dlBox .apple_app {
  margin-right: 24px;
}
@media screen and (min-width: 480px) {
  .dlBox {
    bottom: 32px;
    width: 56%;
  }
} */