@charset "UTF-8";


/*カラーパレット

#FF0000　dk red（bg、logo）
#DD0000　dk red（link）

#FFE600　se yellow（bg、logo）
#3383C2　se light blue（logo、link）

#7EC8FE　fi blue

#3B921F　tr green

#1A1A1A text black
#4D4D4D text dark-gray
#F7F7F7 bg gray

#CC3333　jp red*/




html, html * {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'hypatia-sans-pro', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Osaka', 'Yu Gothic', 'sans-serif';
}

body {
  margin-left: auto;
  margin-right: auto;
  color: #1A1A1A;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*divデフォルトコンテナ*/
.col {
  width: 100%;
}

.row:before, .row:after {
  content: "";
  display: table;
}
/*clearフロート解除*/
.row:after {
  clear: both;
}




/*ヘッダー*/
header {
    width: 100%;
    height: 130px;
    position: relative;
    margin: 0px;
}

/*グローバルナビ・ロゴ*/
.style-logo {
    display: block;
    width: 200px;
    height: auto;
    margin: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; 
}
header a {
    display: block;
    text-decoration: none;
    cursor: auto;
    z-index: 2;
}

/*style-nav、不使用*/
/*.style-nav ul {
  list-style-type: none;
}
.style-nav ul li a {
    font-size: 14px;
    color: #4D4D4D;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: none;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 20px;
  }*/


.flexbox, .flexbox_sns {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 30px;
}

.flexbox a {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	display: block;
	text-transform: none;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #7EC8FE;
	margin: 0px 5px;
}
.flexbox_sns a {
    text-decoration: none;
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
}

/*画像デフォルト*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



/*heroメイン画像*/
.hero {
  width: 100%;
  height: auto;
}

/*画像コンテナ*/
.img-wide {
  padding-top: 5vw;
  padding-right: 0%;
  padding-left: 0%;
  padding-bottom: 5vw;
}
.img-square {
    padding-top: 5vw;
    padding-right: 20vw;
    padding-left: 20vw;
    padding-bottom: 5vw;
    text-align: center;
}
.img-prof {
	padding-top: 0vw;
	padding-right: 35vw;
	padding-left: 35vw;
	padding-bottom: 10vw;
	text-align: center;
}



/*heroカバー背景画像、不使用*/
/*.hero_cover {
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/WP_fi_06_1920x1080_pc.jpg);
}*/




/*タイトルコンテナ*/
.main-title-box {
  text-align: center;
	padding-top: 0px; 
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0px;
}
.sub-title-box {
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
}


/*テキストコンテナ*/
.text-inner{
    padding: 0px;
}
.text-box_left {
    text-align: left;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
}
.text-box_center {
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

/*ストーリー本文コンテナ*/
.story-box {
    text-align: left;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}



/*info コンテナ*/
.info-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.info-box_inner {
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
}

.info-box_inner img {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*info コンテナ背景色*/
.bg-color_fi {
  color: #ffffff;
  background-color: #7EC8FE;
}
.bg-color_gray {
    background-color: #F7F7F7;
}
.bg-color_gray2 {
    background-color: #F7F8F9;
}
.bg-color_white {
    background-color: #ffffff;
}



/*aside 補足コンテナ*/
.aside-box_left {
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: 1px solid #cccccc;
  margin-left: 20px;
}
aside img{
    margin: 20px 0px;
}


/*スマホ２カラムバナー・コンテナ*/
.col_2-1_2 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
  }



/*スマホ　フォントサイズ*/

h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

h2 {
    /*    font-size: 18px;
    font-weight: 600;*/
    /* [disabled]font-size: 24px; */
    /* [disabled]font-weight: 400; */
    /* [disabled]font-family: a-otf-futo-min-a101-pr6n, serif; */
    /* [disabled]font-style: normal; */
    /* [disabled]line-height: 2em; */
    text-align: center;
    padding: 0px;
    /* [disabled]letter-spacing: 0.05em; */
    position: -9999px;
    margin: 0px;
    text-indent: -9999px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.story-header h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.col_3-1 h3 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.col_3-2 h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.col_3-1 h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2em;
}

.col_2-1_2 h3 {
    font-size: 12px;
    padding-bottom: 0px;
    text-align: center;
}


h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.story-box h4{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin: 0 0vw;
}

.info-box h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-right: 0px;
    padding-left: 0px;
}

h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}


h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2em;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
}

p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2em;
	/* [disabled]padding-top: 10px; */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}


.story-box p{
    font-size: 15px;
    margin-top: 0;
    margin-right: 0vw;
    margin-left: 0vw;
    margin-bottom: 30px;
}    

.col_3-1 p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.col_2-1_2 p {
    font-size: 10px;
    text-align: center;
}


.info-box p{
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-align: left;
    padding-bottom: 30px;
}

.info-box a{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: inline-block;
}

.bold {
  font-weight: 600;
}

.italic{
    font-style: italic;
}


.read-left {
    text-align: left;
    margin: 0 0vw;
}

.h-center {
  text-align: center;
}



.credit {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-top: 10px;
}


.txt-12px {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: normal;
}
.txt-13px {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: normal;
}
.txt-14px {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: normal;
}
.txt-15px {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: normal;
}
.txt-14px-border-top {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.txt-14px-border-bottom {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
    padding-left: 15px;
	padding-right: 15px;
}
.txt-14px-border {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: normal;
}



.date {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.1em;
}

.location {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 0px;
}


/*セクション*/
section{
    padding-bottom: 0px;
}

.section-header {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-bottom: 30px;
	margin-left: 10vw;
	margin-right: 10vw;
	text-align: center;
	margin-top: 30px;
}
.section-header_2 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
    margin-top: 50px;
}


/*フッター*/
footer {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.footer-inner {
    text-align: center;
}

.footer-link p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}

.footer-link ul {
  list-style-type: none;
}
.footer-link li a {
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1.7em;
    display: block;
    text-transform: none;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer h3 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
    
}

footer h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-style: normal;
    letter-spacing: .2em;
    margin-top: 30px;
  }


footer h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-top: 20px;
    padding-left: 0px;
}

footer h6 {
    font-size: 12px;
    padding-left: 0px;
}



/*SNSアイコン*/
.instagram {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon/instagram_logo.svg);
	background-repeat: no-repeat;
}
.twitter {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon/twitter_logo.svg);
	background-repeat: no-repeat;
}



/*フッターロゴ*/

.logo-footer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 250px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    float: right;
}
.logo-footer_2 {
    width: 155px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.logo-footer_3 {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


.copyright {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-style: italic;
    float: right;
    color: #4D4D4D;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}




/*aリンク*/
a {
    text-decoration: none;
    color: #1A1A1A;
    cursor: auto;
    transition: background-color .2s;
}

/*aホバー*/
a:hover {
    opacity: 0.7;
}
/*aリンクアンダーライン・国カラー*/
p a {
  border-bottom: 2px solid #7EC8FE;
  padding-bottom: 2px;
}

/*ボタン枠*/
.button {
    border: 1px solid #cccccc;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    color: #4D4D4D;
    margin-bottom: 20px;
    text-decoration: none;
}




/*figure画像*/
figure {
    width: 100%;
}

/*キャプション*/
figcaption {
  font-size: 12px;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  margin-top: 15px;   
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.cap-left {
  text-align: left;
}
.cap-right {
  text-align: right;
}
.cap-center {
  text-align:center;
}
.cap {
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
}

.cap-italic {
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
    line-height: 1em;
    font-style: italic;
}
.cap-se {
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #FFE600;
	padding-bottom: 2px;
}
.cap-fi {
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #7EC8FE;
}
.cap-dk {
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #DD0000;
}
.cap-ee {
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #F99F81;
}


/*画像サイズ指定*/
.img-90 {
    width: 90%;
    height: auto;
}
.img-80 {
    width: 80%;
    height: auto;
}
.img-60 {
    width: 60%;
    height: auto;
}
.img-50 {
    width: 50%;
    height: auto;
}




/*inframe 動画 埋め込み・レスポンシブ対応*/
.movie {
position:relative;
width:100%;
padding-top:56.25%;
}
.movie iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}




/*マージン指定*/
.margin-bottom_20px{
	margin-bottom: 20px;
}
.margin-bottom_30px{
	margin-bottom: 30px;
}
.margin-bottom_50px{
	margin-bottom: 50px;
}
.margin-bottom_100px{
	margin-bottom: 100px;
}
.margin-top_20px{
	margin-top: 20px;
}
.margin-top_30px{
	margin-top: 30px;
}
.margin-top_50px{
	margin-top: 50px;
}
.margin-top_100px{
	margin-top: 100px;
}


/*テキストカラー*/
.color_dk_red {
  color: #DD0000;
}
.color_se_yellow {
  color: #FFE600;
}
.color_se_bule {
  color: #3383C2;
}
.color_fi_bule {
  color: #7EC8FE;
}
.color_tr_green {
  color: #3B921F;
}


/*アンダーライン*/
.border-dk_red {
  border-bottom: 1px solid #DD0000;
}
.border-se_yellow {
  border-bottom: 1px solid #FFE600;
}
.border-se_bule {
  border-bottom: 1px solid #3383C2;
}
.border-fi_bule {
  border-bottom: 1px solid #7EC8FE;
}
.border-tr_green {
  border-bottom: 1px solid #3B921F;
}



/* ドロワーメニュー
---------------------- */
.wrapper {
/*width: auto;*/
  height: 100%;
  overflow-x: hidden;　
  position: relative;
}


/*オーバーレイ*/
/*.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);　
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}*/


/*メインコンテンツ*/

#main-wrapper {
    height: 100%;
    min-height: 100vh;
    /*padding: 0 50px;*/
    background-color: #ffffff; 
    transition: all .5s;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}
#main-wrapper.open {
  transform: translateX(0px); /*スライドメニュー幅*/
}



/*トリガー・スマホ*/

.menu-trigger {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100; 
}

.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a; 
    transition: all .3s;
}
.menu-trigger.active span {
    background-color: #1a1a1a; /*トリガー色 バツ*/
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}


/*スライドメニュー*/

nav {
  width: 100vw;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(255, 255, 255, 0.95); /*スライドメニュー背景色*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100vw);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}

/*MENUボタン*/
nav li {
    color: #1a1a1a;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
nav li a:hover {
    text-decoration: underline;
}

/*サイドナビロゴ*/
.logo-side-nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
    margin-top: 10px;
    margin-bottom: 40px;
    height: auto;
}

/*page-index*/
.page-index {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.page-index-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10vw;
	margin-left: 10vw;
	margin-bottom: 10px;
}

.page-index p {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.page-index ul {
    list-style-type: none;
    
}

.page-index li a {
	font-size: 13px;
	font-style: normal;
	text-decoration: underline;
	text-decoration-color: #bbbbbb;
	text-align: center;
	line-height: normal;
	display: block;
	text-transform: none;
	letter-spacing: 0.05em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}



/*タブレットTablet View =======================================================================*/

@media (min-width: 768px) {
  body {
    max-width: 778px;
  }

header {
    width: 100%;
    height: 160px;
    position: relative;
    margin: 0px;
    }

.style-logo {
    display: block;
    width: 250px;
    height: auto;
    margin: 0px;
    position: absolute;
    top: 20px;
    left: 30px;
}    
    
    
/*heroカバー高さ設定*/
.hero_cover {
    height: 500px;
}		

    
/*カラムの左フロートと余白調整*/
.col {
    float: left;
    padding: 10px;
  }

    
/*カラム幅の設定*/
  .col_2-1 {
    width: 50%;
  }
  .col_3-1 {
    width: 33.3%;
  }
  .col_3-2 {
    width: 66.6%;
  }
  .col_4-1 {
    width: 25%;
  }
    
	
/*タブレット　フォントサイズ*/
	
  h1 {
    font-size: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  h2 {
    /* [disabled]font-size: 30px; */
    /* [disabled]font-weight: 400; */
    /* [disabled]font-family: a-otf-futo-min-a101-pr6n, serif; */
    /* [disabled]font-style: normal; */
    /* [disabled]text-align: center; */
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
  }
h3 {
    font-size: 20px;
  }

    
h4 {
    font-size: 16px;
  }


p {
    font-size: 15px;
  }

.col_3-1 p {
    font-size: 12px;
  }
}


.logo-footer {
    /* [disabled]width: 300px; */
}





/*デスクトップDesktop View  =======================================================================*/

@media (min-width: 1024px) {
  body {
    max-width: 1500px; /*画面最大幅*/
  }

    
/*heroカバー高さ設定*/
.hero_cover {
    height: 900px;
}	    
    

  .col {
    float: left; 
  }
 .col_3-1{
  padding: 20px;  
    }
/*  .col_4-1 {
    width: 25%;
  }*/

    
/*ヘッダー上下余白設定*/   
header {
    width: 100%;
    height: 170px;
    position: relative;
    margin: 0px;
    }

.style-logo {
    width: 260px;
    position: absolute;
    top: 30px;
    left: 30px;
  }

    
/*デスクトップ　フォントサイズ*/
	
h1 {
    font-size: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

h2 {
    /* [disabled]font-size: 40px; */
    /* [disabled]font-weight: 400; */
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 0px;
  }
h3 {
    font-size: 25px;
  }


.col_2-1_2 h3 {
    font-size: 14px;
    padding-bottom: 0px;
}
    
    
h4 {
    font-size: 16px;
  }
   
p {
    font-size: 18px;
  }

    
/*read, story-box 左右余白調整*/
.read-left {
  text-align: left;
    margin: 0 15vw;
}

    

   
.location {
    font-size: 15px;
}
    
.story-box h4 {
    font-size: 24px;
    margin: 0 15vw;
}  
    
.story-box p{
    font-size: 18px;
    margin-top: 0;
    margin-right: 15vw;
    margin-left: 15vw;
    margin-bottom: 30px;
}     
    
.col_2-1_2 p {
    font-size: 13px;
}    
    
    



.flexbox a {
    font-size: 16px;
    }
    
    
.col_3-1 p {
    font-size: 16px;
  }

footer h3 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 50px;
    margin-left: 0vw;
    margin-right: 0vw;
    text-align: center;
    margin-top: 50px;
}
footer h4 {
    font-size: 28px;
  }

footer h5 {
    font-size: 22px;
}

footer h6 {
    font-size: 16px;
}
.logo-footer {
    width: 350px;
}
.logo-footer_2 {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}  

.footer-link li a {
    font-size: 14px;
}

.info-box_inner {
    padding-top: 20px;
    padding-right: 10vw;
    padding-left: 10vw;
    padding-bottom: 20px;
}    

    
/*トリガー・デスクトップ*/
    
 .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 30px;
    z-index: 100; 
}

.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1a1a1a; 
    transition: all .3s;
}   

.menu-trigger.active span {
    background-color: #1a1a1a; 
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}
    
    
/*MENU 1-3のボタン*/
nav li {   
  color: #1a1a1a; 
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}


/*サイドナビロゴ*/
.logo-side-nav {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto;
}
 
    
/*page-index*/

.page-index-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 30vw;
	margin-left: 30vw;
	margin-bottom: 10px;
}    

/*img-prof*/ 
.img-prof {
    padding-top: 0vw;
    padding-right: 45vw;
    padding-left: 45vw;
    padding-bottom: 3vw;
    text-align: center;
}
    
    
/* フェードイン用のJs+CSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }
    
    
}
.show {
}

/* ↑フェードイン用のJs+CSS ここまで */


/*下からフェードイン cssのみ*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 2s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
