@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------- FORMAT ---------- */

html {
  font-family: source-han-sans-japanese,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  line-height: 1.8em;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #73d3f7;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
#wpadminbar{
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  text-align: justify;
  font-size:1.6rem;
  line-height: 1.8em;
  margin: 0;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

ul,dl {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

li,dt,dd {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

a *:hover {
  color: inherit;
  cursor: pointer;
}

p.u-link a {
  color: #ea5504;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img.no_opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sp {
  display: none !important;
}

/* ----------------------------------------------- COMMON ---------- */

h1{
    margin: 0;
    font-size:2rem;
}
h1 span{
    font-weight:normal;
}
h2{
    text-align: left;
    width:100%;
}
h3{
    font-size:3.6rem;
    line-height: 1.6em;
    text-align: center;
    width:100%;
    margin: 0 0 0;
    letter-spacing: 0.05em;
}
h3 span{
    color:#000;
    font-size:4.8rem;
}
h3 + p{
    color:#000;
    font-size:1.2rem;
    font-weight:bold;
    text-align: center;
    width:100%;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
h4{
    font-size:2.4rem;
    line-height: 1.6em;
    font-weight:bold;
    color:#000;
    margin: 0 0 20px;
    text-align: left;
}
h5{
    font-size:2.0rem;
    line-height: 1.6em;
    font-weight:bold;
    color:#00879f;
    margin: 0 0 10px;
    text-align: left;
}
section{
    margin: 0 0 80px;
}
main{
    padding-right: 280px;
    background: #ffce00;
}
@media screen and (max-width: 768px){
main{
    padding: 0;
}
}

/* ----------------------------------------------- HDR ---------- */
header{
    position: fixed;
    width:calc(100% - 280px);
    top:0;
    left:0;
    height:60px;
    z-index: 999;
}
header div{
    width:96%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header #header-nav{
    background:#fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    margin-top: -20px;
}
header #header-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header #header-nav ul li{
    font-size:1.3rem;
    margin:0 10px;
    font-weight:bold;
}
header #header-nav ul li:hover{
    color:#73d3f7;
}
@media screen and (max-width: 768px){
    header{
        position: fixed;
        width:100%;
        top:-20px;
        left:0;
        height:60px;
        z-index: 999;
    }
    header #header-nav ul{
        justify-content: flex-start;
    }
}

/* ----------------------------------------------- INDEX ---------- */
#top section#mv{
    width:100%;
    margin-top: 140px;
    background-color:#f4f9fd;
    height:160vw;
    max-height:800px;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}
#top section#mv h2{
    width:96%;
    max-width: 1200px;
    margin: 0 auto 20px;
}
#top section#mv h2 img{
    width:60%;
    max-width: 500px;
}
#top section#mv p{
    width:96%;
    max-width: 1200px;
    margin: 0 auto;
    font-size:3.6rem;
    font-weight:bold;
    color:#000;
}
/* ----------------------------------------------- REASON ---------- */
#reason{
    width:96%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
#reason ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#reason ul li{
    font-size:1.8rem;
    padding: 20px 40px;
    text-align: left;
    width:100%;
    background:#fff;
    margin-bottom: 10px;
    border-radius: 20px 20px 4px 20px;
    overflow:hidden;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));
}
#reason ul li i{
    color: #00879f;
    font-size:2rem;
    margin-right: 8px;
}
#reason ul li strong{
    color:#00879f;
    font-weight:bold;
}
#reason ul li span{
    margin-left: 8px;
    font-size:1.2rem;
    color:#999;
}
/* ----------------------------------------------- FLOW ---------- */
#flow{
    width:96%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
#flow ol{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#flow ol li:first-child{
    width:33%;
}
#flow ol li:last-child h4{
    font-size:1.6rem;
}
#flow ol li{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    font-size:1.8rem;
    line-height:1.8em;
    padding: 20px 40px;
    text-align: left;
    width:28%;
    background:#fff;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow:hidden;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));
}
#flow ol li h4{
    width:100%;
    font-size:2.0rem;
    margin-bottom: 0;
    line-height: 1.5em;
}
#flow ol li h4 span{
    font-size:1.6rem;
    margin: 0;
    color:#000;
}
#flow ol li p{
    width:100%;
}
#flow ol li i{
    color: #00879f;
    font-size:2rem;
    margin-right: 8px;
}
#flow ol li strong{
    color:#00879f;
    font-weight:bold;
}
#flow ol li span{
    margin-left: 8px;
    font-size:1.2rem;
    color:#999;
}
#flow .arrow{
    width:5%;
    margin: 20px auto 10px;
}
#flow .arrow i{
    color:#333;
    font-size:3.2rem;
}

@media screen and (max-width: 768px){
    #flow ol{
        width: 100%;
        flex-direction: column;
        padding-left: 0;
    }
    #flow ol li:first-child{
        width:100%;
    }
    #flow ol li:last-child h4{
        font-size:1.8rem;
    }
    #flow ol li{
        font-size:1.8rem;
        width:100%;
    }
    #flow .arrow{
        display: none;
    }
}
/* ----------------------------------------------- SERVICE ---------- */

#service{
    width:96%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
#service ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#service ul li{
    width:24%;
    background:#fff;
    margin-bottom: 10px;
    border-radius: 20px 20px 4px 20px;
    overflow:hidden;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));
}
#service ul li p{
    padding: 0 30px;
    margin-bottom: 20px;
}
/* ----------------------------------------------- TROUBLE ---------- */
#trouble{
    width:94%;
    max-width: 1200px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-left:auto;
    margin-right: auto;
}
#trouble article{
    width:32%;
    background:#fff;
    border-radius: 40px 40px 4px 40px;
    padding: 30px;
    margin-bottom: 30px;
/*    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));*/
/**/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.21), 0 0 5px 0 #ffffff, -4px 0 5px 0 #ffffff, -4px -6px 15px #ffffff;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border: solid #ffffff;
    border-width: 1px 0 0 1px;
    border-radius: 30px;
    background: linear-gradient(-60deg, #f5f5f5, #f0f0f0);
    box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.21), 0 0 5px 0 #ffffff, -4px 0 5px 0 #ffffff, -4px -6px 15px #ffffff;
    transition: -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#trouble article h4{
    text-align: center;
}
#trouble article h4 + p{
    margin-bottom: 20px;
}
#trouble article figure{
    width:20%;
    margin: 10px auto 20px;
}
#trouble article li i{
    color:#00879f;
    margin-right: 6px;
}
#trouble article ul{
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}
#trouble article li{
    font-size:1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 20px;
    text-indent: -10px;
}
#trouble .sub_h5{
    width:100%;
    padding: 10px 0;
    background:#e95037;
    color:#fff;
    text-align: center;
    font-size:1.6rem;
    font-weight:bold;
    margin-bottom: 16px;
    border-radius: 4px;
}
#trouble .sub_h5 + p{
    font-weight:bold;
}
#trouble article strong{
    color:#e95037;
}
@media screen and (max-width: 768px){
    #trouble article{
        width:100%;
    }
}
/* ----------------------------------------------- PLAN ---------- */
#plan{
    background:#73d3f7;
    padding: 60px 0;
}
#plan h3,#plan h3 span,#plan h3 + p{
    color:#333;
}
#plan .wrap{
    width:96%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.2));
}
#plan article{
    padding: 30px;
}
#plan article:nth-of-type(1){
    width:32%;
    border-radius: 40px 0px 0px 40px;
    background:#f6f6f6;
}
#plan article:nth-of-type(2){
    width:36%;
    border-radius: 0;
    background:#fff;
}
#plan article:nth-of-type(3){
    width:32%;
    border-radius: 0 40px 4px 0;
    background:#f6f6f6;
}
#plan article .detail{
    min-height:120px;
    padding-bottom: 20px;
    border-bottom:1px #ccc solid;
    margin-bottom: 20px;
}
#plan article dt{
    color:#999;
    font-size:1.2rem;
    margin-bottom: 10px;
}
#plan article dd{
    color:#555;
    font-size:2.4rem;
    padding-bottom: 20px;
    border-bottom:1px #ccc solid;
    margin-bottom: 20px;
    font-weight: bold;;
}
#plan article dd span{
    font-size:1.2rem;
    font-weight:normal;
}
#plan article h4{
    text-align: center;
    font-size:3.6rem;
    margin-bottom: 0px;
    font-weight:normal;
}
#plan article .h4_sub{
    font-size:1.2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #00879f;
    font-weight:bold;
}

@media screen and (max-width: 768px) {
    #plan .wrap{
        flex-direction: column;
    }
    #plan article{
        padding: 30px;
    }
    #plan article:nth-of-type(1){
        width:100%;
        border-radius: 40px 40px 0px 0px;
    }
    #plan article:nth-of-type(2){
        width:100%;
    }
    #plan article:nth-of-type(3){
        width:100%;
        border-radius: 0 0 40px 40px;
    }
}



#faq{
    width:96%;
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
#faq dt{
    width:100%;
    border-radius: 20px 20px 0 0;
    background:#fff;
    text-align: left;
    padding: 15px 25px 10px;
    font-size:1.8rem;
    font-weight:bold;
    line-height: 1.8em;
    border-bottom: 2px solid #eee;
}
#faq dd{
    width:100%;
    border-radius: 0 0 4px 20px;
    background:#fff;
    text-align: justify;
    padding: 15px 25px;
    font-size:1.6rem;
    line-height: 1.8em;
    margin-bottom: 20px;
}
#faq dd strong{
    color:#00879f;
}
/* ----------------------------------------------- IMAGE ---------- */
section.image{
    width:100%;
    height:320px;
    background-image:url(../img/image.jpg);
    background-position: center center;
    background-size:cover;
}

/* ----------------------------------------------- CMS ---------- */
#cms{
    width:94%;
    max-width: 1200px;
    display: flex;
    flex-wrap:wrap;
    justify-content: start;
    margin-left:auto;
    margin-right: auto;
}
#cms article{
    width:32%;
    background:#fff;
    border-radius: 40px 40px 4px 40px;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 2%;
    overflow: hidden;
    border: solid #ffffff;
    border-width: 1px 0 0 1px;
    border-radius: 30px;
    background: linear-gradient(-38deg, #fff, #f5f5f5);
}
#cms article:nth-child(3n) {
    margin-right: 0;
}
#cms article h4{
    text-align: left;
}
#cms article div{
    margin-bottom: 20px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 任意の行数を指定 */
}
#cms article figure{
    width:calc(100% + 60px);
    margin: -50px 0 20px -30px;
}
#cms .date{
    font-size:1rem;
    color:#999;
}

@media screen and (max-width: 768px) {
    #cms{
        flex-direction: column;
    }
    #cms article{
        width:100%;
    }
}

/* ----------------------------------------------- CONTACT ---------- */
#contact{
    width:280px;
    background:#eee;
    height:100%;
    position:fixed;
    top:0;
    right:0;
    padding: 30px 30px 40px;
    overflow:scroll;
}
#contact h3{
    width:100%;
    margin-top: -30px;
    margin-bottom: 30px;
    background:#333;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    font-size:1.8rem;
    color:#fff;
}
#contact input[type=text],
#contact input[type=email]  {
    padding:10px;
    border:none;
    border-radius: 10px;
    width:100%;
}
#contact textarea  {
    padding:10px;
    border:none;
    border-radius: 10px;
    width:100%;
}
#contact dt{
    font-size:1.6rem;
    text-align: center;
    font-weight:bold;
    margin-bottom: 10px;
}
#contact dd{
    margin-bottom: 20px;
}
#contact button{
    padding: 20px 10px;
    border-radius: 10px;
    font-size:1.8rem;
    width:100%;
    border:none;
    background:#e95037;
    color:#fff;
    font-weight:bold;
}
#contact button:hover{
    background-color: #fff;
    color:#e95037;
    cursor: pointer;
}
#contact p{
    font-size:1.2rem;
    margin-top: 10px;
    text-align: center;
}
@media screen and (max-width: 768px){
    #contact{
        width:100%;
        height: auto;
        position: relative;
        margin: auto;
        padding: 30px 30px 40px;
        overflow:scroll;
        margin-top: -80px;
        margin-bottom: 80px;
    }
    #contact h3{
        width:100%;
        margin-top: -30px;
        margin-bottom: 30px;
        background:#333;
        border-radius: 0 0 20px 20px;
        padding: 20px;
        font-size:1.8rem;
        color:#fff;
    }
    #contact input[type=text],
    #contact input[type=email]  {
        padding:10px;
        border:none;
        border-radius: 10px;
        width:100%;
    }
    #contact textarea  {
        padding:10px;
        border:none;
        border-radius: 10px;
        width:100%;
    }
    #contact dt{
        font-size:1.6rem;
        text-align: center;
        font-weight:bold;
        margin-bottom: 10px;
    }
    #contact dd{
        margin-bottom: 20px;
    }
    #contact button{
        padding: 20px 10px;
        border-radius: 10px;
        font-size:1.8rem;
        width:100%;
        border:none;
        background:#e95037;
        color:#fff;
        font-weight:bold;
    }
    #contact button:hover{
        background-color: #fff;
        color:#e95037;
        cursor: pointer;
    }
    #contact p{
        font-size:1.2rem;
        margin-top: 10px;
        text-align: center;
    }
}

/* ----------------------------------------------- POST ---------- */
#post {
    width:100%;
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 80px 0;
}
#post article {
    width: calc(100% - 40px);
    padding: 80px 80px;
    margin: auto;
    background-color: #f6f6f6;;
    border-radius: 40px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#post .date {
    color: #999;
    font-size: 10px;
}
#post h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
}

#post h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: left;
    border-left: 5px solid #00879f;
    color: #00879f;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}
#post h3 {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.8rem;
    text-align: left;
    background-color: #00879f2d;
    margin-bottom: 10px;
}
#post h4 {
    text-align: left;
}
#post p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    #post {
        margin-bottom: 60px;
    }
    #post article {
        padding: 6vw;
    }
    #post h1 {
        font-size: 28px;
    }
    
    #post h2 {
        font-size: 20px;
    }
    #post h3 {
        font-size: 18px;
    }
    #post h4 {
        text-align: left;
    }
    #post p {
        font-size: 14px;
    }
}


#download {
    position: relative;
    width:100%;
    height: 80vh;
    margin-bottom: 140px;
    padding: 80px 0;
    background: #73d3f7;
}
.donwload_button {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.donwload_button p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
}
.donwload_button a {
    display: inline-block;
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 50px;
    background-color: #ffce00;
}
footer{
    padding: 0 0 20px;
}
footer p{
    margin-top: -20px;
    text-align: center;
}