@charset "utf-8";

main {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color:#000;
}

/**
* フェードイン
*/

/*読込したらフェードイン*/
.fadein-loadbox {
    display: none;
}

/*スクロールフェードイン*/
.fade {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 50px);
}

.fade-left {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
}

.fade-right {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
}

.fadein {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}


/**
* メインビジュアル
*/
/*ビジョン1*/
.main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background: url('images/main_visual.jpg') top center / cover no-repeat;
}
.main-visual h2 {
    display: none;
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    padding-left:10px;
    text-shadow: 2px  2px 6px #000000,
                -2px  2px 6px #000000,
                 2px -2px 6px #000000,
                -2px -2px 6px #000000;
}
.main-visual h2.vision {
    font-size: 4.5em;
    font-weight: bold;
    color: #fff;
    padding-left:0;
    text-shadow: 2px  2px 6px #000000,
                -2px  2px 6px #000000,
                 2px -2px 6px #000000,
                -2px -2px 6px #000000;
}

h2.visiontxt {
    padding-left:10px;
}

span.indent1{
  padding-left: 1em;
}
span.indent2{
  padding-left: 2em;
}
span.indent3{
  padding-left: 4em;
}

/*ビジョン2*/
.main-visual2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background: url('images/main_visual2.jpg') top center / cover no-repeat;
}
.main-visual2 h2 {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px  2px 6px #000000,
                -2px  2px 6px #000000,
                 2px -2px 6px #000000,
                -2px -2px 6px #000000;
}
.main-visual2 h2.vision {
    font-size: 4.5em;
    font-weight: bold;
    color: #fff;
    padding-left:0;
    text-shadow: 2px  2px 6px #000000,
                -2px  2px 6px #000000,
                 2px -2px 6px #000000,
                -2px -2px 6px #000000;
}


/*ナビゲーション --------------------------- */

.hoverline {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color:#333;
}
.hoverline::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #2196F3;
	transition: all 0.3s ease 0s;
}
.hoverline:hover {
	cursor: pointer;
}
.hoverline:hover::after {
	width: 100%;
}

/* Normal header style */
.header_bg {
  background: #fff;
  width: 100%;
  height: 80px;
}

.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_contents h1 {
  font-size: 22px;
  margin: 0 0 0 5px;
}

.header_nav_lists {
  display: flex;
}

.header_nav_lists li {
  margin: 0 40px 0 0;
}

.nav_link {
  font-size: 18px;
}

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.menu_line {
  background: #000;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}

/* Responsive style */
@media screen and (max-width: 768px) {
  .responsive_btn {
    display: flex;
  }

  .header_bg {
    position: relative;
  }

  .header_nav {
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .5s;
  }

  .header_nav_lists {
    display: block;
    text-align: center;
  }

  .header_nav_lists li {
    margin: 0 0 40px;
    text-align: center;
  }

  .nav_link {
    font-size: 20px;
  }

.header_contents h1 img {
    width: 80%;
    margin:0;
    padding:0;
  }

}

/* js function "menuToggle" starting only */
.menu_active {
  right: 0;
}

/**
* コンテンツ
*/
/*about説明文（ページ上部）*/
#about p {
    margin:0 15%;
    background-color: #fff;
    text-align: left;
    padding:10px;
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: bold;
}

#about2 p {
    margin:0 15%;
    background-color: #fff;
    text-align: left;
    padding:10px;
    font-size: 1.5em;
    line-height: 1.5;
}

#aboutscene p {
    margin:0 15%;
    background-color: #fff;
    text-align: center;
    padding:10px;
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: bold;
}

/*message説明文（Visionに込めた想い）*/
#message {
    background-color: #f7f7f7;
}
#message p {
    background-color: #fff;
    color:#000000;
    text-align: left;
    padding:10px;
    font-size: 1.5em;
    margin: 30px 15%;
    line-height: 1.8;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}

#message span {
    font-weight: bold;
    color:#191970;
    font-size: 1.2em;
}

#message h2 {
    font-size: 3em;
}

/*introduction説明文（ページ下部）*/
#introduction {
    background-color: #f7f7f7;
}
#introduction h2 {
    font-size: 1.5em;
}

#introduction p.txt {
    padding:10px;
    font-size: 1.5em;
    line-height: 1.5;
}

#introduction .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

#introduction .icon_list p {
    font-size: 1.3em;
    margin:5px 0 0 0;
}

#introduction .icon_list img {
    transition: all 0.5s ease-in-out;
}

#introduction .icon_list img:hover {
    transform: scale(1.1);
}

#introduction ul {
    margin: 0;padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#introduction ul li {
    width: 25%;
    margin: 0;
    text-align: center;
}
#introduction ul li:nth-of-type(2){
    transition-delay: .2s;
}
#introduction ul li:nth-of-type(3){
    transition-delay: .4s;
}
#introduction ul li:nth-of-type(4){
    transition-delay: .6s;
}
#introduction ul li img {
    max-width: 190px;
}
#introduction ul li p {
    font-size: 14px;
    color: #505050;
}
#introduction p {
    margin: 0 0 40px 0;
}
#introduction a.button {
    color: #fff;
    background-color: #293f4d;
    border: 1px solid #293f4d;
    font-size: 1.2em;
    margin:30px auto;
}
#introduction a.button:hover {
    color: #293f4d;
    background-color: #fff;
}

/* sceneのボタンSceneボタン001ここから */
.button001 a {
    background: #293f4d;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.4em;
    text-decoration: none;
}
.button001 a:hover {
    color: #fff;
    background-color: #2A88C4;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #fff;
}

/* sceneのボタンSceneボタン001ここまで */

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



/* section */
.flex {
    display: flex;
}
section {
    overflow: hidden;
    padding: 50px 0;
}
section h2 {
    color: #293f4d;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}
section p {
    color: #293f4d;
}


/*sceneのレイアウトここから*/
#scene {
    background: #f7f7f7;
    padding:10px 0;
}
#scene-box {
    margin:auto;
    width:80%;

}

.column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    background: #fff;
}
.column-img {
    width: 40%;
}
.column-img img {
    width: 100%;
}
.column-texts {
    box-sizing: border-box;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    width: 60%;
}
.column-texts-title {
    margin: 0;
    font-size: 3.2em;
    color:#003399;
}
.column-texts-p {
    margin: 0;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.5;
    padding:10px 0;
}
.column-texts-link {
    padding-top: 30px;
}
.column-texts-link a {
    border: 1px solid #000;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
/*sceneのレイアウトここまで*/



/**
* モバイル向けのスタイル
*/
/*====================
 - 〜479px：スマートフォン縦
 - 〜768px：タブレット
 - 〜1279px：小型PC(Windows/Macなど)
 - 1280px〜：大型PC(外部モニター/iMacなど)
====================*/

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

.br-sp {
    display:none;
  }

.main-visual h2 ,.main-visual2 h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    padding:0 10px;
  }

.main-visual h2.vision ,.main-visual2 h2.vision {
    font-size: 3em;
    padding:0 10px;
  }

#message p {
    background-color: #fff;
    text-align: left;
    padding:10px;
    font-size: 1.3em;
    margin: 30px auto;
    line-height: 1.5;
  }

#introduction ul li img {
    max-width: 200px;
    display:block;/*コレ*/
    margin:auto;
  }

.flex {
    display:block;/*コレ*/	
  }

#about p,#about2 p,#aboutscene p {
    margin:0 2%;
    font-size: 1.3em;
    text-align: left;
    color:#000;
  }

#message h2 {
    font-size: 1.8em;
  }
section {
    padding: 20px 0;
  }
#introduction h2 {
    font-size: 1.3em;
    text-align: left;
    margin:0 4%;
  }
#introduction p.txt {
    font-size: 1.3em;
  }
#introduction p {
    margin:0 0 10px 0;
    text-align: left;
    margin:0 4%;
  }
}



@media screen and (max-width: 767px) {
#scene-box {
    margin:auto;
    width:100%;
}
.column {
    flex-direction: column;
  }
.column--reserve {
    flex-direction: column-reverse;
  }
.column-img {
    width: 100%;
  }
.column-texts {
    width: 100%;
  }
.column-texts-title {
    font-size: 26px;
  }
.column-texts-p {
    font-size: 16px;
  }
.column-texts-link a {
    font-size: 16px;
  }
#introduction .icon_list li {
    margin: auto;
    width:50%;
  }
span.indent1{
  padding-left: 0;
  }
span.indent2{
  padding-left: 0;
  }
span.indent3{
  padding-left: 0;
  }
}


/**
* 印刷時の設定
*/
@media print {
.fade ,.fade-left,.fade-right {
    opacity: 1;
    visibility: visible;
  }
}
