﻿@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div,object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:18px;
    vertical-align:baseline;
    background:transparent;
}

body {
	line-height: 2;
	border-top-style: solid;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}



/* CSS Document */
/* 初期値設定 */
html, body, img, p, h1, h2, h3, h4, h5, #header {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 250%;
	color: #333;
	width: 100%;
	background-color: #f2f2f2;
}
/* フロートクリア */
#main_title_box:after, .f_uriba:after {
  content: "";
  clear: both;
  display: block;
}
/* PC */
/*ヘッダー設定*/
.header_container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  background-color: #000;
  padding:0;
}
.head_btm {
  height: 160px;
}
.head_btm .scroll {
  bottom: inherit;
  top: 10%;
}
.pr {
	text-align: right;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 64%;
	line-height: 1;
	margin-bottom: -1%;
}
.pr a{
	text-decoration: none;
	color: #fff;
}

/*メイン設定*/
main{
  width: 100%;
}
.container_out {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: #BBBBBB 0 0 2px;
  padding: 0;
  max-width: calc(700px);
}
.container {
  padding: 0 0 10% 0;
  margin-bottom: 12%;
  position:relative;
}

/*タイトル設定*/
.top_title {
  padding: 2% 0;
  line-height: 120%;
}
.top_title:before {
  content: '';
  color: darkred;
  font-size: 80%;
  font-weight: bold;
}
h1 {
  font-size: 200%;
  color:#fff;
  background:#000000;
  font-weight: bold;
  line-height: 1.5em;
  padding: 2% 0 0;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}
.hd_subcopy {
  color:#fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8em;
  display: block;
  padding:0;
}
h2 {
  background:#191919;
  font-size: 180%;
  color:#fff;
  font-weight: bold;
  line-height: 1.5em;
  padding: 3% 5%;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  margin: 0 auto;
}
h3 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  padding: 4% 5%;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  border-bottom: #191919 2px solid;
  background-color: #f2f2f2;
}

/*レイアウト設定*/
.mt0 {
	margin-top: 0px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mb0 {
	margin-bottom: 0px!important;
}
.mb15{
  margin-bottom: 15px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.mb3p{
  margin-bottom: 3%!important;
}
.cc {
  text-align: center;
  display: block;
}
.right {
  text-align: right;
	line-height: 1em;
}
.pt20{
  padding-top: 20px!important;
}

.pc_none {
display:none;
}

/*テキストボックス設定*/
.text-box p, .text-box ul, .point_box {
  padding:2% 5%;
	margin-bottom: 3%;
}

.text-box p img{
    width:100%;
}

/*画像設定*/
.photo {
  text-align: center;
  padding:0;
  margin: 0 0 3% 0;
}
.photo02 {
  text-align: center;
  padding:0;
  margin: 0;
}
.photo img,
.photo02 img {
  max-width: 100%;
}

/*文字設定*/
.fontsmall {
  font-size: 72%;
}
.fontsize115 {
  font-size: 115%;
}
.fontsize130 {
  font-size: 130%;
}
sub, sup {
    font-size: 10px;
    margin-top: 0;
}
.fontsmaller {
  font-size:72%;
}

/*文字装飾設定*/
u{text-decoration: none;}
u, .line_yellow {
  background: linear-gradient(transparent 45%, #ffeb64 0%);
}
.linkcolor {
  font-weight: bold;
  color: #0004D3;
}
.red {
  color: red;
}
.red02 {
  color: #BF0A0D;
}
.blue {
  color: #0004D3;
}
.blue02 {
  color: cornflowerblue;
}
.orange {
  color: #ff9900;
}
.green {
  color: #8DAD3B;
}
.pink {
  color: #F78294;
}
.pink02 {
  color: #EF5D61;
}
.deco_marker_yellow {
  background: #FFF5A2;
  border-radius: 3px;
  padding: 2px 3px 0 3px;
}

/*装飾設定*/
.border {
  border: dashed 1px gray;
}
ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul li {
/*  list-style: none;*/
}
ol {
  padding: 10px 0 10px 35px;
}
ol li {
  margin-bottom: 5px;
}
.interview {
  color: #1a5b36;
  font: bold;
}
.icon_left {
  text-align: left;
  width: 50px;
  margin-left: 2%;
  margin-bottom: 2%;
}
/*ボタン設定*/
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 80%;
  height: auto;
  padding: 3% 5%;
  font-size: 200%;
  line-height: 1.5;
  border:4px solid #fff;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
    background-image: -webkit-linear-gradient(#00352d 0%, #00352d 50%, #00352d 100%);
    background-image: linear-gradient(#00352d 0%, #00352d 50%, #00352d 100%);
  text-shadow: 1px 1px 1px #222;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.btn:active {/*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(4px);/*沈むように*/
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
  filter: alpha(opacity=50);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn.balloon, .btn_img  {
  animation: balloon 3s ease infinite;
}

@keyframes balloon {
  0% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  50% { transform:translateY(-15px) }
  75% { transform:translateY(0) }
  100% { transform:translateY(-15px) }
}



/*フッター設定*/
#footer {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 90%;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer_con {
  list-style: none;
  margin-bottom: 0;
}
footer .footer_con li{
  display: inline-block;
  padding-right: 10px;
}



/*運営情報　設定*/
.privacy_title {
	font-size: 120%;
	margin-top: 30px;
	margin-bottom: 5px;
  border: none;
}
.info_table {
	margin-top: 2%;
	width: 100%;
	margin-bottom: 80%;
}
.info_table table{
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

.info_table table tbody tr {
  width: 90%;
	padding: 0 5%;
	border: 1px solid #CACACA;
}
.info_table table tbody tr th {
  width: 22%;
	background-color: #ECECEC;
	border-right: 1px solid #cacaca;
	padding: 1%;
}
.info_table table tbody tr td {
  width: 74%;
	background-color: #FFFFFF;
	padding: 1%;
}


/*フレックス*/
.flex {
  display:flex;
  align-items: center;
}
.flex .photo {
  width:50%;
}
.flex p {
  width:100%;
  padding:0;
  margin-left:10%;
}


/*スクロールダウン設定*/
/* スクロールダウンの位置 */
.scroll_position {
  position:relative;
}
.scroll {
  position: absolute;
  right: 50%;
  bottom: 10%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*スマホ*/
@media screen and ( max-width:640px) {
html, body, div,object, iframe,
h1, h2, h3, h4, h5, h6, p, li {
    font-size:17px;
}
  .container_out {
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    padding: 0;
    max-width: calc(100%);
  }
  .header_container {
    width: 100%;
  }
  .head_btm {
    height: 120px;
  }
  .head_btm .scroll {
    top: 30%;
  }
  #header p {
    font-size:100%;
  }
  .pr {
    margin-top: 3%;
    margin-bottom: -2%;
  }
  .container {
    margin-bottom: 10%;
/*    margin-top: 5%;*/
  }
  .photo img {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top_title:before {
    content: '';
    color: darkred;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
  }
  h1 {
    font-size: 150%;
    padding: 4% 0 2%;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    margin: 0 auto;
  }
h2 {
    font-size: 120%;
    font-weight: bold;
    padding: 4% 5% 4%;
    display: block;
    text-align: justify;
    position: relative;
    margin: 0 auto;
  }
h3 {
  font-size: 115%;
}
  .text-box p {
    text-align:justify;
    margin-bottom: 6%;
  }

  .text-box li {
    line-height:1.8;
    margin-bottom: 3%;
  }
  .btn {
    width: 96%;
    padding: 5% 2%;
    font-size: 130%;
    line-height: 1.5em;
    border-radius: 5rem;
  }
.footer_con a {
  color: #ffffff;
}
.info_table {
	width: 100%;
}
  .info_table table tbody tr th {
    text-align: left;
}
  .info_table table tbody tr th,
  .info_table table tbody tr td {
    width: 97%;
    display: block;
    padding-left: 2%
  }
.flex {
  display:block;
}
.flex .photo {
  width:100%;
}
.flex p {
  width:90%;
  padding:0 5%;
  margin-left:0%;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -60px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -60px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
p.right {
  text-align: right;
}
 .pc_none {
  display:block;
}
 .sp_none {
  display:none;
}
}

.container.block15 {
  padding-bottom: 0;
  margin-bottom: 8%;
}

.cta {
  /*--
  background: #dceaf7;
  padding: 12% 0 6%;
  --*/
  background-image: linear-gradient(131deg, #4c4c4c, #ffffff);
  padding: 12% 5% 5%;
  margin-bottom: 6%;
}

.cta .photo p{
  margin-bottom: 6%;
}