@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: 1070px;
}
#header_box p {
    margin-bottom: 0;
}
.header_logo {
    font-size: 1rem;
    line-height: 2.5;
}
.header_logo img{
    width: 198px;
}

#header_box div {
    display: flex;
    justify-content: flex-end;
}
#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: #333333;
}
.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: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

/*固定ヘッダー*/
.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_image.png) center center no-repeat;
    background-size: cover;
    height: 642px;
}
.main_image div {
    margin: 0 auto;
    width: 1070px;
    position: relative;
}
.main_image div h2 {
    position: absolute;
    top: 230px;
    left: 20px;
    font-size: 40px;
    font-weight: bold;
}
.main_image div h3 {
    position: absolute;
    top: 290px;
    left: 20px;
    font-size: 28px;
}


/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
.inq_box1 {
    width: 1070px;
    margin: 0 auto;
    padding: 50px 0 40px 0;
}
.inq_box1 h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 7px;
}
.inq_box_mail1 {
    background: #e08976;
    border-radius: 5px;
    margin-bottom: 35px;
}
.inq_box_mail1 a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding: 40px 0 35px 0;
}
.inq_box_mail1 a:hover {
    opacity: 0.8;
}
.inq_box_mail1 a span {
    display: inline-block;
    background: url(../img/mail2.svg) left center no-repeat;
    background-size: 46px;
    padding: 5px 0 5px 63px;
}
.inq_box2 {
    border-bottom: solid 1px #444;
    border-top: solid 1px #444;
    padding: 45px 0 35px 0;
    text-align: center;
}
.inq_box2 h3 {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: 7px;
}
.inq_box_tel1 {
    margin-bottom: 10px;
}
.inq_box_tel1 a {
    color: #444;
    background: url(../img/tel1.svg) left center no-repeat;
    background-size: 43px;
    font-size: 59px;
    font-weight: bold;
    display: inline-block;
    padding-left: 60px;
    letter-spacing: 7px;
}
.inq_box2 ul li {
    font-size: 16px;
    letter-spacing: 7px;
    margin-bottom: 10px;
}
.inq_box2 ul li:last-child {
    margin-bottom: 0;
}
.green_box {
    background: #ffe5da    ;
}

#sec0 {
    background: #444444;
    color: #fff;
    padding: 65px 0
}
#sec0 > div {
    width: 960px;
    margin: 0 auto;
    border: solid 1px #fff;
    padding: 35px 85px 30px 85px;
    font-size: 14px;
    background: #4d4d4d;
    text-align: center;
}
.atari_tit1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    background: url(../img/line2.png) center bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.atari_tit1.atari_tit3 {
    background: url(../img/line1.png) center bottom no-repeat;
    color: #fff;
}
.atari_tit2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 100;
}
.atari_tit2.atari_tit4 {
    color: #fff;
}
.sec1_box1,.sec1_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.sec1_box2{
    flex-flow: row-reverse;
}
.sec_box_bg1 {
    background: url(../img/atari_img1.png) center center no-repeat;
    background-size: cover;
    width: 60%;
    height: 470px;
}
.sec_box_bg2 {
    background: url(../img/atari_img2.png) center center no-repeat;
    width: 60%;
    height: 470px;
}
.sec_box_bg3 {
    background: url(../img/atari_img3.png) center center no-repeat;
    width: 60%;
    height: 470px;
}
.sec_box_bg4 {
    background: url(../img/atari_img4.png) center center no-repeat;
    width: 60%;
    height: 470px;
}
.sec_box_bg5 {
    background: url(../img/atari_img5.png) center center no-repeat;
    width: 60%;
    height: 470px;
}
.sec_box_bg6 {
    background: url(../img/atari_img6.png) center center no-repeat;
    width: 60%;
    height: 470px;
}
.sec_box_bg7 {
    background: url(../img/atari_img7.png) right center no-repeat;
    width: 60%;
    height: 470px;
    background-size: cover;
}
.sec_box_txt1 {
    width: 40%;
    padding: 0 50px;
}
.sec_box_txt1 h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.sec_box_txt1 p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2.5;
}

.sec2_box1 {
    width: 1070px;
    margin: 0 auto;
    padding: 70px 0 100px 0;
}
.sec2_box2 {
    text-align: center;
    display: table;
    width: 100%;
    padding: 50px 0;
}
.sec2_box1 > div:first-child {
    padding-top: 0;
}
.sec2_box2 > p {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.sec2_box2 div p {
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
}
.sec2_box2 div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.sec2_box2 div h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    width: 100%;
}
.sec2_box2 div h4 span {
    border-bottom: solid 1px #444;
}
.line1 {
    background: #e08976;
    height: 10px;
    border: solid 1px #444;
}
.line2 {
    background: #e08976;
    height: 10px;
    border: solid 1px #444;
}
.flow1 img {
    width: 134px;
}
.flow2 img {
    width: 165px;
}
.flow3 img {
    width: 260px;
}
.flow4 img {
    width: 110px;
}
.flow5 img {
    width: 304px;
}
.flow6 img {
    width: 98px;
}
.flow7 img {
    width: 170px;
}
.sec2_box2 div h4 span:last-child {
    border: none;
    font-size: 26px;
}


#sec4 {
    padding-top: 65px;
    padding-bottom: 85px;
    background: #f2f2f2;
}
.sec4_wrap {
    width: 1070px;
    margin: 0 auto;
}
.sec4_box1 {
    border: solid 1px #000;
    margin-bottom: 20px;
    height: 226px;
    text-align: center;
    display: table;
    width: 100%;
}
.sec4_box1:last-child {
    margin-bottom: 0;
}
.sec4_box1 div {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
}
.sec4_box1 h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.sec4_box1 p {
    margin-bottom: 0;
    font-size: 14px;
}

#sec8 {
    padding: 65px 0;
    font-size: 1.4rem;
}
.sec8_box1 {
    width: 1070px;
    margin: 0 auto;
}
.sec8_box1 p {
    margin-top: 4rem;
}
.sec8_comment {
    text-align: center;
}
.sec8_box1 h3.atari_tit5 {
    margin: 6rem 0 3.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.sec8_box1 h3 span {
    color: #ab272d;
}
#mailformpro h3 {
    text-align: center;
    margin-bottom: 15px;
}
.mfp_col10 {
    display: flex;
    justify-content: space-between;
}
.mfp_element_email,
#mfp_element_4, form#mailformpro dl dd textarea {
    width: 100%;
    border: solid 1px #444444;
    padding: 2rem 2rem;
}
.mfp_element_email {
    width: 100%;
}
.thanks_box {
    width: 1070px;
    margin: 1rem auto;
    line-height: 1.8;
    font-size: 14px;
}
.thanks_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.texarea_dt {
    padding: 130px 0 0 0 !important;
}
.svg_mail1 path {
    fill: #ff0000;
}
.mfp_element_submit, .mfp_element_reset {
    background: #e08976;
}

/* footer
---------------------------------------------------------- */
/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}

footer {
    background: #333333;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 6rem 0 3rem 0;
    color: #fff;
}
footer a {
    color: #fff;
}
.footer_box1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_box2 h1 {
    margin-bottom: 20px;
    width: 316px;
}
#address {
    border-top: solid 1px #fff;
    padding:10px;
    margin: 0;
    background: #333333;
    text-align: center;
    font-size: 12px;
    color: #fff;
}