@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Roboto",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Droid Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Open Sans", Helvetica, Arial, Roboto, YuGothic, sans-serif;
  height: 100%;
	line-height: 1.618;
	font-size: 15px;
	color:#303030;
	background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
}
a {
  text-decoration: none;
}
section {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.fontMincho {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* Scroll Trigger */
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .spInlineOnly {
    display: none !important;
  }
  .pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spInlineOnly {
    display: inline;
  }
  .spOnly {
    display: block;
  }
}
/* Layout */
.txtRed {
  color:#d00c2f;
}
/* 0906大森（#0a448a8） */
.txtBlue {
  color:#0a448a;
}
.txtGold {
  color:#8c620c;
}
.txtCenter {
  text-align: center;
}
.txtLeft06 {
  margin-left: 0.6rem;
}
.txtLeft10 {
  margin-left: 1.0rem;
}
.txtLeft16 {
  margin-left: 1.6rem;
}
.txtTop06 {
  margin-top: 0.6rem;
}
.txtTop10 {
  margin-top: 1.0rem;
}
.txtTop16 {
  margin-top: 1.6rem;
}
.txtTop24 {
  margin-top: 2.4rem;
}
.txtBottom06 {
  margin-bottom: 0.6rem;
}
.txtBottom10 {
  margin-bottom: 1.0rem;
}
.txtBottom16 {
  margin-bottom: 1.6rem;
}
.txtBottom24 {
  margin-bottom: 2.4rem;
}
.txtWight500 {
  font-weight: 500;
}
.txtWightBold {
  font-weight: bold;
}

/*  Transition */
.delay03 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay06 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay09 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.delay12 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.delay15 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay18 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.durate10 {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
}

.wrapper {
  position: relative;
}

/* Flex */
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
}
.flexWrap {
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.flexItemCenter {
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
}
.flexItemEnd{
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexItemBaseline{
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flexJustifyCenter {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;  
}
.flexJustifyStart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;  
}
.flexJustifyEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flexJustifyAround {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flexJustifyBetween {
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexDirectionColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* セクションコンテンツ */ 
section .secHead {
  width: 84%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2.4rem 0;
  text-align: center;
}
section .secKaisai {
  max-width: 360px;
}
section .secHead h2 {
  font-size: 1.8rem;
  color:#003793;
  padding-bottom: 0.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 4px solid #9e9ccc;
}
section .secHead h3 {
  font-size: 1.3rem;
}
section .secHead h4 {
  font-size: 1.1rem;
}
section .secHead .ttl {
  border-bottom: 1px solid #9e9ccc;
  margin: 1.6rem auto 1.0rem;
  padding-bottom: 0.4rem;
  font-size: 1.1rem;
  font-weight: 700;
}
section .secHead .date {
  font-size: 1.2rem;
  font-weight: 700;
  color: #003793;
}
section .secHead li {
  font-size: 1.0rem
}
section .secHead .item {
  text-align: left;
  padding: 0.4rem 1.0rem;
}
section .secHead .kaisai {
  padding: 0.4rem 1.0rem;
}
section .secHead .theme{
  font-weight: 700;
  padding: 0.4rem 0.6rem;
  font-size: 1.05rem;
}
section .secHead .sep {
  
}

/* セクション区切り */ 
.secSep {
  height: 36vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sep01 {
  background-image: url("../images/bg01.jpg");
}
.sep02 {
  background-image: url("../images/bg02.jpg");
}
.sep03 {
  background-image: url("../images/bg03.jpg");
}
.sep04 {
  background-image: url("../images/bg04.jpg");
}
.sep05 {
  background-image: url("../images/bg05.jpg");
}
/* ギャラリー用 */
.jagGallery {
  padding: 4.0rem 0 2.4rem;
  background-color: #ffffff;
}
.jagGallery ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  
}
.jagGallery li {
  width: 28vw;
  height: 28vw;
  margin-bottom: 1.6rem;
  padding: 0.6rem;
  border: 1px solid #f0f0f0;
  background-color: #777777;
  /*-webkit-box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 25%);
  box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 25%);*/
}
.jagGallery li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jagGallery .gal01 {
  background-image: url("../images/jag01.jpg");
}
.jagGallery .gal02 {
  background-image: url("../images/jag02.jpg");
}
.jagGallery .gal03 {
  background-image: url("../images/jag03.jpg");
}
.jagGallery .gal04 {
  background-image: url("../images/jag04.jpg");
}
.jagGallery .gal05 {
  background-image: url("../images/jag05.jpg");
}
.jagGallery .gal06 {
  background-image: url("../images/jag06.jpg");
}
.jagGallery .gal07 {
  background-image: url("../images/jag07.jpg");
}
.jagGallery .gal08 {
  background-image: url("../images/jag08.jpg");
}
.jagGallery .gal09 {
  background-image: url("../images/jag09.jpg");
}
.jagGallery .gal10 {
  background-image: url("../images/jag10.jpg");
}
.jagGallery .gal11 {
  background-image: url("../images/jag11.jpg");
}
.jagGallery .gal12 {
  background-image: url("../images/jag12.jpg");
}
.jagGallery .gal13 {
  background-image: url("../images/jag13.jpg");
}
.jagGallery .gal14 {
  background-image: url("../images/jag14.jpg");
}
.jagGallery .gal15 {
  background-image: url("../images/jag15.jpg");
}
.jagGallery .gal16 {
  background-image: url("../images/jag16.jpg");
}
.jagGallery .gal17 {
  background-image: url("../images/jag17.jpg");
}
#section01 {

}
#section01 .sec01Head {
  height: 100vh;
  overflow: hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
}
#section01 .sec01HeadLeft {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
  width: 50%;
}
#section01 .sec01HeadLeft h2 {
  margin-top: 1.0rem;
  font-size: 1.6rem;
  text-align: center;
}
#section01 .sec01Title {
  width: 84%;
  margin: 0 auto;
}
#section01 .sec01HeadRight {
  position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;  
  width: 50%;
  background-color: #003793;
  color: #ffffff;
  text-align: center;
}
#section01 .sec01HeadRight h2 {
  font-size: 2.6rem;
}
#section01 .sec01HeadRight h3 {
  font-size: 1.36rem;
}
#section01 .sec01HeadRight h3:last-of-type {
  margin-top: 2.4rem;
}
#section01 .sec01HeadRight > div {
  width: 100%;
}
#section01 .arrow {
  position: absolute;
  bottom: 112px;
  /*left: 50%;
  right: 50%;*/
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);  
}
#section01 .arrow a {
  padding-top: 60px;
  z-index: 2;
  text-decoration: none;
}
#section01 .arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border: 1px solid #f9eeab;
  border-radius: 100%;
  box-sizing: border-box;
  transition-duration: .3s;
}
#section01 .arrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 24px;
  height: 24px;
  margin: -18px 0 0 -12px;
  border-left: 1px solid #f9eeab;
  border-bottom: 1px solid #f9eeab;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section01 .arrow a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 64px;
  height: 64px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
#section01 .arrow a:hover span {
  border: 1px solid #ffffff;
  background-color: #ffffff80;
}
#section01 .arrow a:hover span::after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#section02 {
  min-height: 100vh;
  background-color: #ffffff;
}
#section02 h2 {
  background-color: #9e9ccc;
  color: #ffffff;
  padding: 4.2rem 0;
  text-align: center;
  line-height: 2.0em;
  font-size: 2.0rem;
  font-weight: 500;
}
#section03 {
  /*min-height: 100vh;*/
  padding-top: 3.2rem;
  background-color: #003793;
  color: #ffffff;
}
#section03 h2 {
  padding: 4.2rem 0 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}
#section03 .sec03Cont {
  width: 92%;
  max-width: 768px;
  margin: 0 auto 4.2rem;
  padding-bottom: 3.2rem;
  font-size: 1.1rem;
}
#section03 .sec03Cont .ttl {
  margin: 2.4rem auto 1.0rem;
  border-left: 8px solid #bae1e8;
  border-bottom: 1px solid #bae1e8;
  padding-left: 0.6rem;
  font-size: 1.4rem;
}
#section03 .sec03Cont .item {
  padding-left: 1.6rem
}
#section04 {
  /*min-height: 100vh;*/
  background-color: #ffffff;
}
#section05 {
  background-color: #f2fafb;
  padding: 0 0 2.4rem;
}
#section05 .sec05Apply {
  text-align: center;
  margin: 1.6rem auto 2.4rem;
  padding: 0.6rem 0;
}
#section05 .sec05Apply .btn a {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  color: #404040;
  background-color: #f0f0f0;
  border: 1px solid #003793;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#section05 .sec05Apply .btn a:hover {
  color: #0b009b;
  background-color: #ffffff;
}
#section06 {
  min-height: 100vh;
}
#section06 .sec06Block {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;  
}
#section06 .sec06Gal {
  margin-top: 0.6rem;
}
#section06 .sec06Gal li {
  width: 28vw;
  height: 28vw;
  padding: 0.6rem 1.0rem;
}
#section06 .sec06Gal li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section06 .btn {
  text-align: center;
  margin: 1.6rem auto 4.2rem;
}
#section06 .btn a {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  color: #404040;
  background-color: #f0f0f0;
  border: 1px solid #003793;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#section06 .btn a:hover {
  color: #0b009b;
  background-color: #ffffff;  
}
#secFooter {
  padding: 0;
	background-color: #404040;
  min-height: 100vh;
}
#secFooter .footerMsg {
  background-image: url("../images/bg00.jpg");
  background-position: center;
  background-size: cover;
  padding: 30vh 0;
  text-align: center;
}
#secFooter .footerMsg h3 {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  font-size: 2.0rem;
  color: #c7e8ed;
  background-color: #40404080;
  border-radius: 50% 50%;
}
#secFooter .snsShere {
  padding: 0.6rem 0;
}
#secFooter .snsShere p {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.1rem;
}
#secFooter .snsShere ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;  
}
#secFooter .snsShere li {
  padding: 0.6rem 1.0rem;
}
#secFooter .snsShere li a i {
  font-size: 2.4rem;
  color: #ffffff;
}
#secFooter .footNote {
	background-color: #ffffff;
	padding: 1.6rem 1.6rem 1.6rem;
	font-size: 0.8rem;
}
#secFooter .footCredit {
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 1.0rem 2.4rem;
}
#secFooter .footCredit a {
  color: #ffffff;
}
#secFooter .footLogo {
	height: 100px
}
#secFooter .footSpc {
  letter-spacing: 0.064em;
}
#secFooter .footSpc i {
  letter-spacing: 0.24em;  
}
#secFooter .footBan {
	background-color: #c7e8ed;
	padding: 0.6rem;
}
#secFooter .copyright {
	font-size: 0.75rem;
  text-align: right;
  color: #ffffff;
  padding: 0.4rem 0.8rem 0.6rem 0.6rem;
}

@media screen and (max-width:767px) {
	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,
	input,textarea{
		font-size:0.95rem;
	}
	html,body {
		min-width:100%;
	}
  .secSep {
    height: 20vh;
  }
  .jagGallery {
    padding: 2.4rem 0 0.8rem;
  }
  section .secHead {
    width: 92%;
  }
  section .secHead h3 {
    font-size: 1.3rem
  }
  section .secHead h4 {
    font-size: 1.1rem;
  }
  #section01 .sec01HeadLeft {
    width: inherit;
    text-align: center;
    padding-bottom: 64px;
  }
  #section01 .sec01Title {
    width: 72%;
  }
  #section01 .sec01HeadLeft h2 {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
  #section01 .sec01HeadLeft h3 {
    font-size: 1.3rem;
  }
  #section01 .sec01HeadLeft .sec01Sp {
    margin-top: 3.6rem;
  }
  #section01 .sec01HeadLeft .sec01Sp h2 {
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #003793;
  }
  #section01 .sec01HeadLeft .sec01Sp h3 {
    font-size: 1.1rem;
    line-height: 2.0rem;
  }
  #section01 .arrow {
    bottom: 64px;
    left: 50%;
    right: 50%;
  }
  #section01 .arrow a span {
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    border: 1px solid #003793;
  }
  #section01 .arrow a span::before {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 0 #00379344;
  }
  #section01 .arrow a span::after {
    width: 18px;
    height: 18px;
    margin: -14px 0 0 -9px;
    border-left: 1px solid #003793;
    border-bottom: 1px solid #003793;
  }
  #section02 h2 {
    line-height: 1.8em;
    font-size: 1.52rem;    
  }
  #section06 .sec06Gal {
    display: none;
  }
  #secFooter .footNote {
		padding: 1.0rem;
		font-size: 0.85rem;
 	}
  #secFooter .footerMsg h3 {
    font-size: 1.4rem;
  }
	#secFooter .footCredit {
		padding: 1.0rem 1.2rem 1.4rem;
    flex-direction: column-reverse;
	}
  #secFooter .footCredit ul {
    width: 100%;
  }
  #secFooter .footLogo {
    display: inline-block;
    width: 42vw;
    height: auto;
    margin: 0.6rem auto 1.0rem;
  }
	#secFooter.footLink a {
    	font-size: 1.1rem;
	}
  #secFooter.copyright{
		font-size: 0.8rem;
	}
}
  
/* to Page Top */
.pagetopBtn {
	position: fixed;
	bottom: 2.4rem;
	right: 0.8rem;
	width: 42px;
	height: 42px;
	background-color: #f4cbdfcc;
	color: #404040;
	text-align: center;
	border-radius: 7px;
	border: 1px solid;
	text-decoration: none;
}
.footTop {
  font-size: 1.6rem;
  line-height: 0.7em;
  margin-top: 0.2rem;
}
.footTop2 {
	margin-top: -0.32rem;
  font-size: 0.9rem;
}

/* 背景アニメ */
@keyframes jagAnime {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0.5;
        border-radius: 0;
    }
    24%{
        opacity: 0.2;
    }
    86%{
        opacity: 0;
        border-radius: 100%;
    }
    100%{
        transform: translateY(-1000px) rotate(540deg);
    }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.background li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: jagAnime 24s linear infinite;
}
.background li:nth-child(1) {
  left: 61%;
  width: 84px;
  height: 84px;
  bottom: -84px;
  animation-delay: 0s;
  background-image: url("../images/thm_jag10.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(2) {
  left: 86%;
  width: 105px;
  height: 105px;
  bottom: -105px;
  animation-delay: 2s;
  background-image: url("../images/thm_jag01.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(3) {
  left: 46%;
  width: 108px;
  height: 108px;
  bottom: -108px;
  animation-delay: 5s;
  background-image: url("../images/thm_jag05.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(4) {
  left: 20%;
  width: 101px;
  height: 101px;
  bottom: -101px;
  animation-delay: 8s;
  background-image: url("../images/thm_jag16.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(5) {
  left: 24%;
  width: 119px;
  height: 119px;
  bottom: -119px;
  animation-delay: 12s;
  background-image: url("../images/thm_jag09.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(6) {
  left: 7%;
  width: 108px;
  height: 108px;
  bottom: -108px;
  animation-delay: 16s;
  background-image: url("../images/thm_jag13.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(7) {
  left: 77%;
  width: 105px;
  height: 105px;
  bottom: -105px;
  animation-delay: 19s;
  background-image: url("../images/thm_jag15.jpg");
  background-position: center;
  background-size: cover;
}
.background li:nth-child(8) {
  left: 30%;
  width: 96px;
  height: 96px;
  bottom: -96px;
  animation-delay: 22s;
  background-image: url("../images/thm_jag02.jpg");
  background-position: center;
  background-size: cover;
}
