@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;

}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP',"Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  text-align: left;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .smp {
    display: block !important;
  }
}

.l--wrapper {
  width: 100%;
  position: relative;
}

.l--container {
  max-width: 750px;
  margin: 30px auto 0;
  background-color: #f3f3f3;
}

.l--section {
  margin: 0;
  padding: 40px 40px 0;
}

.l--section p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 400;
  font-feature-settings: "palt";
  margin: 0 0 35px;
  color: #333333;
}

.l--section p:last-child {
  margin: 0;
}

.l--main {
  background-color: #FFF;
  max-width: 686px;
  margin: 0 auto;
  display: block;
  padding: 0 0 60px;
  position: relative;
  top: -40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--main a:link {
  color: #2ec2ff;
  text-decoration: underline;
}

.l--main a:visited {
  color: #2ec2ff;
  text-decoration: underline;
}

.l--main a:hover {
  color: #2ec2ff;
  text-decoration: underline;
  opacity: 0.65;
}

.ml--title-l02 {
  height: 166px;
  margin: 0 -40px 30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ml--title-l02 span {
  top: 75px;
  left: 210px;
  font-size: 3.8rem;
  font-weight: normal;
  position: absolute;
  color: #FFF;
  text-shadow: 1px 1px 3px #1c85b0;
  display: block;
}

.c--case-head01 {
  background: url(../images/home/h__01.png);
}

.c--case-head02 {
  background: url(../images/home/h__02.png);
}

.c--case-head03 {
  background: url(../images/home/h__03.png);
}

.ml--title-l03 {
  padding: 25px 40px;
  background-color: #f3f3f3;
  margin: 0 -20px 35px;
  box-sizing: border-box;
  border-left: 5px solid #2ec2ff;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}

.c--case__box {
  padding: 0 0 40px;
}

.ml--photo {
  margin: 0 0 15px;
}

.ml--result {
  margin: 0 0 10px;
  background-color: #e2f5fb;
  height: 60px;
  border-radius: 30px;
  line-height: 6.0rem;
  text-align: center;
  font-size: 2.0rem;
}

.ml--result strong {
  color: #23b5ff;
  font-weight: normal;
}

p.ml--caution {
  text-align: right;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.0;
}

@media screen and (max-width: 640px) {
  .l--wrapper {
    width: 100%;
  }
  .l--container {
    max-width: 100%;
    margin: 4vw auto 0;
  }
  .l--section {
    margin: 0;
    padding: 5.33333vw 5.33333vw 0;
  }
  .l--section p {
    font-size: 3.2vw;
    margin: 0 0 4.66667vw;
  }
  .l--main {
    max-width: 91.33333vw;
    padding: 0 0 8vw;
    top: -5.33vw;
  }
  .ml--title-l02 {
    height: 22vw;
    margin: 0 -5.33vw 4vw;
    background-size: cover !important;
  }
  .ml--title-l02 span {
    top: 10vw;
    left: 28vw;
    font-size: 5.06667vw;
  }
  .ml--title-l03 {
    padding: 3.33333vw 5.33333vw;
    margin: 0 -2.67vw 4.66667vw;
    font-size: 3.46667vw;
  }
  .c--case__box {
    padding: 0 0 5.33333vw;
  }
  .ml--photo {
    margin: 0 0 2vw;
  }
  .ml--photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .ml--result {
    margin: 0 0 1.33333vw;
    height: 8vw;
    border-radius: 4vw;
    line-height: 8vw;
    font-size: 2.66667vw;
  }
  p.ml--caution {
    font-size: 1.86667vw;
  }
}

.l--mainVisual {
  width: 100%;
  height: 345px;
  background: url(../images/home/main.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.l--mainVisual-title {
  font-size: 4.0rem;
  font-weight: normal;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  line-height: 5.8rem;
  letter-spacing: 0.15em;
  color: #FFF;
  text-shadow: 1px 1px 3px #1c85b0;
}

@media screen and (max-width: 640px) {
  .l--mainVisual {
    height: 46vw;
  }
  .l--mainVisual-title {
    top: 14.66667vw;
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    text-shadow: 1px 1px 3px #1c85b0;
  }
}

.c--intro {
  margin: 0 0 20px;
}

.c--intro em {
  color: #ff5383;
  display: block;
  margin: 0 0 35px;
  line-height: 1.8;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
}

p.c--intro-caution {
  color: #666;
}

@media screen and (max-width: 640px) {
  .c--intro {
    margin: 0 0 2.66667vw;
  }
  .c--intro em {
    margin: 0 0 4.66667vw;
    font-size: 3.2vw;
  }
}

.l--footer {
  background-color: #2ec2ff;
  padding: 30px 28px;
}

.l--footer-logo {
  display: block;
  text-align: center;
  margin: 0 0 20px;
}

.l--footer-copyright {
  display: block;
  color: #FFF;
  margin: 0 0 20px;
  font-size: 1.8rem;
  text-align: center;
}

.l--footer-list {
  text-align: center;
}

.l--footer-list li {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 0 0 5px;
  border-right: 1px solid #6dcdff;
  font-size: 1.2rem;
}

.l--footer-list li:last-child {
  border: none;
}

.l--footer-list a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--footer-list a:link {
  color: #FFF;
  text-decoration: none;
}

.l--footer-list a:visited {
  color: #FFF;
  text-decoration: none;
}

.l--footer-list a:hover {
  color: #FFF;
  text-decoration: underline;
  opacity: 0.65;
}

@media screen and (max-width: 640px) {
  .l--footer {
    padding: 4vw;
  }
  .l--footer-logo {
    margin: 0 auto 2.66667vw;
    width: 4vw;
  }
  .l--footer-logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .l--footer-copyright {
    margin: 0 0 2.66667vw;
    font-size: 2.4vw;
  }
  .l--footer-list li {
    padding: 0 .66667vw 0 0;
    margin: 0 0 0 .66667vw;
    font-size: 1.6vw;
  }
}

.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .smp {
    display: block !important;
  }
}

/** 2020-01-17 Add tomorrow漫画 **/
.c--manga figure img {
    width: 100%;    
}