@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");/* Tools *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

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

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}/* show only  SP/PC
-------------------------------*/.sp-only {
  display: none !important;
}

.sp-only-2 {
  display: none !important;
}

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

.pc-only-2 {
  display: inline-block !important;
}/* font
-------------------------------*/.bold {
  font-weight: 700;
}/* margin
-------------------------------*/.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}/* padding
-------------------------------*/.pt10 {
  padding-top: 10px !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  background: #FCFCFC;
}

a {
  color: inherit;
  text-decoration: none;
}/* Layout */.l-content {
  padding: 116px 0 139px;
}

.l-main {
  position: relative;
  width: calc(100% - 300px);
}

.l-header {
  padding: 20px 0;
}

.l-footer {
  padding: 0 0 20px;
}

.l-footer--sm {
  width: calc(100% - 300px);
}

.l-side {
  background: #59D8D6;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
}

.l-wrapper {
  max-width: 700px;
  width: calc(100% - 40px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}/* Module */.header-logo {
  display: block;
  margin: 0 24px;
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
}

.footer-navi__item {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0FC4C1;
  margin: 0 10px;
}

.footer-navi__item a {
  display: block;
  padding: 10px 0;
}

.footer-navi__item a:hover {
  color: #CCC;
}

.footer-sub-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

.footer-sub-navi__item {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  color: #666666;
  margin: 0 10px;
}

.footer-sub-navi__item a {
  display: block;
  padding: 10px 0;
}

.footer-sub-navi__item a:hover {
  color: #CCC;
}

.present {
  text-align: center;
  height: 547px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.present:before {
  position: absolute;
  top: 295px;
  left: -00px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #FCFCFC;
}

.present__heading {
  color: #FFFFFF;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
}

.present__sm-text {
  font-size: 1.4rem;
  line-height: 1.64286;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.present__sm-text rp,.present__sm-text rt {
  font-size: 0.7em;
  letter-spacing: -0.1px;
}

.present__md-text {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.present__md-text span {
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 10px;
}

.present__image img {
  display: block;
  margin: 0 auto;
}

.up {
  height: calc(100% - 547px);
  min-height: 153px;
  background: #FFFF17;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.up__text {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.up__text strong {
  font-size: 1.5rem;
}

.up__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  width: 240px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #222222;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.up__button:hover {
  background: #222222;
  color: #FFFFFF;
}

.article {
  border-bottom: 2px solid #0FC4C1;
  padding: 130px 0 150px;
}

.article:last-child {
  border-bottom: none;
}

.article strong {
  font-weight: bold;
}

.message {
  margin-bottom: 130px;
}

.message__heading {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.18rem;
  margin-bottom: 12px;
}

.message__text {
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.32rem;
}

.intro {
  margin-bottom: 140px;
}

.intro:last-child {
  margin-bottom: 0;
}

.heading {
  color: #0FC4C1;
  font-size: 5.0rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.heading-1 {
  color: #0FC4C1;
  font-size: 5.0rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.heading-2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}

.heading-3 {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.lead-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

.lead-text span {
  font-size: 1.5rem;
}

.lead-text--blue {
  color: #0FC4C1;
}

.lead-text--medium {
  font-weight: 500;
}

.text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.text p + p {
  margin-top: 2em;
}

.text ol {
  margin-top: 2em;
  margin-bottom: 2.6em;
}

.text img {
  display: inline-block;
}

.text .lg-text {
  font-size: 1.8rem;
  line-height: 2;
}

.text--mt {
  margin-top: 2em;
}

.ruby {
  position: relative;
}

.ruby span {
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 50px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.0rem;
  letter-spacing: -0.02em;
}

.order-list {
  counter-reset: number;
  letter-spacing: 0.1em;
}

.order-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.order-list li:before {
  counter-increment: number;
  content: counter(number) ". ";
  color: #0FC4C1;
}

.mark-list--interval li {
  margin-bottom: 2em;
}

.mark-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.mark-list li:before {
  content: "・";
}

#service li {
  margin-bottom: 1.5em;  
}

#service li h4 {
  font-size: 1.8rem;
  font-weight: 700;  
}

.button {
  background: #0FC4C1;
  color: #FFFFFF;
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.button:hover {
  background: #222222;
  color: #FFFFFF;
}

.button:after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.button--mt-sm {
  margin-top: 40px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 30px;
}

.profile__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile__main {
  padding: 4px 0 0 30px;
}

.profile__name {
  margin-top: 8px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}

.profile__name rp,.profile__name rt {
  font-size: 1.0rem;
}

.profile__name rt {
  letter-spacing: -0.5em;
}

.cando {
  border-top: 2px solid #0FC4C1;
  border-bottom: 2px solid #0FC4C1;
  padding: 35px 0 40px;
  margin-bottom: 150px;
}

.cando__list li:before {
  content: "・";
}

.case {
  background: rgba(11, 166, 163, 0.1);
  padding: 26px 30px 40px;
}

.section-1 {
  border-top: 2px solid #0FC4C1;
  padding: 30px 0 0;
  margin-top: 31px;
}

.comingsoon {
  text-align: center;
  font-size: 1.8rem;
  height: calc(100vh - 100px);
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}/* State *//* Theme */@media screen and (min-width: 768px) {
  .sp-present-button {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }

  .sp-only-2 {
    display: inline-block !important;
  }

  .pc-only {
    display: none !important;
  }

  .pc-only-2 {
    display: none !important;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .l-content {
    padding: 40px 0 50px;
  }

  .l-main {
    width: 100%;
  }

  .l-footer {
    width: 100%;
    padding: 30px 0;
  }

  .l-side {
    width: 100%;
    height: auto;
    position: static;
  }

  .l-wrapper {
    width: calc(100% - 40px);
  }

  .header-logo {
    width: 50vw;
    margin: 0 20px;
  }

  .footer-navi__item {
    margin: 5px 12px;
  }

  .footer-navi__item a {
    padding: 12px 0;
  }

  .footer-sub-navi__item {
    margin: 5px 12px;
  }

  .footer-sub-navi__item a {
    padding: 12px 0;
  }

  .sp-present-button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 110px;
    height: 40px;
  }

  .sp-present-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: #0FC4C1;
    font-size: 1.3rem;
    color: #FFFFFF;
    letter-spacing: 0.1em;
  }

  .sp-present-button a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 2px 5px;
  }

  .present:before {
    display: none;
  }

  .up {
    min-height: initial;
    padding: 24px 0 30px;
  }

  .article {
    padding: 60px 0 70px;
  }

  .message__heading {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }

  .message__text {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }

  .intro {
    margin-bottom: 70px;
  }

  .heading {
    font-size: 3.8rem;
  }

  .heading-1 {
    font-size: 3.8rem;
    line-height: 1.2;
  }

  .heading-2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .heading-3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .lead-text {
    font-size: 1.9rem;
  }

  .button {
    margin-top: 50px;
    max-width: 100%;
  }

  .profile {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .profile__image img {
    width: 100%;
  }

  .profile__main {
    padding: 10px 0 0;
  }

  .cando {
    margin-bottom: 70px;
  }

  .case {
    padding: 18px 20px;
  }

  .section-1 {
    margin-top: 28px;
  }
}

@media screen and (max-height: 700px) and (max-width: 767px) {
  .l-side {
    overflow: visible;
  }
}

@media screen and (max-height: 700px) {
  .l-side {
    overflow: scroll;
  }
}
