@charset 'UTF-8';

#wrapper:not([style*='padding-top'])>*:not(header){
  opacity: 0;
  -webkit-animation: .3s fadein 3s both;
  animation: .3s fadein 3s both;
}
@-webkit-keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1.0;
  }
}
@keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1.0;
  }
}

/*  hero  */
#hero{
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#hero::before{
  content: '';
  display: block;
  padding-top: calc(451 / 375 * 100%);
}
#hero>div{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#hero ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#hero li{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
#hero .slide1{
  background: url("../images/ph_slide1.jpg") no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}
#hero .slide2{
  background: url("../images/ph_slide2.webp") no-repeat;
  background-color: rgb(255, 252, 216);
  background-position: 70% 0;
  background-size: auto 63%;
}
#hero .tagline{
  -webkit-box-flex: 1;
  flex-grow: 1;
}
#hero .slide1 .tagline{
  padding-top: 16%;
  margin: 0;
  width: 100%;
  max-width: 41.4rem;
  text-align: center;
}
#hero .slide1 .tagline>span{
  padding: 1.0rem 3.2rem;
  position: relative;
  display: block;
  width: 22.9rem;
  box-sizing: border-box;
  overflow: hidden;
}
#hero .slide1 .tagline>span:nth-of-type(2){
  margin-top: -.9rem;
  margin-left: auto;
}
#hero .slide1 .tagline>span::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
#hero .slide1 .tagline>span:nth-of-type(1)::before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: rgb(254, 177, 33);
}
#hero .slide1 .tagline>span:nth-of-type(2)::before{
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: rgba(255, 255, 255, 0.85);
}
#hero .tagline>span .txt{
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
#hero .slide1 .tagline>span:nth-of-type(1) .txt{
  width: 15.4rem;
}
#hero .slide1 .tagline>span:nth-of-type(2) .txt{
  width: 15.4rem;
}
#hero .tagline .txt::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#hero .slide1 .tagline span:nth-of-type(1) .txt::before{
  padding-top: calc(46 / 300 * 100%);
  background-image: url(../images/txt_slide1b.svg);
}
#hero .slide1 .tagline span:nth-of-type(2) .txt::before{
  padding-top: calc(48 / 320 * 100%);
  background-image: url(../images/txt_slide1a.svg);
}
#hero .slide2 .tagline{
  padding-bottom: calc(20 / 375 * 100%);
  margin: 0;
  width: 100%;
  max-width: 41.4rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
#hero .slide2 .tagline>span{
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
#hero .slide2 .tagline>span:nth-of-type(1){
  width: 24.6rem;
}
#hero .slide2 .tagline>span:nth-of-type(2){
  margin-top: .7rem;
  margin-left: auto;
  width: 30.5rem;
}
#hero .slide2 .tagline>span::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgba(255, 255, 255, 0.85);
}
#hero .slide2 .tagline>span:nth-of-type(1) .txt{
  width: 21.0rem;

}
#hero .slide2 .tagline>span:nth-of-type(2) .txt{
  width: 26.2rem;
}
#hero .slide2 .tagline span:nth-of-type(1) .txt::before{
  padding-top: calc(46 / 210 * 100%);
  background-image: url(../images/txt_slide2b.svg);
}
#hero .slide2 .tagline span:nth-of-type(2) .txt::before{
  padding-top: calc(46 / 262 * 100%);
  background-image: url(../images/txt_slide2a.svg);
}
#hero .desc{
  padding: 1em calc(25 / 375 * 100vw);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: calc(0.9 / 18 * 1em);
  text-align: center;
}
#hero .slide1 .desc{
  background-color: rgba(255, 255, 255, 0.8);
}
#hero .slide2 .desc{
  background-color: rgb(255, 252, 216);
  text-align: justify;
  flex-basis: 37%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 768px){
  #hero::before{
    padding-top: calc(836 / 1920 * 100%);
  }
  #hero li{
    display: list-item;
  }
  #hero .slide1{
    background-position: 50% 50%;
  }
  #hero .slide2{
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
  }
  #hero .slide1 .tagline{
    padding-top: 5.7%;
    width: auto;
    max-width: none;
  }
  #hero .slide1 .tagline>span{
    padding: calc(14 / 1920 * 100vw) calc(70 / 1920 * 100vw);
    position: relative;
    display: inline-block;
    width: auto;
    overflow: hidden;
  }
  #hero .slide1 .tagline>span:nth-of-type(1){
    border-bottom: calc(20 / 1920 * 100vw) solid transparent;
  }
  #hero .slide1 .tagline>span:nth-of-type(2){
    margin-top: 0;
    margin-left: calc(42 / 1920 * -100vw);
    border-top: calc(20 / 1920 * 100vw) solid transparent;
  }
  #hero .slide1 .tagline>span:nth-of-type(1) .txt{
    width: calc(300 / 1920 * 100vw);
  }
  #hero .slide1 .tagline>span:nth-of-type(2) .txt{
    width: calc(300 / 1920 * 100vw);
  }
  #hero .slide2 .tagline{
    padding-top: calc(384 / 1920 * 100%);
    padding-bottom: calc(9 / 1920 * 100%);
    display: block;
    width: auto;
    max-width: none;
    font-size: 0;
  }
  #hero .slide2 .tagline>span{
    display: inline-block;
    font-size: 1.6rem;
  }
  #hero .slide2 .tagline>span:nth-of-type(1){
    padding-left: calc(32 / 1920 * 100vw);
    width: auto;
  }
  #hero .slide2 .tagline>span:nth-of-type(2){
    padding-right: calc(32 / 1920 * 100vw);
    margin-top: 0;
    width: auto;
  }
  #hero .slide2 .tagline>span:nth-of-type(1) .txt{
    width: calc(418 / 1920 * 100vw);
  }
  #hero .slide2 .tagline>span:nth-of-type(2) .txt{
    width: calc(546 / 1920 * 100vw);
  }
  #hero .slide2 .tagline span:nth-of-type(1) .txt::before{
    padding-top: calc(94 / 418 * 100%);
  }
  #hero .slide2 .tagline span:nth-of-type(2) .txt::before{
    padding-top: calc(94 / 546 * 100%);
  }
  #hero .desc{
    font-size: calc(18 / 1920 * 100vw);
    line-height: 1.78;
  }
  #hero .slide1 .desc{
    background-color: transparent;
  }
  #hero .slide2 .desc{
    display: block;
    background-color: transparent;
    text-align: center;
  }
}

/*  information  */
#information{
  padding-top: 3.5rem;
}
#information h2{
  padding: 1.4rem 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  flex-wrap: 500;
  line-height: 1.41;
  letter-spacing: calc(1.1 / 22 * 1em);
  text-align: center;
}
#information ul{
  padding: 2.1rem 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px rgb(83, 83, 83);
  border-bottom: solid 1px rgb(83, 83, 83);
}
#information time{
  font-family: 'Baloo Thambi 2', cursive;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0.36 / 18 * 1em);
  color: rgb(157, 157, 157);
}
#information li p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
}
#information li p a:link {
	text-decoration: underline;
}

@media screen and (min-width: 768px){
  #information{
    padding-top: 8.6rem;
  }
  #information h2{
    padding: 2.0rem 0;
    font-size: 3.0rem;
  }
  #information ul{
    padding: 2.2rem 0;
  }
  #information li{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
		margin-bottom: 16px;
  }
  #information time{
    padding-right: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.88;
  }
  #information li p{
    font-size: 1.6rem;
    line-height: 1.88;
  }
}

/*  welcome  */
#welcome{
  padding: 3.6rem 2.5rem;
  margin: 5.0rem 0 5.0rem 0;
  background-image:
    url(../images/bg_welcome_lt.svg),
    url(../images/bg_welcome_lb.svg),
    url(../images/bg_welcome_rt.svg),
    url(../images/bg_welcome_rb.svg);
  background-position: left top, left bottom, right top, right bottom;
  background-repeat: no-repeat;
  background-size: 4.0rem;
}
#welcome .container.fadein.totop{
  transition: none;
}
#welcome .container.fadein.outside.totop{
  -webkit-transform : none;
  transform : none;
  opacity: 1;
}
#welcome h2{
  padding-bottom: 1.2rem;
  margin: 0;
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(1.5 / 30 * 1em);
  text-align: center;
  color: rgb(241, 132, 51);
}
#welcome .text p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.8 / 16 * 1em);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#welcome .image{
  position: relative;
  margin: 2.6rem auto .8rem auto;
  max-width: 37.9rem;
}
#welcome .image img{
  border-radius: 13px;
}
#welcome .image p{
  padding: 0 1.2em;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: calc(0.8 / 16 * 1em);
  background-color: rgb(253, 224, 89);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media screen and (min-width: 768px){
  #welcome{
    padding: 5.9rem 6.4rem;
    margin: 10.0rem 0 8.0rem 0;
    background-size: auto;
  }
  #welcome .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  #welcome .container.fadein.totop{
    transition : opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition : opacity 1s ease-out, transform 1s ease-out;
    transition : opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    transition-delay: .4s;
    position: relative;
    z-index: -10;
  }
  #welcome .container.fadein.outside.totop{
    -webkit-transform : translate(0, 100%);
    transform : translate(0, 100%);
  }
  #welcome .container>.text{
    flex-basis: calc(525 / 959 * 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #welcome .container>.image{
    margin: 0;
    flex-basis: calc(379 / 959 * 100%);
  }
  #welcome .container>.image.fadein.totop{
    transition: none;
  }
  #welcome .container>.image.fadein.outside.totop{
    -webkit-transform : none;
    transform : none;
    opacity: 1;
  }
  #welcome .container>.text h2{
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-bottom: 3.0rem;
    font-size: 3.0rem;
    text-align: left;
  }
  #welcome .text p{
    font-size: 1.6rem;
    line-height: 1.88;
  }
  #welcome .image p{
    font-size: 1.6rem;
    line-height: 1.63;
    -webkit-transform: translate(1em, 50%);
    transform: translate(1em, 50%);
  }
}

/*  cldept  */
#cldept{
  padding: 4.0rem 0 2.8rem 0;
  margin: 0 auto;
  position: relative;
}
#cldept::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(255, 248, 222);
}
#cldept .container{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 13px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
#cldept .container h2{
  padding: .7rem 0;
  margin: 0;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: calc(1.45 / 29 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(236, 135, 131);
  white-space: nowrap;
}
#cldept .container p{
  padding: 1.5rem calc(35 / 325 * 100%);
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.65;
  text-align: center;
  letter-spacing: calc(1.1 / 22 * 1em);
  -webkit-box-flex: 1;
  flex-grow: 1;
}
#cldept ul{
  padding: 1.0rem calc(25 / 325 * 100%);
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden;
}
#cldept ul::after{
  content: '';
  flex-basis: calc(110 / 275 * 100%);
}
#cldept li{
  position: relative;
  padding-top: 1.6rem;
  flex-basis: calc(110 / 275 * 100%);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.53;
  text-align: center;
}
#cldept .fadein li{
  transition-duration: .9s;
}
#cldept .fadein.outside li{
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#cldept .fadein li:nth-of-type(1){
  transition-delay: 0s;
}
#cldept .fadein li:nth-of-type(2){
  transition-delay: .3s;
}
#cldept .fadein li:nth-of-type(3){
  transition-delay: .6s;
}
#cldept .fadein li:nth-of-type(4){
  transition-delay: .9s;
}
#cldept .fadein li:nth-of-type(5){
  transition-delay: 1.2s;
}
#cldept .fadein li:nth-of-type(6){
  transition-delay: 1.5s;
}
#cldept .fadein li:nth-of-type(7){
  transition-delay: 1.8s;
}
#cldept li a{
  display: block;
  transition: none;
}
#cldept li a:hover{
  opacity: 1;
}
#cldept li .image{
  position: relative;
  padding-top: 100%;
  margin: 0.9rem 0;
  border-radius: 50%;
  background-color: rgb(255, 238, 144);
  transition: .3s background-color, .3s transform;
}
#cldept li a:hover .image{
  background-color: rgb(253, 224, 89);
  -webkit-transform: scale(1.18);
  transform: scale(1.18);
}
#cldept li .image img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: calc(73 / 133 * 100%);
  max-height: calc(73 / 133 * 100%);
}
#cldept li:nth-child(2) img{
  max-height: calc(49 / 110 * 100%);
}
#cldept li:nth-child(3) img{
  top: .8rem;
}
#cldept li:nth-child(5) img{
  top: .4rem;
}
#cldept li:nth-child(6) img{
  left: .8rem;
}
@media screen and (min-width: 768px){
  #cldept{
    padding: 6.0rem 0;
  }
  #cldept .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  #cldept .container h2{
    padding: 1.1rem calc(41 / 1100 * 100%);
    font-size: 2.9rem;
  }
  #cldept .container h2::after{
    content: '';
    position: absolute;
    top: -8px;
    bottom: -8px;
    right: -16px;
    border-left: 16px solid rgb(236, 135, 131);
    border-right: 16px solid rgb(255, 255, 255);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  #cldept .container p{
    padding: 0 calc(35 / 943 * 100%);
    font-size: 2.2rem;
    line-height: 1.55;
    text-align: left;
  }
  #cldept ul{
    padding: 2.7rem 0 0 0;
    flex-wrap: nowrap;
  }
  #cldept ul::after{
    content: none;
  }
  #cldept li{
    padding-top: 0;
    flex-basis: calc(133 / 1100 * 100%);
    font-size: 1.7rem;
  }
  #cldept li .image{
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 1200px){
  #cldept li{
    max-width: calc(133 / 1100 * 100%);
    white-space: nowrap;
  }
}

/*  covid19  */
#covid19{
  margin: 5.0rem auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 51.7rem;
  background-color: rgb(242, 242, 242);
}
#covid19>.text{
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding: 2.5rem;
}
#covid19 h2{
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(1 / 20 * 1em);
  text-align: center;
  color: rgb(241, 132, 51);
}
#covid19 p{
  padding: 1.0rem 0 1.6rem 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 1.86;
  letter-spacing: calc(0.7 / 14 * 1em);
  text-align: center;
}
#covid19 .button a{
  padding: 1.0rem 2.0rem;
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: calc(0.65 / 13 * 1em);
  border-radius: 8px;
  background-color: rgb(253, 224, 89);
  transition: .3s background-color;
}
#covid19 .button a:hover{
  background-color: rgb(254, 177, 33);
  opacity: 1;
}
#covid19 .button a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 2.0rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/ico_arrow.svg) no-repeat 50% 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s right;
}
#covid19 .button a:hover::after{
  right: 1.0rem;
}
@media screen and (min-width: 768px){
  #covid19{
    margin: 9.0rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    max-width: none;
  }
  #covid19>.text{
    padding: 3.1rem 5.4rem 3.1rem 4.1rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: calc(531 / 1100 * 100%);
    box-sizing: border-box;
  }
  #covid19>.image{
    flex-basis: calc(517 / 1100 * 100%);
  }
  #covid19 h2{
    font-size: 3.0rem;
    line-height: 1.47;
    text-align: left;
  }
  #covid19 p{
    padding: 1.7rem 0 2.7rem 0;
    font-size: 1.8rem;
    line-height: 1.67;
    text-align: left;
  }
  #covid19 .text br:not(.sp){
    display: none;
  }
  #covid19 .button{
    padding: 1.0rem 0;
  }
  #covid19 .button a{
    padding: 1.5rem 4.3rem 1.5rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #covid19 .button a::after{
    right: 2.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  #covid19 .button a:hover::after{
    right: 1.5rem;
  }
}
@media screen and (min-width: 1200px){
  #covid19 .text br:not(.sp){
    display: inline;
  }
}

/*  hints  */
#hints h2{
  padding-bottom: 1.0rem;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(1.1 / 22 * 1em);
  text-align: center;
}
#hints h2::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .25em;
  margin-right: 1.6rem;
  width: 1.4rem;
  height: 2.9rem;
  background: url(../images/bg_hints_l.svg) no-repeat 50% 50%;
  background-size: contain;
}
#hints h2::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .25em;
  margin-left: 1.6rem;
  width: 1.4rem;
  height: 2.9rem;
  background: url(../images/bg_hints_r.svg) no-repeat 50% 50%;
  background-size: contain;
}
#hints ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#hints>ul li{
  padding-top: 2.0rem;
}
#hints>ul li a{
  padding: 1.0rem;
  font-size: 1.4rem;
  line-height: 1.8;
  display: block;
  font-weight: 500;
  letter-spacing: calc(0.8 / 16 * 1em);
  text-align: center;
  border-radius: 8px;
  background-color: rgb(255, 224, 222);
  transition: .3s background-color;
}
#hints>ul li a:hover{
  background-color: rgb(242, 173, 171);
  opacity: 1;
}
@media screen and (min-width: 768px){
  #hints h2{
    font-size: 3.0rem;
  }
  #hints h2::before{
    margin-right: 2.0rem;
    width: 1.8rem;
    height: 3.7rem;
  }
  #hints h2::after{
    margin-left: 2.0rem;
    width: 1.8rem;
    height: 3.7rem;
  }
  #hints>ul{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #hints>ul::after{
    content: '';
    flex-basis: calc(353 / 1100 * 100%);
  }
  #hints>ul li{
    flex-basis: calc(353 / 1100 * 100%);
  }
  #hints>ul li a{
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.63;
  }
}

/*  hints section  */
#hints section{
  padding: 3.0rem 2.5rem 2.2rem 2.5rem;
  margin: 6.3rem auto 5.0rem auto;
  max-width: 100.0rem;
  position: relative;
  border-top: solid 1px rgb(31, 31, 31);
  border-bottom: solid 1px rgb(31, 31, 31);
  box-sizing: border-box;
}
#hints section::before{
  content: '';
  position: absolute;
  top: .8rem;
  bottom: .8rem;
  left: -1px;
  width: 0;
  border-left: solid 1px rgb(31, 31, 31);
}
#hints section::after{
  content: '';
  position: absolute;
  top: 1.0rem;
  bottom: 1.0rem;
  right: -1px;
  width: 0;
  border-right: solid 1px rgb(31, 31, 31);
}
#hints section .image{
  overflow: hidden;
}
#hints section .image img{
  margin-top: -1.6rem;
}
#hints section h3{
  padding: 0 1.1rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: calc(0.9 / 18 * 1em);
  text-align: center;
  white-space: nowrap;
  background: rgb(255, 255, 255);
}
#hints section ul{
  padding-top: 1.8rem;
}
#hints section li{
}
#hints section li a{
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
  transition: .3s color;
}
#hints section li a:hover{
  color: rgb(234, 100, 94);
  opacity: 1;
}
#hints section li a::before{
  content: '\25CE';
  display: inline-block;
  text-indent: 0;
}
@media screen and (min-width: 768px){
  #hints section{
    padding: 3.8rem 5.0rem;
    margin: 9.4rem auto 8.0rem auto;
  }
  #hints section h3{
    padding: 0 2.0rem;
    text-indent: 0;
    font-size: 2.0rem;
    line-height: 1.3;
  }
  #hints section .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #hints section .container>.image{
    overflow: visible;
    flex-basis: calc(416 / 900 * 100%);
  }
  #hints section .container>ul{
    flex-basis: calc(441 / 900 * 100%);
  }
  #hints section .image img{
    margin-top: 0;
  }
  #hints section ul{
    padding-top: 0;
  }
  #hints section li a{
    font-size: 1.6rem;
  }
}

/*  online  */
#online{
  padding-bottom: 7.0rem;
}
#online h2{
  padding-bottom: 3.0rem;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 1.7;
  letter-spacing: calc(1 / 20 * 1em);
  text-align: center;
}
#online section{
  position: relative;
  z-index: 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
#online section.fadein:nth-of-type(1){
  transition-delay: .4s;
}
#online section:nth-of-type(1){
  background: url(../images/bg_webreserve.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#online section:nth-of-type(2){
  background: url(../images/bg_cardapp.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#online section:not(:last-of-type){
  margin-bottom: 3.0rem;
}
#online section::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgba(255, 255, 255, 0.79);
}
#online section::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 0;
  height: 0;
  border-bottom: 6.7rem solid transparent;
  border-left: 11.8rem solid rgba(175, 175, 175, 0.7);
}
#online section a{
  padding: 3.2rem 2.5rem 4.5rem 2.5rem;
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
  transition: none;
}
#online section a:hover{
  opacity: 1;
}
#online section a::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: -100vw;
  right: -100vw;
  z-index: -10;
  background-repeat: no-repeat;
  -webkit-transform: skewX(-60.6deg) translateX(100%);
  transform: skewX(-60.6deg) translateX(100%);
  transition: .8s transform;
}
#online section:nth-of-type(1) a::before{
  background-color: rgba(255, 209, 31, .31);
}
#online section:nth-of-type(2) a::before{
  background-color: rgba(234, 100, 94, .31);
}
#online section a:hover::before{
  -webkit-transform: skewX(-62deg);
  transform: skewX(-62deg);
}
#online section a::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
  width: 0;
  height: 0;
  border-top: 8.5rem solid transparent;
  border-right: 15.1rem solid rgba(175, 175, 175, 0.7);
}
#online section:nth-of-type(1) a::after{
  border-right-color: rgba(255, 209, 31, 0.7);
}
#online section:nth-of-type(2) a::after{
  border-right-color: rgba(234, 100, 94, 0.7);
}
#online section h3{
  margin: 0;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: calc(1 / 20 * 1em);
  text-align: center;
  border-bottom: solid 1px rgb(31, 31, 31);
}
#online section .text{
  padding: 2.0rem 0;
}
#online section .text p{
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: calc(0.65 / 13 * 1em);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#online section .more{
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10.8rem;
  height: 5.2rem;
  font-size: 1.0rem;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: calc(0.6 / 12 * 1em);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
#online section .more::before{
  margin: 0 0 .4rem 3.8rem;
  width: 2.0rem;
  height: 1.8rem;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico_arrow_wh.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 768px){
  #online{
    padding-bottom: 11.2rem;
  }
  #online .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #online .container>section{
    flex-basis: calc(536 / 1100 * 100%);
  }
  #online section:not(:last-of-type){
    margin-bottom: 0;
  }
  #online section.fadein:nth-of-type(1){
    transition-delay: 0s;
  }
  #online section.fadein:nth-of-type(2){
    transition-delay: .4s;
  }
  #online section a::before{
    left: -50vw;
    right: -50vw;
    -webkit-transform: skewX(-62deg) translateX(100%);
    transform: skewX(-62deg) translateX(100%);
  }
  #online section::after{
    border-bottom: 7.0rem solid transparent;
    border-left: 13.8rem solid rgba(175, 175, 175, 0.7);
  }
  #online section a{
    padding: 5.0rem 5.8rem 4.4rem 5.8rem;
  }
  #online section a::after{
    border-top: 11.8rem solid transparent;
    border-right: 23.0rem solid rgba(175, 175, 175, 0.7);
  }
  #online h2{
    font-size: 3.0rem;
    line-height: 1.4;
    text-align: left;
  }
  #online section h3{
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #online section .text{
    padding: 2.6rem 0;
  }
  #online section .text p{
    font-size: 1.6rem;
    line-height: 2;
  }
  #online section .more{
    width: 15.5rem;
    height: 6.3rem;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  #online section .more::before{
    margin: 0 0 .4rem 2.4rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

/* media queries */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx){
}
@media screen and (min-width: 480px){
  /* sp_horizon- */
}
@media screen and (min-width: 768px){
  /* tablet- */
}
@media screen and (min-width: 1024px){
  /* pc- */
}

/*  ie hack  */
_:-ms-lang(x)::-ms-backdrop, .selector{

}

/* 2021.11.24 バナー追加 */
.banner-area{
  margin-top: 40px;
}
.banner-area .wrapper{

    display: -webkit-box;

    display: flex;
    margin-bottom: 5rem;
}
.banner-area .wrapper img{
  width: 98%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px){
  .banner-area .wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .banner-area .wrapper img{
    width: 100%;
    margin: 0.2em auto;
  }
}


/* 2022.02.09 補聴器サイトバナー追加 */
@media screen and (max-width: 768px) {

  .hearing-aid .pc-only{
      display: none;
    }
}

@media screen and (min-width: 768px) {
  .hearing-aid .sp-only{
      display: none;
  }
}

