@charset "UTF-8"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{ margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; box-sizing: border-box; } html{ line-height: 1; } .clearfix:after{ content: ""; display: block; height: 0; clear: both; visibility: hidden; } .clearfix{ display: inline-table; } /* Hides from IE-mac \*/ * html .clearfix{ height: 1%; } .clearfix{ display: block; } /* End hide from IE-mac */ ol, ul{ list-style: none; } table{ border-collapse: collapse; border-spacing: 0; } .clear { clear: both; } caption, th, td{ text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote{ quotes: none; } q:before, q:after, blockquote:before, blockquote:after{ content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{ display: block; } *, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body{ font-family: 'Noto Sans JP', sans-serif; font-weight: 400; line-height: 1.5; -webkit-text-size-adjust: 100%; color: #000; } img{ height: auto; max-width: 100%; } a{ text-decoration: none; } @media screen and (max-width: 768px) { .hidden-sp{ display: none !important; } } @media screen and (min-width: 769px) { .hidden-pc{ display: none !important; } } /*------------------------------------------ サービス別レスポンシブ ------------------------------------------*/ /*youtube*/ .youtubeWrapper{ position: relative; width: 100%; padding-top: 56.25%; } .youtubeWrapper iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; } /*googlemap*/ .ggmapWrapper{ position: relative; /*padding-bottom: 56.25%;*/ height: 480px; overflow: hidden; } .ggmapWrapper iframe, .ggmapWrapper object, .ggmapWrapper embed{ position: absolute; top: -140px; left: 0; width: 100%; height: 600px; } .ggmapWrapper iframe{ height: 800px; } /*------------------------------------------ cmn ------------------------------------------*/ img{ vertical-align: top; } .hoverBtn{ -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; } .hoverBtn:hover{ } @media screen and (max-width: 768px) { img{ width: 100%; } } /*------------------------------------------ body ------------------------------------------*/ body{ min-width: 980px; } @media screen and (max-width: 980px) { body{ } } @media screen and (max-width: 768px) { body{ min-width: inherit; } } /*------------------------------------------ #mv ------------------------------------------*/ .mvWrapper{ .mv{ position: relative; } } @media screen and (max-width: 768px) { .mvWrapper{ .mv{ } } } /*------------------------------------------ header nav ------------------------------------------*/ .menuBtn{ height: 29px; position: absolute; right: 40px; top: 50%; z-index: 1003; transform: translate(0, -50%); } .menu-trigger, .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; } .menu-trigger { position: relative; width: 45px; height: 29px; cursor: pointer; } .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #e50012; } .menu-trigger span:nth-of-type(1) { top: 0; } .menu-trigger span:nth-of-type(2) { top: 14px; } .menu-trigger span:nth-of-type(3) { bottom: 0; } .menu-trigger.active span{ background-color: #FFF; } .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(12px) rotate(-45deg); transform: translateY(12px) rotate(-45deg); } .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; } .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-14px) rotate(45deg); transform: translateY(-14px) rotate(45deg); } @-webkit-keyframes active-menu-bar02 { 100% { height: 0; } } @keyframes active-menu-bar02 { 100% { height: 0; } } /*PC*/ /*@media screen and (min-width: 1461px) {*/ @media screen and (min-width: 1191px) { header{ nav{ display: block !important; } } } header{ width: 100%; height: 9s0px; background: rgba(255,255,255,0.8); position: fixed; left: 0; top: 0; z-index: 1000; transition: 0.3s; .headerInner{ width: 100%; height: 100%; padding: 0 0; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; } .headerTop{ display: none; } .logoBox{ padding: 0 30px; } nav{ display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-flex: 1; flex: 1; .navInner{ ul{ display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; li{ margin-right: 45px; position: relative; &:after{ content: "/"; width: 1px; height: 15px; display: block; position: absolute; top: 0; right: -12px; } &.txtLast{ margin-right: 0; &:after{ content: none; } } a{ font-size: 15px; color: #000; &:hover{ text-decoration: underline; } } &.btn{ display: none; } } } } } .topBtn{ margin-left: auto; ul{ display: -ms-flex; display: flex; li{ a{ width: 160px; height: 90px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 15px; color: #FFF; text-align: center; &.btnRed{ background: #e93a28; } &.btnBlue{ background: #015cab; } } } } } &.fix{ box-shadow: 0 0 10px rgba(0,0,0,0.2); } } /*}*/ /*SP*/ @media screen and (max-width: 1190px) { .menuBtn{ height: 18px; position: absolute; right: 20px; top: 50%; z-index: 1003; transform: translate(0, -50%); } .menu-trigger, .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; } .menu-trigger { position: relative; width: 30px; height: 18px; cursor: pointer; } .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; } .menu-trigger span:nth-of-type(1) { top: 0; } .menu-trigger span:nth-of-type(2) { top: 8px; } .menu-trigger span:nth-of-type(3) { bottom: 0; } .menu-trigger.active span{ background-color: #e50012; } .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(6px) rotate(-45deg); transform: translateY(6px) rotate(-45deg); } .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; } .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-10px) rotate(45deg); transform: translateY(-10px) rotate(45deg); } header{ width: 100%; height: 60px; background: rgba(255,255,255,0.8); position: fixed; left: 0; top: 0; z-index: 1000; transition: 0.3s; .headerInner{ width: 100%; height: 100%; padding: 0; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; } .headerTop{ display: block; } .logoBox{ width: 155px; padding: 0 0 0 20px; } nav{ width: 100%; height: 100vh; padding-right: 0; margin-left: inherit; display: none; position: fixed; top: 0; left: 0; background: rgba(255,255,255,0.8); .navInner{ ul{ padding: 110px 0 50px 0; display: block; li{ display: block; text-align: center; &:not(:last-child){ margin-bottom: 20px; margin-right: 0; a{ position: relative; &:hover{ &:after{ width: 100%; } } } } &:last-child{ margin: 0; } &:after{ content: none; } &.btn{ display: block; a{ width: 160px; height: 60px; margin: 0 auto; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 15px; color: #FFF; text-align: center; &.btnRed{ background: #e93a28; } &.btnBlue{ background: #015cab; } } } } } } } &.fix{ height: 60px; box-shadow: 0 0 10px rgba(0,0,0,0.2); } .topBtn{ display: none; } } } @media screen and (max-width: 768px) { header{ .logoBox{ padding: 0 0 0 20px; img{ } } } } /*------------------------------------------ #cmn ------------------------------------------*/ .ttlWrapper{ text-align: center; } .innerBox{ max-width: 980px; margin: 0 auto; } @media screen and (max-width: 768px) { .ttlWrapper{ padding: 0 5%; } h2,h3{ text-align: center; img{ max-width: 400px; } } .innerBox{ width: 100%; } } /*------------------------------------------ #contents_01 ------------------------------------------*/ .contents_bg_01{ margin-top: 200px; position: relative; z-index: 3; background: #dfeef6; &:before{ content: ""; width: 100%; height: 168px; background: url("../img/bg_contents_01_top.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; top: -168px; } &:after{ content: ""; width: 100%; height: 168px; background: url("../img/bg_contents_01_bottom.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; bottom: -168px; } .bgImgWrapper{ max-width: 1525px; margin: 0 auto; position: relative; .img_01{ position: absolute; left: 0; bottom: -80px; z-index: 3; } } .contents_01{ padding: 20px 0 0 0; position: relative; z-index: 4; .ttlBox{ position: relative; top: -130px; margin-bottom: -60px; } h3{ margin-bottom: 15px; } .boxLR{ display: -ms-flex; display: flex; .boxL{ max-width: 560px; min-width: 560px; li{ &:nth-child(2), &:nth-child(3){ display: none; } } } .boxR{ max-width: 420px; min-width: 420px; .txt_01{ max-width: 275px; margin: 0 auto 30px auto; } ul{ max-width: 275px; margin: 0 auto; li{ margin-bottom: 50px; &:last-child{ margin-bottom: 0; } select { width: 100%; height: 60px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; border-radius: 0; background: url("../img/arrow_down.png") no-repeat right 15px center / 16px #66a8d0; cursor: pointer; font-size: 18px; color: #FFF; padding-left: 30px; &::-ms-expand { display: none; } } } } } } } } @media screen and (max-width: 768px) { .contents_bg_01{ margin-top: 130px; position: relative; z-index: 3; background: #dfeef6; &:before{ content: ""; width: 100%; height: 84px; background: url("../img/bg_contents_01_top.png") no-repeat center top / 1500px; display: block; position: absolute; left: 0; top: -84px; } &:after{ content: ""; width: 100%; height: 84px; background: url("../img/bg_contents_01_bottom.png") no-repeat center top / 1500px; display: block; position: absolute; left: 0; bottom: -84px; } .bgImgWrapper{ max-width: 1525px; margin: 0 auto; position: relative; .img_01{ position: absolute; left: 0; bottom: -50px; z-index: 3; width: 150px; } } .contents_01{ padding: 20px 0 0 0; position: relative; z-index: 4; .ttlBox{ position: relative; top: -90px; margin-bottom: -40px; } h3{ margin-bottom: 30px; } .boxLR{ display: block; .boxL{ max-width: 560px; min-width: 560px; display: none; } .boxR{ padding: 0 5%; max-width: inherit; min-width: inherit; .txt_01{ display: none; } ul{ max-width: 400px; margin: 0 auto; li{ margin-bottom: 30px; &:last-child{ margin-bottom: 0; } select { width: 100%; height: 60px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; border-radius: 0; background: url("../img/arrow_down.png") no-repeat right 15px center / 16px #66a8d0; cursor: pointer; font-size: 18px; color: #FFF; padding-left: 30px; } } } } } } } } /*------------------------------------------ #contents_02 ------------------------------------------*/ .contents_bg_02{ padding: 170px 0 140px 0; position: relative; background: url("../img/bg_contents_02.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1525px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 30px; top: -40px; z-index: 2; } .img_02{ position: absolute; left: 0; bottom: 20px; z-index: 2; } } .contents_02{ padding: 20px 0 0 0; position: relative; z-index: 4; h3{ margin-bottom: 75px; } ul{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-justify-content: center; justify-content: center; li{ max-width: 200px; min-width: 200px; margin: 0 60px 60px 0; &:nth-child(4), &:nth-child(7){ margin-right: 0; } .imgBox{ position: relative; margin-bottom: 10px; a{ transition: 0.3s; p{ width: 70px; height: 70px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 12px; color: #FFF; background: url("../img/arrow_right.png") no-repeat center bottom 10px / 6px #66a8d0; border-radius: 70px; position: absolute; right: 0; bottom: 0; } &:hover{ opacity: 0.8; } } } h4{ padding: 8px 0; margin-bottom: 10px; background: #f38bab; line-height: 1.1; font-size: 17px; font-weight: 700; color: #FFF; text-align: center; } >p{ font-size: 16px; } } } } } @media screen and (max-width: 768px) { .contents_bg_02{ padding: 80px 0 80px 0; position: relative; background: url("../img/bg_contents_02.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1525px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; top: -40px; z-index: 2; width: 150px; opacity: 0.6; } .img_02{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 150px; } } .contents_02{ padding: 20px 0 0 0; position: relative; z-index: 4; h3{ margin-bottom: 40px; } ul{ display: block; li{ max-width: 200px; min-width: 200px; margin: 0 auto 50px auto; &:nth-child(4), &:nth-child(7){ margin-right: auto; } .imgBox{ position: relative; margin-bottom: 10px; a{ transition: 0.3s; p{ width: 70px; height: 70px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 12px; color: #FFF; background: url("../img/arrow_right.png") no-repeat center bottom 10px / 6px #66a8d0; border-radius: 70px; position: absolute; right: 0; bottom: 0; } &:hover{ opacity: 0.8; } } } h4{ padding: 8px 0; margin-bottom: 10px; background: #f38bab; line-height: 1.1; font-size: 17px; font-weight: 700; color: #FFF; text-align: center; } >p{ font-size: 16px; } } } } } } /*------------------------------------------ #contents_03 ------------------------------------------*/ .contents_bg_03{ position: relative; z-index: 3; background: #b0d5c4; &:before{ content: ""; width: 100%; height: 136px; background: url("../img/bg_contents_03_top.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; top: -136px; } &:after{ content: ""; width: 100%; height: 136px; background: url("../img/bg_contents_03_bottom.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; bottom: -136px; } .bgImgWrapper{ max-width: 1830px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; top: 50%; transform: translate(0, -50%); z-index: 3; } } .contents_03{ padding: 50px 0 0px 0; position: relative; z-index: 4; h3{ margin-bottom: 70px; } ul{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ max-width: 295px; min-width: 295px; margin: 0 47px 30px 0; &:nth-child(3n){ margin-right: 0; } a{ width: 100%; height: 95px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 18px; color: #1d9d6e; background: url("../img/arrow_time.png") no-repeat right 25px center / 35px #FFF; position: relative; transition: 0.3s; &:before{ content: ""; width: 57px; height: 57px; display: block; position: absolute; left: 15px; top: 50%; transform: translate(0, -50%); } &:hover{ opacity: 0.8; } } &:nth-child(1){ a:before{ background: url("../img/img_time_01.png") no-repeat center / cover; } } &:nth-child(2){ a:before{ background: url("../img/img_time_02.png") no-repeat center / cover; } } &:nth-child(3){ a:before{ background: url("../img/img_time_03.png") no-repeat center / cover; } } &:nth-child(4){ a:before{ background: url("../img/img_time_04.png") no-repeat center / cover; } } &:nth-child(5){ a:before{ background: url("../img/img_time_05.png") no-repeat center / cover; } } } } } } @media screen and (max-width: 768px) { .contents_bg_03{ position: relative; z-index: 3; background: #b0d5c4; &:before{ content: ""; width: 100%; height: 68px; background: url("../img/bg_contents_03_top.png") no-repeat center top / 1500px; display: block; position: absolute; left: 0; top: -68px; } &:after{ content: ""; width: 100%; height: 68px; background: url("../img/bg_contents_03_bottom.png") no-repeat center top / 1500px; display: block; position: absolute; left: 0; bottom: -68px; } .bgImgWrapper{ max-width: 1830px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; top: 50%; transform: translate(0, -50%); z-index: 3; } } .contents_03{ padding: 50px 0 40px 0; position: relative; z-index: 4; h3{ margin-bottom: 40px; } ul{ display: block; padding: 0 5%; li{ max-width: 400px; min-width: inherit; margin: 0 auto 30px auto; &:nth-child(3n){ margin-right: auto; } a{ width: 100%; height: 80px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 18px; color: #1d9d6e; background: url("../img/arrow_time.png") no-repeat right 25px center / 35px #FFF; position: relative; transition: 0.3s; &:before{ content: ""; width: 57px; height: 57px; display: block; position: absolute; left: 15px; top: 50%; transform: translate(0, -50%); } &:hover{ opacity: 0.8; } } &:nth-child(1){ a:before{ background: url("../img/img_time_01.png") no-repeat center / cover; } } &:nth-child(2){ a:before{ background: url("../img/img_time_02.png") no-repeat center / cover; } } &:nth-child(3){ a:before{ background: url("../img/img_time_03.png") no-repeat center / cover; } } &:nth-child(4){ a:before{ background: url("../img/img_time_04.png") no-repeat center / cover; } } &:nth-child(5){ a:before{ background: url("../img/img_time_05.png") no-repeat center / cover; } } } } } } } /*------------------------------------------ #contents_04 ------------------------------------------*/ .contents_bg_04{ padding: 170px 0 140px 0; position: relative; background: url("../img/bg_contents_04.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1760px; margin: 0 auto; position: relative; .img_01{ position: absolute; left: 120px; top: -30px; z-index: 2; } .img_02{ position: absolute; right: 0; bottom: -60px; z-index: 2; } } .contents_04{ position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 75px; } ul{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ max-width: 460px; min-width: 460px; margin: 0 60px 40px 0; &:nth-child(2n){ margin-right: 0; } dl{ dt{ width: 100%; height: 60px; margin-bottom: 2px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; font-size: 18px; color: #FFF; background: url("../img/arrow_down.png") no-repeat right 20px center / 16px #66a8d0; cursor: pointer; span:nth-child(1){ display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; height: 42px; padding: 0 18px; margin-right: 18px; border-right: 1px solid #FFF; } } dd{ height: 350px; padding: 20px 20px 0 20px; background: #ebebeb; display: none; .imgBox{ margin-bottom: 20px; text-align: center; } p{ font-size: 16px; line-height: 1.5; } } } } } } } @media screen and (max-width: 768px) { .contents_bg_04{ padding: 100px 0 80px 0; position: relative; background: url("../img/bg_contents_04.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1760px; margin: 0 auto; position: relative; .img_01{ position: absolute; left: 20px; top: -30px; z-index: 2; width: 150px; } .img_02{ position: absolute; right: 0; bottom: -90px; z-index: 2; width: 150px; } } .contents_04{ position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 40px; } ul{ padding: 0 5%; display: block; li{ max-width: 460px; min-width: inherit; margin: 0 auto 30px auto; &:nth-child(2n){ margin-right: auto; } dl{ dt{ width: 100%; height: auto; margin-bottom: 2px; display: block; font-size: 18px; color: #FFF; background: url("../img/arrow_down.png") no-repeat right 20px center / 16px #66a8d0; cursor: pointer; span:nth-child(1){ width: 100px; margin-bottom: 10px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; height: 42px; padding: 0 18px; margin-right: 18px; border-right: none; border-bottom: 1px solid #FFF; } span:nth-child(2){ display: block; padding: 0 0 10px 18px; } } dd{ height: auto; padding: 20px 20px 20px 20px; background: #ebebeb; display: none; .imgBox{ margin-bottom: 20px; text-align: center; } p{ font-size: 16px; line-height: 1.5; } } } } } } } } /*------------------------------------------ #contents_05 ------------------------------------------*/ .contents_bg_05{ height: 1214px; background: url("../img/bg_contents_05.png") no-repeat center top / 3000px; position: relative; top: -160px; z-index: 2; margin-bottom: -160px; .contents_05{ padding: 167px 0 0 0; .ttlWrapper{ margin-bottom: 125px; } ul{ position: relative; li{ position: absolute; .imgBox{ position: relative; a{ width: 168px; position: absolute; z-index: 2; display: block; transition: 0.3s; &:hover{ opacity: 0.8; } } } &:nth-child(1){ left: 0; top: 50px; .imgBox a{ bottom: 147px; left: 80px; } } &:nth-child(2){ left: 252px; top: 0; .imgBox a{ bottom: 127px; left: 80px; } } &:nth-child(3){ left: 488px; top: 19px; .imgBox a{ bottom: 277px; left: 110px; } } &:nth-child(4){ right: 0; top: 15px; .imgBox a{ bottom: 147px; left: -20px; } } } } } } @media screen and (max-width: 768px) { .contents_bg_05{ height: auto; background: url("../img/bg_contents_05_sp.jpg") no-repeat center top / cover; position: relative; top: inherit; z-index: 2; margin-bottom: 0; .contents_05{ padding: 70px 0 20px 0; .ttlWrapper{ margin-bottom: 50px; } ul{ position: relative; padding: 0 5%; display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ width: 50%; margin-bottom: 30px; position: inherit; .imgBox{ position: relative; text-align: center; a{ width: 168px; position: absolute; z-index: 2; display: block; transition: 0.3s; &:hover{ opacity: 0.8; } img{ width: 150px !important; } } } &:nth-child(1){ left: inherit; top: inherit; .imgBox img{ width: 40vw; } .imgBox a{ bottom: inherit; left: inherit; top: 40%; left: 50%; transform: translate(-50%, -50%); } } &:nth-child(2){ left: inherit; top: inherit; .imgBox img{ width: 40vw; } .imgBox a{ bottom: inherit; left: inherit; top: 40%; left: 50%; transform: translate(-50%, -50%); } } &:nth-child(3){ left: inherit; top: inherit; .imgBox img{ width: 37vw; } .imgBox a{ bottom: inherit; left: inherit; top: 40%; left: 50%; transform: translate(-50%, -50%); } } &:nth-child(4){ right: inherit; top: inherit; .imgBox img{ width: 45vw; } .imgBox a{ bottom: inherit; left: inherit; top: 40%; left: 50%; transform: translate(-50%, -50%); } } } } } } } /*------------------------------------------ #contents_06 ------------------------------------------*/ .contents_bg_06{ padding: 210px 0 170px 0; margin-bottom: -200px; position: relative; top: -200px; background: url("../img/bg_contents_04.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1550px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; top: -80px; z-index: 2; } .img_02{ position: absolute; left: 0; bottom: -40px; z-index: 2; } } .contents_06{ position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 75px; } .qaWrapper{ dl{ margin-bottom: 10px; &:last-child{ margin-bottom: 0; } dt{ height: 66px; padding: 0 60px 0 80px; background: url("../img/icon_q.png") no-repeat left 20px center / 40px #bcddcd; font-size: 18px; color: #333; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; position: relative; cursor: pointer; >span{ width: 20px; height: 20px; display: block; position: absolute; right: 15px; top: 50%; transform: translate(0, -50%); >span{ width: 100%; height: 100%; display: block; position: relative; &:before, &:after{ content: ""; width: 100%; height: 1px; display: block; background: #333; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; } &:after{ transform: translate(-50%, -50%) rotate(90deg); } } } } dd{ padding: 25px 60px 25px 80px; background: url("../img/icon_a.png") no-repeat left 30px center / 27px #e4f1eb; color: #333; display: none; } &.active{ dt{ >span{ >span{ &:after{ transform: translate(-50%, -50%) rotate(0deg); } } } } } } } } } @media screen and (max-width: 768px) { .contents_bg_06{ padding: 50px 0 120px 0; margin-bottom: 0; position: relative; top: inherit; background: url("../img/bg_contents_04.png") repeat center top / 39px; .bgImgWrapper{ max-width: 1550px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; top: -80px; z-index: 2; width: 150px; } .img_02{ position: absolute; left: 0; bottom: -40px; z-index: 2; width: 150px; } } .contents_06{ position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 40px; } .qaWrapper{ dl{ margin-bottom: 10px; padding: 0 5%; &:last-child{ margin-bottom: 0; } dt{ height: auto; padding: 10px 50px 10px 80px; background: url("../img/icon_q.png") no-repeat left 20px center / 40px #bcddcd; font-size: 18px; color: #333; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; position: relative; cursor: pointer; >span{ width: 20px; height: 20px; display: block; position: absolute; right: 15px; top: 50%; transform: translate(0, -50%); >span{ width: 100%; height: 100%; display: block; position: relative; &:before, &:after{ content: ""; width: 100%; height: 1px; display: block; background: #333; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; } &:after{ transform: translate(-50%, -50%) rotate(90deg); } } } } dd{ padding: 25px 25px 25px 80px; background: url("../img/icon_a.png") no-repeat left 30px top 25px / 27px #e4f1eb; color: #333; display: none; } &.active{ dt{ >span{ >span{ &:after{ transform: translate(-50%, -50%) rotate(0deg); } } } } } } } } } } /*------------------------------------------ #contents_07 ------------------------------------------*/ .contents_bg_07{ position: relative; z-index: 3; background: #dfeef6; &:before{ content: ""; width: 100%; height: 136px; background: url("../img/bg_contents_01_top.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; top: -136px; } .bgImgWrapper{ max-width: 1770px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; bottom: 0; z-index: 3; } } .contents_07{ padding: 50px 0 100px 0; position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 75px; } ul{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ max-width: 170px; min-width: 170px; margin: 0 32px 0 0; .imgBox{ margin-bottom: 20px; position: relative; &:after{ content: ""; width: 35px; height: 10px; display: block; background: url("../img/arrow_flow.png") no-repeat center / 35px; position: absolute; right: -28px; top: 50%; transform: translate(0, -50%); } } p{ font-size: 16px; color: #333; } &:last-child{ margin-right: 0; .imgBox{ &:after{ content: none; } } } } } } } @media screen and (max-width: 768px) { .contents_bg_07{ position: relative; z-index: 3; background: #dfeef6; &:before{ content: ""; width: 100%; height: 136px; background: url("../img/bg_contents_01_top.png") no-repeat center top / 3000px; display: block; position: absolute; left: 0; top: -136px; } .bgImgWrapper{ max-width: 1770px; margin: 0 auto; position: relative; .img_01{ position: absolute; right: 0; bottom: 0; z-index: 3; width: 150px; } } .contents_07{ padding: 20px 0 100px 0; position: relative; z-index: 4; .ttlWrapper{ margin-bottom: 50px; } ul{ display: block; padding: 0 5%; li{ max-width: 400px; min-width: inherit; margin: 0 auto 60px auto; position: relative; &:after{ content: ""; width: 35px; height: 10px; display: block; background: url("../img/arrow_flow.png") no-repeat center / 35px; position: absolute; left: 50%; bottom: -30px; transform: translate(-50%, 0) rotate(90deg); } .imgBox{ max-width: 170px; margin: 0 auto 20px auto; position: relative; &:after{ content: none; } } p{ font-size: 16px; color: #333; } &:last-child{ margin-right: auto; margin-bottom: 0; &:after{ content: none; } } } } } } } /*------------------------------------------ #contents_08 ------------------------------------------*/ .contents_bg_08{ background: url("../img/bg_contents_08.jpg") no-repeat center top / cover; .contents_08{ padding: 45px 0 575px 0; .contents{ width: 640px; margin-left: auto; .ttlWrapper{ margin-bottom: 35px; } ul{ display: -ms-flex; display: flex; li{ min-width: 300px; a{ width: 100%; height: 65px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; position: relative; font-size: 20px; color: #e93a28; border-radius: 8px; &:after{ content: ""; width: 15px; height: 15px; display: block; background: url("../img/btn_img_icon_contents_08.png") no-repeat center / cover; position: absolute; right: 6px; bottom: 6px; } } &:nth-child(1){ margin-right: 40px; a{ background: url("../img/icon_contents_08_01.png") no-repeat left 40px center / 29px #FFF; } } &:nth-child(2){ a{ background: url("../img/icon_contents_08_02.png") no-repeat left 65px center / 29px #FFF; } } } } } } } @media screen and (max-width: 768px) { .contents_bg_08{ background: url("../img/bg_contents_08.jpg") no-repeat center top / cover; .contents_08{ padding: 45px 0 200px 0; .contents{ width: auto; margin-left: auto; padding: 0 5%; .ttlWrapper{ margin-bottom: 35px; } ul{ display: block; li{ min-width: inherit; max-width: 300px; margin: 0 auto 20px auto; a{ width: 100%; height: 65px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; position: relative; font-size: 20px; color: #e93a28; border-radius: 8px; &:after{ content: ""; width: 15px; height: 15px; display: block; background: url("../img/btn_img_icon_contents_08.png") no-repeat center / cover; position: absolute; right: 6px; bottom: 6px; } } &:nth-child(1){ margin-right: auto; a{ background: url("../img/icon_contents_08_01.png") no-repeat left 40px center / 29px #FFF; } } &:nth-child(2){ a{ background: url("../img/icon_contents_08_02.png") no-repeat left 65px center / 29px #FFF; } } } } } } } } /*------------------------------------------ モーダル ------------------------------------------*/ .modalContents{ display: none; } .modaal-container{ max-width: 830px; background: none; box-shadow: inherit; } .modaal-content-container{ padding: 0; } /*.modaal-inner-wrapper{ padding: 200px 0 100px 0; }*/ .modalInner{ padding: 50px 0 0 0; .box{ background: #FFF; position: relative; .modaal-close{ position: absolute; right: 5px; top: 5px; z-index: 2; cursor: pointer; display: block; } .boxLR{ padding: 40px 40px; display: -ms-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; .boxL{ max-width: 530px; min-width: 530px; } .boxR{ min-width: 195px; max-width: 195px; } } .boxBottom{ padding: 0 40px 40px 40px; dt{ padding-left: 50px; margin-bottom: 10px; position: relative; font-size: 18px; font-weight: 700; color: #333; &:before{ content: ""; width: 35px; height: 1px; display: block; background: #333; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); } } dd{ margin-bottom: 40px; &:last-child{ margin-bottom: 0; } } } } } .modaal-overlay{ background: #000 !important; opacity: 0.7 !important; z-index: 1000; } @media screen and (max-width: 768px) { .modalContents{ display: none; } .modaal-container{ max-width: 830px; background: none; box-shadow: inherit; } .modaal-content-container{ padding: 0; } /*.modaal-inner-wrapper{ padding: 200px 0 100px 0; }*/ .modalInner{ padding: 50px 0 0 0; .box{ background: #FFF; position: relative; .modaal-close{ position: absolute; right: 5px; top: 5px; z-index: 2; cursor: pointer; display: block; img{ width: 28px; } } .boxLR{ padding: 40px 5%; display: block; text-align: center; .boxL{ max-width: 530px; min-width: inherit; margin: 0 auto 20px auto; } .boxR{ min-width: 195px; max-width: 195px; margin: 0 auto; } } .boxBottom{ padding: 0 5% 40px 5%; dt{ padding-left: 50px; margin-bottom: 10px; position: relative; font-size: 16px; font-weight: 700; color: #333; &:before{ content: ""; width: 35px; height: 1px; display: block; background: #333; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); } } dd{ margin-bottom: 40px; font-size: 14px; &:last-child{ margin-bottom: 0; } } } } } .modaal-overlay{ background: #000 !important; opacity: 0.7 !important; z-index: 1000; } } /* ------------------------------ トップへ戻る ------------------------------ */ #toTop{ position: fixed; right: 30px; bottom: 60px; display: none; z-index: 200; } #toTop a:hover{ opacity: 0.8; } @media screen and (max-width: 768px) { #toTop{ right: 0; bottom: 0; img{ width: 40px; } } } /*------------------------------------------ footer ------------------------------------------*/ footer{ padding: 20px; background: #e93a28; } footer *{ color: #FFF; font-size: 13px; } footer .inner{ margin: 0 auto; } footer #links{ float: right; } footer #links a{ display: inline-block; } footer #links a:hover{ text-decoration: underline; } footer #copy{ float: left; } footer #copy small{ } @media screen and (max-width: 768px) { footer{ min-width: inherit; padding: 20px 0 0 0; text-align: center; display: block; } footer #links{ padding-left: 0; float: inherit; text-align: center; font-size: 12px; } footer #copy{ float: inherit; padding: 20px 0; font-size: 12px; float: inherit; } }