@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #444444;
    line-height: 2;
    background: #fff;
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 2rem;
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 2.5rem;
}
.pc_none {
    display: none;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
}
input,
select,
textarea {
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="file"] {
    font-size: .875rem;
}

/* layout
---------------------------------------------------------- */
#header {
    width: 100%;
    padding-top: 1.5rem;
    margin: 0 auto;
}
#main {
    width: 100%;
}
footer .footer_box {
    width: 80%;
    margin: 0 auto;
}

/* header
---------------------------------------------------------- */
#header_box {
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: space-between;
    width: 1080px;
}
#header_box p {
    margin-bottom: 0;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 1rem;
}
.header_logo {
    font-size: 1rem;
    line-height: 2.5;
}
.header_logo img{
    width: 400px;
}
#header_box ul li {
    margin-left: 1.5rem;
}
#header_box div a img {
    display: inline-block;
    width: 40px;
}
.headr_tel a {
    font-size: 2.4rem;
    background: url(../img/tel1.svg) left center no-repeat;
    padding-left: 2.7rem;
    color: #444;
    background-size: 18px;
}
.header_inq {
    font-size: 1.8rem;
    border: solid 1px #fff;
    background: url(../img/header_ico2.png) 2.5rem center no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
    width: 18rem;
}

/*header_nav*/
.header_nav {
    background: rgb(0,137,212);
    background: linear-gradient(90deg, rgba(0,137,212,1) 0%, rgba(19,185,247,1) 100%);
}
.header_nav ul {
    margin: 0 auto;
    width: 1070px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.header_nav li {
    width: 100%;
}
.header_nav li a {
    display: block;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*固定ヘッダー*/
.header_fix {
    background: #fff;
}
.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    opacity: 0.9;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

/*main_image*/
.main_image {
    background: url(../img/main_img1.png) center center no-repeat;
    background-size: cover;
    height: 642px;
    margin-bottom: 70px;
}
.main_image div {
    margin: 0 auto;
    width: 1070px;
    position: relative;
}
.main_image div h2 {
    position: absolute;
    top: 240px;
    left: 20px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 34px rgba(0, 0, 0, 0.8);
}

/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
#sec1 {
    padding: 0 0 40px 0;
}
#sec1 .sec1_box1,#sec2 .sec2_box1,#sec3 .sec3_box1,#sec4 .sec4_box1,#sec5 .sec5_box1,#sec6 .sec6_box1 {
    width: 1000px;
    margin: 0 auto;
}
#sec1 h2,#sec2 h2,#sec3 h2,#sec4 h2,#sec5 h2,#sec6 h2 {
    background: rgb(0,137,212);
    background: linear-gradient(90deg, rgba(0,137,212,1) 0%, rgba(19,185,247,1) 100%);
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 3rem 0 3rem 0;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 70px;
}
.sec2_box1 > p {
    margin-bottom: 50px;
}
.sec2_box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    width: 920px;
    margin: 0 auto 80px auto;
}
.sec2_box2 div {
    width: 225px;
}
.sec2_box2 div img {
    margin-bottom: 10px;
}
.sec3_box1 {
    margin-bottom: 30px;
}
h3 {
    display: flex;
    align-items: center;
    font-size: 34px;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 25px;
}
h3:before,
h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
h3:before {
    margin-right: 3.5rem;
}
h3:after {
    margin-left: 3.5rem;
}
.sec3_box1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.sec3_box1 > ul li {
    text-align: center;
    border-radius: 10px;
    margin:0 20px 20px 0;
    width: 235px;
    font-size: 40px;
    color: #fff;
}
.sec3_box1 > ul li:nth-child(4),.sec3_box1 > ul li:nth-child(8) {
    margin-right: 0;
}
.sec3_col1 {
    background: #BACE07;
}
.sec3_col2 {
    background: #CE078C;
}
.sec3_col3 {
    background: #CEA607;
    font-size: 30px !important;
    padding-top: 10px;
}
.sec3_col4 {
    background: #0771CE;
}
.sec3_col5 {
    background: #AE5DA0;
}
.sec3_col6 {
    background: #80511D;
}
.sec3_col7 {
    background: #00A1E9;
}
.sec3_col8 {
    background: #13ae67;
    font-size: 30px !important;
    padding-top: 10px;
}
.sec3_box2 {
    background: #DFF7FF;
    text-align: center;
    padding: 45px 60px 40px 60px;
    font-size: 23px;
    margin-bottom: 100px;
}
.sec3_box2 span {
    color: #0089D4;
    font-weight: bold;
}
.sec3_box3 {
    display: flex;
    justify-content: space-between;
}
.sec3_box3 li {
    margin-bottom: 0;
}
.sec4_box1 {
    padding-bottom: 100px;
}
.sec4_box2 {
    width: 1000px;
    margin: 0 auto;
}
#sec4 h3,#sec4 h4 {
    width: 1000px;
    margin: 0 auto;
    
}
#sec4 h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 4rem auto 2rem auto;
}
#sec4 h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.sec4_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec4_box2 div {
    width: 50%;
    padding: 2rem;
}
.sec4_box2 div:nth-of-type(1),.sec4_box2 div:nth-of-type(4),.sec4_box2 div:nth-of-type(5),.sec4_box2 div:nth-of-type(8) {
    background: #DEEEFE;
}

#sec5 h3 {
    margin-top: 70px;
    font-weight: bold;
}
.sec5_box1 dt {
    background: #DEEEFE;
    line-height: 1;
    padding: 15px 0 10px 20px;
    font-weight: bold;
}
.sec5_box1 dd {
    padding: 10px 0 5px 40px;
}
.sec5_box2 {
    background: #E4EFFB;
    padding: 35px 35px 25px 35px;
    display: flex;
}
.sec5_box2 li {
    margin-right: 35px;
    font-weight: bold;
}
.outline_div h5,.outline_div h4 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 2.4rem;
}
.outline_div {
    padding: 2rem;
    background: #dff0ff;
    margin-bottom: 100px;
}
h4.red, h4.blue,h4.red {
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 75px 0 60px 0;
    text-align: center;
    font-size: 34px;
    color: #CE0707;
    font-weight: bold;
}
.sec5_box1 h4.blue {
    color: #0798CE;
}
.sec5_box3 {
    background: #E4EFFB;
    padding: 30px 30px 5px 30px;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 110px solid transparent;
    border-left: 110px solid transparent;
    border-top: 75px solid #e4effb;
    text-align: center;
    margin: 0 auto 40px auto;
}
.sec5_box3 li {
    width: 50%;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: bold;
}
h4.black {
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.comnet1 {
    text-align: center;
    width: 980px;
    margin: 0 auto 100px auto;
}
.comnet1 span {
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    line-height: 1;
    margin: 15px 0 25px 0;
    color: #0089D4;
}
.qa_box1 dt {
    background: #E4EFFB;
    font-weight: bold;
    padding: 15px 35px 10px 35px;
}
.qa_box1 dd {
    padding: 15px 55px 40px 55px;
}
.inq_box1 {
    width: 830px;
    margin: 50px auto 100px auto;
}
.inq_box1 h2 {
    text-align: center;
    font-size: 50px;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 70px;
}
.inq_box1 h2 span {
    display: inline-block;
    border-bottom: solid 1px #0771CE;
}
.inq_box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}
.inq_box2 div {
    width: 50%;
}
.inq_box2 div p {
    margin-bottom: 0;
}
.inq_box2 div p:first-child a {
    background: url(../img/tel1.svg) 5px 15px no-repeat;
    background-size: 40px;
    color: #666;
    font-size: 50px;
    padding-left: 61px;
    line-height: 1;
}
.inq_box2 > p a {
    border-radius: 50px;
    color: #fff;
    background: #0771CE;
    text-align: center;
    font-size: 25px;
    padding: 15px 45px 15px 45px;
    line-height: 1;
    box-shadow: 0px 0px 18px -8px #777777;
    margin-top: 5px;
}
.inq_box1 ul {
    display: flex;
    justify-content: space-between;
}

.main_image.privacy {
    background: url(../img/privacy_main.png) center center no-repeat;
    height: 400px;
}
.main_image.privacy div h2,.main_image.outline div h2,.main_image.inq div h2{
    top: 35px;
}
.main_image.outline {
    background: url(../img/outleine_main.png) center center no-repeat;
    height: 400px;
    top: 35px;
}
.main_image.inq {
    background: url(../img/inq_main.png) center center no-repeat;
    height: 400px;
    top: 35px;
}
.main_image.privacy div h2 {
    
}
#general h3 span {
    border-bottom: solid 1px #0771CE;
    display: inline-block;
    margin-bottom: 4rem;
}
#general h3:before,#general h3:after {
    background: none;
}
#general h4 {
    font-weight: bold;
}
#general a {
    color: #666;
}
.outline_box {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
    margin-bottom: 6rem;
}
.outline_box dt {
    width: 35%;
    background: #BDDFFE;
    margin-right: 4%;
    margin-bottom: 2rem;
    padding: 1rem 1rem 0 1rem;
}
.outline_box dd {
    margin-bottom: 2rem;
    width: 60%;
}
.outline_box dd ul li {
    list-style: square;
    margin-left: 2rem;
    font-size: 1.9rem;
}
.outline_div2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.outline_div2 p {
    width: 75%;
    order: 1;
}
.outline_div2 a {
    display: block;
    width: 25%;
    order: 2;
}
.outline_div li {
    font-size: 2rem;
    list-style: square;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
#mfp_element_4, form#mailformpro dl dd textarea {
    border: solid 1px #000;
    padding: 2rem 2rem;
}
.mfp_element_submit, .mfp_element_reset {
    background: rgb(0,137,212);
    background: linear-gradient(90deg, rgba(0,137,212,1) 0%, rgba(19,185,247,1) 100%);
}
.mfp_element_submit:hover {
    opacity: 0.8;
    background: rgb(0,137,212);
}
.red {
    color: red;
}
#general .inq_box2 {
    margin: 0 25% 6rem 25%;;
    width: 100%;
}

/* footer
---------------------------------------------------------- */
/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}
footer {
    background: rgb(0,137,212);
    background: linear-gradient(90deg, rgba(0,137,212,1) 0%, rgba(19,185,247,1) 100%);
    color: #fff;
    padding: 30px 0;
}
footer p {
    margin-bottom: 0;
}
footer p:first-of-type {
    margin-bottom: 2rem;
}
footer a {
    color: #fff;
}
.footer_box1 {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_box2 h1 {
    margin-bottom: 20px;
    width: 400px;
}
.footer_box2 ul {
    display: flex;
}
.footer_box2 ul li {
    width: 50%;
}
.footer_box2 ul li a {
    background: none;
    padding-left: 0;
}
.footer_box2 a {
    background: url(../img/arrow.svg) left center no-repeat;
    background-size: 10px;
    padding-left: 2rem;
}
#address {
    padding:10px;
    margin: 0;
    background: rgb(0,137,212);
    background: linear-gradient(90deg, rgba(0,137,212,1) 0%, rgba(19,185,247,1) 100%);
    text-align: center;
    color: #fff;
}