@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: #992f3b;
  --red: #d71c4b;
  --blue: #0446a2;
	--navy: #092b59;
  --yellow: #fdf250;
  --yellowShadow: #e0d52c;
  --orange: #d44c09;
  --beige: #fff5d5;
	--gray: #dfe0e4;
	--grayShadow: #cfd2d8;
	--grayL: #f6f6f6;
}

/*------------------ 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(--base);
	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(--base);
}
#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(--base);
}
#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: 5;
}
}/* //end for PC */

/*		#mv
-----------------------------*/
.mvImg{
	position: relative;
}
.mvImg img{
	width: 100%;
	height: auto;
}

/*		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;
}
@media screen and (max-width: 768px) {
.secTiWrap{
	font-size: 32px;
}
.secSubTi{
	margin-bottom: 14px;
	font-size: 24px;
}
}/* //end for SP */

.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: 435px;
  margin: 0 auto;
	padding-right: 1.2em;
	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: 22px;
	height: 26px;
	font-size: 0;
}
.btn.icPDF::after{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
.btn{ 
	border-radius: 14px;
	padding-right: 5%;
	padding-left: 10%;
	width: min(100%,336px);
	height: min(7em,85px);	
    font-size: 24px;
}
.btn span.icArrow{
	width: 100%;
  }
.btn span.icCheck::before{
	margin-right: 15px;
	width: 33px;
	height: 27px;
}
}/* //end for SP */

section .secInner{
	padding: 40px 0 70px;
}

/*		#mv
-----------------------------*/
@media screen and (max-width: 768px) {
#mv .mvImg{
	padding-bottom: 10px;
}
}/* //end for SP */

/*		#movie
-----------------------------*/
#movie .secInner{
	padding: 40px 0 70px;
}
#movie .radiusBox{
	padding: 30px 0 50px;
}
#movie .radiusBox p{
	margin-bottom: 20px;
	text-align: center;
}
.movieBox{
	width: min(90%, 710px);
	margin: 0 auto 10px;
}
#movie p.txtCenter a span.icArrow{
	display: inline-block;
	position: relative;
	text-decoration: underline;
	font-size: min(5vw, 24px);
	margin: 20px auto 15px;
}
#movie p.txtCenter a span.icArrow::after{
	position: absolute;
  right: -1.3em;
  top: calc(50% - 0.8em);
  content: "＞";
  display: inline-block;
  font-size: 0.8em;
}
#movie dl{
	max-width: 600px;
	margin: 20px auto 0;
}
#movie dl dt{
	color: var(--red);
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
#movie dl dd{
	font-size: 23px;
	padding-top: 10px;
	text-align: center;
}
#movie dl dd span{
	display: block;
	font-size: 14px;
	line-height: 1.71;
	margin-top: 20px;
	text-align: left;
}
@media screen and (max-width: 768px) {
#movie .secInner{
	padding: 35px 0 40px;
}
#movie .radiusBox{
	padding: 20px 3.6%;
}
#movie .radiusBox p{
	margin-bottom: 10px;
}
.movieBox{
	width: min(94%, 718px);
}
#movie dl{
	margin-top: 20px;
}
#movie dl dt{
	font-size: 21px;
}
#movie dl dd{
	font-size: 17px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#movie{
	margin-top: 28px;
}
}/* //end for PC */

/*		#know
-----------------------------*/
@media screen and (max-width: 768px) {
#know .secInner {
    padding: 35px 0 50px;
}
#know .radiusBox{
	padding: 20px 3.6%;
}
#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 #message .radiusBox {
    padding: 16px 3.6% 30px;
}
#know #meaning.radiusBox {
    padding: 30px 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 */

/* #message */
#message.secInner{
	padding-bottom: 40px;
}
#message .radiusBox .txts p:has(b){
	color: var(--red);
}

/* #meaning */
#meaning .secSubTi{
	margin-bottom: 10px;
}
.meaningLead{
	font-weight: 600;
	text-align: center;
}
.meaningLead .orange{
	font-size: min(2.6vw,26px);
	font-weight: 700;
	color: var(--orange);
    line-height: 1.75em;
}
.slashWrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slashWrap::before,
.slashWrap::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 136px;
	background-color: #000000;
	transform-origin: center bottom;
}
.slashWrap::before{
	transform: rotate(-30deg);
}
.slashWrap::after{
	transform: rotate(30deg);
}
.slashTxt{
	line-height: 1.75em;
	text-align: center;
	margin-top: 20px;
}
.slashTxt .marker{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
.meaningLead{
	margin-bottom: 20px;
}
.meaningLead .orange{
	font-size: 22px;	
}
.slashWrap::before,
.slashWrap::after{
	height: 181px;
}
.slashWrap::before{
	transform: rotate(-11deg);
}
.slashWrap::after{
	transform: rotate(11deg);
}
}/* //end for SP */

#know #meaning .meaningImg{
	width: min(100%, 836px);
	height: auto;
	margin: 14px auto 0;
}
#know #meaning .radiusBox{
    position: relative;
	background-color: var(--beige);
    margin: -6px auto 30px;
	padding: 26px 2%;
	width: min(100% , 860px);
    z-index: 1;
}
#know #meaning .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%
  );
}
#know #meaning .radiusBox p{
	text-align: center;
  font-weight: 600;
	line-height: 1.75em;
}
#know #meaning .radiusBox p .orange{
	color: var(--orange);
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.75em;
}
#ageRatioWrap{
	background: #ffffff;
	padding: 14px 2.3% 24px;
}
#ageRatioWrap dt{
	margin-bottom: 28px;
	text-align: center;
	font-size: min(2.4vw,22px);
	font-weight: 600;
}
@media screen and (max-width: 768px) {
#know #meaning .radiusBox{
    margin: -6px auto 30px;
	padding: 10px 2%;
	width: min(100% , 860px);
}
#know #meaning .radiusBox::after{
	width: 16px;
	height: 27px;
}
#ageRatioWrap dt{
    font-size: min(5vw, 20px);
}
#know #meaning .radiusBox p{
	letter-spacing: -0.04em;
}
}/* //end for SP */

#ageList.flex{
	flex-wrap: wrap;
	gap: 30px 15px;
}
#ageList.flex li{
	width: calc((100% - 45px)/4);
}
#ageList.flex li{
	display: flex;
	gap: 0 7px;
}
#ageList.flex li .ageLabel{
	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;
}
#ageList.flex li .ageLabel.row2{
    padding: min(0.4vw, 8px) 0;
	line-height: 1.2em;
}
#ageList.flex li .ageLabel .fontL{
	font-size: min(3vw,30px);
}
#ageList.flex li.orange .ageLabel{
	background: var(--orange);
}
#ageList.flex li.green .ageLabel{
	background-color: #00a671;
}
#ageList.flex li.green .ageLabel .fontL{
	font-size: min(2.8vw,28px);
}
#ageList.flex li .ageRatio{
	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);
}
#ageList.flex li.orange .ageRatio{
	color: var(--orange);
}
#ageList.flex li.green .ageRatio{
	color: #00a671;
}
#ageList.flex li .ageRatio .fontL{
	font-size: min(4vw,40px);
}
@media screen and (max-width: 768px) {
#ageList.flex{
	gap: 18px min(3.8vw,15px);
}
#ageList.flex li{
	width: calc((100% - 15px)/2);
	gap: 0 3px;
}
#ageList.flex li .ageLabel{
	width: 46px;
	height: 46px;
	border-radius: 7px;
	font-weight: 700;
	line-height: 46px;
	font-size: 14px;
}
#ageList.flex li .ageLabel.row2{
    padding: 6px 0;
	line-height: 1.2em;
}
#ageList.flex li .ageLabel .fontL{
	font-size: 21px;
}
#ageList.flex li.green .ageLabel .fontL{
	font-size: 19px;
}
#ageList.flex li .ageRatio{
	font-size: 20px;
	line-height: 46px;
	flex: 1;
}
#ageList.flex li .ageRatio .fontL{
	font-size: 28px;
}
}/* //end for SP */

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

/*		#candidateinfo
-----------------------------*/
#candidateinfo .radiusBox{
	padding: 60px 3.6% 70px;
}
#candidateinfo .radiusBox .txtCenter{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
#candidateinfo .radiusBox{
	padding: 20px 3.6% 20px;
}
#candidateinfo .radiusBox .txtCenter{
	font-size: 18px;
	margin-bottom: 20px;
}
#candidateinfo .btn{
	padding-left: 8%;
}
#candidateinfo .btn span.icArrow{
	font-size: 21px;
}
#candidateinfo .btn span.icCheck::before {
  margin-right: 5px;
}
#candidateinfo .btn span.icArrow::after{
	top: 0.1em;
}
}/* //end for SP */

/*		#child
-----------------------------*/
#child .radiusBox .secInner{
	padding-top: 20px;
}
#child .subTi{
	color: var(--red);
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
}
.childLead{
	margin-bottom: 20px;
	padding-left: 40px;
}
#child h3{
	color: var(--base);
	font-size: 28px;
	text-align: center;
}
#child h3 span{
	font-size: 16px;
}
#child ul{
	display: flex;
	flex-wrap: wrap;
	gap:20px 13px;
}
#child ul li{
	background: var(--beige);
	border: 1px solid var(--base);
	display: flex;
	justify-content: space-between;
	width: calc((100% - 26px) / 3);
}
#child ul li figure{
	padding: 13px 8px;
	text-align: center;
	width: calc(100% - 70px);
}
#child ul li figure img{
	max-height: 190px;
}
#child ul li p{
	background: var(--base);
	color: #fff;
	font-size: 26px;
	display: flex;
	align-items: center;
	padding: 20px;
	width: 70px;
}
#child .ballotPaper{
	margin: 50px auto 40px;
	max-width: 484px;
}
#child .btn span.icArrow{
	text-align: center;
}
#child .btn span.icArrow::after{
	top: calc(50% - 0.6em);
}
#child .btn span.icArrow span{
	display: block;
	font-size: 16px;
}
#child rt{
	letter-spacing: -0.07em;
	line-height: 1;
	margin-bottom: -0.6em;
	font-size: 10px;
}
#child h2 rt{
	font-size: 14px;
	margin-bottom: -0.8em;
}
#child p.subTi rt,
#child h3 rt{
	font-size: 12px;
}
#child h3 span rt{
	font-size: 10px;
}
@media screen and (max-width: 768px) {
#child .radiusBox .secInner{
	padding-bottom: 30px;
}
.childLead{
	padding-left: 0;
}
#child .subTi{
	font-size: 20px;
}
#child h3{
	font-size: 20px;
}
#child h3 span{
	font-size: 14px;
}
#child rt{
	margin-bottom: -0.4em;
}
#child p.subTi rt,
#child h3 rt{
	font-size: 10px;
}
#child ul{
	gap: 15px;
}
#child ul li{
	flex-wrap: wrap;
	justify-content: center;
	width: calc((100% - 15px)/2);
}
#child ul li figure{
	display: grid;
  align-items: center;
	width: 80%;
	height: 80%;
	padding: 5%;
}
#child ul li p{
	display: block;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	width: 100%;
}
#child .ballotPaper{
	margin: 25px auto;
	text-align: center;
	max-width: 90%;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
	#child ul li p{
		writing-mode: vertical-rl;
	}
}/* //end for PC */

/*		#qa
-----------------------------*/
#qa .secInner{
	padding: 40px 0 70px;
}
#qa .secInner .inner{
	width: min(92.4%, 924px);
	margin: 0 auto;
}
.qaSubti{
	background-color: var(--base);
	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 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 */

/*qaAnsAbout*/
#qaAnsAbout.qaAnsBox .qaAnsLead{
	position: relative;
	color: var(--base);
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: 600;
}
#qaAnsAbout.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);
}
#qaAnsAbout.qaAnsBox .qaAnsLead{
	color: #000000;
	font-size: 18px;
}
#qaAnsAbout.qaAnsBox .qaAnsLead span{
	font-size: 1.3em;
  font-weight: 700;
  color: var(--blue);
}
#qaAnsAbout .radiusBox{
    position: relative;
	background-color: var(--beige);
    margin: -6px auto 0;
	padding: 36px 2% 26px;
	width: min(100% , 860px);
    z-index: 1;
}
#qaAnsAbout .radiusBox::after{
	display: none;
}
#qaAnsAbout .radiusBox p{
	text-align: center;
    font-weight: 600;
}
#qaAnsAbout .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;
}
@media screen and (max-width: 768px) {
#qaAnsAbout .radiusBox{
    margin: -6px auto 30px;
	padding: 10px 2%;
	width: min(100% , 860px);
}
#qaAnsAbout .radiusBox::after{
	width: 16px;
	height: 27px;
}
#qaAgeRatioWrap dt{
    font-size: min(5vw, 20px);
}
}/* //end for SP */

#aboutSystem {
	margin-top: 40px;
}
#aboutSystem .radiusBox{
	position: relative;
	background: var(--beige);
	width: min(100%, 400px);
	padding: 20px 18px;
}
#aboutSystem dt{
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 7px;
	width: 180px;
	background: var(--base);
	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: 20px;
	font-weight: 600;
	line-height: 1.5;
}
#aboutSystem .icPlus{
	font-size: 200px;	
    line-height: 350px;
	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;
	margin-bottom: 0;
	padding: 20px 2%;
}
#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: 36px;
	font-size: 100px;
    line-height: 60px;
	text-align: center;
}
#aboutSystem .hireiImgs figure.hireiImgsSeitou figcaption{
	font-size: 18px;
}
#aboutSystem .hireiImgs figure.hireiImgsSeitou img,
#aboutSystem .hireiImgs figure.hireiImgsKojin img{
	width: auto;
	height: 50px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#aboutSystem.pcFlex {
	gap: 8px 5px;
}
#aboutSystem .radiusBox:first-of-type dd p{
	margin-top: 0;
}
}/* //end for PC */

#aboutJob{
	margin-top: 60px;
}
.aboutJobLead{
	margin-bottom: 20px;
	font-size: 26px;
	color: var(--red);
	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(--red);
	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(--red);
	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 */

#aboutDifference{
	margin-top: 40px;
}
#aboutDifference .aboutLead{
	text-align: center;
}
#aboutDifference .aboutLead .orange{
	color: var(--orange);
}
#aboutDifferenceImage{
	margin-top: 30px !important;
	position: relative;
	background: var(--beige);
	padding: 28px 5% 36px !important;
}
#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(--base);
    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;
	line-height: 1.5 !important;
	font-weight: 500;
	text-align: left !important;
}
@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 */

/*qaAnsEssential*/
.qaAnsEssentials li{
	background: #ffffff;
	padding: 14px 2.3% 24px;
}
.qaAnsEssentials li + li{
	margin-top: 25px;
}
.qaAnsEssentials li h4{
	color: var(--red);
}
.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(--base);
	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(--base);
  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(--base);
	font-size: min(2.2vw,22px);
	color: var(--base);
}
#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(--base);
	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%);
}