/* ----------------------------------------
    RESET
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #222222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------
    Basic
---------------------------------------- */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2e2e2e;
    font-size: 1.8rem;
}

/* -- SP -- */
@media screen and (max-width: 768px) {

    body, input, textarea, select {
        font-size: 4vw;
    }

}

a {
    color: #0000ff;
    text-decoration: none;
}

main {
    display: block;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

/* ----------------------------------------
    Common
---------------------------------------- */
/* ----------------------------------------
    Structure
---------------------------------------- */
.wrapper {
    background: url('../images/bg.jpg') repeat left top;
	background-size: cover;
	background-color: #fff;
}

.main {
    padding-top: 0px;
}
  
.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.sec {
    padding: 20px 0 50px;
}

.backImg {
	width:100%;
	margin:0 auto 0;
}
.backImg img{
	width:100%;
}

/* ----------------------------------------
    Parts
---------------------------------------- */


.heading3 {
    margin-bottom: 10px;
}

.col-wrap {
    background: #FFFFFF;
    position: relative;
    padding: 30px 30px 50px;
}

.catch {
    margin-bottom: 40px;
}

.tt {
    font-size: 3.0rem;
    margin-bottom: 30px;
}

.txt {
    font-size: 1.8rem;
    line-height: 1.6;
}

.arrow {
    margin: 20px 0 -36px;
    position: relative;
    z-index: 200;
}

.center {
    text-align: center;
}

.in-illust._1 {
    position: absolute;
    top: 14%;
    left: -30px;
}

.in-illust._2 {
    position: absolute;
    top: 35%;
    right: -30px;
}

.in-illust._3 {
    position: absolute;
    top: 55%;
    left: -30px;
}

.in-illust._4 {
    position: absolute;
    top: 82%;
    right: -30px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 770px;
    margin: 0 auto;
}

.flex-left {
    margin-right: 25px;
    width: 37%;
}

.flex-right {
    width: 58%;
}

.link-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.link-list-item {
    margin-bottom: 15px;
}

.sec .heading3 {
    margin-bottom: 70px;
}

.last {
    background: #FFFFFF;
    padding: 80px 0;
}

.profile {
    background: #c8b37e;
    max-width: 770px;
    margin: 80px auto 0;
}

.fixed-bnr {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 999;
}

/*----- JS -----*/
.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
  
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.slidein {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1s;
}

.slidein._right {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1s;
}

.slidein.scrollin {
    opacity: 1;
    transform: translate(0);
}

/* ----------------------------------------
    mv
---------------------------------------- */
.mv img {
    width: 100%;
}



/* ----------------------------------------
    Footer
---------------------------------------- */

.footer  {
    background: #222222;
    padding: 40px 0;
	margin-top: 40px;
}

.footer .sns-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
    margin: 0 auto 35px;
}

.footer .sns-link a {
    display: block;
}

.footer .sns-link .twitter a {
    border-radius: 50%;
    background: #1da1f2;
    color: #FFFFFF;
    height: 58px;
    width: 58px;
    position: relative;
}

.footer .sns-link .twitter i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 100%;
}

.footer .sns-link .facebook a {
    border-radius: 50%;
    background: #3b5998;
    height: 58px;
    width: 58px;
    position: relative;
}

.footer .sns-link .facebook i {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 47px;
    height: 100%;
}

.footer iframe img {
    width: 58px;
    height: auto;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer .copy {
    color: #FFFFFF;
    font-size: 0.8rem;
}

/* ----------------------------------------
    Media query
---------------------------------------- */
@media screen and (min-width: 769px) {
    .is-Pc {
        display: inline;
    }

    .is-Sp {
        display: none;
    }
}

/* -- SP -- */
@media screen and (max-width: 768px) {

    .main {
        padding-top: 20px;
		text-align: center;
    }
	.main img{
        width: 100%;
		margin:0 auto;
    }
	
	.img_sp img{
        width: 80%;
		margin:0px auto 20px;
    }
	
	.img_sp2 img{
        width: 100%;
		margin:-10px auto 20px;
    }

    .sec {
        padding: 0px 0 50px;
    }

    .inner {
        padding: 0 4%;
    }

    .sec .catch {
        width: 100%;
        margin: 0 auto 0px;
    }

    .fixed-bnr {
        position: fixed;
        right: 5%;
        bottom: 5%;
        z-index: 999;
        width: 40%;
    }

    .sec .heading2 {
        width: 100%;
        margin: 0 auto -20px;
    }
	.sec .heading2 img {
        width: 40%;
		margin: 0 5px;
    }
	.sec .heading2b {
        width: 70%;
        margin: -30px auto 0px;
    }

    .sec .arrow {
        margin: 20px 0 -18px;
    }

    .sec .arrow img {
        width: 70%;
    }
    
    .last {
        padding: 40px 0;
    }
    
    .last .flex {
        flex-direction: column;
    }
    
    .last .flex {
        flex-direction: column;
    }
    
    .last .flex-left ,
    .last .flex-right {
        width: 88%;
        margin: 0;
    }
    
    .last .flex-left {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .last .tt {
        font-size: 4.68vw;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .last .txt {
        font-size: 3.43vw;
    }
    
    .last .link-list {
        margin-top: 20px;
    }
    
    .last .link-list-item {
        width: 48%;
    }

    .profile {
        margin: 30px auto 0;
        padding: 20px;
        width: 88%;
    }

    .profile .flex-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .profile .flex-left .img {
        width: 48%;
    }

    .profile .flex-left .heading3 {
        width: 50%;
        padding-left: 10px;
    }

    .profile .flex-right {
        width: 100%;
    }

    .footer {
        padding: 20px 0;
		margin-top: 20px;
    }

    .footer-logo img {
        width: 58%;
    }
    
    .footer .sns-link {
        width: 50%;
    }
    
    .footer .sns-link .twitter a {
        height: 46px;
        width: 46px;
    }

    .footer .sns-link .twitter i {
        font-size: 28px;
    }
    
    .footer .sns-link .facebook a {
        height: 46px;
        width: 46px;
    }
    
    .footer .sns-link .facebook i {
        font-size: 38px;
    }
    
    .footer .sns-link .line img {
        width: 46px;
    }

    /* -- mediaquery -- */
    .is-Sp {
        display: inline;
    }

    .is-Pc {
        display: none;
    }

}



/* ----------------------------------------
    xxxxx
---------------------------------------- */

@media screen and (max-width:640px){
	body{font-family:'Noto Sans JP',sans-serif;}
	.pcOnly{display:none !important;}
	
.lefttBox img{
	padding-top: 20px;

}
	
.textBox{
		margin:0px auto 0px;
		width:80%;
	color:#fff;
	line-height: 1.6;
	text-align: left;
	font-size: 90%;
}
	
.textBox2{
		margin:20px auto 60px;
		width:100%;
	color:#fff;
	line-height: 1.3;
	text-align: center;
	font-size: 60%;
}
	
	.mvtk img{
	width:320px;
}
	.mvtk_box{
	width:340px;
		margin: 20px auto 60px;
}

	
	}
/* -------------------------
    xxxxx
------------------------- */

@media screen and (min-width:641px){
	body{font-family:'Noto Sans JP',sans-serif;}
	.spOnly{display:none !important;}
	
.lefttBox{
	float: left;
	width: 38%;
}

.lefttBox img{
	padding-top: 20px;

}

.rightBox{
	float: right;
	width: 58%;
}
	
.textBox{
		margin:0px auto 0px;
		width:800px;
	color:#fff;
	line-height: 1.6;
}
	
.textBox2{
		margin:20px auto 60px;
		width:100%;
	color:#fff;
	line-height: 1.3;
	text-align: center;
	font-size: 70%;
}
	
	.mvtk img{
	width:360px;
}
	.mvtk_box{
	width:840px;
		margin: 20px auto 80px;
}
	
 .sec .heading2 {
        width: 100%;
        margin: 0 auto -20px;
    }
	.sec .heading2 img {
		margin: 0 10px;
    }

	
	}
	
	
/*--------------------------------------
  モーダル表示上
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
	text-align: left;
    /*width: 60%;*/
	width: 80%; max-width: 800px;
	max-height: calc(100vh);
	overflow: auto;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.8em;
    transition: 0.5s;
	
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding-bottom: 20px;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
	border-bottom: 4px solid #00652e;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
	border-bottom: 4px solid #a7c81e;
	width: 100%;
}

.modal_wrap p{
	padding:20px 0 ;
}


	
/* -- xxxxx -- */
.button22 label {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width:  360px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background-color: #052a78;
  transition: 0.3s;
}

.button22 label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button22 label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s;
}

.button22 label:hover {
  text-decoration: none;
  background-color: #ee7700;
}

.button22 label:hover::before,
.button22 label:hover::after {
  right: 1.7em;
}
