@charset "UTF-8";
/* ------------------------------------------------
                    css
--------------------------------------------------- */
/*---------- 共通 ----------*/
.cont-in {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.bg-gray {
    background-color: #ededed;
}
.contents {
    width: 100%;
    padding: 60px 0 70px;
}
.contents h2.ttl-icon {
    position: relative;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}
.contents h2.ttl-icon img{
    margin:0 auto;
    width:auto;
    height:43px;
}
.contents h2.ttl-icon::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #3A80D9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
.contents h2.ttl-icon::before {
    content: "";
    width: 86px;
    height: 86px;
    margin: 0 auto 30px;
    display: block;
    background: url("../img/under/icon_01.svg") 0 0 no-repeat;
    background-size: 100%;
}
.contents h2.ttl-icon.without-icon::before {
    display: none;
}
.contents h2.ttl-icon.without-icon::after {
    display: none;
}
.contents .normal-txt {
    text-align: center;
    font-size: 21px;
    line-height: 2;
}
.cont-breadcrumb {
    padding: 90px 0 20px;
}
.cont-breadcrumb ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.cont-breadcrumb ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.cont-breadcrumb ul li a::after {
    content: "＞";
    display: inline-block;
    margin: 0 10px;
}
.cont-breadcrumb ul li:last-child a::after {
    content: none;
}

/*---------- プライバシーポリシー ----------*/
.cont-privacy h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.cont-privacy p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}

/*---------- 会社概要 ----------*/
.cont-company dl.box-company {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #3a80da;
    border-bottom: none;
}
.cont-company dl.box-company dt {
    width: 30%;
    padding: 15px 20px;
    background: #d5dfff;
    border-bottom: 1px solid #3a80da;
    border-right: 1px solid #3a80da;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.cont-company dl.box-company dd {
    width: 70%;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #3a80da;
    font-size: 16px;
    line-height: 1.2;
}

/* ---------- CONTACT US---------- */
.form-container {
    position: relative;
    overflow: hidden;
    height: 1200px;
}
.mask-header {
    position: absolute;
    top: 0;
    height: 300px;
    width: 100%;
    background: white;
}
.mask-footer {
    position: absolute;
    bottom: 0;
    height: 400px;
    width: 100%;
    background: white;
}
.tel-area {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: center;
}
.tel-area h3 {
    width: 80%;
    margin: 0 auto 50px;
    padding: 20px 0;
    background: #ffd000;
    border-radius: 14px;
    font-size: 30px;
    font-weight: bold;
}
.tel-area .sub-txt {
    margin: 0 auto 20px;
    padding: 5px 10px;
    display: inline-block;
    background: #3a80da;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.tel-area .tel-num {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    display: block;
}
.tel-area p.cv-number {
    color: #003694;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:700;
}
.tel-area p.cv-number::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background-image: url(../img/under/footer_tel_icon_blue.svg);
    background-repeat: no-repeat;
}
.tel-area .caption {
    margin: 20px auto 0;
    font-size: 18px;
}
.tel-area .operate-area {
    margin: 50px auto 0;
    padding: 60px 40px 40px;
    background: #fff;
}
.tel-area .operate-area h4 {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 24px;
    font-weight: bold;
}
.tel-area .operate-area ul {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}
.tel-area .operate-area ul li {
    margin: 0 auto 30px;
    padding: 0 0 0 44px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.tel-area .operate-area ul li::before {
    width: 34px;
    padding: 10px 0;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 0;
}
.tel-area .operate-area ul li:nth-child(1)::before { content: "1";}
.tel-area .operate-area ul li:nth-child(2)::before { content: "2";}
.tel-area .operate-area ul li:nth-child(3)::before { content: "3";}
.tel-area .operate-area ul li:nth-child(4)::before { content: "4";}
.tel-area .operate-area ul li:nth-child(5)::before { content: "5";}
.tel-area .operate-area ul li:nth-child(6)::before { content: "6";}
.tel-area .operate-area ul li span {
    font-size: 16px;
    font-weight: normal;
}
.section-form h3 {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.section-form .sub-txt {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 16px;
}
.section-form .sub-txt a {
    color: #000;
    text-decoration: underline;
}
#contact-form{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px 0;
    box-sizing: border-box;
    position: relative;
}
#contact-form h2{
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 80px;
    position: relative;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 45px;
}
#contact-form .form_wrapper{
    width: 90%;
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}
#contact-form .form_wrapper .form_title{
    width: 30%;
    padding: 5px 40px 5px 0;
    box-sizing: border-box;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
#contact-form .form_wrapper .form_title .hissu{
    margin-left: 10px;
    padding: 3px 5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #f00;
    color: #fff;
    font-size: 13px;
}
#contact-form .form_wrapper .form_contents{
    width: 69%;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form button,
#contact-form textarea,
#contact-form select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    appearance: none;
    appearance: none;
    font-size: 16px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"]{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #E5E5E5;
    background: #fff;
    font-size: 16px;
}
#contact-form .tel-num input {
    width: 20%;
}
#contact-form textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    border: solid 1px #E5E5E5;
    background: #fff;
    font-size: 16px;
}
#contact-form .form_wrapper .form_text{
    margin: 30px auto 20px;
    text-align: left;
    font-size: 13px;
}
#contact-form .form_wrapper .form_contents .check {
    text-align: center;
}
#contact-form .form_wrapper .form_contents .check span{
	font-size: 13px;
}
#contact-form .pp-text{
	margin: 0 auto 30px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 600px;
	height: 160px;
	background: #fff;
	text-align: left;
	line-height: 1.5;
	font-size: 12px;
}
#contact-form .pp-text h3 {
	margin: 0 auto 10px;
	text-align: center;
	font-size: 120%;
}
#contact-form .pp-text h4 {
	margin: 1em 0 0;
	font-size: 100%;
}
#contact-form .pp-text p {
	margin: .5em 0 0;
}
#contact-form .pp-text a{
    color: #004199;
}
#contact-form .form_wrapper .form_contents .radio-wrap{
	display: flex;
	flex-wrap: wrap;
    font-size: 13px;
}
#contact-form .form_wrapper .form_contents .radio-wrap .radio{
	width:50%;
	padding: 10px 0
}
#contact-form input[type="submit"]{
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
	padding: 10px 0;
	display: block;
    border: 2px solid #004199;
    box-sizing: border-box;
    color: #fff;
	background: #0031af;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s;
	transition: all .3s;
}
#contact-form input[type="submit"]:hover{
    opacity: 0.7;
}
#contact-form input[type="submit"][disabled]{
    opacity: 0.7;
    cursor: not-allowed;
}
#contact-form input[type="submit"][disabled]:hover{
    opacity: 0.7;
}
.btn-back{
    width: 50%;
    max-width: 300px;
    margin: 40px auto 0;
	padding: 10px 0;
	display: block;
    border: 2px solid #004199;
    box-sizing: border-box;
    color: #fff;
	background: #0031af;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s;
	transition: all .3s;
    opacity: 0.7;
}
.btn-back:hover{
    opacity: 1;
}

@media (max-width: 768px) {
/*---------- 共通 ----------*/
.cont-in {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    }
    .bg-gray {
    background-color: #ededed;
    }
    .contents {
    width: 100%;
    padding: 10vw 0 8vw;
    }
    .contents h2.ttl-icon {
    width: 100%;
    max-width: 682px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    font-size: 5.5vw;
    }
    .contents h2.ttl-icon img{
    margin:0 auto;
    width:auto;
    height:6.7vw;
    }
    .contents h2.ttl-icon::after {
    width: 60px;
    bottom: -12px;
    }
    .contents h2.ttl-icon::before {
    content: "";
    width: 16vw;
    height: 16vw;
    margin: 0 auto 5vw;
    display: block;
    background: url("../img/under/icon_01.svg") 0 0 no-repeat;
    background-size: 100%;
    }
    .contents .normal-txt {
    text-align: center;
    font-size: 4.1vw;
    line-height: 2;
    }
    .cont-breadcrumb {
    padding: 17vw 0 2vw;
    }
    .cont-breadcrumb ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    }
    .cont-breadcrumb ul li a {
    display: inline-block;
    color: #000;
    font-size: 3.7vw;
    }
    .cont-breadcrumb ul li a::after {
    content: "＞";
    display: inline-block;
    margin: 0 2vw;
    }
    .cont-breadcrumb ul li:last-child a::after {
    content: none;
    }

    /*---------- プライバシーポリシー ----------*/
    .cont-privacy h5 {
    margin-bottom: 3vw;
    font-size: 3.8vw;
    font-weight: bold;
    }
    .cont-privacy p {
    margin-bottom: 8vw;
    font-size: 2.8vw;
    line-height: 1.6;
    }

    /*---------- 会社概要 ----------*/
    .cont-company dl.box-company {
    width: 90%;
    max-width: 1000px;
    margin: 8vw auto 0;
    display: block;
    border: 1px solid #3a80da;
    border-bottom: none;
    }
    .cont-company dl.box-company dt {
    width: 100%;
    padding: 2vw 5vw;
    background: #d5dfff;
    border-bottom: 1px solid #3a80da;
    border-right: none;
    text-align: center;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
    }
    .cont-company dl.box-company dd {
    width: 100%;
    padding: 4vw 5vw;
    background: #fff;
    border-bottom: 1px solid #3a80da;
    font-size: 3.2vw;
    line-height: 1.2;
    }

    /* ---------- CONTACT US---------- */
    .tel-area {
        width: 96%;
        max-width: 1000px;
        margin: 0 auto 12vw;
        text-align: center;
    }
    .tel-area h3 {
        width: 80%;
        margin: 0 auto 10vw;
        padding: 3vw 0;
        background: #ffd000;
        border-radius: 14px;
        font-size: 5.2vw;
        font-weight: bold;
    }
    .tel-area .sub-txt {
        margin: 0 auto 5vw;
        padding: 1.5vw 4vw;
        display: inline-block;
        background: #3a80da;
        border-radius: 6px;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
    }
    .tel-area .tel-num {
        width: 90%;
        max-width: 650px;
        margin: 0 auto;
        display: block;
    }
    .tel-area p.cv-number {
    color: #003694;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:700;
    }
    .tel-area p.cv-number::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 30px;
    background-image: url(../img/under/footer_tel_icon_blue.svg);
    background-repeat: no-repeat;
    }
    .tel-area .caption {
        margin: 20px auto 0;
        font-size: 3.6vw;
    }
    .tel-area .operate-area {
        width: 90%;
        margin: 10vw auto 0;
        padding: 8vw 4vw;
        background: #fff;
    }
    .tel-area .operate-area h4 {
        width: 90%;
        margin: 0 auto 5vw;
        font-size: 5vw;
        font-weight: bold;
    }
    .tel-area .operate-area ul {
        width: 94%;
        margin: 0 auto;
        text-align: left;
    }
    .tel-area .operate-area ul li {
        margin: 0 auto 6vw;
        padding: 0 0 0 10vw;
        display: block;
        font-size: 4.0vw;
        font-weight: bold;
        position: relative;
    }
    .tel-area .operate-area ul li::before {
        width: 8vw;
        padding: 2.4vw 0;
        display: block;
        box-sizing: border-box;
        border-radius: 50%;
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 3.2vw;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        top: -4px;
        left: 0;
    }
    .tel-area .operate-area ul li:nth-child(1)::before { content: "1";}
    .tel-area .operate-area ul li:nth-child(2)::before { content: "2";}
    .tel-area .operate-area ul li:nth-child(3)::before { content: "3";}
    .tel-area .operate-area ul li:nth-child(4)::before { content: "4";}
    .tel-area .operate-area ul li:nth-child(5)::before { content: "5";}
    .tel-area .operate-area ul li:nth-child(6)::before { content: "6";}
    .tel-area .operate-area ul li span {
        display: block;
        font-size: 3.2vw;
        font-weight: normal;
    }
    .section-form h3 {
        margin: 0 auto 30px;
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
    }
    .section-form .sub-txt {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto 8vw;
        text-align: center;
        font-size: 3.2vw;
    }
    .section-form .sub-txt a {
        color: #000;
        text-decoration: underline;
    }
    #contact-form{
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5% 0;
        box-sizing: border-box;
        position: relative;
    }
    #contact-form .form_wrapper{
        width: 100%;
        max-width: 760px;
        margin: 0 auto 10px;
        text-align: center;
    }
    #contact-form .form_wrapper .form_title{
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        font-size: 3.0vw;
        font-weight: 500;
    }
    #contact-form .form_wrapper .form_title .hissu{
        margin-left: 10px;
        padding: 4px 5px;
        box-sizing: border-box;
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 2.2vw;
    }
    #contact-form .form_wrapper .form_contents{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form input[type="tel"],
    #contact-form button,
    #contact-form textarea,
    #contact-form select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    appearance: none;
    appearance: none;
    }
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form input[type="tel"]{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #E5E5E5;
    background: #fff;
    font-size: 13px;
    }
    #contact-form .tel-num input {
        width: 30%;
    }
    #contact-form textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    resize: none;
    border: solid 1px #E5E5E5;
    background: #fff;
    font-size: 16px;
    }
    #contact-form .form_wrapper .form_text{
        margin: 30px auto 20px;
        font-size: 13px;
    }
    #contact-form .form_wrapper .form_contents .check span{
        font-size: 13px;
    }
    #contact-form .pp-text{
        margin: 0 auto 30px;
        overflow-y: scroll;
        border: 1px solid #ccc;
        padding: 10px;
        max-width: 600px;
        height: 160px;
        background: #fff;
        text-align: left;
        line-height: 1.5;
        font-size: 12px;
    }
    #contact-form .pp-text h3 {
        margin: 0;
        text-align: center;
        font-size: 120%;
    }
    #contact-form .pp-text h4 {
        margin: 1em 0 0;
        font-size: 100%;
    }
    #contact-form .pp-text p {
        margin: .5em 0 0;
    }
    #contact-form .pp-text a{
        color: #004199;
    }
    #contact-form input[type="submit"]{
        width: 50%;
        max-width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
        border: 2px solid #004199;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: all .3s;
        transition: all .3s;
    }
    #contact-form input[type="submit"][disabled]{
        opacity: 0.7;
        cursor:not-allowed;
    }
    .btn-back{
        width: 50%;
        max-width: 300px;
        margin: 8vw auto 0;
        padding: 10px 0;
        display: block;
        border: 2px solid #004199;
        box-sizing: border-box;
        color: #fff;
        background: #0031af;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: all .3s;
        transition: all .3s;
        opacity: 0.7;
    }
    .btn-back:hover{
        opacity: 1;
    }
}