@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, dialog, figure, footer, header,
hgroup, 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;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
img{
	line-height:1;
	vertical-align:bottom;
}

/************** layout base ********************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img{ max-width:100%;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}

.txtRed{ color:#D80000;}

.fLeft{ float:left;}
.fRight{ float:right;}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop55{ margin-top:55px !important;}
.mTop60{ margin-top:60px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm55{ margin-bottom:55px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm70{ margin-bottom:70px !important;}
.mBtm80{ margin-bottom:80px !important;}
.mBtm90{ margin-bottom:90px !important;}
.mBtm100{ margin-bottom:100px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm55{ padding-bottom:55px !important;}
.pBtm60{ padding-bottom:60px !important;}

/************** layout base ********************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
main section {
  scroll-margin-top: 30px;
}
#materialsContact {
  scroll-margin-top: 50vh;
}
@media screen and (max-width: 768px) {
section {
  scroll-margin-top: 30px;
}
#materialsContact {
  scroll-margin-top: 50svh;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

body{
	background: #ffffff;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	line-height:1.5;
	color:#000000;
}
@media screen and (max-width: 768px) {
}/*-SP only-*/

ol,ul {
	list-style:none;
}

p,dt,dd,li,td,th{	
    font-size: min(2.2vw, 20px);
}

h1,h2,h3,h4,h5,h6{
	line-height: 176%;
}

a{ 
	color: var(--base);
	text-decoration: none;
	transition: opacity 0.3s;
}
a:hover{
	color: var(--orange);
	opacity: 0.75;
}
a:link{}
@media screen and (max-width: 768px) {
p,dt,dd,li,td,th{
	font-size:16px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

/*------------------ color ----------------*/

:root {
  --base: #081f51;
  --blue: #0446a2;
  --navy: #092b59;/*bg,border*/
  --navy2: #0a2e58;
  --navy3: #052249;/*footer*/
  --yellow: #fdf250;
  --yellowShadow: #e0d52c;
  --orange: #d44c09;
  --beige: #fff5d5;
--gray: #dfe0e4;
--grayShadow: #cfd2d8;
--grayL: #f6f6f6;
}
.bgNavy{ background: var(--navy);}

/*------------------ font----------------*/

.fontEN{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
	font-weight: 700;
}

/*------------------ layout----------------*/
.inner{
	width: min(93.6%, 1000px);
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flexWrap{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.pc{display: none;}
}/* //end for SP */
@media screen and (min-width: 769px) {
.sp{display: none;}
.pcFlex{		display: flex;	}
}/* //end for PC */


/*------------------ text ----------------*/
.note{/*
	display: block;
	font-size: 14px;
	font-weight: 400;*/
}



/* header
---------------------------------------------------------------------------- */
header{ 
	position: relative;
   width: 100%;
   text-align: center;
   background: #e6e6e6;
	 z-index: 1;
}
.headerInner{
	width: calc(100% - 16px*2);
    height: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: end;
}
@media screen and (max-width: 768px) {
	header{		
   width: 100%;
	height: 56px;
	}
	header.fixed{ 
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	}
	.headerInner{
		width: 100%;
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


/* =======================================
	header .support
========================================== */
.support{
	display: flex;
	justify-content: center;
	gap: 0 9px;
	padding: 5px 0 6px;
}
.support dt{
	font-size: 14px;
	font-weight: 400;
    line-height: 24px;
}
.support dd ul{
	display: flex;
	justify-content: center;
	gap: 0 7px;
}
.support dd li{
	padding: 4px 5px;
	border-radius: 2px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
  cursor: pointer;
}
.support dd li.active{
	border: 1px solid #000000;
}
.support dd li.bgColor.yellow{
	background-color: var(--yellow);
}
.support dd li.bgColor.blue{
	background-color: var(--blue);
	color: #ffffff;
}
.support dd li.bgColor.black{
	background-color: #000000;
	color: #ffffff;
}
.support dd li span{
	display: block;
}
@media screen and (max-width: 768px) {	
.support{
	display: none;
	opacity: 0;
    position: fixed;
	top: 56px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #e6e6e6;
	background: #ffffff;
	width: 100%;
	padding: 15px 0 14px;
}
.support.active{
	display: flex;
	opacity: 1;
}
.menuSupport{
	display: grid;
	align-items: center;;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 101;
	background: #ffffff;
}
.menuSupport figure{
	width: 28px;
	height: 28px;
	margin: 0 auto;
	font-size: 0;
}
.menuSupportTxt{
	position: relative;
	display: block;
	margin-top: 4px;
	line-height: 1em;
	font-size: 10px;
	color: var(--base);
	text-align: center;
}
.menuSupport.active figure{
	position: relative;
	display: grid;
	place-content: center;
}
.menuSupport figure::before,
.menuSupport figure::after{
	content: "";
	width: 26px;
	height: 2px;
	background-color: transparent;
	display: none;
	transition: display 0.3s, transform 0.3s;
}
.menuSupport.active figure::before,
.menuSupport.active figure::after{
	background-color: #000000;
	display: block;
}
.menuSupport.active figure::before{
      transform: rotate(45deg) translate(2px, 2px);
	  transform-origin: center center;
}
.menuSupport.active figure::after{
      transform: rotate(-45deg) translate(-1px, 0px);
	  transform-origin: center center;
}
.menuSupport.active figure img{
	opacity: 0;
	display: none;
}
}/* //end for SP */

/* =======================================
	header .menu
========================================== */
@media screen and (max-width: 768px) {
.menu {
	display: grid;
	align-items: center;
	padding-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 101;
  background: var(--yellow)
}
.menu span.menuLineWrap {
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 22px;
	height: 22px;
}
.menu span.menuLineWrap span {
	display: block;
	margin-right: auto;
	margin-left: auto;
  width: 24px;
  height: 2px;
  background-color: var(--base);
  transition: all 0.6s;
  border-radius: 50em;
}
.menu span.menuLine01 {
}
.menu span.menuLine02{
      margin-top: 6px;
}
.menu span.menuLine03{
      margin-top: 6px;
}
.menu.active  span.menuLine01{
	margin-top: 10px;
      transform: rotate(45deg);
}
.menu.active  span.menuLine02{
      width: 0;
      left: 50%;
}
.menu.active  span.menuLine03 {
      margin-top: -10px;
      transform: rotate(-45deg);
} 
.menu span.menuTxt {
	position: relative;
	display: block;
	margin-top: 8px;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	color: var(--base);
}
}/* //end for SP */

/*		gNavi
-----------------------------*/
#gNavi{
	background: var(--yellow);
}
#gNavi ul{
	width: min(100%, 1000px);
	margin: 0 auto;
}
#gNavi ul li{
	border-right: 1px solid var(--navy);
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
}
#gNavi ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 22px;
	text-align: center;
	color: var(--base);
	font-size: min(1.7vw,15px);
	font-weight: 700;
	transition: 0.3s;
}
#gNavi ul li a:hover{
	color: var(--orange);
}
#gNavi ul li a span{
	height: 2.8em;
	display: grid;
	align-items: center;
}
#gNavi ul li a::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	content: "";
	display: block;
	margin: 0 auto;
	border-style: solid;
	border-color:  var(--base);	
	border-width: 0 3px 3px 0;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
#gNavi ul li a:hover::after{
	border-color:  var(--orange);	
}
@media screen and (max-width: 768px) {
#gNavi ul li{
	border-right: 0;
	font-size: 16px;
	letter-spacing: 0em;
}
#gNavi ul li:not(:last-child){
	border-bottom: 1px solid var(--navy);
}
#gNavi ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5%;
	text-align: left;
    font-size: 20px;
}
#gNavi ul li a span{
	flex: 1;
}
#gNavi ul li a::after{
	position: relative;
  margin-top: 12px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#gNavi ul{
	display: flex;
	justify-content: center;
	border-left: 1px solid var(--navy);
}
#gNavi ul li{
	width: calc(100%/5);
}
}/* //end for PC */





/* main
---------------------------------------------------------------------------- */


/*		#mainHeadWrap
-----------------------------*/
@media screen and (max-width: 768px) {
	#mainHeadWrap{
		position: relative;
	}
	#gNavi{
		display: none;
		opacity: 0;
		transition: opacity 0.3s;
    z-index: 1;
	}
	#gNavi.active{
		position: fixed;
        top: 56px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		opacity: 1;
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
#mainHeadWrap{
  display: grid;
  grid-template-columns: 1fr;
}
#mainHeadWrap #gNavi{
  order: 2;
}
#mainHeadWrap #mv{
  order: 1;
}
#mainHeadWrap #gNavi.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    z-index: 1;
}
}/* //end for PC */

/*		#mv
-----------------------------*/
.mvImg{
	position: relative;
}
.mvImg img{
	width: 100%;
	height: auto;
}
.mvImg .sns{
	position: absolute;
	right: 2.5%;
	top: 16px;
	padding: 12px 32px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 0 30px;
}
.mvImg .sns a{
	display: block;
}
.mvImg .snsX img{
	width: 28px;
}
.mvImg .snsInsta img{
	width: 28px;
}
.mvImg .snsFB{
	padding: 0 1px;
}
.mvImg .snsFB img{
	width: 28px;
}
.mvImg .snsYT{
	padding: 0 1px;
}
.mvImg .snsYT img{
	width: 32px;
}
@media screen and (max-width: 768px) {
.mvImg .sns{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	margin-bottom: 0px;
	padding: 9px 6px 14px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


.mvLead{
  margin-top: 24px;
	margin-bottom: 20px;
}
.mvLead p{
    display: inline-block;
	padding-right: 213px;
	background: url('images/senkyoku.png') no-repeat right bottom/ 213px 92px;
	font-weight: 700;
	font-size: min(3.4vw,35px);
	line-height: 1.2em;
}
.mvLead p .fontS{
	display: block;
	font-size: 0.51em;
}
.mvLead p .marker{
	font-size: 1.43em;
	display: inline;
	background: linear-gradient(transparent 0 80%, var(--yellow) 80% 100%);	
	padding: 0 .1em;
}
@media screen and (max-width: 768px) {
#mv .inner{
	text-align: center;
}
#mv .inner .mvLead,
#mv .inner .mvDate{
	display: inline-block;
  width: min(100%, 365px);
}
.mvLead{
	text-align: left;
}
.mvLead p{
  width: 100%;
	padding-right: 0;
	background: url('images/senkyoku.png') no-repeat right center/ 138px 63px;
	font-size: 25px;
	text-align: left;
	line-height: 1.8em;
}
.mvLead p .fontS{
	text-align: left;
	font-size: 0.64em;
  line-height: 1.4em;
}
.mvLead p .marker{
	padding: 0;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


.mvDate .voteDate{
	margin-bottom: 16px;
}
.mvDate .voteDate,
.mvDate .voteTime{
	flex: 1;
	display: flex;
	align-items: start;
	gap: 0 13px;
}
.mvDate .voteDate dt,
.mvDate .voteTime dt{
	background: var(--navy);
	border-radius: 7px;
	padding: 6px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}
.mvDate .voteDate dt span,
.mvDate .voteTime dt span{
	display: block;
	font-size: 0.78em;
}
.mvDate .voteDate dd,
.mvDate .voteTime dd{
	font-weight: 700;
	font-size: min(2.2vw,28px);
	color: var(--blue);
}
.mvDate .voteTime dd,
.mvDate .voteDate dd{
	line-height: 2em;
}
.mvDate .voteDate dd .fontL,
.mvDate .voteTime dd .fontL{
	font-size: 1.86em;
}
.mvDate .voteDate dd .bgCircle{
	color: #ffffff;
	display: inline-block;
	background: var(--blue);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}
.mvDate .voteDate dd .note,
.mvDate .voteTime dd .note{
	line-height: 1em;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}
@media screen and (max-width: 768px) {
.mvDate{
	padding-bottom: 14px;
}
.mvDate .voteDate,
.mvDate .voteTime{
	gap: 0 6px;
  margin-right: -6px;
  margin-bottom: 0;
  padding: 0 0 10px 0;
}
.mvDate .voteDate dt,
.mvDate .voteTime dt{
	width: min(24vw,96px);
	font-size: 14px;
}
.mvDate .voteDate dd,
.mvDate .voteTime dd{
	font-size: 21px;
	line-height: 1.80em;
}
.mvDate .voteDate dd .fontL,
.mvDate .voteTime dd .fontL{
	font-size: 1.80em;
}
.mvDate .voteDate dd .bgCircle{
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 19px;
}
.mvDate .voteDate dd .note,
.mvDate .voteTime dd .note{
	font-size: 13px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.voteBox.pcFlex dl{		
	    display: flex;
    	flex-direction: column;
	}
	.voteBox.pcFlex dl dd{
		flex-grow: 1;
	}
	.mvDate{
		display: flex;
        margin-bottom: 14px;
	}
}/* //end for PC */


/*		main common
-----------------------------*/

.secTiWrap{
	margin-top: 0px;
	background: var(--gray);
	box-shadow: 0 4px 0 4px var(--grayShadow);
	font-size: 38px;
	font-weight: 700;
}
.secTi{
	padding: 19px 0;
	text-align: center;
	line-height: 1.3125em;
}
.secSubTi{
	margin-bottom: 20px;
    font-size: min(3.7vw, 32px);
	font-weight: 600;
	text-align: center;
}
.secSubTi2{
	margin-bottom: 0.5em;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}
.secSubTi2::before{
	content: "";
	display: block;
	background: #fff;
	width: 96px;
	height: 5px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.secTiWrap{
	font-size: 32px;
}
.secSubTi{
	margin-bottom: 14px;
	font-size: 24px;
}
.secSubTi2{
	font-size: 32px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

.radiusBox{
	border-radius: 20px;
	background: var(--grayL);
}

.marker{
	display: inline;
	background: linear-gradient(transparent 0 80%, var(--yellow) 80% 100%);	
	padding: 0 .1em;
}
@media screen and (max-width: 768px) {
.marker{
	background: linear-gradient(transparent 0 70%, var(--yellow) 70% 100%);	
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

.indentTxt{
	margin-left: 1em;
	text-indent: -1em;
}

.btnWrap{
	text-align: center;
}
.btn{
	position: relative;
	display: grid;
	align-items: center;
	background: var(--yellow);
    box-shadow: 0 5px 2px 0 var(--yellowShadow);    
	border-radius: 10px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
	width: min(100%,650px);
	height: min(7em,130px);	
	color: var(--base);
    font-size: 32px;
    font-weight: 700;
	text-align: center;
	transition: 0.3s;
}/*
.btn:hover{
    box-shadow: 0 -5px 2px 0 transparent;  
	transform: translateY(5px);
	opacity: 1;
}*/
.btn span.icArrow{
	position: relative;
	width: 415px;
    margin: 0 auto;
	text-align: left;
}
.btn span.icArrow::after{
	position: absolute;
	right: 0;
	top: 0;
	content: "＞";
	display: inline-block;
}
.btn span.icCheck::before{
	content: "";
	display: inline-block;
	margin-right: 20px;
	width: 37px;
	height: 32px;
	background: url('images/ic_check.png') left bottom / 100% 100%;
	transform: translateY(5px);
	transition: 0.3s;
}
.btn:hover span.icCheck::before{
	background: url('images/ic_check_orange.png') left bottom / 100% 100%;
}
.icPDF::after{
	content: "";
	display: inline-block;
	background: url('images/ic_pdf.png') no-repeat center center / 100% 100%;
	border-radius: 2px;
	width: 34px;
	height: 38px;
	font-size: 0;
}
.btn:has(.icPDF){
	padding-right: 66px;
}
.btn span.icPDF{
	position: relative;
}
.btn span.icPDF::after{
	position: absolute;
	right: 0;
	top: calc(50% - 19px);
}
.btn.icPDF::after{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
.btn{ 
	border-radius: 14px;
	padding-right: 24px;
	padding-left: 24px;
	width: min(100%,650px);
	height: min(7em,85px);	
    font-size: 24px;
}
.btn span.icArrow{
	width: 100%;
  }
.btn span.icCheck::before{
	margin-right: 15px;
	width: 33px;
	height: 27px;
}
.btn:has(.icPDF){
    padding-right: 44px;
}
.btn span.icPDF::after{
	position: absolute;
	right: -20px;
	width: 24px;
	height: 28px;
}
.icPDF::after{
	width: 24px;
	height: 28px;
  right: 18px;
}  
}

/*		#mv
-----------------------------*/
.mvDate dd{
	font-size: 28px;
}
.mvDate dd .fontL{
	font-size: 1.857em;
}

/*		#movie
-----------------------------*/
#movie .secInner{
	padding: 40px 0 70px;
}
#movie .radiusBox{
	padding: 30px 40px 35px;
}
#movie .radiusBox p{
	margin-bottom: 30px;
  line-height: 1.6
}

.movieBox{
	width: 50%;
  background: #fff;
  padding: 20px;
  text-align: center;
  /*display: flex;
  align-items: center;
  justify-content: center*/
}
.movieBox a{
  text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
.movieBox a::after{
	position: absolute;
  right: -1.3em;
  top: calc(50% - 0.8em);
  content: "＞";
  display: inline-block;
  font-size: 0.8em;
}
.movieBox a img{
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
#movie .secInner{
	padding: 35px 0 40px;
}
#movie .radiusBox{
	padding: 20px 3% 30px;
}
#movie .radiusBox p{
	margin-bottom: 0px;
}
.movieBox{
	width: min(100%, 718px);
	margin: 0 auto;
    padding: 10px;
}
  
.movieBox + .movieBox{
	margin-top: 18px;
}
.movieBox a img{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.movieBox a img.imgPortrait{
	width: 181px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#movie{
	margin-top: 28px;
  
}
#movie .radiusBox .pcFlex{
  width: 84%;
  gap:0 70px;
  margin: 0 auto;
}  
  
  #movie .radiusBox .movieBox img{
    max-height: 320px;
    margin-bottom: 15px;
  }  
  
#movie .radiusBox .movieBox p{
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2
}
  .movieBox:last-child{
    padding-top: 95px;
  }
  
}/* //end for PC */

/*		#about
-----------------------------*/
#about .secInner{
	padding: 40px 0 70px;
}

#about .secInner .inner{
	width: min(92.4%, 924px);
	margin: 0 auto;
}
.aboutLead{
	line-height: 1.5em;
}
.aboutLead span{
	font-size: 1.3em;/*26*/
	font-weight: 700;
	color: #0446a2;
}
#aboutSystem {
	margin-top: 40px;
}
#aboutSystem .radiusBox{
	position: relative;
	background: var(--beige);
	width: min(100%, 400px);
	padding: 20px 18px 50px;
}
#aboutSystem dt{
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 7px;
	width: 180px;
	background: var(--navy);
	color: #ffffff;
	text-align: center;
	line-height: 2em;
}
#aboutSystem .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
	font-size: 58px;
	text-align: center;
  line-height: 1;
  padding: 15px;
}
#aboutSystem .num span{
  font-size: 50px;
}
#aboutSystem .hireiImgs.flex {
	justify-content: center;
	gap: 0 10px;
	height: 170px;
	padding: 25px 0 14px;
}
#aboutSystem .hireiImgs figure {
	position: relative;
	display: grid;
	align-items: center;
	background: #fff;
	padding: 0 12px;
	min-width: 138px;
	height: 128px;
	border-radius: 4px;
	text-align: center;
}
#aboutSystem .hireiImgs figure img{
	margin: 0 auto;
}
#aboutSystem .hireiImgs figure.hireiImgsSeitou img{
	width: 176px;
	height: 68px;
}
#aboutSystem .hireiImgs figure.hireiImgsKojin img{
	width: 77px;
	height: 67px;
}
#aboutSystem .hireiImgs figure figcaption{
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 4px;
	width: 100px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#aboutSystem .hireiImgs figure.hireiImgsSeitou figcaption{
	background: #0446a2;
}
#aboutSystem .hireiImgs figure.hireiImgsKojin figcaption{
	background: var(--orange);
}
#aboutSystem p {
	margin-top: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
#aboutSystem .icPlus{
	font-size: 200px;	
    line-height: 400px;
	color: #095940;
}
#aboutSystem .senkyoImgs{
	text-align: center;
	height: 170px;
}
#aboutSystem .senkyoImgs img{
	width: 194px;
	height: 170px;
}
@media screen and (max-width: 768px) {
.aboutLead{
	font-size: 18px;
}
#about .secInner{
	padding: 35px 0 40px;
}
#aboutSystem dt{
	width: 150px;
	font-size: 18px;
}
#aboutSystem .radiusBox{
	position: relative;
	background: var(--beige);
	width: min(100%, 400px);
	margin-right: auto;
	margin-left: auto;
	padding: 20px 18px 11px;
}
#aboutSystem .hireiImgs.flex {
	justify-content: center;
	gap: 0 10px;
	height: auto;
	padding: 25px 0 10px;
}
#aboutSystem p {
	margin-top: 5px;
	font-size: 18px;
}
#aboutSystem .icPlus{
	padding-bottom: 26px;
	font-size: 100px;
    line-height: 60px;
	text-align: center;
}
#aboutSystem .hireiImgs figure.hireiImgsSeitou figcaption{
	font-size: 18px;
}
#aboutSystem .senkyoImgs{
	height: 121px;
}
#aboutSystem .senkyoImgs img{
	width: 160px;
	height: 121px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#aboutSystem.pcFlex {
	gap: 8px 5px;
}
}/* //end for PC */

#aboutJob{
	margin-top: 60px;
}
.aboutJobLead{
	margin-bottom: 20px;
	font-size: 26px;
	color: var(--blue);
	text-align: center;
	font-weight: 600;
}
.aboutJobList.flex{
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 40px;
}
.aboutJobList.flex::after{
	content: "など";
	display: grid;
	align-items: end;
	margin-right: -2em;
    color: var(--blue);
	font-size: 30px;
	font-weight: 700;
}
.aboutJobList li{
	background: var(--beige);
	padding: 13px 0 23px;
	border-radius: 20px;
	width: min((calc(845px - 80px)/3),253px);
}
.aboutJobList li figure{
	border-radius: 50%;
	width: 170px;
	height: 170px;
	margin: 0 auto;
}
.aboutJobList li p{
	margin-top: 17px;
	color: var(--blue);
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 768px) {
#aboutJob{
	margin-top: 50px;
}
.aboutJobLead{
	margin-bottom: 10px;
	font-size: 20px;
}
.aboutJobList.flex{
	gap: 15px;
}
.aboutJobList li{
	padding: 13px 0 10px;
	border-radius: 20px;
	width: min((calc(100% - 15px)/2),253px);
}
.aboutJobList li figure{
	border-radius: 50%;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.aboutJobList li p{
	margin-top: 7px;
	font-size: 16px;
}
.aboutJobList.flex::after{
	margin-right: 0;
	width: 100%;
	font-size: 20px;
	text-align: center;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

#aboutDifference{
	margin-top: 40px;
}
#aboutDifference .aboutLead{
	text-align: center;
}
#aboutDifference .aboutLead .orange{
	color: var(--orange);
}
#aboutDifferenceImage{
	margin-top: 30px;
	position: relative;
	background: var(--beige);
	padding: 28px 5% 36px;
}
#aboutDifferenceKokkai{
	margin: 0 auto;
	width: 240px;
	height: calc(100% - 28px - 36px);/*#aboutDifferenceImageのpadding上下*/
}
#aboutDifferenceKokkai h4{
	margin-top: 14px;
    text-align: center;
}
#aboutDifferenceKokkai h4 span{
    margin: 0 auto;
	display: inline-block;
    border-radius: 7px;
    width: 113px;
    background: var(--navy);
    color: #ffffff;
    text-align: center;
	font-size: 20px;
    line-height: 2em;
}
#aboutDifferenceKokkai figure{
	width: 240px;
	padding: 10px;
}
@media screen and (max-width: 768px) {
#aboutDifferenceImage{
	margin-top: 30px;
	position: relative;
	background: var(--beige);
	padding: 20px 2.5% 24px;
}
#aboutDifferenceKokkai h4{
	margin-top: 0;
	margin-bottom: 8px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#aboutDifferenceKokkai{
	position: absolute;
	left: 0;
	right: 0;
	width: 240px;
	height: calc(100% - 28px - 36px);/*#aboutDifferenceImageのpadding上下*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}/* //end for PC */
#aboutDifferenceSyuuSan.flex{
	gap: 0 250px;
	justify-content: center;
}
#aboutDifferenceSyuugiin dt,
#aboutDifferenceSangiin dt{
	text-align: center;
	font-weight: 700;
}
#aboutDifferenceSyuugiin dt{
	color: var(--orange);
}
#aboutDifferenceSangiin dt{
	color: var(--blue);
}
#aboutDifferenceSyuugiin dd,
#aboutDifferenceSangiin dd{
	margin-top: 8px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	display: grid;
	align-items: center;
}
#aboutDifferenceSyuugiin dd{
	background: var(--orange);
}
#aboutDifferenceSangiin dd{
	background: var(--blue);
}
#aboutDifferenceSyuugiin dd ul,
#aboutDifferenceSangiin dd ul{
	padding-left: 20px;
}
#aboutDifferenceSyuugiin dd li,
#aboutDifferenceSangiin dd li{
	color: #ffffff;
	font-weight: 600;
}
#aboutDifferenceSyuugiin dd li + li,
#aboutDifferenceSangiin dd li + li{
	margin-top: 0.5em;
}
#aboutDifferenceSyuugiin dd li p,
#aboutDifferenceSangiin dd li p{
	margin-top: 0.2em;
	margin-left: 20px;
	font-size: 16px;
	letter-spacing: -0.01em;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
#aboutDifferenceSyuuSan.flex{
	margin-top: 10px;
    gap: 0 min(3.8vw, 15px);
}
#aboutDifferenceSyuugiin dt,
#aboutDifferenceSangiin dt{
	font-size: 18px;
}
#aboutDifferenceSyuugiin dd,
#aboutDifferenceSangiin dd{
	margin-top: 4px;
	width: min(41.5vw,162px);
	height: min(41.5vw,162px);
}
#aboutDifferenceSyuugiin dd ul,
#aboutDifferenceSangiin dd ul{
	padding-left: 19px;
}
#aboutDifferenceSyuugiin dd li + li,
#aboutDifferenceSangiin dd li + li{
	margin-top: 5px;
}
#aboutDifferenceSyuugiin dd li p,
#aboutDifferenceSangiin dd li p{
    margin-top: 2px;
	margin-left: 4px;
	font-size: 13px;
	line-height: 1.4em;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


#about #about02.secInner{
	padding: 60px 0 70px;
}
#about #about02 .radiusBox{
	background: #ffffff;
	padding: 22px 20px;
}
#about #about02 .radiusBox h4{
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.candidateBox:has(+ h3){
	margin-bottom: 60px;
}
.candidateBox ul{
	margin: 20px auto 30px;
   display: none
}
.candidateBox li{
	width: calc((100% - 48px)/2);
}
.candidateBox .btn{
	width: min(100%, 400px);
	height: 55px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.candidateBox .btn:hover{
	color: var(--orange);
}
@media screen and (max-width: 768px) {
#about #about02.secInner{
	padding: 50px 0 55px;
}
#about #about02 .radiusBox{
	padding: 22px 12px;
}
#about #about02 .radiusBox h4{
    font-size: 20px;
	margin-right: -10px;
	margin-left: -10px;
	letter-spacing: -0.05em;
}
#about #about02 .radiusBox h4:not(:first-of-type){
	margin-top: 30px;
}
.candidateBox:has(+ h3){
	margin-bottom: 50px;
}
.candidateBox ul{
	margin: 10px auto;
 
}
.candidateBox li{
	width: 100%;
}
.candidateBox li + li{
	margin-top: 20px;
}
.candidateBox .btn{
	height: 64px;
	font-size: 18px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
.candidateBox ul.pcFlex{
	gap: 0 48px;
	justify-content: space-between
}
}/* //end for PC */


.voteBox dt{
	margin-bottom: 15px;
	color: var(--yellow);
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}
.voteBoxLead{
	font-size: min(2.4vw,26px);
	font-weight: 600;
	text-align: center;
}
.voteBox figure{
	position: relative;
	margin: 35px auto 20px;
	text-align: center;
}
.voteBox figure img{
	width: 200px;
}
.voteBox figcaption{
    position: absolute;
    right: 0;
    top: -10px;
	font-size: min(2.4vw,26px);
	font-weight: 600;
}
.voteBox .voteImgSenkyoku figcaption{
	color: #f0aa01;
}
.voteBoxTxt{
	text-align: center;
	font-size: min(2.2vw,24px);
}
.voteBoxTxt span{
	font-size: min(2.6vw,28px);
	font-weight: 700;
	color: var(--blue);
}
.voteBoxTxt span.orange{
	color: var(--orange);
}
.voteNoticeBox{
	background: var(--beige);
	margin-top: 20px;
	padding: 15px min(1.5vw,15px);
}
.voteNoticeBox p{
	margin-left: 1em;
	font-size: min(1.9vw,20px);
	text-indent: -1em;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
.voteBoxLead{
	font-size: 22px;
}
.voteBox dl + dl{
	margin-top: 30px;
}
.voteBox dt{
	margin-bottom: 15px;
	font-size: 24px;
}
.voteBoxTxt{
	font-size: 20px;
        letter-spacing: -0.08em;
}
.voteBoxTxt span{
	font-size: 24px;
}
.voteBox figcaption{
    top: -10px;
	font-size: 22px;
}
.voteBox figure img{
	width: 183px;
}
.voteNoticeBox p{
	font-size: min(4.6vw,18px);
	line-height: 1.72em;
}
}/* //end for SP */
@media screen and (min-width: 769px) {	
.voteBox.pcFlex{
	gap: 0 min(4.8vw, 45px);
}	
.voteBox.pcFlex dl{
	flex: 1;
}
.voteBoxLead,
.voteBoxTxt {
    letter-spacing: -0.04em;
}
.voteImgSenkyoku + .voteBoxTxt {
    padding: 21px 0;
	min-height: 84px;
}
.voteNoticeBox{
	min-height: 5.5em;
}
}/* //end for PC */


/*		#pollingstation
-----------------------------*/
#pollingstation .secTiWrap{
	margin-top: 70px;
}
#pollingstation .secInner {
    padding: 40px 0 70px;
}
#pollingstation .radiusBox{
	padding: 30px 3.6% 35px;
}
#pollingstation .radiusBox > *{
	width: min(100%, 780px);
	margin-right: auto;
	margin-left: auto;
}
#pollingstation .radiusBox p:not(:last-child){
	margin-bottom: 20px;
}
#pollingstation .radiusBox h4{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
	color: var(--blue);
}
#pollingstation .note{
    padding-left: 1em;
    text-indent: -1em;
	color: var(--orange);
}
#pollingstation .note span{
	font-size: 1.4em;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
#pollingstation .radiusBox{
	padding: 20px 3.6% 20px;
}
#pollingstation .secTiWrap{
	margin-top: 50px;
}
#pollingstation .secInner {
    padding: 35px 0 50px;
}
#pollingstation .radiusBox h4{
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 21px;
}
#pollingstation .radiusBox p{
	font-size: 18px;
	line-height: 1.72em;
}
#pollingstation .note span{
	font-size: 1.33em;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */



/*		#votingstation
-----------------------------*/
#votingstation .secTiWrap{
	margin-top: 70px;
}
#votingstation .secInner{
    padding: 40px 0 70px;
}
#votingstation .btnWrap{
	padding: 30px 0;
}

#votingstation .note{
  display: block;
  margin: 10px auto;
  text-align: right;
  font-size: .8rem;
    width: min(100%,650px);
}
@media screen and (max-width: 768px) {
#votingstation .secTiWrap{
	margin-top: 50px;
}
#votingstation .secInner{
    padding: 35px 0 50px;
}
#votingstation p{
	font-size: 18px;
	line-height: 1.72em;
}
#votingstation .btnWrap{
	padding: 20px 0;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


/*		#know
-----------------------------*/
#know .secTiWrap{
	margin-top: 0px;
}
#know .secInner {
    padding: 40px 0 70px;
}
#know .radiusBox{
	padding: 30px 37px 35px;
}
#know .radiusBox .txts p{
	line-height: 1.75em;
}
#know .radiusBox .txts p:has(b){
	font-weight: 500;
	color: var(--blue);
}
@media screen and (max-width: 768px) {
#know .secInner {
    padding: 35px 0 50px;
}
#know .radiusBox{
	padding: 20px 3.6% 34px;
}
#know .radiusBox .txts p{
	font-size: 18px;
}
#know .radiusBox .txts p:has(b){
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: min(5.1vw,20px);
	text-align: center;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#know .radiusBox {
    padding: 16px 3.6% 30px;
}
#know .radiusBox.pcFlex{
	align-items: center;
}
#know .radiusBox .txts{
	flex: 1;
}
#know .radiusBox .txts p{
    letter-spacing: -0.018em;
	line-height: 1.75em;
    font-size: min(1.8vw, 19px);
}
#know .radiusBox .txts p + p{
	margin-top: 50px;
}
#know .radiusBox .txts p:has(b){
    font-size: min(2.6vw, 28px);
  
}
#know .radiusBox figure{
	flex: 1;
	margin-right: -15px;
}
}/* //end for PC */





/*		#event
-----------------------------*/

#event .secInner{
  padding-top: 35px;
  padding-bottom: 70px
}
#event .secTiWrap{
  display: none
}
#event .eventList{
  margin-bottom: 40px;
  display: none
}
#event .eventList li{
  display: flex;
  gap:0 25px;
  margin-bottom: 28px;
}
#event .eventList li + li{
  border-top: dotted 2px #000;
  padding-top: 28px;
}

#event .eventList li p span{
  font-size: 16px;
  margin-right: 1em;
  margin-bottom: 10px;
}

#event .eventList li h3{
  color: var(--blue);
  font-size: min(2.2vw, 20px);
  margin-bottom: 10px;
}

#event .btnWrap{
  display: none
}


/*
.btn.more{
  position: relative
}
.btn.more:before{
 position: absolute;
  left:18%;
  top:calc(50% - 24px);
  display: block;
  height: 46px;
  width: 58px;
  content: '';
  background: url("images/ic_event.png") center center;
  background-size: contain 
}
.btn.more:after{
 position: absolute;
  right:16%;
  top:calc(50% - 24px);
  font-size: 48px;
  content: '+';
  font-weight: 400;
  line-height: 1;
}*/
.btn:has(.more) span{
	position: relative;
	padding-right: calc(18% + 46px);
	padding-left: calc(16% + 46px);
}
.btn .more:before{
 position: absolute;
  left:18%;
  top:calc(50% - 24px);
  display: block;
  width: 46px;
  height: 39px;
  content: '';
  background: url("images/ic_event.png") center center;
  background-size: contain 
}
.btn .more:after{
 position: absolute;
  right:16%;
  top:calc(50% - 24px);
  font-size: 48px;
  content: '+';
  font-weight: 400;
  line-height: 1;
}

#event .sns{
/*margin-top: 68px;*/
  margin: 30px auto 50px;
	padding: 6px 6px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 0 26px;
}
#event .sns a{
	display: block;
}
#event .snsX img{
	width: 55px;
}
#event .snsInsta img{
	width: 55px;
}
#event .snsFB{
	padding: 0 1px;
}
#event .snsFB img{
	width: 60px;
}
#event .snsYT{
	padding: 0 1px;
}
#event .snsYT img{
	width: 70px;
}
@media screen and (max-width: 768px) {	
#event .eventList li{
	flex-wrap: wrap;
  gap:14px 25px;
  margin-bottom: 20px;
}
#event .eventList li + li{
  padding-top: 20px;
}
#event .eventList li figure{
	margin: 0 auto;
}
#event .eventList li p span{
	font-size: 14px;
}
#event .eventList li h3{
	font-size: 18px;
        margin-bottom: 0px;
}
#event .eventList li h3 + p{
	font-size: 18px;
	line-height: 1.72em;
}
#event .sns{
	position: relative;
	right: 0;
	left: 0;
	bottom: auto;
    margin-top: 31px;
	margin-bottom: 0px;
	padding: 9px 6px 4px;
	gap: 0 14px;
}/*
.btn.more:before{
	position: relative;
	display: inline-block;
	margin-left: 18px;
}
.btn.more:after{
  right:24px;
  top:calc(50% - 24px);
  font-size: 48px;
}*/
.btn:has(.more) span{
	padding-right: 46px;
	padding-left: 46px;
}
.btn .more:before{
  left:0%;
}
.btn .more:after{
  right:0%;
}
#event .snsX img{
	width: 47px;
}
#event .snsInsta img{
	width: 48px;
}
#event .snsFB img{
	width: 43px;
}
#event .snsYT img{
	width: 50px;
}

}
/*		#qa
-----------------------------*/
#qa .secInner{
	padding: 40px 0 70px;
}

#qa .secInner .inner{
	width: min(92.4%, 924px);
	margin: 0 auto;
}
.qaSubti{
	background-color: var(--navy2);
	background-image: url('images/ic_faq_open.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 3%);
	background-size: 33px 33px;
	padding: 13px 50px 13px 34px;
	color: #ffffff;
	font-size: min(3vw,28px);
	font-weight: 400;
	cursor: pointer;
	transition: 0.3s;
}
.qaSubti.open{
	background-image: url('images/ic_faq_close.png');
}
.qaAnsBox{
	display: none;
	opacity: 0;
	transition: 0.3s;
}
.qaAnsBox.open{
	display: block;
	opacity: 1;
}
.qaAnsBox + .qaSubti{
	margin-top: 35px;
}
.qaSubti.open{
	background-image: url('images/ic_faq_close.png');
}
.qaAnsBox{
	background-color: var(--grayL);
	padding: 20px 36px 40px;
}
.qaAnsBox p{
    line-height: 1.75em;
}
.qaAnsBox .qaAnsLead{
	position: relative;
	color: var(--base);
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: 600;
}
#qaMeaning.qaAnsBox .qaAnsLead{
	color: #000000;
}
.qaAnsBox .qaAnsLead::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "A.";
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	color: var(--base);
}
.qaAnsBox p .orange{
	font-size: min(2.6vw,26px);
	font-weight: 700;
	color: var(--orange);
    line-height: 1.75em;
}
@media screen and (max-width: 768px) {
.qaSubti {
    background-size: 29px 29px;
    padding: 13px 40px 13px calc(1.3em + 3.8%);
	text-indent: -1.3em;
    font-size: 24px;
    line-height: 1.66em;

}
.qaAnsBox + .qaSubti{
	margin-top: 30px;
}
.qaAnsBox .qaAnsLead{
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 20px;
}
#qa .secInner{
	padding: 40px 0 50px;
}
.qaAnsBox{
	background-color: var(--grayL);
	padding: 20px 3.7% 28px;
}
.qaAnsBox p .orange{
	font-size: 22px;	
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

/*qaAns01*/
.qaSlashWrap{
	margin-bottom: 37px;
/*
	display: flex;
	justify-content: center;
	align-items: center;*/
}/*
.qaSlashWrap::before,
.qaSlashWrap::after{
	content: "";
	display: inline-block;
	width: 3px;
	height: 136px;
	background-color: #000000;
	transform-origin: center bottom;
}
.qaSlashWrap::before{
	transform: rotate(-30deg);
}
.qaSlashWrap::after{
	transform: rotate(30deg);
}*/
.qaSlashTxt{
	line-height: 1.75em;
	text-align: center;
}
.qaSlashTxt .marker{
	font-size: 1.3em;
}
@media screen and (max-width: 768px) {
.qaSlashWrap::before,
.qaSlashWrap::after{
	height: 181px;
}
.qaSlashWrap::before{
	transform: rotate(-11deg);
}
.qaSlashWrap::after{
	transform: rotate(11deg);
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

#qaMeaning.qaAnsBox p.qaAnsLead{
    font-size: 18px;
}
.qaAns01Img{
	width: min(100%, 836px);
	height: auto;
	margin: 14px auto 0;
}
#qa .radiusBox{
    position: relative;
	background-color: var(--beige);
    margin: -6px auto 30px;
	padding: 36px 2% 26px;
	width: min(100% , 860px);
    z-index: 1;
}
#qa #qaAnsHow .radiusBox{
	margin-top: 30px;
}
#qa #qaMeaning .radiusBox::after{
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	right: 0;
	content: "";
	display: block;
	background-color: var(--beige);
	margin: 0 auto;
	width: 26px;
	height: 40px;
  clip-path: polygon(
    0% 0%, 
    100% 0%,
    50% 100%
  );
}
#qa .radiusBox p{
	text-align: center;
    font-weight: 600;
}
#qa .radiusBox p .orange{
	color: var(--orange);
	font-size: 1.3em;
	font-weight: 700;
}
#qaAgeRatioWrap{
	background: #ffffff;
	padding: 14px 2.3% 24px;
}
#qaAgeRatioWrap dt{
	margin-bottom: 28px;
	text-align: center;
	font-size: min(2.4vw,22px);
	font-weight: 600;
}
.qaAns01Img img{
	width: 100%;
}
@media screen and (max-width: 768px) {
#qa .radiusBox{
    margin: -6px auto 30px;
	padding: 10px 2%;
	width: min(100% , 860px);
}
#qa .radiusBox::after{
	width: 16px;
	height: 27px;
}

#qaAgeRatioWrap dt{
    font-size: min(5vw, 20px);
}
}/* //end for SP */
@media screen and (min-width: 769px) {
    #qa .radiusBox p{
    font-size: min(2.2vw, 22px);
}
}/* //end for PC */
/**/

#qaAgeList.flex{
	flex-wrap: wrap;
	gap: 30px 15px;
}
#qaAgeList.flex li{
	width: calc((100% - 45px)/4);
}
#qaAgeList.flex li{
	display: flex;
	gap: 0 7px;
}
#qaAgeList.flex li .qaAgeLabel{
	width: min(6.4vw,64px);
	height: min(6.4vw,64px);
	border-radius: 7px;
	background-color: var(--navy);
	font-weight: 700;
	line-height: min(6.4vw,64px);
	color: #ffffff;
	text-align: center;
}
#qaAgeList.flex li .qaAgeLabel.row2{
    padding: min(0.4vw, 8px) 0;
	line-height: 1.2em;
}
#qaAgeList.flex li .qaAgeLabel .fontL{
	font-size: min(3vw,30px);
}
#qaAgeList.flex li.orange .qaAgeLabel{
	background: var(--orange);
}
#qaAgeList.flex li.green .qaAgeLabel{
	background-color: #00a671;
}
#qaAgeList.flex li.green .qaAgeLabel .fontL{
	font-size: min(2.8vw,28px);
}
#qaAgeList.flex li .qaAgeRatio{
	display: block;
	font-size: min(2.8vw,28px);
	color: var(--navy);
	font-weight: 700;
	line-height: min(6.4vw,64px);	
    width: calc(100% - min(6.4vw, 64px) - 7px);
}
#qaAgeList.flex li.orange .qaAgeRatio{
	color: var(--orange);
}
#qaAgeList.flex li.green .qaAgeRatio{
	color: #00a671;
}
#qaAgeList.flex li .qaAgeRatio .fontL{
	font-size: min(4vw,40px);
}
@media screen and (max-width: 768px) {
#qaAgeList.flex{
	gap: 18px min(3.8vw,15px);
}
#qaAgeList.flex li{
	width: calc((100% - 15px)/2);
	gap: 0 3px;
}
#qaAgeList.flex li .qaAgeLabel{
	width: 46px;
	height: 46px;
	border-radius: 7px;
	font-weight: 700;
	line-height: 46px;
	font-size: 14px;
}
#qaAgeList.flex li .qaAgeLabel.row2{
    padding: 6px 0;
	line-height: 1.2em;
}
#qaAgeList.flex li .qaAgeLabel .fontL{
	font-size: 21px;
}
#qaAgeList.flex li.green .qaAgeLabel .fontL{
	font-size: 19px;
}
#qaAgeList.flex li .qaAgeRatio{
	font-size: 20px;
	line-height: 46px;
	flex: 1;
}
#qaAgeList.flex li .qaAgeRatio .fontL{
	font-size: 28px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

/*qaAnsEssential*/
.qaAnsEssentials li{
	background: #ffffff;
	padding: 14px 2.3% 24px;
}
.qaAnsEssentials li + li{
	margin-top: 25px;
}
.qaAnsEssentials li h4{
	color: var(--blue);
}
.qaAnsEssentials li figure{
	display: grid;
	align-items: center;
	text-align: center;
}
.qaAnsEssentials li figure img{
	width: 100px;
    margin: auto;
}
@media screen and (max-width: 768px) {
.qaAnsEssentials li{
	padding: 10px 2.3% 14px;
}
.qaAnsEssentials li figure{
	margin-top: 13px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
/*qaAns02*/
.qaAnsEssentials li{
	display: flex;
	gap: 0 37px;
}
.qaAnsEssentials li .txts{
	flex: 1;
}
.qaAnsEssentials li figure{
	width: 133px;
}
}/* //end for PC */

#qaAnsFlowList{
	counter-reset: list-counter;
	background-color: #ffffff;
	padding: 20px 3% 35px 3.5%;
}
#qaAnsFlowList li{
	position: relative;
	display: flex;
  counter-increment: list-counter;
  padding: 20px 0 0 0;
}
#qaAnsFlowList li::before{
	content: counter(list-counter) ;
	display: block;	
    padding-top: 0.2em;
	width: 40px;
	background-color: var(--navy2);
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
    line-height: 176%;
}
#qaAnsFlowList li:not(:last-child):before{
  clip-path: polygon(
    0% 0%, 
    100% 0%,
    100% calc(100% - 20px),
    50% 100%,
    0% calc(100% - 20px) 
  );
}
#qaAnsFlowList li:not(:first-child)::after{
	position: absolute;
	left: 0;
	top: 1px;
	content: "";
	display: block;
	width: 40px;
	height: 22px;
	background-color: var(--navy2);
  clip-path: polygon(
    0% 0%,
    50% calc(100% - 2px),
    100% 0%,
    100% 100%,
    0 100%
  );
}
#qaAnsFlowList li .txts{
	flex: 1;
}
#qaAnsFlowList li:not(:last-child) .txts{
    padding-bottom: 30px;
}
#qaAnsFlowList li h4{
	padding: 0 0 0 25px;
	border-bottom: 1px solid var(--navy2);
	font-size: min(2.2vw,22px);
	color: var(--navy2);
}
#qaAnsFlowList li p{
	padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
#qaAnsFlowList li{
  padding: 18px 0 0 0;
}
#qaAnsFlowList li:first-child{
  padding: 0;
}
#qaAnsFlowList li::before{
	width: 36px;
	font-size: 18px;
}
#qaAnsFlowList li:not(:last-child):before{
  clip-path: polygon(
    0% 0%, 
    100% 0%,
    100% calc(100% - 18px),
    50% 100%,
    0% calc(100% - 18px) 
  );
}
#qaAnsFlowList li:not(:first-child)::after{
	width: 36px;
	height: 18px;
}
#qaAnsFlowList li h4{
	padding: 0 0 0 10px;
	font-size: 20px;
}
#qaAnsFlowList li p{
	padding: 0 0 0 10px;
}
#qaAnsFlowList li:not(:last-child) .txts{
    padding-bottom: 15px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */


/*qaAnsTime*/
#qaAnsTime .pcFlex{
	background-color: #ffffff;
	padding: 20px 3% 35px 3.5%;
}
#qaAnsTime .pcFlex figure{
	width: 125px;
	margin: 0 auto;
}
.qaAnsKinds{

}
@media screen and (max-width: 768px) {
#qaAnsTime .pcFlex{
	padding: 15px 3% 15px 3.5%;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#qaAnsTime .pcFlex{
	gap: 0 45px;
}
#qaAnsTime .pcFlex .txts{
	flex: 1;
}
#qaAnsTime .pcFlex figure{
	width: 133px;
}
}/* //end for PC */

/*qaAnsKinds*/
.qaAnsKindsList{
	counter-reset: list-counter;
}
.qaAnsKindsList > li{
  counter-increment: list-counter;
}
.qaAnsKindsList > li + li{
	margin-top: 22px;
}
.qaAnsKindsList > li h4{
	display: flex;
	gap: 0 10px;
	margin-bottom: 8px;
    margin-left: 3px;
	font-size: min(2.2vw,20px);
	color: var(--navy2);
}
.qaAnsKindsList > li h4::before{
	content: counter(list-counter) ;
	display: grid;
	place-content: center;
	background-color: var(--navy2);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #ffffff;
}
.qaAnsKindsList li div{
	background: #ffffff;
	padding: 20px 3% 20px 40px;
}

.qaAnsKindsList li div li{
  font-size: 18px;
  margin-left: 1em;
  text-indent: -1em;
}

.qaAnsKindsList li div li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
.qaAnsKindsList li h4{
	gap: 0 6px;
	margin-bottom: 4px;
	font-size: min(4.4vw,18px);
}
.qaAnsKindsList li div li{
  font-size: 15px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

/* footer
---------------------------------------------------------------------------- */
#footerInfo{
	padding: 16px 0 40px;
	background: var(--navy3);
	color: #ffffff;
}
#footerInfo h2{
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
}
.pcFlex:has(.footerInfoOffice){
	margin-top: 30px;
}
.footerInfoOffice p{
	font-size: 16px;
}
.footerInfoOffice p:nth-of-type(2){
	margin: 5px 0;	
}
.footInfoTimes{
	margin-top: 38px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
#footerInfo h2{
	font-size: 18px;
	text-align: center;
}
.pcFlex:has(.footerInfoOffice){
	margin-top: 10px;
}
.footerInfoOffice h2::after{
	content: "";
	display: block;
	margin: 15px auto;
	width: 120px;
	height: 120px;
	background: url('images/footer_meisuikn.png') no-repeat center center / 100% 100%;
}
.footerInfoOffice p{
	text-align: center;
	font-size: 14px;
}
.footerInfoOffice p:nth-of-type(2){

}
.footInfoTimes{
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
.pcFlex:has(.footerInfoOffice){
	justify-content: space-between;
	justify-content: center;
	gap: 0 calc(74/1280*100%);
}
.footerInfoOffice{
	padding-left: min(calc(160/1280*100vw),160px);
	background: url('images/footer_meisuikn.png') no-repeat left 8px / min(10.3vw,132px) min(10.3vw,132px);
}
.footInfoTimes{
    width: min(100%, 390px);
}
}/* //end for PC */

footer .copyWrap{
	background: #ffffff;
	padding: 10px 3.8%;
    text-align: center;
}
footer .copyWrap .copy{
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 768px) {
footer .copyWrap .copy{
	font-size: 12px;
	text-align: center;
}
  footer .copyWrap .copy + .copy{
	margin-top: 10px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
footer .copyWrap.pcFlex{
	justify-content: center;
	gap: 0 30px;
}
}/* //end for PC */


#pageTop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--yellow);
  border: 3px solid #fff;
}
#pageTop a{
	display: block;
	width: 100%;
	height: 100%;
}
#pageTop a::after{
    position: absolute;
	top: 50%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-color: var(--base);
    border-width: 4px 0 0 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg) translate(-25%,-25%);
    transform: rotate(45deg) translate(-25%,-25%);
}
