@charset "UTF-8";

.wrapper-wrap{
  background-color: #fff;
}

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #252525;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

 img{
 	max-width: 100%;
 }

 iframe{
 	max-width: 100%;
 }

 ul,ol{
	list-style: none;
	margin: 0;
	padding:0;
}
p {
  margin: 0;
  margin-bottom: 1em;
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover{
	opacity: 0.8;
}

.wrapper{
	max-width: 1040px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
	text-align: center;
  overflow:hidden;
}

.sec1{
  background-image: url('../img/bg_img_pc.jpg?01');
  background-attachment: fixed;
  background-size:cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}


.onlySp{ display: none;}

.flexbox{

	  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
     -ms-flex-direction: row;
      flex-direction: row;
        -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

h1{ margin: 30px 0 40px 0;}
h2{ font-size: 2.8rem;}

p{
	text-align: left;
}

.cmn-relative {
  position: relative;
}

.txt-underline {
  text-decoration: underline;
}

/***** FIRST VIEW ******/

.link-header {
  color: #ffffff;
  text-align: right;
  padding: 30px 50px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.link-arrow {
  font-size: 1.7rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.link-arrow .icon-arrow {
  width: 20px;
  height: auto;
  margin-left: 10px;
  margin-top: -5px;
}
.link-preview .icon-arrow {
  width: 25px;
  height: auto;
  margin-left: 7px;
  margin-top: -7px;
}
.icon-arrow.icon-white {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(104%) contrast(101%);
}
.firstview-wrap {
  color: #ffffff;
  /* height: 100vh; */
  position: relative;
  padding: 130px 0 50px;
}
.movie-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.movie-box {
	width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie-box iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.theme-wrap {
  margin-top: 35px;
  font-weight: bold;
}
.theme-wrap br {
    display: none;
  }
.theme-wrap h1 {
	margin: 0 0 0.5em;
  font-size: 3.6rem;
}
.theme-copy {
  font-size: 2rem;
  margin: 0 0 1em;
}
.theme-txt {
  font-size: 1.4rem;
  margin: 0;
}
.theme-wrap,
.theme-wrap p[class*="theme-"] {
  text-align: center;
}

@media screen and (max-width: 768px) {
.link-header {
  padding: 20px 30px 0;
}
.link-arrow {
  font-size: 1.6rem;
}
  .firstview-wrap {
    padding: 120px 0 0px;
  }
  .firstview-wrap h1 {
    font-size: 3rem;
    line-height: 1.6;
  }
  .theme-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 650px) {
  .theme-wrap br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .link-header {
  padding: 10px 20px 0;
}
.link-arrow {
  font-size: 1.4rem;
}
  .firstview-wrap h1 {
    font-size: 2.8rem;
  }
  .theme-copy {
    font-size: 1.8rem;
  }
}



/***** MESSAGE ******/
.message-wrap {
	padding: 100px 0;
}
.message-wrap .content{
  background-color: #fff;
  padding: 63px 73px;
  background: #EEF0F5;
  background: rgba(238,240,245,0.80);
}
.message-wrap .content > p:first-child {
  margin-top: 0;
}
.link-preview a {
  color: #252525;
  font-size: 1.8rem;
  font-weight: bold;
}
.signature-box {
  margin-bottom: 50px;
}
.signature-txt{
	display: block;
	font-size: 1.4rem;
	font-family: "游明朝", YuMincho, serif;
	margin-bottom: 1em;
}

.signature-img{
	height: 35px;
}

@media screen and (max-width: 768px) {
  .message-wrap {
    padding: 50px 0;
  }
  .message-wrap .content{
    padding: 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .message-wrap .content {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .message-wrap .content {
    padding: 30px;
  }
  .signature-box {
    margin-bottom: 30px;
  }
  .link-preview a {
    font-size: 1.6rem;
  }
}

/***** POSTS ******/
.wrap-post {
  background: #EEF0F5;
  padding: 100px 0;
}
.wrap-post h2 {
  margin-top: 0;
  font-size: 3rem;
}
.wrap-post h2 br {
  display: none;
}
.wrap-post h3 {
  color: #00639E;
  font-size: 2rem;
  margin-top: 4.7em;
  margin-bottom: 2em;
}
.post-txt-box p {
  text-align: center;
}
.note-list {
  padding-left: 1em;
  margin-bottom: 40px;
}
.note-list li {
  text-align: left;
  font-size: 1.3rem;
  text-indent: -1em;
}
.note-list li:before {
  content:"・";
}
.agree-box {
  margin-bottom: 40px;
}
.agree-box input[type=checkbox] {
  display: none;
}
.input-checkbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 1.6rem;
    font-weight: bold;
}
.input-checkbox::before {
    background: #fff;
    border: 1px solid #252525;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.input-checkbox::after {
    border-right: 3px solid #00639E;
    border-bottom: 3px solid #00639E;
    content: '';
    display: block;
    height: 13px;
    left: 9px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
}
input[type=checkbox]:checked + .input-checkbox::after {
    opacity: 1;
}

.send-btn a {
  display: inline-block;
  background: #00639E;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 410px;
  max-width: 100%;
  padding: 10px;
}
.send-btn a::after {
  content: "";
  display: inline-block;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #ffffff;
margin-left: 10px;
margin-bottom: -2px;
}

#send-btn.disabled{
  pointer-events: none;
  background-color: #cdcdcd;
}

.send-address-box {
  border: 1px solid #00639E;
  display: inline-block;
  padding: 20px 30px;
}
.send-address-box p {
  font-size: 1.4rem;
  text-align: center;
}
.send-address-box .send-address-img img {
  width: 300px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .wrap-post {
    padding: 80px 0;
  }
  .wrap-post h2 {
    font-size: 2.6rem;
  }
  .wrap-post h2 br {
    display: block;
  }
  .wrap-post h3 {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .post-txt-box {
    padding: 0 1em;
  }
  .post-txt-box p {
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  .wrap-post h2 {
    font-size: 2.2rem;
  }
}


/***** PHOTO ******/
.wrap-photo {
  color: #ffffff;
  padding: 100px 0;
}
.wrap-photo h2 {
  margin-top: 0;
  font-size: 3rem;
}
.txt-hashtag {
  text-align: center;
  font-size: 2.4rem;
}
.link-instagram {
  text-align: right;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.link-instagram .icon-instagram {
  width: 37px;
  height: auto;
  margin-right: 15px;
}
.link-instagram .icon-arrow {
  width: 18px;
  margin-left: 8px;
  margin-top: -4px;
}
.block-photo.flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-photo.flexbox .col {
  margin: 0 8px 16px 8px;
  width: calc(25% - 16px);
}


@media screen and (max-width: 768px) {
  .wrap-photo {
    padding: 80px 0;
  }
  .wrap-photo h2 {
    font-size: 2.6rem;
  }
  .txt-hashtag {
    font-size: 2rem;
  }
    .block-photo.flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .block-photo.flexbox .col {
    margin: 0 5px 10px 5px;
    width: calc(33% - 10px);
  }
}








.block-group {
	background-color: #ffffff;
  padding: 45px 0;
}
.ost-bnr{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
}

.ost-bnr li:nth-of-type(1) img{ height: 30px;}
.ost-bnr li:nth-of-type(2) img{ height: 20px; padding-left: 15px;}

.grp-bnr{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grp-bnr li{
	width: 12.5%;
    position: relative;
    height: 40px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grp-bnr li img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
    width: auto;
    height: auto;
}



.footer{
  background-color: #0b185f;
      padding: 5px 10px;
}

.footer p{
	text-align: center;
    font-size: 1.0rem;
    margin: 0;
    color:#fff;

}

.btn{
  margin-top: 30px;
}

.btn a{
    text-decoration: none; 
    color:#0e357f;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    background-color: #fff;
    text-align: center;
    line-height: 1.25;
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #0e357f;
    display: block;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}

.btn:hover a{
  color:#fff;
  background-color:#0e357f;
}

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

	.onlyPc{display: none;}
  .onlySp{display: block;}

	.wrapper{
		max-width:none;
		padding-right: 15px;
		padding-left: 15px;
		margin: 0 auto;
		text-align: center;
	}

  .content{
    padding: 15px 15px 30px;
  }

  .message-wrap{
    margin: 30px 0;
  }


     .flexbox.ost-bnr{
		  -webkit-box-orient: vertical;
	     -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	     flex-direction: column;
     }

     .flexbox.ost-bnr li:nth-of-type(2) img{ padding-left: 0;}

     .flexbox.grp-bnr{
     	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
     }

     .flexbox.grp-bnr li{width: 20%;}

     h1{margin:20px 0;}
     h2{line-height: 1.25; font-size: 2.4rem;}

}

.ttl {
	display: block;
	margin-bottom: 30px;
}
.ttl img,
.sub-ttl img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 780px) {
.sec1 {
	background-image: none;
}
.sec1::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url('../img/bg_img_sp.jpg?01');
background-size:cover;
}
h1 {
	margin: 60px 0 90px;
}
.ttl {
	margin-bottom: 30px;
}
.ttl img {
	height: 200px;
}
}