@charset "utf-8";
/* CSS Document */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
	color: #000000;
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.66;
  font-weight: 500;
  color: #231815;
}
@media (min-width: 425px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl,
dt,
dd {
  margin: 0;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
  padding: 0;
}
a {
  /*display: block;*/
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


/*******************************************************************************************

	汎用CSS
	
*******************************************************************************************/
/*div幅指定用*/


.w100 {width: 100%;}

.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w33 {width: 33%;}

.w70-w100 {width: 70%;}
.w60-w100 {width: 60%;}
.w50-w100 {width: 50%;}
.w40-w100 {width: 40%;}
.w30-w100 {width: 30%;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}

.mt40 , .mt50 , .mt60 , .mt70 , .mt80 , .mt90 , .mt100 {margin-top: 30px;}

.mb40 , .mb50 , .mb60 , .mb70 , .mb80 , .mb90 , .mb100 , .mb120 , .mb130 , .mb150 , .mb200 , .mb230 {margin-bottom: 30px;}
.pb50 , .pb60 , .pb70 , .pb80 {padding-bottom: 40px;}

.pb0{padding-bottom:0 !important;}

.margin-auto{margin: 0 auto;}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

	/*マージン調整用*/

	.mb0-pc{margin-bottom: 0 !important;}

	.ml10 {margin-left: 10px;}
	.ml20 {margin-left: 15px;}

	.mr0 {margin-right: 0 !important;}

	.mt40 {margin-top: 40px;}
	.mt50 {margin-top: 50px;}
	.mt60 {margin-top: 60px;}
	.mt70 {margin-top: 70px;}
	.mt80 {margin-top: 80px;}
	.mt90 {margin-top: 90px;}
	.mt100 {margin-top: 100px;}

	.mb10-1000 {margin-bottom: 10px;}

	.mb15 {margin-bottom: 15px !important;}
	.mb40 {margin-bottom: 40px !important;}
	.mb50 {margin-bottom: 50px !important;}
	.mb60 {margin-bottom: 60px !important;}
	.mb70 {margin-bottom: 70px !important;}
	.mb80 {margin-bottom: 80px !important;}
	.mb90 {margin-bottom: 90px !important;}
	.mb100 {margin-bottom: 100px !important;}
	.mb120 {margin-bottom: 120px !important;}
	.mb130 {margin-bottom: 130px !important;}
	.mb150 {margin-bottom: 150px !important;}
	.mb200 {margin-bottom: 200px !important;}
	.mb230 {margin-bottom: 230px !important;}

	.pb15 {padding-bottom: 15px !important;}
	.pb40 {padding-bottom: 40px !important;}
	.pb50 {padding-bottom: 50px !important;}
	.pb60 {padding-bottom: 60px !important;}
	.pb70 {padding-bottom: 70px !important;}
	.pb80 {padding-bottom: 80px !important;}
	.pb90 {padding-bottom: 90px !important;}
	.pb100 {padding-bottom: 100px !important;}
	.pb110 {padding-bottom: 110px !important;}
	.pb120 {padding-bottom: 120px !important;}
	.pb130 {padding-bottom: 130px !important;}

	
	.mb120-pc {margin-bottom: 120px !important;}

	
	/*フォント用*/
	.fs80 {font-size: 80%;}
	.fs90 {font-size: 90%;}

	.talg_C_pc {
		text-align: center;
	}

}

.fs80{font-size: 80%;}
.fs90{font-size: 90%;}
.fs110{font-size: 110%;}
.fs115{font-size: 115%;}
.fs120{font-size: 120%;}
.fs125{font-size: 125%;}
.fs130{font-size: 130%;}
.fs135{font-size: 135%;}
.fs140{font-size: 140%;}
.fs145{font-size: 145%;}
.fs150{font-size: 150%;}

.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs29{font-size: 29px;}
.fs30{font-size: 30px;}

.lh2{line-height: 2em;}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.w70-w100 , .w60-w100 , .w50-w100 , .w40-w100 , .w30-w100 {width: 100%;}
	
	.mb0-sp{margin-bottom: 0 !important;}
	.mb10-sp {margin-bottom: 10px !important;}
	.mb20-sp {margin-bottom: 20px !important;}
	.mb30-sp {margin-bottom: 30px !important;}
	.mb40-sp {margin-bottom: 40px !important;}
	.mb50-sp {margin-bottom: 50px !important;}

	.fs17, .fs18, .fs19, .fs20, .fs21, .fs22{
		font-size: 17px;
	}

	.fs23 , .fs24 , .fs25 , .fs26 , .fs27, .fs28 , .fs29 , .fs30{
		font-size: 16px;
	}
	
}

/*パディング調整用*/
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}

.mincho , .mintyo{
	font-family: 'Noto Serif JP', serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,serif !important;
	font-weight: 600;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

.red{
	color:#dc001e;
}
.blue{
	color:#03004c;
}
.bg-white {
	background-color: #FFFFFF;
}

/*フロート用*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text-align用*/
.talg_C {
	text-align: center !important;
}

.bg-blue{
	background-color: #e4eef3;
	padding: 120px 0 140px 0;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {

	.talg_C_pc{
		text-align: center !important;
	}
	.talg_R_pc {
		text-align: right !important;
	}

}

.talg_L {
	text-align: left !important;
}
.talg_R {
	width: 100%;
	text-align: right !important;
}

.talg_R_C {
	width: 100%;
	text-align: right !important;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.talg_R_C {
		text-align: center !important;
	}
	
	.bg-blue{
		padding: 50px 0 60px 0;
	}

}

.clear_both{
	clear:both;
}
.over-hidden{
	overflow: hidden;
}
.over-visible{
	overflow: visible;
}
.vertical{
	vertical-align:middle;
}
.border-none{
	border: none !important;
}
.palt{
	font-feature-settings: "palt";
}
.jisage , .jisage02 , .jisage03 , .jisage04{font-feature-settings: normal;}

/* 字下げ */
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
.jisage02{
	padding-left:1.5em;
	text-indent:-1.5em;
}
.jisage03{
	padding-left:2em;
	text-indent:-2em;
}
.jisage04{
	padding-left:2.5em;
	text-indent:-2.5em;
}

.pointer{
	cursor: pointer;
}
.youtube {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube-vertical {
	 position: relative;
	 padding-bottom: 177.8761%;
	 height: 0;
	 overflow: hidden;
}
.youtube-vertical iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
video{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* スクロールするとふわっと現れる文字や画像 */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.no-link{
	pointer-events: none;
}

ul.column02 , ul.column02-2{
	display:flex; 
	flex-wrap: wrap;
}
ul.column02 li , ul.column02-2 li{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
ul.column02 li:nth-child(2n) , ul.column02-2 li:nth-child(2n){
	margin-right:0;
}

ul.column02 li img , ul.column02-2 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

ul.column02-3{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02-3 li{
	width:28%;
	margin-right:4%;
	margin-bottom:30px;
}

ul.column02-3 li:nth-child(2n){
	width:68%;
	margin-right:0;
}

ul.column02-3 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column02 li{
		width:100%;
		margin-bottom: 30px;
	}
	
	ul.column02-3 li , ul.column02-3 li:nth-child(2n){
		width:100%;
		margin-right:0;
	}

	ul.column02 li:last-child{
		margin-bottom: 0;
	}
	
}

ul.column03 , ul.column03-2 , ul.column03-3{
	display:flex; 
	flex-wrap: wrap;
}

ul.column03 li , ul.column03-2 li{
	width:30.6666%;
	margin-right:4%;
	margin-bottom: 30px;
}

ul.column03-3 li{
	width: calc(100%/3 - 20px);
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:768px){

	ul.column03 li:nth-child(3n) , ul.column03-2 li:nth-child(3n) , ul.column03-3 li:nth-child(3n){
		margin-right:0;
	}

}

ul.column03 li img , ul.column03-2 li img{
	width:100%;
	margin-bottom:15px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column03 li{
		width:100%;
		margin-right:0;
		margin-bottom: 30px;
	}
	ul.column03-2 li{
		width:48%;
		margin-right:4%;
		position:relative;
		margin-bottom: 30px;
	}
	ul.column03-3 li{
		width: calc(100%/2 - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	ul.column03-2 li:nth-child(2n) , ul.column03-3 li:nth-child(2n){
		margin-right:0;
	}

	ul.column03 li img , ul.column03-2 li img{
		margin-bottom:20px;
	}

}

ul.column04{
	display:flex; 
	flex-wrap: wrap;
}

ul.column04 li{
	width:22.75%;
	margin-right:3%;
	margin-bottom: 30px;
}


/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:768px){


ul.column04 li:nth-child(4n){
	margin-right:0;
}

}

ul.column04 li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

ul.column04 li h3{
	text-align:center;
	font-size:18px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	ul.column04{
		margin-bottom:30px;
	}

	ul.column04 li{
		width:47%;
		margin-right:6%;
		margin-bottom:20px;
	}

	ul.column04 li:nth-child(2n){
		margin-right:0;
	}

	ul.column04 li h3{
		font-size:17px;
	}

}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.width-10{width: 10%}
.width-15{width: 15%}
.width-20{width: 20%}
.width-25{width: 25%}
.width-30{width: 30%}
.width-35{width: 35%}
.width-40{width: 40%}
.width-45{width: 45%}
.width-47{width: 47%}
.width-48{width: 48%}
.width-49{width: 49%}
.width-50{width: 50%}
.width-55{width: 55%}
.width-60{width: 60%}
.width-65{width: 65%}
.width-70{width: 70%}
.width-75{width: 75%}
.width-80{width: 80%}
.width-85{width: 85%}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:768px){

	.flex,
	.flex-center{
		display: flex;
	}
	.flex.r-fast div:nth-child(1),
	.flex-center.r-fast div:nth-child(1){
		order: 2;
	}
	.flex.r-fast div:nth-child(2),
	.flex-center.r-fast div:nth-child(2){
		order: 1;
		margin-bottom: 30px;
	}
	.width-10,
	.width-15,
	.width-20,
	.width-25,
	.width-30,
	.width-35,
	.width-40,
	.width-45,
	.width-47,
	.width-48,
	.width-49,
	.width-50,
	.width-55,
	.width-60,
	.width-65,
	.width-70,
	.width-75,
	.width-80,
	.width-85{width: 100%}		
	
}

@media only screen and (min-width:1500px){
	
	.pc-1500 {display:none !important;}
	
}

.sp , .sp-block{display:none !important;}

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

.pc {display:none !important;}

.sp{display:inline !important;}

.sp-block{display:block !important;}

}

