@charset "utf-8";

/* ================================================
    初期化設定
================================================ */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

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

img,
abbr,
acronym,
fieldset {
    border: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* ================================================
    全体の構造設定
================================================ */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: 'Noto Serif JP', serif;*/
    color: #333333;
    padding: 0px;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333333;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}

p{
    text-align: justify;
    font-size: 1.5rem;
}

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

/* ラッパー
------------------------------------------------ */


/* ヘッダー
------------------------------------------------ */
.l-header{
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.85);
}
.c-logo{
    max-width: 220px;
}
.c-menu{

}
.c-menu ul{
    display: flex;
    align-items: center;
}
.c-menu ul li{
    margin-right: 15px;
    font-weight: bold;
}
.c-menu ul li span{
    font-size: 1rem;
    text-align: center;
    display: block;
    font-family: "Oswald", sans-serif;
    color: #00B2C1;
}
.c-menu ul li:last-child{
    margin-right: 0;
}

/* ファーストビュー
------------------------------------------------ */
.l-fv{
    position: relative;
    height: 95vh;
    margin-bottom: 80px;
}
.l-fv-img{
    background-image: url(./images/fv1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 80%;
    margin-left: auto;
    border-radius: 0 0 0 2%;
}
.c-fv-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c-fv-text p{
    font-weight: bold;
    font-size: 10rem;
    color: #707070;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff;
    font-family: "Oswald", sans-serif;
}

/* メイン
------------------------------------------------ */
.l-w1200{
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.l-w1000{
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.l-back-gray{
    background: #f8f8f8;
}
.p-ttlA{
    font-size: 7.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    color: #00B2C1;
    opacity: 0.2;
}
.p-right{
    text-align: right;
}

.l-concept{
    padding-bottom: 80px;
}
.c-concept-flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.c-concept-img-block{
    width: 50%;
}
.p-concept-img{
    background-image: url(./images/concept-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.c-concept-text-block{
    width: 47%;
}
.c-concept-text-block h3{
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.c-concept-text-block p{
    margin-bottom: 10px;
}

.l-service{
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.c-service-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.c-service-block{
    width: calc(100% / 3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #ffffff;
}
.c-service-block:last-child{
    border-right: none;
}
.c-service-text{
    text-align: center;
    width: 90%;
    margin: auto;
}
.c-service-text h3{
    font-size: 2.8rem;
    font-weight: bold;
}
.c-service-text h3::before{
    content: "";
    display: block;
    height: 200px;
    width: 200px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.p-service-img1::before{
    background-image: url(./images/service1.png);
}
.p-service-img2::before{
    background-image: url(./images/service2.png);
}
.p-service-img3::before{
    background-image: url(./images/service3.png);
}
.c-service-text h4{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
}
.c-service-text p{
    min-height: 150px;
}

.l-flow{
    padding-bottom: 80px;
}
.c-flow-list{
    max-width: 1000px;
    margin: auto;
}
.c-flow-list ul li{
    position: relative;
    display: flex;
    padding-bottom: 40px;
}
.c-flow-list ul li.p-flex-center{
    position: relative;
    display: flex;
    padding-bottom: 40px;
}
.c-flow-list ul li::before{
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 5px;
    background-color: #A8E5EA;
    left: 107px;
    top: 5px;
    z-index: -1;
}
.c-flow-list ul li:last-child::before{
    display: none;
}
.c-flow-flex{
    display: flex;
}
.p-flow-num{
    font-family: "Oswald", sans-serif;
    font-size: 5.2rem;
    color: #00B2C1;
    margin-right: 40px;
    width: 26px;
}
.p-flow-inr-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00B2C1;
    border: solid 5px #A8E5EA;
    margin-right: 40px;
    position: relative;
}
.p-flow-inr-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.p-flow-icon1::before{
    background-image: url(./images/flow_icon1.svg);
}
.p-flow-icon2::before{
    background-image: url(./images/flow_icon2.svg);
}
.p-flow-icon3::before{
    background-image: url(./images/flow_icon3.svg);
}
.p-flow-icon4::before{
    background-image: url(./images/flow_icon4.svg);
}
.p-flow-icon5::before{
    background-image: url(./images/flow_icon5.svg);
}
.p-flow-icon6::before{
    background-image: url(./images/flow_icon6.svg);
}
.p-flow-icon7::before{
    background-image: url(./images/flow_icon7.svg);
    width: 80px;
    height: 80px;
}
.p-flow-text-flex{
    display: flex;
    justify-content: space-between;
}
.p-text-block h3{
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.p-text-block p{
    font-size: 1.6rem;
}
.c-flow-img-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.l-news{
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.c-news-list{
    max-width: 1000px;
    margin: auto;
}
.c-news-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.c-news-thumb{
    width: 48%;
    height: 400px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-news-content{
    width: 50%;
}
.c-news-date{
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.c-news-title{
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.l-contact{
    padding-bottom: 80px;
}
.l-contact-con{
    max-width: 800px;
    margin: auto;
}
.p-contact_required{
    font-weight: bold;
    font-size: 1rem;
    color: #E62121;
    margin-left: 10px;
}
.l-contact_table{
    padding: 30px 0;
    display: block;
}
.l-contact_table tbody{
    width: 100%;
    display: block;
}
.l-contact_table tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.l-contact_table th{
    display: flex;
    align-items: center;
    font-weight: bold;
}
.l-contact_table td{
    width: 70%;
}
.l-contact_table input {
    width: 100%;
    padding: 10px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #BCBCBC;
    font-size: 1.6rem;
}
.l-contact_table textarea {
    width: 100%;
    padding: 10px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #BCBCBC;
    font-size: 1.6rem;
    height: 140px;
}
.p-contact-check{
    text-align: center;
    margin-bottom: 20px;
}
.p-privacy-ttl{
    margin-bottom: 20px;
}
.p-privacy-ttl h2{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.l-privacy {
    height: 300px;
    overflow-y: auto;
    border: solid 1px #BCBCBC;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.l-privacy h3 {
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.l-privacy p {
    margin: 10px 0;
    font-size: 1.4rem;
}
.l-privacy ol{
    margin-left: 35px;
}
.l-privacy ol li {
    list-style: outside decimal;
    margin-top: 10px;
    font-size: 1.4rem;
}
.p-contact_btn {
    cursor: pointer;
    background-color: #FFF;
    border: solid 3px #00B2C1;
    border-radius: 10px;
    box-sizing: border-box;
    height: 64px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all .4s;
    position: relative;
}
.p-contact_btn input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    align-items: center;
    color: #00B2C1;
    background: none;
    border: none;
    font-weight: bold;
    transition: all .4s;
}

/* フッター
------------------------------------------------ */
.l-footer{
    background-color: #000c1e;
    padding: 45px 0 20px;
}
.p-copy-text{
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
/* ADD
------------------------------------------------ */


.b {
    font-weight: bold;
}

.center {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

.mt125 {
    margin-top: 125px;
}

.mb30{
    margin-bottom: 30px !important;
}

.mb40{
    margin-bottom: 40px;
}

.mb85 {
    margin-bottom: 85px;
}

.pb275{
    padding-bottom: 275px;
}

.clear {
    clear: both;
}

.flo-l {
    float: left;
}

.flo-r {
    float: right;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f21 {
    font-size: 21px;
}

.f24 {
    font-size: 24px;
}

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

.bg-gray1 {
    padding: 20px;
    background: #efefef;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}