@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');


/* common
-------------------------------------------------*/
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;
  font-weight: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
	border: none;
	vertical-align: bottom;
}
i {
  font-style: normal;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sub {
  font-size: 80%;
  vertical-align: sub;
}
sup {
  font-size: 80%;
  vertical-align: super;
}
input, select {
  vertical-align: middle;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 1.75;
  letter-spacing: 0.02em;
	color: #000;
  -webkit-appearance: none;
	border-radius: 0;
  border: none;
}


/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:900px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
	text-decoration: none;
	outline: none;
  color: #000;
  transition: 0.4s;
}
@media only screen and (min-width:768px){
a.al:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
  display: block;
}
}

/* html
------------------------------------------------- */
@media only screen and (max-width:900px){
html {
  overflow-x: hidden;
}
}


/* body
------------------------------------------------- */
body {
background-color: #E4F6FF;
font-family: "Zen Kaku Gothic New", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.75;
letter-spacing: 0.02em;
color: #000;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
@media only screen and (min-width:768px) and (max-width:1500px){
body {
  font-size: 1.0666vw;
}
}
@media only screen and (max-width:900px){
body {
  font-size: 4.266vw;
  line-height: 2;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
}


/* layout
------------------------------------------------- */
.d-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.f-rev {
  flex-direction: row-reverse;
}
.just-start {
  justify-content: flex-start;
}
.just-center {
  justify-content: center;
}
.just-between {
  justify-content: space-between;
}
.just-end {
  justify-content: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
@media only screen and (max-width:900px){
.d-flex {
  display: block;
}
}


/* header
------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 230px;
  @media only screen and (max-width:900px){
    position: absolute;
  }
  @media only screen and (max-width:767px){
    width: 145px;
  }

  a.header-logo-link{
    display: block;
    padding: 25px 35px;
    background-color: #fff;
    line-height: 1;
    @media only screen and (max-width:767px){
      padding: 10px 25px 15px;
    }
  }
}

/* mainvisual
------------------------------------------------- */
.contents {
  max-width: 2000px;
  margin: 0 auto;
}

.col-img-l {
  width: calc(100% - 30.93em - 15em);
  height: 100%;
  background-color: #fff;
  position: sticky;
  left: 0;
  top: 0;
  flex: 1;
  @media only screen and (max-width:900px){
    display: none;
  }

  .box {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../img/mainvisual-l.jpg") no-repeat #fff;
    background-size: cover;
    background-position: center calc(50% - 30px);
    position: relative;
    @media only screen and (max-width:1700px){
      background-size: 133%;
      background-position: center;
    }
    @media only screen and (max-width:1240px){
      background-size: cover;
    }

    .mv-news {
      position: absolute;
      left: 0;
      bottom: 5%;
      right: 0;
      margin: auto;
      max-width: 600px;
      @media only screen and (max-width:1600px){
        width: 80%;
      }
      @media only screen and (max-width:1260px){
        width: 80%;
        bottom: 10%;
      }
      @media only screen and (max-width:1095px){
        width: 90%;
      }
      @media only screen and (max-width:900px){
        display: none;
      }
    }
  }
}

.col-img-r {
  width: 15em;
  height: 100%;
  background-color: #fff;
  position: sticky;
  left: 0;
  top: 0;
  @media only screen and (max-width:900px){
    display: none;
  }

  .box {
    width: 100%;
    height: 100vh;
    background: url("../img/mainvisual-r.jpg") no-repeat #fff;
    background-size: 130%;
    background-position: top;
    position: relative;
    @media only screen and (max-width:1200px){
      background-size: cover;
    }

    .col-img-r-qr {
      width: 160px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      @media only screen and (max-width:1200px){
        width: 130px;
      }
    }
  }
}

.col-main {
  width: 495px;
  overflow-x: hidden;
  @media only screen and (max-width:1200px){
    width: 440px;
  }
  @media only screen and (max-width:1000px){
    width: 400px;
  }
  @media only screen and (max-width:900px){
    width: 100%;
    overflow-x: auto;
    min-width: auto;
  }
}

.mv-sp {
  position: relative;
  background-color: #fff;

  .mv-sp-box {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    @media only screen and (max-width:500px){
      max-width: 87%;
      bottom: 2%;
      right: 0px;
    }

    .mv-sp-news{
      width: 97%;
      margin: 0 auto 15px;
      @media only screen and (max-width:500px){
        line-height: 1;
      }
    }

    .mv-sp-note {
      padding: 0 15px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 1.4;
    }
  }
}

.point-box {
  padding: 35px 30px;
  margin: 20px 20px;
  border: 2px solid #0281C099;
  border-radius: 20px;
  background-color: #fff;
  @media only screen and (max-width:900px){
    padding: 40px;
    margin: 20px 50px;
  }
  @media only screen and (max-width:767px){
    padding: 30px 15px;
    margin: 15px 15px;
  }
}

.point {
  margin-bottom: 10px;
  display: flex;

  .point-number {
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    width: 97px;
    height: 97px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #F58A39;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media only screen and (max-width:1420px){
      width: 80px;
      height: 80px;
    }
    @media only screen and (max-width:900px){
      width: 97px;
      height: 97px;
    }
    @media only screen and (max-width:767px){
      width: 75px;
      height: 75px;
      margin-right: 15px;
    }

    span{
      display: block;
      font-size: 37px;
      font-weight: bold;
    }
  }

  .point-text {
    flex: 1;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
    @media only screen and (max-width:1420px){
      font-size: 22px;
    }
    @media only screen and (max-width:900px){
      font-size: 26px;
    }
    @media only screen and (max-width:767px){
      font-size: 20px;
    }
  }
}

.point-example {
  font-size: 16px;
  @media only screen and (max-width:767px){
    font-size: 12px;
  }
}

.point-images {
  margin-bottom: 20px;
}

.point-arrow {
  content:'';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0281C0;
  margin: 0 auto 20px;
}

.point-note {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.4;
  margin-bottom: 20px;
  @media only screen and (max-width:900px){
    font-size: 15px;
  }
  @media only screen and (max-width:767px){
    font-size: 12px;
    margin-bottom: 15px;
  }
}


.news {
  display: grid;
  justify-items: center;
  color: #0281C0;
  padding: 40px 30px 30px;
  margin: 30px 0 0;
  background-color: #fff;
  @media only screen and (max-width:767px){
    padding: 40px 20px 60px;
  }

  .news-head {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
    @media only screen and (max-width:1400px){
      font-size: 21px;
    }
  }

  .news-border {
    width: 100%;
    height: 2px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #0281C0;
  }

  .news-text {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    @media only screen and (max-width:1420px){
      font-size: 18px;
    }
    @media only screen and (max-width:767px){
      font-size: 15px;
    }
  }

  .news-list-in {
    display: flex;
  }

  .news-list-head {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 135px;
    margin-right: 16px;
    margin-bottom: 10px;
    border: 1px solid #0281C0;
    border-radius: 7px;
    @media only screen and (max-width:1452px){
      font-size: 12px;
      width: 105px;
    }
    @media only screen and (max-width:1420px){
      font-size: 11px;
      width: 105px;
    }
    @media only screen and (max-width:1250px){
      font-size: 11px;
      width: 90px;
    }
  }

  .news-list-text {
    font-size: 15px;
    font-weight: 500;
    @media only screen and (max-width:1420px){
      font-size: 13px;
    }
  }
}

.line {
  padding: 40px 20px;
}

.line-head {
  color: #0081BF;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width:1420px){
    font-size: 16px;
  }
  @media only screen and (max-width:1300px){
    font-size: 15px;
  }

  &::before {
    width: 2px;
    height: 38px;
    content: "";
    background-color: #0081BF;
    margin-right: 20px;
    transform: rotate(-30deg);
    @media only screen and (max-width:1300px){
      margin-right: 13px;
    }
  }

  &::after {
    width: 2px;
    height: 38px;
    content: "";
    background-color: #0081BF;
    margin-left: 20px;
    transform: rotate(30deg);
    @media only screen and (max-width:1300px){
      margin-left: 13px;
    }
  }
}

.line-btn {
  width: 410px;
  margin: 0 auto;
  @media only screen and (max-width:1420px){
    width: 100%;
  }
  @media only screen and (max-width:900px){
    width: 410px;
  }
  @media only screen and (max-width:767px){
    width: 315px;
  }
}

.line-btn-sp {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 315px;
  margin: auto;
  z-index: 999;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  @media only screen and (max-width:900px){
    width: 75%;
  }
  @media only screen and (max-width:500px){
    width: 315px;
  }
}

.line-btn-sp.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* footer
------------------------------------------------- */
footer {
  background-color: #fff;
  padding-bottom: 30px;
  margin: 0 -20px;
  text-align: center;
  @media only screen and (max-width:900px){
    margin: 0;
  }

  .footer-logo {
    padding: 50px 0 40px;
    text-align: center;

    img {
      width: 314px;
    }
  }
}

.footer-pagetop {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #52504F;
  a {
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
    color: #fff;
    font-size: 19px;
    font-weight: 900;

    .footer-pagetop-border {
      width: 30px;
      height: 1px;
      margin-bottom: 10px;
      background-color: #fff;
    }

    img {
      width: 12px;
      margin-bottom: 15px;
    }
  }
}

.footer-logo {
  width: 314px;
  margin: 0 auto;
  @media only screen and (max-width:900px){
    width: 214px;
  }
}

footer small {
  display: block;
  color: #858789;
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  @media only screen and (max-width:1280px){
    font-size: 11px;
  }
}

/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.active {
    animation: fadeIn 0.7s ease 0.1s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
