@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: 768px) { body{ min-width: inherit; } } /*------------------------------------------ header nav ------------------------------------------*/ /*PC*/ /*@media screen and (min-width: 1461px) {*/ @media screen and (min-width: 1120px) { header{ nav{ } } } header{ width: 100%; height: 90px; padding: 20px 0; position: fixed; top: 0; left: 0; z-index: 1000; transition: 0.3s; .headerInner{ width: 100%; height: 100%; display: -ms-flex; display: flex; align-items: -ms-center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; .logoBox{ display: block; padding-left: 20px; a{ width: 204px; height: 55px; display: block; position: relative; .over, .out{ position: absolute; left: 0; top: 0; z-index: 2; transition: 0.3s; } .over{ opacity: 0; } } } .topBtn{ position: absolute; right: 105px; top: 20px; transition: 0.3s; ul{ display: -ms-flex; display: flex; li{ &:first-child{ margin-right: 15px; } a{ width: 200px; height: 50px; border-radius: 50px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; transition: 0.3s; &:hover{ opacity: 0.8; } } &:nth-child(1){ a{ background: #1082d0; } } &:nth-child(2){ a{ background: #183c80; } } } } } .headerTop{ width: 30px; display: block; position: absolute; right: 50px; top: 32px; cursor: pointer; transition: 0.3s; .menuBtn{ width: 30px; height: 26px; position: relative; z-index: 1001; } } 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.9); .navInner{ width: 100%; height: 100%; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; ul{ width: 100%; padding: 0 5%; li{ display: block; width: 100%; max-width: 315px; margin: 0 auto 30px auto; text-align: center; a{ font-size: 18px; color: #000; } &.btn{ display: none; } } } } } } &.fix{ height: 70px; padding: 10px 0; .headerInner{ .logoBox{ a{ .over{ opacity: 1; } .out{ opacity: 0; } } } .topBtn{ top: 16px; ul{ li{ a{ height: 40px; } } } } .headerTop{ top: 22px; .menu-trigger span { background: #000; } } } } } /*SP*/ @media screen and (max-width: 768px) { header{ width: 100%; height: 60px; padding: 10px 0; position: fixed; top: 0; left: 0; z-index: 1000; transition: 0.3s; .headerInner{ width: 100%; height: 100%; display: -ms-flex; display: flex; align-items: -ms-center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; .logoBox{ display: block; padding-left: 20px; a{ width: 150px; height: 41px; img{ max-width: 150px; } } } .topBtn{ display: none; position: absolute; right: 105px; top: 20px; transition: 0.3s; ul{ display: -ms-flex; display: flex; li{ &:first-child{ margin-right: 15px; } a{ width: 200px; height: 50px; border-radius: 50px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; transition: 0.3s; &:hover{ opacity: 0.8; } } &:nth-child(1){ a{ background: #1082d0; } } &:nth-child(2){ a{ background: #183c80; } } } } } .headerTop{ width: 30px; display: block; position: absolute; right: 5%; top: 17px; cursor: pointer; transition: 0.3s; .menuBtn{ width: 30px; height: 26px; position: relative; z-index: 1001; } } 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.9); .navInner{ width: 100%; height: 100%; padding-top: 50px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; ul{ width: 100%; padding: 0 5%; li{ display: block; width: 100%; max-width: 315px; margin: 0 auto 20px auto; text-align: center; a{ font-size: 18px; color: #000; } &.btn{ display: block; a{ width: 200px; height: 50px; margin: 0 auto; border-radius: 50px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; transition: 0.3s; &:hover{ opacity: 0.8; } img{ max-width: 80px; } } &:nth-last-child(2){ a{ background: #1082d0; } } &:nth-last-child(1){ a{ background: #183c80; } } } } } } } } &.fix{ height: 60px; padding: 10px 0; .headerInner{ .topBtn{ top: 16px; ul{ li{ a{ height: 40px; } } } } .headerTop{ top: 17px; } } } } } /*------------------------------------------ menuTrigger ------------------------------------------*/ .menu-trigger, .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; } .menu-trigger { position: relative; width: 30px; height: 26px; } .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background: #FFF; } .menu-trigger.active span { background: #000; } .menu-trigger span:nth-of-type(1) { top: 0; } .menu-trigger span:nth-of-type(2) { top: 12px; width: 100%; } .menu-trigger span:nth-of-type(3) { bottom: 0; } .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); } .menu-trigger.active span:nth-of-type(2) { -webkit-transform: translateY(-2px) rotate(45deg); transform: translateY(-2px) rotate(45deg); /*-webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;*/ } @-webkit-keyframes active-menu-bar02 { 100% { height: 0; } } @keyframes active-menu-bar02 { 100% { height: 0; } } .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-14px) rotate(-45deg); transform: translateY(-14px) rotate(-45deg); } /*------------------------------------------ #cmn ------------------------------------------*/ .innerBox{ max-width: 980px; margin: 0 auto; } @media screen and (max-width: 768px) { } /*------------------------------------------ #mv ------------------------------------------*/ .mvWrapper{ margin-bottom: 60px; .mv{ position: relative; h1{ width: 100%; padding: 0 5%; text-align: center; position: absolute; left: 0; top: 50%; z-index: 2; transform: translate(0, -50%); img{ max-width: 922px; } } } } @media screen and (max-width: 768px) { .mvWrapper{ margin-bottom: 50px; .mv{ h1{ img{ max-width: 473px; width:85%; } } } } } /*------------------------------------------ #cmn ------------------------------------------*/ @media screen and (max-width: 768px) { } /*------------------------------------------ #contents_01 ------------------------------------------*/ .contents_bg_01{ min-height: 708px; background: url("../img/bg_con_01.jpg") no-repeat center top / 3000px; .contents_01{ .contents{ padding: 90px 0 0 190px; h2{ margin-bottom: 60px; img{ max-width: 654px; } } p{ font-size: 14px; font-weight: 600; line-height: 2.5; } } } } @media screen and (max-width: 768px) { .contents_bg_01{ min-height: inherit; background: none; .contents_01{ .contents{ padding: 0 5%; margin-bottom: 50px; h2{ margin-bottom: 28px; } p{ margin-bottom: 30px; } .imgBox{ img{ max-width: 854px; } } } } } } /*------------------------------------------ #contents_02 ------------------------------------------*/ .bg_con_02_03{ min-height: 695px; background: url("../img/bg_con_02_03_02.png") no-repeat left bottom / 746px, url("../img/bg_con_02_03_01.png") no-repeat center top / 3000px; background-position: calc(50% + 430px) bottom, center top; position: relative; top: -95px; margin-bottom: 75px; } .contents_bg_02{ .contents_02{ padding: 85px 0 0 0; .ttlBox{ margin-bottom: 35px; text-align: right; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 331px; } } &.jp{ font-size: 18px; font-weight: 700; color: #FFF; } } } ul{ display: -ms-flex; display: flex; li{ margin-right: 25px; &:last-child{ margin-right: 0; } a{ min-width: 310px; height: 70px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; background: url("../img/arrow_blue_right.png") no-repeat right 20px center / 7px #FFF; font-size: 18px; font-weight: 700; color: #183c80; border-radius: 70px; transition: 0.3s; &:hover{ background: url("../img/arrow_blue_right.png") no-repeat right 15px center / 7px #cddefc; } } } } } } @media screen and (max-width: 768px) { .bg_con_02_03{ min-height: inherit; background: url("../img/bg_con_02_03_02.png") no-repeat left bottom / 200px, url("../img/bg_con_02_03_01.png") no-repeat right top / 3000px 100%; background-position: right bottom, center top; position: relative; top: inherit; margin-bottom: 0; } .contents_bg_02{ .contents_02{ padding: 50px 5%; .ttlBox{ margin-bottom: 35px; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 331px; } } &.jp{ font-size: 16px; font-weight: 700; color: #FFF; } } } ul{ display: block; li{ margin: 0 auto 25px auto; &:last-child{ margin: 0 auto; } a{ min-width: inherit; max-width: 310px; height: 70px; margin: 0 auto; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; background: url("../img/arrow_blue_right.png") no-repeat right 20px center / 7px #FFF; font-size: 16px; font-weight: 700; color: #183c80; border-radius: 70px; transition: 0.3s; &:hover{ background: url("../img/arrow_blue_right.png") no-repeat right 15px center / 7px #cddefc; } } } } } } } /*------------------------------------------ #contents_03 ------------------------------------------*/ .contents_bg_03{ .contents_03{ .contents{ min-height: 410px; padding: 90px 0 0 0; display: -ms-flex; display: flex; background: url("../img/img_con_03.png") no-repeat left 105px top 10px / 332px; .ttlBox{ padding: 30px 0 0 0; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 258px; } } &.jp{ font-size: 18px; font-weight: 700; color: #FFF; } } } .selectBox{ min-width: 360px; max-width: 360px; margin-left: auto; select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-radius: 0; outline: none; background: transparent; &::-ms-expand{ display: none; } min-width: 360px; height: 70px; padding: 0 0 0 27px; border: 1px solid #FFF; font-size: 16px; font-weight: 700; color: #FFF; background: url("../img/arrow_white_down.png") no-repeat right 20px center / 13px; cursor: pointer; transition: 0.3s; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; letter-spacing: 0.5px; &:hover{ background: url("../img/arrow_white_down.png") no-repeat right 20px center / 13px; } } >select{ margin-bottom: 10px; } option{ background: #FFF; color: #000; } .detailArea{ >select{ display: none; &.show{ display: block; } } } } } } } @media screen and (max-width: 768px) { .contents_bg_03{ .contents_03{ .contents{ min-height: inherit; padding: 50px 5% 280px 5%; display: block; background: url("../img/img_con_03.png") no-repeat center bottom 10px / 200px; .ttlBox{ padding: 0 0 0 0; margin-bottom: 35px; span{ display: block; text-align: center; &.en{ margin-bottom: 15px; img{ max-width: 258px; } } &.jp{ font-size: 18px; font-weight: 700; color: #FFF; } } } .selectBox{ min-width: inherit; max-width: 360px; margin: 0 auto; select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-radius: 0; outline: none; background: transparent; &::-ms-expand{ display: none; } width: 100%; min-width: inherit; max-width: 360px; height: 70px; padding: 0 0 0 27px; margin: 0 auto; border: 1px solid #FFF; font-size: 16px; font-weight: 700; color: #FFF; background: url("../img/arrow_white_right.png") no-repeat right 20px center / 7px; cursor: pointer; transition: 0.3s; &:hover{ background: url("../img/arrow_white_right.png") no-repeat right 15px center / 7px; } } >select{ margin-bottom: 25px; } .detailArea{ >select{ display: none; &.show{ display: block; } } } } } } } } /*------------------------------------------ #contents_04 ------------------------------------------*/ .contents_bg_04{ height: 1778px; margin-bottom: 130px; background: url("../img/bg_con_04_02.png") no-repeat center bottom / 414px, url("../img/bg_con_04_01.png") no-repeat center top / 1205px; background-position: calc(50% + 396px) bottom, center top; .contents_04{ .ttlBox{ margin-bottom: 110px; position: relative; top: -22px; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ padding: 0 10px; max-width: 402px; background: #FFF; } } &.jp{ font-size: 18px; font-weight: 700; } } } .contents{ .box{ max-width: 1480px; min-height: 430px; margin: 0 auto 90px auto; .txtBox{ height: 430px; max-width: 400px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; .logoBox{ margin-bottom: 35px; } p{ margin-bottom: 35px; font-size: 14px; line-height: 2; } .btnBox{ a{ max-width: 270px; height: 50px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; transition: 0.3s; background: url("../img/arrow_white_right.png") no-repeat right 20px center / 7px; font-size: 16px; font-weight: 700; color: #FFF; border-radius: 50px; &:hover{ opacity: 0.8; background-position: right 15px center; } } } } &.box_01{ background: url("../img/img_con_04_01.jpg") no-repeat left top / 750px; background-position: calc(50% - 365px) top; .txtBox .btnBox a{ background-color: #eb6c80; } .txtBox .logoBox img{ max-width: 258px; } } &.box_02{ background: url("../img/img_con_04_02.jpg") no-repeat right top / 750px; background-position: calc(50% + 365px) top; .txtBox .btnBox a{ background-color: #a88003; } .txtBox .logoBox img{ max-width: 350px; } } &.box_03{ background: url("../img/img_con_04_03.jpg") no-repeat left top / 750px; background-position: calc(50% - 365px) top; .txtBox .btnBox a{ background-color: #008080; } .txtBox .logoBox img{ max-width: 290px; } } &:nth-child(odd){ .txtBox{ margin-left: auto; } } } } } } @media screen and (max-width: 768px) { .contents_bg_04{ height: inherit; padding-bottom: 50px; margin-bottom: 50px; background: url("../img/bg_con_04_02.png") no-repeat center bottom / 200px, url("../img/bg_con_04_01.png") no-repeat center top / 1205px 100%; background-position: right 20px bottom, center 0; .contents_04{ padding: 0 5%; .ttlBox{ padding-top: 50px; margin-bottom: 50px; position: relative; top: inherit; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ padding: 0 10px; max-width: 402px; background: #FFF; } } &.jp{ font-size: 18px; font-weight: 700; } } } .contents{ .box{ max-width: 1480px; min-height: inherit; margin: 0 auto 50px auto; .txtBox{ height: auto; max-width: 400px; margin: 0 auto; display: block; .logoBox{ margin-bottom: 20px; text-align: center; } .imgBox{ margin-bottom: 20px; } p{ margin-bottom: 25px; font-size: 14px; line-height: 2; } .btnBox{ a{ max-width: 270px; height: 50px; margin: 0 auto; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; transition: 0.3s; background: url("../img/arrow_white_right.png") no-repeat right 20px center / 7px; font-size: 16px; font-weight: 700; color: #FFF; border-radius: 50px; &:hover{ opacity: 0.8; background-position: right 15px center; } } } } &.box_01{ background: none; .txtBox .btnBox a{ background-color: #eb6c80; } .txtBox .logoBox img{ max-width: 258px; } } &.box_02{ background: none; .txtBox .btnBox a{ background-color: #a88003; } .txtBox .logoBox img{ max-width: 350px; } } &.box_03{ background: none; .txtBox .btnBox a{ background-color: #008080; } .txtBox .logoBox img{ max-width: 290px; } } &:nth-child(odd){ .txtBox{ margin-left: auto; } } } } } } } /*------------------------------------------ #contents_05 ------------------------------------------*/ .contents_bg_05{ padding-bottom: 40px; background: url("../img/bg_con_05_01.png") repeat-y center top / 3000px; position: relative; z-index: 2; &:after{ content: ""; width: 100%; height: 222px; display: block; position: absolute; left: 0; bottom: -110px; z-index: 3; background: url("../img/bg_con_05_02.png") no-repeat center top / 716px; background-position: calc(50% + 410px) bottom; } .contents_05{ position: relative; z-index: 4; .ttlBox{ margin-bottom: 90px; position: relative; top: -22px; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 231px; } } &.jp{ font-size: 18px; font-weight: 700; } } } .contents{ display: -ms-flex; display: flex; .boxL{ min-width: 496px; max-width: 496px; margin-right: 15px; .data_01{ padding: 5px; min-height: 627px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1082d0+0,183c80+100 */ background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1082d0', endColorstr='#183c80',GradientType=1 ); /* IE6-9 */ >div{ height: 617px; background: #FFF; display: none; &.show{ display: block; } .imgBox{ padding: 50px 0; text-align: center; img{ max-width: 212px; } } h3{ margin-bottom: 20px; text-align: center; font-size: 20px; font-weight: 700; color: #183c80; } p{ max-width: 360px; margin: 0 auto 55px auto; font-size: 14px; line-height: 2; } .btnBox{ a{ width: 300px; height: 50px; margin: 0 auto; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 16px; font-weight: 700; color: #FFF; border-radius: 50px; background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ position: relative; transition: 0.3s; &:after{ content: ""; width: 7px; height: 13px; display: block; background: url("../img/arrow_white_right.png") no-repeat center / 7px; position: absolute; right: 20px; top: 50%; transform: translate(0, -50%); transition: 0.3s; } &:hover{ opacity: 0.8; &:after{ right: 15px; } } } } } } } .boxR{ .tab_01{ min-width: 469px; max-width: 469px; display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ min-width: 153px; max-width: 153px; height: 153px; margin: 0 5px 5px 0; border: 4px solid #FFF; background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(255,255,255) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ transition: 0.3s; cursor: pointer; &:hover{ border: 4px solid #1082d0; } &:nth-child(3n){ margin-right: 0; } .imgBox{ padding: 10px 0; position: relative; text-align: center; img{ max-width: 100px; &:first-child{ position: absolute; top: 10px; right: 50%; z-index: 2; transform: translate(50%, 0); opacity: 0; transition: 0.3s; } } } p{ font-size: 11px; font-weight: 700; text-align: center; transition: 0.3s; } &.active{ background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .imgBox{ img:first-child{ opacity: 1; } } p{ color: #FFF; } } } } } } } } @media screen and (max-width: 768px) { .contents_bg_05{ padding-bottom: 60px; background: url("../img/bg_con_05_01.png") repeat-y center top / 3000px; position: relative; z-index: 2; &:after{ content: ""; width: 100%; height: 222px; display: block; position: absolute; left: 0; bottom: -15px; z-index: 3; background: url("../img/bg_con_05_02.png") no-repeat center top / 300px; background-position: right bottom; } .contents_05{ position: relative; z-index: 4; .ttlBox{ padding: 50px 0 0 0; margin-bottom: 50px; position: relative; top: inherit; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 231px; } } &.jp{ font-size: 18px; font-weight: 700; } } } .contents{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; .boxL{ padding: 0 5%; min-width: inherit; max-width: 496px; margin: 0 auto 0 auto; -ms-order: 2; order: 2; .data_01{ padding: 5px; min-height: inherit; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1082d0+0,183c80+100 */ background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1082d0', endColorstr='#183c80',GradientType=1 ); /* IE6-9 */ >div{ height: auto; padding: 20px 5%; background: #FFF; display: none; &.show{ display: block; } .imgBox{ padding: 0 0 30px 0; text-align: center; img{ max-width: 180px; } } h3{ margin-bottom: 20px; text-align: center; font-size: 20px; font-weight: 700; color: #183c80; } p{ max-width: 360px; margin: 0 auto 30px auto; font-size: 14px; line-height: 2; } .btnBox{ a{ width: 100%; max-width: 300px; height: 50px; margin: 0 auto; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 16px; font-weight: 700; color: #FFF; border-radius: 50px; background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ position: relative; transition: 0.3s; &:after{ content: ""; width: 7px; height: 13px; display: block; background: url("../img/arrow_white_right.png") no-repeat center / 7px; position: absolute; right: 20px; top: 50%; transform: translate(0, -50%); transition: 0.3s; } &:hover{ opacity: 0.8; &:after{ right: 15px; } } } } } } } .boxR{ -ms-order: 1; order: 1; .tab_01{ min-width: 100%; max-width: 100%; padding: 0 10px; margin: 0 0 10px 0; display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; li{ min-width: 49.5%; max-width: 49.5%; height: auto; padding: 5px 0; margin: 0 1% 1% 0; border: 4px solid #FFF; background: rgb(255,255,255); background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(255,255,255) 100%); background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(255,255,255) 100%); background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(255,255,255) 100%); transition: 0.3s; cursor: pointer; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; &:hover{ border: 4px solid #1082d0; } &:nth-child(3n){ margin-right: inherit; } &:nth-child(odd){ margin-right: 1%; } &:nth-child(even){ margin-right: 0; } .imgBox{ display: none; } p{ font-size: 10px; font-weight: 700; text-align: center; transition: 0.3s; } &.active{ background: rgb(16,130,208); background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); .imgBox{ img:first-child{ opacity: 1; } } p{ color: #FFF; } } } } } /*BU*/ /* .boxR{ -ms-order: 1; order: 1; width: 100%; overflow-x: auto; .tab_01{ min-width: 100%; max-width: 100%; padding: 0 10px; margin: 0 0 10px 0; display: -ms-flex; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; li{ min-width: 130px; max-width: 130px; height: 130px; margin: 0 5px 5px 0; border: 4px solid #FFF; background: rgb(255,255,255); background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(255,255,255) 100%); background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(255,255,255) 100%); background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(255,255,255) 100%); transition: 0.3s; cursor: pointer; &:hover{ border: 4px solid #1082d0; } &:nth-child(3n){ margin-right: 5px; } .imgBox{ padding: 10px 0; position: relative; text-align: center; img{ max-width: 60px; &:first-child{ position: absolute; top: 10px; right: 50%; z-index: 2; transform: translate(50%, 0); opacity: 0; transition: 0.3s; } } } p{ font-size: 11px; font-weight: 700; text-align: center; transition: 0.3s; } &.active{ background: rgb(16,130,208); background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); .imgBox{ img:first-child{ opacity: 1; } } p{ color: #FFF; } } } } } */ } } } } /*------------------------------------------ #contents_06 ------------------------------------------*/ .contents_bg_06{ padding: 680px 0 125px 0; margin-bottom: -505px; position: relative; top: -505px; background: url("../img/bg_con_06_01.png") repeat-y center top / 3000px; &:after{ content: ""; width: 100%; height: 180px; display: block; position: absolute; left: 0; bottom: -35px; z-index: 3; background: url("../img/bg_con_06_02.png") no-repeat center top / 784px; background-position: calc(50% - 370px) bottom; } .contents_06{ position: relative; z-index: 4; .ttlBox{ margin-bottom: 50px; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 231px; } } &.jp{ font-size: 18px; font-weight: 700; } } } ul{ margin-bottom: 90px; display: -ms-flex; display: flex; li{ max-width: 316px; min-width: 316px; margin-right: 16px; &:nth-child(3){ margin-right: 0; } a{ display: block; background: #FFF; transition: 0.3s; position: relative; .over{ width: 100%; height: 100%; padding: 20px; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(53,79,149,0.6); display: -ms-flex; display: flex; -ms-align-items: flex-end; align-items: flex-end; opacity: 0; transition: 0.3s; >div{ .imgBox{ margin-bottom: 10px; img{ width: 100%; max-width: 348px; } } p{ font-weight: 700; color: #FFF; } } } &:hover{ .over{ opacity: 1; } } } h3{ width: 180px; height: 30px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 14px; font-weight: 700; color: #FFF; position: absolute; left: 0; top: 0; } &:nth-child(1){ h3{ background: #eb6c80; } } &:nth-child(2){ h3{ background: #b38003; } } &:nth-child(3){ h3{ background: #008080; } } } } .bannerBox{ a{ transition: 0.3s; &:hover{ opacity: 0.8; } } } } } @media screen and (max-width: 768px) { .contents_bg_06{ padding: 50px 0 125px 0; margin-bottom: 0; position: relative; top: inherit; background: url("../img/bg_con_06_01.png") repeat-y center top / 3000px; &:after{ content: ""; width: 100%; height: 180px; display: block; position: absolute; left: 0; bottom: 0; z-index: 3; background: url("../img/bg_con_06_02.png") no-repeat center top / 300px; background-position: left bottom; } .contents_06{ position: relative; z-index: 4; padding: 0 5%; .ttlBox{ margin-bottom: 50px; text-align: center; span{ display: block; &.en{ margin-bottom: 15px; img{ max-width: 231px; } } &.jp{ font-size: 18px; font-weight: 700; } } } ul{ margin-bottom: 25px; display: block; li{ max-width: 316px; min-width: inherit; margin: 0 auto 25px auto; position: relative; &:nth-child(3){ margin-right: auto; } a{ display: block; background: #FFF; transition: 0.3s; &:hover{ opacity: 0.8; } } h3{ width: 180px; height: 30px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 14px; font-weight: 700; color: #FFF; position: absolute; left: 0; top: 0; } &:nth-child(1){ h3{ background: #eb6c80; } } &:nth-child(2){ h3{ background: #b38003; } } &:nth-child(3){ h3{ background: #008080; } } } } .bannerBox{ text-align: center; a{ transition: 0.3s; &:hover{ opacity: 0.8; } img{ max-width: 596px; } } } } } } /*------------------------------------------ #contents_07 ------------------------------------------*/ .contents_bg_07{ padding: 85px 0 215px 0; background: url("../img/bg_con_07_01.png") no-repeat center top / 1057px, url("../img/bg_con_07_02.png") no-repeat center top / 212px, url("../img/bg_con_07_03.png") no-repeat center top / 128px, url("../img/bg_con_07_04.png") no-repeat center top / 184px, url("../img/line_con_07_03.png") no-repeat center top / 976px; background-position: calc(50% + 40px) 105px, calc(50% - 540px) 230px, calc(50% + 550px) 520px, calc(50% + 270px) 820px, calc(50% - 0px) 800px; .contents_07{ .ttlBox{ margin-bottom: 90px; span{ display: block; &.en{ img{ max-width: 273px; } } } } ul{ display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background: url("../img/line_con_07_01.png") no-repeat center center / 978px, url("../img/line_con_07_02.png") no-repeat center center / 4px; li{ min-width: 50%; max-width: 50%; min-height: 215px; &:nth-child(1), &:nth-child(2){ padding-top: 10px; } &:nth-child(3), &:nth-child(4){ padding-top: 30px; } .box{ display: -ms-flex; display: flex; .imgBox{ min-width: 210px; max-width: 210px; text-align: center; } .txtBox{ -ms-flex: 1; flex: 1; padding: 10px 0 0 0; h3, p{ max-width: 240px; } h3{ margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #183c80; } p:not(.link){ margin-bottom: 10px; font-size: 14px; line-height: 1.8; } p.link{ a{ display: inline-block; transition: 0.3s; &:hover{ opacity: 0.8; } img{ max-width: 83px; } } } } } } } } } @media screen and (max-width: 768px) { .contents_bg_07{ padding: 50px 0 50px 0; background: url("../img/bg_con_07_01.png") no-repeat center top / 95%, none, none, none, none; background-position: left 115px; @media screen and (max-width: 600px) { background: url("../img/bg_con_07_01.png") no-repeat center top / 95%, none, none, none, none; background-position: left 145px; } @media screen and (max-width: 374px) { background: url("../img/bg_con_07_01.png") no-repeat center top / 95%, none, none, none, none; background-position: left 170px; } .contents_07{ .ttlBox{ padding: 0 5%; margin-bottom: 70px; span{ display: block; &.en{ img{ max-width: 273px; } } } } ul{ display: block; background: none; li{ padding: 0 5% 20px 5%; margin-bottom: 20px; min-width: inherit; max-width: inherit; min-height: inherit; background: url("../img/line_con_07_01.png") no-repeat center bottom / 100% 4px; &:nth-child(1), &:nth-child(2){ padding-top: 0; } &:nth-child(3), &:nth-child(4){ padding-top: 0; } .box{ max-width: 490px; margin: 0 auto; display: -ms-flex; display: flex; .imgBox{ min-width: 50%; max-width: 210px; text-align: center; img{ max-width: 145px; margin:10px 23px 10px 0px; } } .txtBox{ -ms-flex: 1; flex: 1; padding: 10px 0 0 0; h3, p{ max-width: 240px; } h3{ margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #183c80; } p:not(.link){ margin-bottom: 10px; font-size: 14px; line-height: 1.8; } p.link{ a{ display: inline-block; transition: 0.3s; &:hover{ opacity: 0.8; } } } } } } } @media screen and (max-width: 374px) { ul{ display: block; background: none; li{ padding: 0 5% 20px 5%; margin-bottom: 20px; min-width: inherit; max-width: inherit; min-height: inherit; background: url("../img/line_con_07_01.png") no-repeat center bottom / 100% 4px; &:nth-child(1), &:nth-child(2){ padding-top: 0; } &:nth-child(3), &:nth-child(4){ padding-top: 0; } .box{ max-width: 490px; margin: 0 auto; display: block; .imgBox{ min-width: inherit; max-width: 210px; margin: 0 auto 10px auto; text-align: center; img{ max-width: 160px; } } .txtBox{ -ms-flex: 1; flex: 1; padding: 10px 0 0 0; h3, p{ max-width: inherit; } h3{ margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #183c80; } p:not(.link){ margin-bottom: 10px; font-size: 14px; line-height: 1.8; } p.link{ a{ display: inline-block; transition: 0.3s; &:hover{ opacity: 0.8; } } } } } } } } } } } /*------------------------------------------ #contents_08 ------------------------------------------*/ .contents_bg_08{ background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .contents_08{ padding: 80px 0; .ttlBox{ margin-bottom: 40px; text-align: center; span{ display: block; color: #FFF; &.en{ margin-bottom: 15px; img{ max-width: 85px; } } &.jp{ font-size: 18px; font-weight: 700; } } } .qaWrapper{ max-width: 860px; margin: 0 auto; dl{ padding: 25px 30px; margin-bottom: 10px; background: #FFF; &:last-child{ margin-bottom: 0; } dt{ min-height: 19px; padding: 2px 75px 2px 28px; position: relative; font-size: 16px; font-weight: 700; background: url("../img/icon_q.png") no-repeat left top 5px / 11px; cursor: pointer; >span{ width: 21px; height: 21px; display: block; position: absolute; right: 0; top: 4px; transition: 0.3s; >span{ width: 100%; height: 100%; display: block; position: relative; &:before, &:after{ content: ""; width: 100%; height: 1px; display: block; background: #000; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); } &:after{ transform: translate(50%, -50%) rotate(90deg); } } } } dd{ display: none; padding: 25px 75px 0 28px; font-size: 16px; background: url("../img/icon_a.png") no-repeat left top 28px / 11px; } &.active{ dt{ >span{ transform: rotate(135deg); } } } } } } } @media screen and (max-width: 768px) { .contents_bg_08{ background: rgb(16,130,208); /* Old browsers */ background: -moz-linear-gradient(left, rgb(16,130,208) 0%, rgb(24,60,128) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(16,130,208) 0%,rgb(24,60,128) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .contents_08{ padding: 50px 0; .ttlBox{ margin-bottom: 40px; text-align: center; span{ display: block; color: #FFF; &.en{ margin-bottom: 15px; img{ max-width: 85px; } } &.jp{ font-size: 18px; font-weight: 700; } } } .qaWrapper{ max-width: 860px; margin: 0 auto; dl{ padding: 15px 5%; margin-bottom: 10px; background: #FFF; &:last-child{ margin-bottom: 0; } dt{ min-height: 19px; padding: 2px 30px 2px 28px; position: relative; font-size: 16px; font-weight: 700; background: url("../img/icon_q.png") no-repeat left top 5px / 11px; cursor: pointer; >span{ width: 21px; height: 21px; display: block; position: absolute; right: 0; top: 50%; transform: translate(0, -50%); transition: 0.3s; >span{ width: 100%; height: 100%; display: block; position: relative; &:before, &:after{ content: ""; width: 100%; height: 1px; display: block; background: #000; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); } &:after{ transform: translate(50%, -50%) rotate(90deg); } } } } dd{ display: none; padding: 25px 30px 0 28px; font-size: 16px; background: url("../img/icon_a.png") no-repeat left top 28px / 11px; } &.active{ dt{ >span{ transform: translate(0, -50%) rotate(135deg); } } } } } } } } /*------------------------------------------ #contents_09 ------------------------------------------*/ .contents_bg_09{ background: url("../img/bg_con_09.jpg") no-repeat center top / cover; .contents_09{ padding: 205px 0 160px 0; .topTxt{ margin-bottom: 70px; text-align: center; } ul{ display: -ms-flex; display: flex; -ms-justify-content: center; justify-content: center; li{ min-width: 400px; max-width: 400px; background: #FFF; &:nth-child(1){ margin-right: 80px; } a{ display: block; transition: 0.3s; &:hover{ opacity: 0.8; } } } } } } @media screen and (max-width: 768px) { .contents_bg_09{ background: url("../img/bg_con_09_sp.jpg") no-repeat center top / cover; .contents_09{ padding: 50px 0 50px 0; .topTxt{ padding: 0 5%; margin-bottom: 50px; text-align: center; img{ max-width: 285px; width:70%; } } ul{ padding: 0 5%; display: block; li{ min-width: inherit; max-width: 400px; margin: 0 auto 0 auto; background: #FFF; &:nth-child(1){ margin: 0 auto 25px auto; } a{ display: block; transition: 0.3s; &:hover{ opacity: 0.8; } } } } } } } /*------------------------------------------ モーダル ------------------------------------------*/ .modalContents{ display: none; } .modaal-container{ max-width: 900px; background: none; box-shadow: inherit; } .modaal-content-container{ padding: 0; } /*.modaal-inner-wrapper{ padding: 200px 0 100px 0; }*/ .modalInner{ .box.job{ padding-bottom: 50px; border: 4px solid #000; background: #FFF; .topBox{ margin-bottom: 50px; position: relative; .sp{ display: none; } .txtBox{ position: absolute; right: 5%; top: 50%; transform: translate(0, -50%); h3{ margin-bottom: 20px; img{ max-width: 373px; } } p{ width: 100%; max-width: 290px; height: 30px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; font-size: 14px; font-weight: 700; color: #FFF; background: #000; } } } .bottomBox{ padding: 0px 50px 50px 50px; display: -ms-flex; display: flex; -ms-align-items: flex-start; align-items: flex-start; .boxL{ -ms-flex: 1; flex: 1; padding: 10px 0 0 0; margin-right: 35px; dl{ dt{ margin-bottom: 20px; font-size: 18px; font-weight: 700; color: #000; } dd{ margin-bottom: 50px; font-size: 14px; line-height: 1.8; &:last-child{ margin-bottom: 0; } } } } .boxR{ min-width: 318px; max-width: 318px; padding: 12px 9px 35px 9px; background: #999; h4{ width: 100%; height: 30px; margin-bottom: 25px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; background: #000; font-size: 16px; font-weight: 700; color: #FFF; } .timeTable{ position: relative; &:after{ content: ""; width: 1px; height: 96%; display: block; background: #000; position: absolute; left: 54px; top: 8px; } dl{ display: -ms-flex; display: flex; padding: 0 7px; margin-bottom: 20px; &:last-child{ margin-bottom: 0; } dt{ min-width: 60px; font-size: 14px; position: relative; &:after{ content: ""; width: 11px; height: 11px; display: block; background: #000; position: absolute; right: 7px; top: 5px; border-radius: 11px; } } dd{ strong{ margin-bottom: 2px; font-size: 14px; font-weight: 700; color: #000; display: block; &:last-child{ margin-bottom: 0; } } span{ font-size: 12px; line-height: 1.5; } } } } } } .btnBox{ a{ width: 100%; max-width: 300px; 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; font-weight: 700; color: #FFF; background: url("../img/icon_close.png") no-repeat right 20px center / 16px #000; transition: 0.3s; cursor: pointer; &:hover{ opacity: 0.8; } } } &.modal_01{ border: 4px solid #eb6c80; .topBox{ .txtBox{ p{ background: #eb6c80; } } } .bottomBox{ .boxL{ dl{ dt{ color: #eb6c80; } } } .boxR{ background: #fef8f9; h4{ background: #eb6c80; } .timeTable{ &:after{ background: #eb6c80; } dl{ dt{ &:after{ background: #eb6c80; } } dd{ strong{ color: #eb6c80; } } } } } } .btnBox{ a{ background-color: #eb6c80; } } } &.modal_02{ border: 4px solid #b38003; .topBox{ .txtBox{ p{ background: #b38003; } } } .bottomBox{ .boxL{ dl{ dt{ color: #b38003; } } } .boxR{ background: #fbf9f2; h4{ background: #b38003; } .timeTable{ &:after{ background: #b38003; } dl{ dt{ &:after{ background: #b38003; } } dd{ strong{ color: #b38003; } } } } } } .btnBox{ a{ background-color: #b38003; } } } &.modal_03{ border: 4px solid #008080; .topBox{ .txtBox{ position: absolute; right: inherit; left: 60px; h3{ img{ position: relative; left: -15px; } } p{ background: #008080; } } } .bottomBox{ .boxL{ dl{ dt{ color: #008080; } } } .boxR{ background: #f2f9f9; h4{ background: #008080; } .timeTable{ &:after{ background: #008080; } dl{ dt{ &:after{ background: #008080; } } dd{ strong{ color: #008080; } } } } } } .btnBox{ a{ background-color: #008080; } } } } .box.interview{ padding: 90px 90px 80px 90px; border: 10px solid #1082d0; background: url("../img/img_con_06_modal_parttime_bottom_01.png") no-repeat left 10px bottom -3px / 128px, url("../img/img_con_06_modal_parttime_bottom_02.png") no-repeat right 30px bottom -3px / 113px #FFF; .topBox{ h3{ margin-bottom: 10px; font-size: 28px; font-weight: 700; color: #183c80; text-align: center; } .imgBox{ margin-bottom: 55px; text-align: center; img{ max-width: 660px; } } } .contents{ h4{ margin-bottom: 35px; font-size: 22px; font-weight: 700; color: #183c80; text-align: center; } .boxL, .boxR{ margin-bottom: 20px; display: -ms-flex; display: flex; -ms-align-items: flex-start; align-items: flex-start; .imgBox{ min-width: 81px; max-width: 81px; } .txtBox{ min-width: 440px; max-width: 440px; padding: 20px; border: 1px solid #000; position: relative; &:before{ content: ""; width: 15px; height: 16px; display: block; position: absolute; top: 28px; } p{ font-size: 14px; } } } .boxL{ .imgBox{ margin-right: 22px; } .txtBox{ &:before{ background: url("../img/arrow_con_06_modal_parttime_01.png") no-repeat center / 100% 100%; left: -14px; } } &.c{ position: relative; left: -10px; } } .boxR{ -ms-justify-content: flex-end; justify-content: flex-end; .imgBox{ margin-left: 22px; -ms-order: 2; order: 2; } .txtBox{ -ms-order: 1; order: 1; &:before{ background: url("../img/arrow_con_06_modal_parttime_02.png") no-repeat center / 100% 100%; right: -14px; } } } .boxLR{ display: -ms-flex; display: flex; -ms-justify-content: center; justify-content: center; margin: 45px 0 40px 0; .imgBoxL{ margin-right: 22px; } .imgBoxR{ margin-left: 22px; } .txtBox{ min-width: 240px; max-width: 240px; height: 110px; padding: 20px; border: 1px solid #000; position: relative; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; p{ font-size: 14px; } &:before, &:after{ content: ""; width: 15px; height: 16px; display: block; position: absolute; top: 50%; transform: translate(0, -50%); } &:before{ background: url("../img/arrow_con_06_modal_parttime_02.png") no-repeat center / 100% 100%; right: -14px; } &:after{ background: url("../img/arrow_con_06_modal_parttime_01.png") no-repeat center / 100% 100%; left: -14px; } } } &.contents_01{ padding-bottom: 25px; .box_01{ position: relative; margin-bottom: -16px; } } &.contents_02{ margin-bottom: 100px; } } .btnBox{ a{ width: 100%; max-width: 300px; 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; font-weight: 700; color: #FFF; background: url("../img/icon_close.png") no-repeat right 20px center / 16px #eb6c80; transition: 0.3s; cursor: pointer; &:hover{ opacity: 0.8; } } } } } .modaal-overlay{ background: #FFF !important; opacity: 0.6 !important; z-index: 1000; } @media screen and (max-width: 768px) { .modaal-inner-wrapper{ padding: 60px 5%; } .modalInner{ .box.job{ padding-bottom: 50px; border: 4px solid #000; background: #FFF; .topBox{ margin-bottom: 50px; .pc{ display: none; } .sp{ display: block; } .txtBox{ width: 90%; top: inherit; bottom: 10px; right: 5%; transform: translate(0,0); } } .bottomBox{ padding: 0 5%; display: block; .boxL{ padding: 10px 0 0 0; margin-right: 0; dl{ dt{ margin-bottom: 10px; font-size: 18px; font-weight: 700; color: #000; } dd{ margin-bottom: 40px; font-size: 12px; line-height: 1.8; &:last-child{ margin-bottom: 40px; } } } } .boxR{ min-width: inherit; max-width: 318px; margin: 0 auto 30px auto; padding: 12px 9px 35px 9px; background: #999; h4{ width: 100%; height: 30px; margin-bottom: 25px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; background: #000; font-size: 16px; font-weight: 700; color: #FFF; } .timeTable{ position: relative; &:after{ content: ""; width: 1px; height: 96%; display: block; background: #000; position: absolute; left: 54px; top: 8px; } dl{ display: -ms-flex; display: flex; padding: 0 7px; margin-bottom: 20px; &:last-child{ margin-bottom: 0; } dt{ min-width: 60px; font-size: 14px; position: relative; &:after{ content: ""; width: 11px; height: 11px; display: block; background: #000; position: absolute; right: 7px; top: 5px; border-radius: 11px; } } dd{ strong{ margin-bottom: 2px; font-size: 14px; font-weight: 700; color: #000; display: block; &:last-child{ margin-bottom: 0; } } span{ font-size: 12px; line-height: 1.5; } } } } } } .btnBox{ padding: 0 5%; a{ width: 100%; max-width: 300px; 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; font-weight: 700; color: #FFF; background: url("../img/icon_close.png") no-repeat right 20px center / 16px #000; transition: 0.3s; cursor: pointer; &:hover{ opacity: 0.8; } } } &.modal_01{ border: 4px solid #eb6c80; .topBox{ .txtBox{ p{ background: #eb6c80; } } } .bottomBox{ .boxL{ dl{ dt{ color: #eb6c80; } } } .boxR{ background: #fef8f9; h4{ background: #eb6c80; } .timeTable{ &:after{ background: #eb6c80; } dl{ dt{ &:after{ background: #eb6c80; } } dd{ strong{ color: #eb6c80; } } } } } } .btnBox{ a{ background-color: #eb6c80; } } } &.modal_02{ border: 4px solid #b38003; .topBox{ .txtBox{ p{ background: #b38003; } } } .bottomBox{ .boxL{ dl{ dt{ color: #b38003; } } } .boxR{ background: #fbf9f2; h4{ background: #b38003; } .timeTable{ &:after{ background: #b38003; } dl{ dt{ &:after{ background: #b38003; } } dd{ strong{ color: #b38003; } } } } } } .btnBox{ a{ background-color: #b38003; } } } &.modal_03{ border: 4px solid #008080; .topBox{ .txtBox{ left: inherit; right: 5%; bottom: 10px; transform: translate(0,0); p{ background: #008080; } } } .bottomBox{ .boxL{ dl{ dt{ color: #008080; } } } .boxR{ background: #f2f9f9; h4{ background: #008080; } .timeTable{ &:after{ background: #008080; } dl{ dt{ &:after{ background: #008080; } } dd{ strong{ color: #008080; } } } } } } .btnBox{ a{ background-color: #008080; } } } } .box.interview{ padding: 30px 5%; border: 4px solid #1082d0; background: #FFF; .topBox{ h3{ margin-bottom: 10px; font-size: 20px; font-weight: 700; color: #183c80; text-align: center; } .imgBox{ margin-bottom: 55px; text-align: center; img{ max-width: 660px; } } } .contents{ padding: 0; h4{ margin-bottom: 35px; font-size: 18px; font-weight: 700; color: #183c80; text-align: center; } .boxL, .boxR{ margin-bottom: 20px; display: -ms-flex; display: flex; -ms-align-items: flex-start; align-items: flex-start; .imgBox{ min-width: 50px; max-width: 50px; } .txtBox{ min-width: inherit; max-width: 440px; padding: 10px; border: 1px solid #000; position: relative; &:before{ content: ""; width: 15px; height: 16px; display: block; position: absolute; top: 28px; } p{ font-size: 12px; } } } .boxL{ .imgBox{ margin-right: 15px; } .txtBox{ &:before{ background: url("../img/arrow_con_06_modal_parttime_01.png") no-repeat center / 100% 100%; left: -14px; } } &.c{ position: relative; left: inherit; } } .boxR{ -ms-justify-content: flex-end; justify-content: flex-end; .imgBox{ margin-left: 15px; -ms-order: 2; order: 2; } .txtBox{ -ms-order: 1; order: 1; &:before{ background: url("../img/arrow_con_06_modal_parttime_02.png") no-repeat center / 100% 100%; right: -14px; } } } .boxLR{ display: -ms-flex; display: flex; -ms-justify-content: center; justify-content: center; margin: 45px 0 40px 0; .imgBoxL{ min-width: 50px; max-width: 50px; margin-right: 15px; } .imgBoxR{ min-width: 50px; max-width: 50px; margin-left: 15px; } .txtBox{ min-width: inherit; max-width: inherit; height: 110px; padding: 20px; border: 1px solid #000; position: relative; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; p{ font-size: 14px; } &:before, &:after{ content: ""; width: 15px; height: 16px; display: block; position: absolute; top: 50%; transform: translate(0, -50%); } &:before{ background: url("../img/arrow_con_06_modal_parttime_02.png") no-repeat center / 100% 100%; right: -14px; } &:after{ background: url("../img/arrow_con_06_modal_parttime_01.png") no-repeat center / 100% 100%; left: -14px; } } } &.contents_01{ padding-bottom: 25px; .box_01{ position: relative; margin-bottom: 20px; } } &.contents_02{ margin-bottom: 50px; } } .btnBox{ a{ width: 100%; max-width: 300px; 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; font-weight: 700; color: #FFF; background: url("../img/icon_close.png") no-repeat right 20px center / 16px #eb6c80; transition: 0.3s; cursor: pointer; &:hover{ opacity: 0.8; } } } } } } /* ------------------------------ トップへ戻る ------------------------------ */ #toTop{ position: fixed; right: -2px; bottom: 0; display: none; z-index: 200; } #toTop a:hover{ opacity: 0.8; } @media screen and (max-width: 768px) { #toTop{ right: 0; bottom: 0; img{ width: 60px; } } } /*------------------------------------------ footer ------------------------------------------*/ footer{ padding: 40px 5%; background: #000; } footer *{ color: #FFF; font-size: 14px; font-weight: 700; } footer .innerBox{ max-width: 100%; } footer #links{ float: left; } footer #links a{ display: inline-block; } footer #links a:hover{ text-decoration: underline; } footer #copy{ float: right; } footer #copy small{ } @media screen and (max-width: 768px) { footer{ padding: 20px 5%; min-width: inherit; text-align: center; display: block; } footer #links{ padding: 30px 5%; float: inherit; text-align: center; font-size: 12px; a{ display: inline-block; } } footer #copy{ float: inherit; small{ font-size: 10px; } } } /*/////////////////////アニメーション/////////////////////*/ .ani{ transition: .8s; } /* 2つ目:opacity*/ .list-mv02{ opacity: 0; -webkit-transform: translate(0,60px); -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; } .mv02{ opacity: 1.0; -webkit-transform: translate(0,0); } .list-mv02_01 .box{ opacity: 0; -webkit-transform: translate(0,60px); -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; } .list-mv02_01 .box.mv02{ opacity: 1.0; -webkit-transform: translate(0,0); } /* 7つ目:移動+透明度 */ .list-mv07{ opacity: 0; transform: translate(0,60px); -webkit-transform: translate(0,60px); -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; } .mv07{ opacity: 1.0; transform: translate(0,0); -webkit-transform: translate(0,0); } @media screen and (max-width: 768px) { }