/*!
Theme Name: daikichi_fc_theme
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}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:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans JP","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans JP","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}


html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:2.0rem;
	color: #333333;
	font-weight: 500;
	background: #fff;
	line-height: 1.75;
	font-feature-settings: "palt";
}
.en {
    font-family: futura,"Noto Sans Japanese","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
table{
	width: 100%;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
}
.relative{
	position:absolute;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
img.pc{
	display:inline;
}
img.sp{
	display:none;
}
.in{
	width:1080px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_ac{
	align-items: center;
}
.flex_jc{
	justify-content: center;
}
.txt_center{
	text-align: center;
}

.f_wei_600{
	font-weight: 600;
}
.f_wei_900{
	font-weight: 900;
}

@media screen and (max-width: 640px) {
	body{
		font-size:1.6rem;
	}
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	img.pc{
		display:none;
	}
	img.sp{
		display:inline;
	}
	.in {
			width: 90%;
			margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
  .w_50{
    width: 100%;
  }

	.l_line_ttl .en{
	  font-size: 4.4rem
	}
}


#header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
  background: #fff;
  transition: 0.5s;
}
#header .header_ttl_w{
	background: #f0f0f0;
}
#header .header_ttl_w h1{
	font-size: 1.2rem;
	font-weight: 400;
}
#header .in{
	justify-content: space-between;
	align-items: center;
}
.header_h{
	padding:20px 0;
}
.nav_w{
	background: #100169;
	padding: 10px 0;
}
.nav_w ul{
	justify-content: space-between;
}
.nav_w a{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	#header .header_ttl_w h1{
	font-size: 1.0rem;
	font-weight: 400;
	}
  #header .site_logo{
    width: 45%;
  }
  #header .nav_w{
		display: none;
		position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
		background: #fff;
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding: 20% 5%;
		box-sizing: border-box;
	}
	#header.bg_h .nav_w {
    flex-direction: column-reverse;
    align-items: center;
	}
	#header .nav_w li{
		width: 100%;
		margin-left: 0;
		padding: 10px 0;
		border-bottom: 1px solid #100169;
	}
	#header .nav_w li a {
    font-size: 1.6rem;
    color: #100169;
	}

  #header .hum{
		z-index: 99;
	}
	#header .hum span{
	width: 30px;
	height: 2px;
	background: #100169;
	display: block;
	margin-bottom: 5px;
	transition: 0.5s;
	}
	#header .hum span:last-child{
		margin-bottom: 0px;
	}
	#header .hum.active span:nth-of-type(1){
		transform: rotate(45deg);
		margin-top: 0;
	}
	#header .hum.active span:nth-of-type(2){
		opacity: 0;
	}
	#header .hum.active span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -14px;
	}

}

#main_w{
	margin-top: 186px;
}
@media screen and (max-width: 640px) {
  #main_w{
  	margin-top: 75px;
  }
}

#footer{

}
#footer .footer__nav_w{
	background: #ebf2fa;
	padding: 60px 0;
}
#footer .footer__nav_w .flex{
	padding: 0 50px;
	justify-content: flex-start;
}
#footer .footer__nav_w li{
	width: 33%;
	display: flex;
	margin: 20px 0;
}
#footer .footer__nav_w a{
	display:flex;
	align-items: center;
}
#footer .footer__nav_w a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #d70051;
	margin-right: 10px;
}
#footer .footer__btn{
	background: #2c7acc;
	padding: 30px;
	text-align: center;
}
#footer .footer__c .flex{
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
}
#footer .footer__c .txt{
	line-height: 1.25;
	margin-top: 10px;
}
.footer__c .site_logo img {
	max-width: 200px;
}
.footer__c .sns_logo img {
	max-width: 32px;
	max-height: 32px;
}
.footer__c .sns_logo a:not(:last-child) {
	margin-right: 20px;
}
#footer .copy{
	text-align: center;
	background: #100169;
	color: #fff;
	padding: 10px 0;
}
@media screen and (max-width: 640px) {
  #footer .footer__nav_w li{
    width: 100%;
  }
  #footer .footer__c .flex{
    flex-wrap:wrap;
  }
	.footer__c .sns_logo {
		margin-top: 20px;
	}
  .footer__c_ad{
    margin-top: 20px;
  }
}


.full_btn{
	width: 100%;
	display: block;
	background: #d70051;
	padding: 10px;
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 2.8rem;
	border-radius: 10px;
}

.icon_ttl_w{
	background: #abd2fa;
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: center;
	margin-bottom: 60px;
}
.icon_ttl_w h2{
	font-size: 6.0rem;
	font-weight: 900;
	color: #100169;
}
.icon_ttl_w .icon{
	margin-right: 20px;
}
.ul_ttl_w{
	border-bottom: 2px solid #100169;
	margin-bottom: 60px;
}
.ul_ttl_w h2{
	font-size: 4.6rem;
	font-weight: 900;
	text-align: center;
	color: #100169;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	.icon_ttl_w{
		display: block;
		text-align: center;
		padding:5%;
	}
	.icon_ttl_w h2{
		font-size: 3.6rem;
		line-height: 1.25;
		margin-top: 10px;
	}
	.icon_ttl_w .icon{
		margin-right: 0px;
		display: block;
		width: 100%;
	}
	.icon_ttl_w .icon img{
		width: 40px;
	}

	.full_btn {
    font-size: 1.8rem;
    box-sizing: border-box;
	}
	.ul_ttl_w{
		margin-bottom: 40px;
	}
	.ul_ttl_w h2{
		font-size: 2.4rem;
	}
}
