@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300;400;500;600&display=swap');

@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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

/* --------------- base --------------- */

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.625em;
    color: #252525;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000000;
}
#container {
    overflow: hidden;
	text-align: left;
}
#main {
    margin-top: 52.18vw;
    background-color: #fff;
    position: relative;
    z-index: 10;
    display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media all and (min-width: 737px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 736px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-top: 169.38vw;
    }
    .flex_wrapper {
        display: block;
        max-width: 181.333vw;
        margin: 0px auto;
    }
}
/* --------------- header --------------- */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
}
header h1 {
    width: 320px;
    position: absolute;
    left: 88px;
    top: 0;
    z-index: 1000;
}
header .movie_wrapper {
    width: 100%;
}
header .movie_wrapper .outer {
    height: 0;
    width: 100%;
    position: relative;
    padding-top: 58vw;
    overflow: hidden;
}
header .movie_wrapper video {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 5;
}
header .text_wrapper {
    position: absolute;
    left: 0;
    top: 44.4%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
}
header .text_wrapper h2 {
    text-align: center;
}
header .link {
    margin: 22px auto 0;
    width: 424px;
}
header .link a {
    padding: 7px 10px 9px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: white;
    text-align: center;
    border-radius: 50px;
    background-color: #d70017;
    transition: all ease 0.3s;
    box-shadow: 0px 0px 32.2px 2.8px rgba(0, 0, 0, 0.004);
}
header .link a span {
    padding: 0 35px 3px;
    display: inline-block;
    background:url("../images/icon02.png") no-repeat right center;
    transition: all ease 0.3s;
}
.topLink {
    position: relative;
    top: -61px;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.topLink a {
    display: block;
    transition: transform 0.3s, box-shadow 0.3s;
}

@media screen and (min-width:737px) {
    header .link a:hover {
        background-color: white;
        color: black;
    }
    header .link a:hover span {
        background-image: url("../images/icon03.png");
    }
}

@media screen and (max-width:736px) {
    header {
        height: 635px;
    }
    header h1 {
        top: -2px;
        left: -20px;
        width: 200px;
    }
    header .text_wrapper {
        padding: 0 23px;
        top: 55%;
        box-sizing: border-box;
    }
    header .link {
        margin-top: 55px;
        width: auto;
    }
    header .link a {
        padding: 14px 10px;
        font-size: 1.95rem;
    }
    header .link a span {
        padding-right: 40px;
        background-size: 11px auto;
    }
    header .text_wrapper h2 {
        margin: 0 -14px 0 -5px;
    }
    .topLink {
        top: auto;
        width: auto;
        margin: 10px -8px 0;
    }
    header .movie_wrapper .outer {
        padding-top: 169.38vw;
    }
    
}

/* --------------- footer --------------- */
footer {
    text-align: center;
    background-color: #D70017;
    position: relative;
    z-index: 10;
}
footer .cont_inner {
    padding: 50px 0px 55px;
}
footer .info_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
footer .info_wrapper li {
    margin: 0px 0.5em;
}
footer .info_wrapper li a {
    color: white;
}
footer .info_wrapper li a:hover {
    text-decoration: underline;
    opacity: 1;
}
footer p.copyright {
    font-size: 12px;
    line-height: 1em;
    color: white;
    text-align: center;
    margin-top: 70px;
}
@media screen and (max-width:736px) {
    footer {
        text-align: center;
        background-color: #D70017;
        position: relative;
        z-index: 10;
    }
    footer .cont_inner {
        padding: 1.33vw 0px 4.66vw;
    }
    footer .info_wrapper {
        display: block;
    }
    footer .info_wrapper li {
        font-size: 3.2vw;
        margin: 2vw 0.5em 0px;
    }
    footer .info_wrapper li a {
        color: white;
    }
    footer .info_wrapper li a:hover {
        text-decoration: underline;
        opacity: 1;
    }
    footer p.copyright {
        font-size: 2.6vw;
        line-height: 1em;
        color: white;
        text-align: center;
        margin-top: 7.667vw;
    }
}
/* --------------- fade --------------- */
.fade {
    position: relative;
    top: 50px !important;
    opacity: 0;
    -webkit-transition: top 0.8s, opacity 0.8s;
    -ms-transition: top 0.8s, opacity 0.8s;
    transition: top 0.8s, opacity 0.8s;
}
.fade.delay {
    -webkit-transition: top 1.6s, opacity 1.6s;
    -ms-transition: top 1.6s, opacity 1.6s;
    transition: top 1.6s, opacity 1.6s;
}
@media screen and (max-width:851px) {
    .fade {
        -webkit-transition: top 0.6s, opacity 0.6s;
        -ms-transition: top 0.6s, opacity 0.6s;
        transition: top 0.6s, opacity 0.6s;
    }
    .fade.delay {
        -webkit-transition: top 1.2s, opacity 1.2s;
        -ms-transition: top 1.2s, opacity 1.2s;
        transition: top 1.2s, opacity 1.2s;
    }
}
.fade.active {
    top: 0 !important;
    opacity: 1;
}

/* --------------- content --------------- */
.content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    /* box-sizing: border-box; */
}

@media screen and (max-width:736px) {
    .content {
        padding: 0 23px;
    }
    
}

/* --------------- index --------------- */
.banner_block{
    background-image: url("../images/banner_bg.jpg");
    background-size: 100%;
}
.banner_block .wrap{
    max-width: 920px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 0;
}
.banner_block .wrap img{
    width: 100%;
}
.sec01 {
    padding: 12px 0 74px;
    position: relative;
    z-index: 1;
}
.sec01 h2 {
    margin-bottom: 37px;
    text-align: center;
}
.sec01 .list {
    padding-bottom: 88px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec01 .list li {
    margin: 0 8px;
}
/*
.sec01 .list li:first-child {
    margin-top: -3px;
}
*/
.sec01 .list li a {
    display: block;
    transition: transform 0.3s, box-shadow 0.3s;
}
.comArrow {
    text-align: center;
}
.sec02 {
    padding: 81px 0 35px;
    margin-top: -140px;
    position: relative;
    background: url("../images/bg02.jpg") no-repeat right top #000;
}
.sec02:after {
	width: 100%;  
	height: 100%;
    background: linear-gradient(to bottom, #000 0%, #020204 100%);
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
    z-index: -1;
}
.sec02 h2 {
    margin-bottom: -68px;
    text-align: center;
}
.comTxt {
    margin-bottom: 37px;
    text-align: center;
    font-weight: bold;
    color: white;
    line-height: 1.75;
}
.sec02 .textImg {
    text-align: center;
    margin: 0 -20px;
}
.sec02 .comArrow {
    position: relative;
    bottom: -101px;
}
.sec03 {
    padding: 141px 0 54px;
    background: url("../images/bg03.png") no-repeat left top 63px #EEEEF0;
}
.sec03 h2 {
    margin-bottom: -25px;
    text-align: center;
}
.sec03 .comTxt {
    margin-bottom: 91px;
    color: black;
}
.sec03 .textImg {
    margin: 0 -20px;
    text-align: center;
}
.sec03 .comArrow {
    position: relative;
    bottom: -120px;
}
.sec04 {
    padding: 144px 0 34px;
    background: url("../images/bg04.png") no-repeat right top 238px;
    position: relative;
}
.sec04:after {
	width: 100%;  
	height: 100%;
    background: linear-gradient(to bottom, #000 0%, #020204 100%);
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
    z-index: -1;
}
.sec04 h2 {
    margin-bottom: 8px;
    text-align: center;
}
.sec04 .comTxt {
    margin-bottom: 66px;
}
.sec04 .list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}
.sec04 .list li {
    color: white;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 8px 20px;
    width: calc(33.333% - 16px);
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(30, 107, 233, 0.5);
    background-color: #05041B;
    border: 1px solid rgba(141, 166, 211,1);
}
.sec04 .list li h3 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 2.845rem;
    line-height: 1.32;
}
.sec04 .list li h3 .txtSpan {
    font-size: 2rem;
    display: block;
}
.sec04 .list li p {
    font-size: 1.626rem;
    line-height: 1.81;
    color: #c1d3f4;
    text-align: justify;
    text-justify: inter-ideograph;
}
.sec04 .list li .txt {
    text-align: center;
}
.sec04 .comArrow {
    position: relative;
    bottom: -100px;
}
.sec05 {
    padding: 142px 0 104px;
    background-color: #F8F8F8;
}
.sec05Box{
    max-width: 920px;
    margin: auto;
}
.sec05 h2 {
    margin-bottom: 40px;
    text-align: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.sec05 .comTxt {
    padding-bottom: 13px;
    color: black;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.sec05 .textImg {
    margin: 0 -20px;
}
.sec05 .textImg img{
    width: 100%;
}
.comBox {
    padding: 68px 0;
    background-color: #DA0015;
}
.comUl {
    margin: 0px -90px;
    display: flex;
    justify-content: flex-end;
}
.comUl li {
    margin: 0 11px;
}
.comUl li:nth-child(1) {
    width: 59.5%;
    margin: 0 0 0 0px;
}
.comUl li:nth-child(2) {
    width: 40.5%;
    margin: 0 55px 0 0;
}
.comUl li .txt01 {
    width: 100%;
    max-width: 429px;
    margin: 0 auto 15px;
    /* padding-right: 28px; */
}
.comUl li .txt02 {
    width: 100%;
    max-width: 373px;
    margin: 0px auto 15px;
    /* padding-right: 18px; */
}
.comUl .link01 a {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    background-size: contain;
    max-width: 424px;
    padding-top: 14.7%;
    max-height: 91px;
    background: url("../images/link01.png") no-repeat center center;
    background-size: contain;
    transition: .3s;
}
.comUl .link01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("../images/link_hover01.png") no-repeat center center;
    background-size: contain;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.comUl .link01 a:hover::before {
    opacity: 1;
}
.comUl .link02 a {
    display: block;
    position: relative;
    width: 100%;
    background-size: contain;
    max-width: 281px;
    padding-top: 21.4%;
    max-height: 91px;
    background: url("../images/link02.png") no-repeat center center;
    background-size: contain;
    transition: .3s;
    margin: 0 auto;
}
.comUl .link02 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("../images/link_hover02.png") no-repeat center center;
    background-size: contain;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.comUl .link02 a:hover::before {
    opacity: 1;
}
.linkImgBox {
    padding: 70px 20px 75px;
}
.linkImg {
    margin: 0 auto;
    max-width: 920px;
    position: relative;
    text-align: center;
}
.linkImg a {
    display: block;
    position: absolute;
    bottom: 37px;
    right: 51px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.sec06 {
    padding: 91px 0 0;
    position: relative;
}
/* .sec06:after {
	width: 100%;  
	height: 623px;
    background: url("../images/bg05.png") no-repeat center bottom;
    background-size: cover;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    z-index: -1;
} */
.sec06 .textImg {
    margin-bottom: 43px;
    text-align: center;
}
.sec06 h2 {
    padding: 160px 0 0px;
    text-align: center;
}
.sec06 .content {
    max-width: 920px;
}
.sec06 .inner {
    margin-bottom: 82px;
    padding: 0 0 84px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D4D4D4;
}
.sec06 .inner p {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.sec06 .inner p:last-child {
    margin-bottom: 0;
}
.sec06 .inner .photoBox {
    margin: 0 60px 0 27px;
    width: 45.6%;
}
.sec06 .inner .photoBox img {
    width: 100%;
}
.sec06 .inner .textBox {
    margin: -4px -0 0 0;
    flex: 1;
}
.sec06 .inner .sub {
    margin: 0 80px 32px 10px;
    padding-bottom: 8px;
    background: url("../images/arrow02.png") no-repeat center bottom;
}
.sec06 .inner .sub p {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.36;
}
.sec06 .inner .sub .text {
    font-size: 2.3rem;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}
.sec06 .inner .ttl {
    margin-bottom: 14px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.33;
}
.sec06 .inner .ttl span {
    margin-bottom: 2px;
    display: block;
    font-size: 2.5rem;
    color: #c10606;
}
.sec06 .inner .txt {
    font-size: 1.4rem;
    color: #5b5b5b;
    line-height: 1.43;
}
.sec06 .inner02 .photoBox {
    order: 2;
    margin: 0 20px 0 60px;
    width: 46.1%;
}
.sec06 .inner02 .textBox {
    margin-top: 7px;
}
.sec06 .inner02 .sub {
    margin: 0 70px 47px 0;
}
.sec06 .innerBox .inner:last-child {
    border: none;
}
.sec06 .flex_wrapper {
	align-items: stretch;
	margin: 80px auto 80px;
}
.sec06 .flex_wrapper li {
	position: relative;
	width: 31.3%;
	border-radius: 30px;
	box-shadow: 1px 1px 10px 4px #77777766;
	text-align: center;
	padding: 0;
}
.sec06 .flex_wrapper li .icon {
	width: 258px;
    margin-top: 10px;
	margin-bottom: 10px;
    height: 50px;
    object-fit: contain;
}
.sec06 .flex_wrapper li .photo{
    border-radius: 30px 30px 0 0;
}
.sec06 .flex_wrapper li .box_inner {
	text-align: left;
	padding: 16px 20px 80px;
    background-color: #efefef;
    border-radius: 0 0 30px 30px;
}
.sec06 .flex_wrapper li .box_inner p.corp {
	font-size: 20px;
	margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.75em;
    color: #231815;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}
.sec06 .flex_wrapper li .box_inner p.corp + p {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.75em;
	color: #231815;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
.sec06 .flex_wrapper li .button {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: #1BB3E8;
	padding: 6px 20px 8px;
	border: 1px solid #1BB3E8;
	border-radius: 16px;
	width: 172px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.sec06 .flex_wrapper li .button:hover {
	background-color: #1BB3E8;
	color: white;
	opacity: 1;
}
@media screen and ( max-width:1069px ){
	.sec06 .flex_wrapper {
		display: flex;
		flex-wrap: wrap;
		max-width: 788px;
        margin: 0 auto 80px;
	}
	.sec06 .flex_wrapper li {
		width: 100%;
        margin-bottom: 40px;
	}
	.sec06 .flex_wrapper li:nth-child(n+3) {
		margin-bottom: 0px;
	}
}


.faq {
    padding-top: 94px;
    background-color: #fbede6;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.faq h3 {
    margin-bottom: 75px;
    text-align: center;
}
.faqUl {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    padding-bottom: 91px;
}
.faqUl li {
    margin-bottom: 14px;
}
.faqUl dt {
    display: flex;
    cursor: pointer;
    padding: 16px 100px 20px 20px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #000;
    letter-spacing: -0.05em;
    background: black url("../images/icon04.png") no-repeat right 54px center;
    border-left: solid 15px #d01126;
}
.faqUl dt span {
    flex-shrink: 0;
}
.faqUl dt.on {
    background-color: white;
    color: black;
    background-image: url("../images/icon05.png");
}
.faqUl dt span {
    margin-right: 35px;
    font-size: 2.9rem;
    line-height: 1;
    font-family: 'Arial Italic', sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 8px;
}
.faqUl dd {
    display: none;
    padding: 27px 40px 27px 50px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.8rem;
}
.faqUl dd > div {
    display: flex;
}
.faqUl dd span {
    margin-right: 35px;
    font-size: 2.9rem;
    line-height: 1;
    flex-shrink: 0;
    font-family: 'Arial Italic', sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 3px;
}
.company {
    padding: 90px 0 128px;
    background-color: black;
    color: white;
    text-align: left;
}
.company .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.company .inner .textImg {
    width: 37%;
    margin: 40px 26px 0 0;
    text-align: center;
}
.company .inner .textBox {
    flex: 1;
}
.company .inner h2 {
    margin: 0 8px 36px;
}
.company .inner p {
    margin-bottom: 15px;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    line-height: 1.67;
}
.company .inner dl {
    margin: 0 -20% 0 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.company .inner dt {
    margin-right: 10px;
    width: 109px;
    text-align: center;
    background-color: white;
    font-size: 1.8rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company .inner dd {
    margin: -5px 0;
    flex: 1;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    line-height: 1.55;
}
.company .linkUl {
    margin: 115px 0 33px;
    display: flex;
    justify-content: center;
}
.company .linkUl li {
    margin: 0 20px;
}
.company .linkUl a {
    padding-bottom: 6px;
    color: white;
    font-size: 2rem;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #fff;
}
.company .linkUl a:hover {
    opacity: 0.7;
}
address {
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: -0.05em;
}
.fixedBox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 17px 0 13px;
    z-index: 500;
    background-color: #2badd7;
}
.fixedBox .content {
    max-width: 1205px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixedBox ul {
    flex: 1;
    justify-content: center;
    display: flex;
    width: 100%;
}
.fixedBox ul li {
    margin-left: 15px;
}
.fixedBox ul .link01 {
    width: 33%;
    min-width: 390px;
}
.fixedBox ul .link02 {
    width: 26%;
    min-width: 304px;
}
.fixedBox ul .link01 a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 390px;
    background-size: contain;
    padding-top: 16%;
    background: url("../images/link01.png") no-repeat center center;
    background-size: contain;
}
.fixedBox ul .link01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("../images/link_hover01.png") no-repeat center center;
    background-size: contain;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.fixedBox ul .link01 a:hover::before {
    opacity: 1;
}
.fixedBox ul .link02 a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    background-size: contain;
    padding-top: 20%;
    background: url("../images/link02.png") no-repeat center center;
    background-size: contain;
}
.fixedBox ul .link02 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("../images/link_hover02.png") no-repeat center center;
    background-size: contain;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.fixedBox ul .link02 a:hover::before {
    opacity: 1;
}
.fixedBox ul img {
    vertical-align: -7px;
}
/* --------------- slider --------------- */
.slider_outer {
	margin: 0px calc(50% - 50vw);
	width: 100vw;
}
/* スライドする要素 */
.slider_outer .slide-content {
/*	display: flex;*/
/*	width: 120px;*/
	height: 120px;
	padding: 0px 25px;
/*	align-items: center;
	justify-content: center;*/
}
.slider_outer img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider_outer .slide-content:nth-child(1) {
	background-color: #fff;
}
.slider_outer .slide-content:nth-child(2) {
	background-color: #fff;
}
.slider_outer .slide-content:nth-child(3) {
	background-color: #fff;
}
.slider_outer .slide-content:nth-child(4) {
	background-color: #fff;
}
/* スライドレールの枠 */
.slider_outer .wrap {
	/*overflow: hidden;
	display: flex;
	align-items: center;*/
	height: 120px;
	margin-bottom: 0px;
}
/* content4つをまとめたスライドブロック */
.slider_outer .slideshow {
	/*display: flex;*/
	-webkit-animation: loop-slide 32s infinite linear 1s both;
	animation: loop-slide 32s infinite linear 1s both;
}
.slider_outer .slideshow.reverse {
    /*display: flex;*/
    -webkit-animation: loop-slide-reverse 32s infinite linear 1s both;
    animation: loop-slide-reverse 32s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@-webkit-keyframes loop-slide-reverse {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes loop-slide-reverse {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}
.slider_outer .slideshow li {
	float: left;
    box-sizing: border-box;
}
/* ホバー時に動きを止める（パターン2・3）*/
/*
.slider_outer .slide-paused:hover .slideshow {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}*/
/* ホバー時の装飾（パターン3） */
/*
.slider_outer .content-hover {
	transition: all 0.2s;
	margin-right: 8px;
	padding: 6px;
}
.slider_outer .content-hover:hover {
	transform: translateY(-20px);
	border-radius: 0 10%;
	box-shadow: 0 3px 20px -3px #ccc;
	opacity: 0.8;
	cursor: pointer;
}
*/
@media screen and ( max-width:736px ){
	/* スライドする要素 */
	.slider_outer .slide-content {
		/*display: flex;*/
		/*width: 26.667vw;*/
		height: 16vw;
		padding: 0px 3.333vw;
		/*align-items: center;
		justify-content: center;*/
	}
	/* スライドレールの枠 */
	.slider_outer .wrap {
		/*overflow: hidden;
		display: flex;
		align-items: center;*/
		height: 16vw;
		margin-bottom: 0px;
	}
/*
	.slider_outer .content-hover {
		transition: all 0.2s;
		margin-right: 2.133vw;
		padding: 1.6vw;
	}
	.slider_outer .content-hover:hover {
		transform: translateY(-5.333vw);
		border-radius: 0 10%;
		box-shadow: 0 0.8vw 5.333vw -0.8vw #ccc;
		opacity: 0.8;
		cursor: pointer;
	}
*/
}
.slider_outer .wrap {
	width: 13806px;/* (3852+50*15)*3 */
	height: 120px;
	overflow: hidden;
}
@media screen and ( max-width:736px ){
	.slider_outer .wrap {
		width: 1840.8vw;/* (1926+25*15)*3 */
		height: 16vw;
		overflow: hidden;
	}
}
.slider_outer .slideshow {
	width: 33.333%;/* 3852px */
	float: left;
}
.slideshow .slide-content.ishii {
	width: 5.867%;/* 226px */
}
.slideshow .slide-content.chugai {
	width: 4.725%;/* 182px */
}
.slideshow .slide-content.toto {
	width: 4.725%;/* 182px */
}
.slideshow .slide-content.takara {
	width: 8.255%;/* 318px */
}
.slideshow .slide-content.cyber {
	width: 4.309%;/* 166px */
}
.slideshow .slide-content.create {
	width: 9.761%;/* 376px */
}
.slideshow .slide-content.gmo {
	width: 5.711%;/* 220px */
}
.slideshow .slide-content.kissei {
	width: 7.944%;/* 306px */
}
.slideshow .slide-content.ge {
	width: 8.515%;/* 328px */
}
.slideshow .slide-content.kaikatsu {
	width: 8.567%;/* 330px */
}
.slideshow .slide-content.secom {
	width: 5.971%;/* 230px */
}
.slideshow .slide-content.kagoya {
	width: 4.673%;/* 180px */
}
.slideshow .slide-content.mizuho {
	width: 6.906%;/* 266px */
}
.slideshow .slide-content.sundrug {
	width: 7.269%;/* 280px */
}
.slideshow .slide-content.crescent {
	width: 6.802%;/* 262px */
}

.slideshow .slide-content.coconala {
    width: 6.906%;/* 266px */
}
.slideshow .slide-content.global {
    width: 3.869%;/* 280px */
}
.slideshow .slide-content.horipro {
    width: 5.982%;/* 262px */
}
.slideshow .slide-content.sbs {
    width: 8.269%;/* 280px */
}
.slideshow .slide-content.sumitomo {
    width: 8.269%; /* 280px */
}

@media screen and (min-width:737px) {
    .linkImg a:hover,
    .topLink a:hover,
    .sec01 .list li a:hover {
        transform: translateY(-3px);
    }
}

@media screen and (max-width:736px) {
    .banner_block{
        background-image: url("../images/banner_bg_sp.jpg");
    }
    .banner_block .wrap{
        margin: 0 auto;
        text-align: center;
    }
    .banner_block .wrap{
        width: 90%;
    }
    .sec01 {
        padding: 49px 0 7px; 
    }
    .sec01 h2 {
        margin: 0 36px 14px;
    }
    .sec01 .list {
        padding-bottom: 0;
        margin: 0 7px -8px;
    }
    .sec01 .list li {
        width: calc(33.33% + 4px);
        margin: 0 -2px;
    }
    .comArrow img {
        width: auto;
        height: 58px;
    }
    .sec01 .comArrow {
        position: relative;
        bottom: -36px;
    }
    .sec02 {
        padding: 21px 0 6px;
        margin-top: 0;
        background-size: 107% auto;
        background-image: url("../images/sp_bg02.png");
        background-position: right -25px top 35px;
    }
    .sec02 h2 {
        margin: 0 27px -28px;
    }
    .comTxt {
        margin-bottom: 21px;
        font-size: 1.4rem;
        line-height: 1.714;
        text-align: left;
        text-shadow: 0px 1px 12px rgba(20, 20, 20, 0.004);
    }
    .sec02 .textImg {
        margin: 0;
    }
    .sec02 .comArrow {
        bottom: -35px;
    }
    .sec03 {
        padding: 51px 0 2px;
        background-position: left top 75px;
        background-image: url("../images/sp_bg03.png");
        background-size: 100% auto;
    }
    .sec03 h2 {
        margin: 0 -4px -8px;
    }
    .sec03 .comTxt {
        margin-bottom: 27px;
        letter-spacing: -0.02em;
    }
    .sec03 .textImg {
        margin: 0 25px;
    }
    .sec03 .comArrow {
        bottom: -30px;
    }
    .sec04 {
        padding: 51px 0 2px;
        background-position: right top 75px;
        background-image: url("../images/sp_bg04.png");
        background-size: 100% auto;
    }
    .sec04 h2 {
        margin: 0 35px 10px;
    }
    .sec04 .comTxt {
        margin-bottom: 25px;
        letter-spacing: -0.02em;
    }
    .sec04 .list {
        margin: 0;
        display: block;
    }
    .sec04 .list li {
        width: auto;
        padding: 13px 15px 11px 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 7px;
        border-radius: 5px;
    }
    .sec04 .list li:last-child {
        margin-bottom: 0;
    }
    .sec04 .list li h3 {
        margin: 0 10px 0 0;
        width: 150px;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
        height: auto !important;
        font-size: 1.42rem;
        line-height: 1.32;
    }
    .sec04 .list li h3 .txtSpan {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    .sec04 .list li .txtBox {
        flex: 1;
    }
    .sec04 .list li p {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .sec04 .comArrow {
        bottom: -30px;
    }
    .sec05 {
        padding: 47px 0;
    }
    .sec05 h2 {
        margin: 0 55px 20px;
    }
    .sec05 .comTxt {
        padding-bottom: 0;
        padding: 0 23px;
    }
    .sec05 .textImg {
        margin: -7px -7px 0;
        padding: 0 23px;
    }
    .comBox {
        padding: 50px 0;
    }
    .comUl {
        margin: 0;
        display: block;
    }
    .comUl li:nth-child(1),
    .comUl li:nth-child(2) {
        width: 100%;
        margin: 0;
    }
    .comUl li p img {
        width: auto;
        height: 19px;
    }
    .comUl li .txt img {
        height: 16px;
    }
    .comUl li p {
        margin-bottom: 7px;
    }
    .comUl li .txt01 {
        max-width: unset;
        margin: 0 auto 8px;
        text-align: center;
    }
    .comUl li .txt02 {
        max-width: unset;
        margin: 23px auto 5px;
        text-align: center;
    }
    .comUl .link01 a {
        background: url("../images/sp_com_imgtext02.png") no-repeat center center;
        background-size: contain;
        max-width: unset;
        padding-top: 19%;
    }
    .comUl .link01 a::before {
        background: url("../images/sp_com_imgtext_hover02.png") no-repeat center center;
        background-size: contain;
    }
    .comUl .link02 a {
        background: url("../images/sp_com_imgtext03.png") no-repeat center center;
        background-size: contain;
        max-width: unset;
        padding-top: 17.5%;
    }
    .comUl .link02 a::before {
        background: url("../images/sp_com_imgtext_hover03.png") no-repeat center center;
        background-size: contain;
    }
    .linkImgBox {
        padding: 35px 22px;
    }
    .linkImg {
        max-width: inherit;
    }
    .linkImg a {
        right: auto;
        left: 0;
        bottom: 20px;
        padding: 0 24px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }
    .sec06 {
        padding: 28px 0 0px;
    }
    .sec06::after {
        height: 74vw;
        background-image: url("../images/sp_bg05.png");
    }
    .sec06 .textImg {
        margin: 0 12px 13px;
    }
    .sec06 .textImg02 {
        margin: 0 0 18px;
    }
    .sec06 h2 {
        padding: 0;
        margin: 70px 70px 42px;
    }
    .sec06 .inner {
        margin-bottom: 37px;
        padding-bottom: 41px;
        display: block;
    }
    .sec06 .inner .photoBox {
        width: auto;
        margin: 0 0 20px;
    }
    .sec06 .inner .textBox {
        margin: 0;
    }
    .sec06 .inner .sub {
        margin: 0 0 18px;
        padding: 5px 25px;
        text-align: center;
        background-image:url("../images/sp_arrow01.png");
        background-size: 331px auto;
    }
    .sec06 .inner .sub p {
        margin-bottom: 0;
        font-size: 1.45rem;
        text-align: center;
        line-height: 1.34;
    }
    .sec06 .inner .sub .text {
        margin-top: 4px;
        font-size: 1.34rem;
    }
    .sec06 .inner p {
        font-size: 1.4rem;
        margin-bottom: 3px;
        line-height: 1.5;
    }
    .sec06 .inner .ttl {
        margin-bottom: 10px;
        font-size: 2.1rem;
        text-align: center;
        font-weight: bold;
    }
    .sec06 .inner .ttl span {
        font-size: 1.5rem;
    }
    .sec06 .inner .txt {
        font-size: 0.7rem;
        line-height: 1.57;
    }
    .sec06 .innerBox .inner:last-child {
        margin-bottom: 18px;
    }
    .faq h3 {
        margin: 0 80px 34px;
    }
    .faqUl{
        width: 90%;
        padding-bottom: 37px;
    }
    .faqUl dt {
        padding: 11px 32px 10px 10px;
        font-size: 1.35rem;
        background-size: 18px auto;
        background-position: right 10px center;
    }
    .faqUl dt.on {
        background-size: 18px 1px;
    }
    .faqUl dt span {
        font-size: 1.95rem;
        margin-right: 10px;
        margin-top: 0px;
    }
    .faqUl dd {
        padding: 11px 12px 8px;
        font-size: 1.35rem;
    }
    .faqUl dd span {
        font-size: 1.8rem;
        margin-right: 10px;
        
    }
    .company {
        padding: 50px 0 97px;
    }
    .company .inner {
        display: block;
    }
    .company .inner .textImg {
        text-align: left;
        width: 135px;
        margin: 0 0 25px;
    }
    .company .inner h2 {
        margin: 0 0 14px;
    }
    .company .inner h2 img {
        width: 100px;
    }
    .company .inner p {
        margin-bottom: 5px;
        font-size: 1rem;
    }
    .company .inner dl {
        margin: 0;
    }
    .company .inner dt {
        margin-right: 6px;
        width: 55px;
        font-size: 1rem;
    }
    .company .inner dd {
        margin: -3px 0;
        font-size: 0.9rem;
    }
    .company .linkUl {
        margin: 54px 22px 29px;
        display: block;
    }
    .company .linkUl li {
        margin: 0 0 9px;
    }
    .company .linkUl a {
        font-size: 1rem;
        padding-bottom: 2px;
    }
    address{
        font-size: 0.9rem;
    }
    .fixedBox {
        padding: 2px;
    }
    .fixedBox .content{
        padding: 0;
    }
    .fixedBox ul {
        flex: 1;
    }
    .fixedBox ul .link01 {
        width: 45%;
        min-width: unset;
        margin: 0 2px 0 0;
    }
    .fixedBox ul .link02 {
        width: 45%;
        min-width: unset;
        margin: 0 0 0 2px;
    }
    .fixedBox ul .link01 a {
        background: url("../images/sp_com_imgtext02.png") no-repeat center center;
        background-size: contain;
        max-width: unset;
        padding-top: 34.5%;
    }
    .fixedBox ul .link01 a::before {
        background: url("../images/sp_com_imgtext_hover02.png") no-repeat center center;
        background-size: contain;
    }
    .fixedBox ul .link02 a {
        background: url("../images/sp_com_imgtext03.png") no-repeat center center;
        background-size: contain;
        max-width: unset;
        padding-top: 34.5%;
    }
    .fixedBox ul .link02 a::before {
        background: url("../images/sp_com_imgtext_hover03.png") no-repeat center center;
        background-size: contain;
    }
}

@media screen and (min-width:737px) and (max-width:1200px) {
    header .movie_wrapper .outer {
        padding-top: 700px;
    }
    #main {
        margin-top: 700px;
    }
}

@media screen and (min-width:1200px) and (max-width:1380px) {
    header .text_wrapper {
        top: 45%;
    }
}

@media screen and (max-width:374px) {
    header .link a span {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec06 .inner .ttl {
        font-size: 2rem;
    }
}

@media screen and (min-width:737px) and (max-width:1024px) {
    .linkImg a {
        bottom: 5px;
        right: 20px;
    }
    .comUl li:nth-child(1),
    .comUl li:nth-child(2) {
        margin: 0 11px;
    }
    .comUl {
        width: 100%;
        margin: 0 auto;
    }
}