@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@300;500;700&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, 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:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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;
    text-decoration: none;
    color: #000000;
}


@media screen and (max-width:800px) {
  a:hover{
    opacity: 1;
}
}

p {
  word-wrap: break-word;
}

h1 {
  font-weight:400;
  color: #000;
  opacity: 1;
}
/* 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;
}

li {
  text-decoration: none;
  list-style: none;
}

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;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body#top {
  position: relative;
	width: 100vw;
	height: 10000px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:  "Noto Sans JP";
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
} 
#contents {
  position: relative;
  width: 100%;
  height: 100%;
}


.contents_box{
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: none;
}



@media screen and (max-width:800px){
  .dispWide{
  display: none!important;
  }
}


.cover {
  width: 100%;
  height: auto;
}

/* flexbox */
.flexBlock {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

.noWrap{
  flex-wrap: nowrap!important;
}

.flexList2 {
  width: 50%;
}

.flexList3 {
  width: 33%;
}

.flexList3S {
  width: 30%!important;
}

.flexlist4_ftr{
  width:18%;
  justify-content: space-around;
  margin-left: 2em!important;
}

.flexlist4_ftr > li{
  width: 18%;
} 
.flexlist4_ftr > li img{
  width:100%;
} 
.flexlist4_ftr > li a:hover{
  opacity: 0.75;
  transition: 0.25s;
}
.ftrTxt{
  margin-left: 3.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
  .flexlist4_ftr{
    width:40%;
    justify-content: space-around;
    margin-left: 2em!important;
  }
  .flexlist4_ftr > li a:hover{
    opacity:1;
  } 
  .ftrTxt{
    margin-left: 3em;
  }
}


.displayInlineBlock{
  display: inline-block;
}

.displayBlock{
  display: block;
}

.relative{
  position: relative;
}

/* fontweight */

.weight700 {
  font-weight: 700;
}

.weight600 {
  font-weight: 600;
}

.weight500 {
  font-weight: 500;
}

.weight400 {
  font-weight: 400;
}
.weight300 {
  font-weight: 300;
}


/* lettercolor */
.letterWhite{
  color:#fff;
}
.letterWhite.details figure{
  display: inline-block;
  vertical-align: sub;
  margin-left: 0.2em;
}
.letterBlue{
  color: #004098;
}

.letterYellow{
  color: #FFF600;
}
.letterGreen{
  color:#46C5B0!important;
}
.letterBlack{
  color: #000000!important;
}
.letterRedLink{
  color: #FF5050;
  text-decoration: underline;
}

.letterOrangeLink{
  color: #F47E2C;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  line-height: 100%;
}
.letterOrangeLink::after{
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -2px;
    right: -20px;
}
.letterOrangeLink.noAfter::after{
    content: none;
}

/* .details{
line-height: 100%;
}

.details::after{
    content: " ";
    background-image: url("../images/white_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 10px;
    right: 85px;
} */
@media screen and (max-width: 800px) {
  .letterOrangeLink{
    font-size: 3vw;
}
  .letterOrangeLink::after {
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 5vw;
    height: 4vw;
    top: 0;
    right: -6vw;
}
}
.letterGrey{
  color:#ccc;
}
.letterRed{
  color:#ff0048;
}
.letterU {
  text-decoration: underline;
}
/* fontsize */
.text0 {
  font-size: 0px;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px!important;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px!important;
}

.text17 {
	font-size: 17px;
}
.text18 {
	font-size: 18px!important;
}
.text21{
  font-size: 21px;
}
.text24{
  font-size: 24px;
}
.text30 {
  font-size: 32px;
}
.text32 {
  font-size: 32px;
}
.text40 {
  font-size: 40px;
}
.text12Vw{
  font-size: 12vw;
}
.text8Vw{
  font-size: 8vw;
}
.underLine{
  text-decoration: underline;
}

h2{
  font-size: 27px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .text40 {
    font-size: 4vw;
  }
  .text32 {
    font-size: 2.7vw;
  }
  .text30 {
    font-size: 2.6vw;
  }
  .text24{
    font-size: 2vw;
  }
  .text21{
    font-size: 1.8vw;
  }
  .text18 {
    font-size: 1.40625vw!important;
  }
  .text17 {
    font-size: 1.3vw!important;
  }
  .text16 {
    font-size: 1.2vw!important;
  }
  .text14 {
    font-size: 1.1vw;
  }
  .text12 {
    font-size: 1.05vw!important;
  }
  .text10 {
    font-size: 1vw;
  }
  h2{
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .text40 {
    font-size: 6vw;
  }
  .text32 {
    font-size: 4.5vw;
  }
  .text30 {
    font-size: 5.3vw;
  }
  .text24{
    font-size: 3.8vw;
  }
  .text21{
    font-size: 3.5vw;
  }
  .text18 {
	  font-size: 4vw!important;
	}
  .text17 {
    font-size: 3.95vw!important;
  }
  .text16 {
    font-size: 3.9vw!important;
  }
  .text14 {
    font-size: 3.6vw;
  }
  .text12 {
    font-size: 3vw!important;
  }
  .text10 {
    font-size: 2vw;
  }
  h2{
    font-size: 4vw;
  }
}

.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
 /* margin */
 .marginTopHalf {
	margin-top: 0.5em;
}
 .marginTop1em {
	margin-top: 1em;
}
 .marginTop2em {
	margin-top: 2em!important;
}
 .marginTop3em {
	margin-top: 3em;
}
 .marginTop4em {
	margin-top: 4em;
}
.marginTop40px{
  margin-top: 40px!important;
}
.marginTop60px{
  margin-top: 60px!important;
}
.marginBtm3em{
  margin-bottom: 3em;
}
.marginLeft1em{
  margin-left: 1em;
}
.marginLeft2em{
  margin-left: 2em;
}
.marginLeft35em{
  margin-left: 3.5em;
}
.paddingBtm1em {
  padding-bottom: 1em;
}
.paddingBtm2em {
  padding-bottom: 2em;
}

.marginTop1emSp{
  margin-top: none;
}

@media screen and (max-width: 800px){
  .marginTop1emSp{
    margin-top: 1em;
  }
}

/* lineHeight */

.lineHeight100 {
	line-height: 100%;
}
  .lineHeight120 {
	line-height: 120%;
}
.lineHeight140 {
	line-height: 140%;
}
  .lineHeight160 {
	line-height: 160%;
}
.lineHeight175 {
	line-height: 175%;
}
  .lineHeight200 {
	line-height: 200%;
}
  .lineHeight250 {
  line-height: 250%;
}
/* brプロパティ */

.dispWide {
 display: block;
}
.dispNarrow {
  display: none;
 }

 

 @media screen and (max-width: 800px){
   .dispWide {
    display: none;
   }
   .dispNarrow {
     display: block;
    }
 }


/* 背景色 */

.bgGrey {
  background: #F7F7F5;
}

footer .bgDarkGrey {
  background: #4F5359;
  height: 55px;
  background-image: url("../images/copyright.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.bgGreen{
  background:#46C5B0 ;
}

.bgWhite{
  background:#fff ;
}

@media screen and (max-width:800px) {
  footer .bgDarkGrey {
   height: 41vw;
  background-position: right 50% bottom 18%;
}
}




/* TOP PAGE */
@media screen and (min-width:800px) {
  #contents .squareBox{
display: none;
  }
}

#contents {
  background: #2154a6;
  position: relative;
	height: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:  "Noto Sans JP";
	line-height: 300%;
}


#contents.subPage main{
background-image:none;

}

@media screen and (max-width: 800px) {
  #contents main{
    background-position: 0 1px;
        padding-top: 14vw;
    }
}

@media screen and (min-width: 1600px) {
  #contents main{
height: 100%;
}
}

#contents .kv{
background-image:url("../images/bg_2.png") ;
background-size: contain;
background-repeat: no-repeat;
    margin-bottom: 5vw;
}

#contents .widthWrapper{
  max-width: 1200px;
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

#contents .context p{
  z-index: 70;
  color: #000;
  line-height: 120%;
}
#contents .contextWrap {
  margin-left: 17em;
  margin-right: 17em;
}

@media screen and (max-width: 800px) {
  #contents .kv{
    background-size: 95%;
    background-position: 40% 20%, 10% 10%;
    }
  #contents .contextWrap {
    margin-left: 1em;
    margin-right: 1em;
  }
}

#contents .mainPicture {
  width:30%; 
  margin-left: auto; 
  margin-right: auto;
}
#contents .mainPictureWide {
  width:60%; 
  margin-left: auto; 
  margin-right: auto;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #contents .mainPicture {
    width:40%; 
  }
  #contents .mainPictureWide {
    width:80%; 
    margin-left: auto; 
    margin-right: auto;
  }
}


/* 初期トップ画面用 */

#contents .logo-switch {
height: auto;
width: auto;
}

#contents .logo-switch .logo {
opacity: 0;
transition: 0.6s;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

#contents .logo-switch .logo.is-active {
opacity: 1;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}



@media screen and (min-width:800px) {
    .logo img{
      width: 800px;
    }
}

@media screen and (max-width:799px) {
    .logo img{
      width: 80vw;
    }
}


.logo.is-initial.is-active {
animation: fadeDown 1s ease forwards;
}

@keyframes fadeDown {
from {
opacity: 0;
transform: translate(-50%, calc(-50% - 20px));
}
to {
opacity: 1;
transform: translate(-50%, -50%);
}
}
