@charset "UTF-8";

/*
Theme Name:common
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}
*, *::before, *::after {
  box-sizing: border-box;
}
/* = all
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
}
body {
	font-family: "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 3.46vw; /* 750px基準の26pxをvw換算 */
	line-height: 1;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
.br_sp {
	display: block;
}
.br_650 {
	display: block;
}
.br_767 {
	display: block;
}
.br_pc {
	display: none;
}
.br_only {
	display: block;
}
.txt_line {
	display: inline;	
	padding: 0 0 1.66vw;
	background: linear-gradient(transparent 86%, #fffe2e 0%);	
}
@media (min-width: 481px) {
	body {
		font-size: 14px; /* PC/タブレット用の基準値 */
	}
	.br_sp {
		display: none;
	}
	.txt_line {
		padding: 0 0 5px;
	}
}
@media (min-width: 600px) {
	.br_600 {
		display: none;
	}
}
@media (min-width: 768px) {
	.br_767 {
		display: none;
	}
	.br_pc {
		display: block;
	}
}
@media (hover){
	a, a img, input[type="submit"], input[type="reset"], svg * {
		transition-property: color, background-color, background, border-color, fill, opacity;
		transition-duration: .3s;
	}
}
a img:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	opacity: 0.7;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* = common 
-------------------------------------------------------------- */
body.open {
	overflow: hidden;
}
.header {
	top: 0;
	width: 100%;
    padding: 1.5vw 3.3vw 3.3vw;
	background-color: #fff;
	z-index: 2;
}
.header .h_top {
	position: relative;
	margin: 0 auto;
}
.header .h_top .logo {
    position: relative;
    width: 31.4vw;
    height: auto;
	z-index: 3;
}
.header .h_top .logo a {
	display: block;
}
.header .h_top .logo img {
    width: 100%;
    height: auto;
}
.header .h_top .h_tit {
	display: block;
    padding: 1.5vw 0 0;
	text-align: left;
}
.header .h_top .h_tit a {
    color: #164ab2;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-align: left;
    text-decoration: none;
}
.header .h_top .h_tit span {
	display: block;
	font-size: 2.93vw;
	font-weight: 700;
	padding: 0 0 1.8vw;
	letter-spacing: 0.09em;
}
.humburger_box {
	position: fixed;
    top: 3.3vw;
	right: 3.3vw;
	cursor: pointer;
	z-index: 999;
}
.humburger_box .humburger {
	width: 13.33vw;
	height: 13.33vw;
    background-color: #efeef3;
}
.humburger_box .humburger {
	position: relative;
}
.humburger span {
	position: absolute;
	width: 6.8vw;
	height: 1px;
	margin-left: -3.4vw;
    background: #000;
	left: 50%;
	transform: translate(0, -50%);
	transition: .4s;
}
.humburger span:first-child {
	top: 3vw;
}
.humburger span:nth-child(2) {
	top: 50%;
	transform: translate(0,-50%);
	margin-top: -1.5vw;
}
.humburger span:last-child {
	bottom: 5.5vw;
}
.humburger.open {
	background-color: transparent;
}
.humburger.open span {
	width: 100%;
	left: 0;
	margin-left: 0;
	background: #0EA1C4;
    scale: 80%;
}
.humburger.open span:first-child {
	transform: rotate(45deg) translate(0,-50%);
	top: 50%;
}
.humburger.open span:nth-child(2) {
	display: none;
}
.humburger.open span:last-child {
	bottom: 50%;
	transform: translate(0,50%) rotate(-45deg);
}
.humburger::after {
	position: absolute;
	content: "menu";
	left: 50%;
	bottom: 0;
	bottom: 1.7vw;
	font-size: 3vw;
	transform: translateX(-50%);
}
.humburger.open::after {
	content: "";
}
.g_nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background: #0EA1C4;
	z-index: 400;
	transform: translate(-100%,0);
	transition: .4s;
    /* スクロール対応の追加 */
    overflow-y: auto; /* 縦方向のスクロールを有効化 */
    overflow-x: hidden; /* 横方向のスクロールは無効化 */
}
.g_nav {
	width: fit-content;
    padding: 14vw 6vw;
}
.g_nav ul li {
    margin-bottom: 8vw;
}
.g_nav ul li a {
	display: block;
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.13em;
    text-decoration: none;
	text-align: left;
    line-height: 1.4;
}
.g_nav ul li a:hover {
	opacity: 0.7;
}
.g_nav ul li a span {
    font-size: 7vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.2;
}
.g_nav.open {
	transform: none;
}
.nav_shadow {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	z-index: 150;
}
.container {
	padding: 0 6vw;
	background-color: #f5f7e5;
}
.container .inner {
	padding: 5.33vw 5.33vw 33.33vw;
	background-color: #00b5e4;
}
.footer {
	border-top: 2.67vw solid #fff;
}
.footer .f_nav {
	padding: 5vw 0 4vw;
	background: #90e0e7;
}
.footer .f_nav .inner {
	padding: 0 4.6vw;
}
.footer .f_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4vw 0
}
.footer .f_nav ul li {
	width: calc(50% - 1.5vw);
	font-size: 3.2vw;
	text-align: left;
}
.footer .f_nav ul li a {
	color: #555;
	text-decoration: underline;
	position: relative;
	padding: 0 0 0 12px;
	letter-spacing: -0.02em;
	line-height: 1.7;
	text-decoration: none;
}
.footer .f_nav ul li a:hover {
	text-decoration: underline;
}
.footer .f_nav ul li a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #a9a9a9;
	border-right: 0;
}
.footer .copy {
	color: #127BC9;
	font-size: 2.67vw;
	padding: 2.93vw 0;
	border-top: solid 10.66vw #127cca;
}	
@media screen and (orientation: landscape) {
    .g_nav.mobile ul {
        overflow-y: scroll;
        padding-bottom: 14vw;
    }
}
@media(min-width: 481px){
	.header {
		padding: 10px 18px 15px;
	}
	.header .h_top .logo {
		width: 135px;
	}	
	.header .h_top .h_tit {
		padding: 10px 0 0;
	}
    .header .h_top .h_tit span {
		font-size: calc(18px * 0.9);
		padding: 0 0 5px;
    }
    .humburger_box .humburger {
        width: 61px;
        height: 61px;
    }
    .humburger_box {
        top: 18px;
        right: 18px;
    }
    .humburger span {
        width: 32px;
        height: 2px;
        margin-left: -16px;
    }
    .humburger span:first-child {
		top: 14px;
    }
    .humburger span:last-child {
		bottom: 23px;
    }
	.humburger::after {
		bottom: 8px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	.humburger span:nth-child(2) {
		margin-top: -6px;
	}
    .g_nav {
		padding: 55px 55px;
	}
	.g_nav ul li {
		margin-bottom: 30px;
	}
	.g_nav ul li a {
		font-size: 16px;
	}
	.g_nav ul li a span {
		font-size: 24px;
	}
	.container {
		padding: 0 30px;
	}
	.container .inner {
		padding: 50px 30px;
	}
	.inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	.footer {
		border-top: 10px solid #fff;
	}
	.footer .f_nav {
		padding: 8px 0;
	}
	.footer .f_nav .inner {
		padding: 0 30px;
	}
	.footer .f_nav ul {
		justify-content: flex-start;
		gap: 10px 30px;
	}
	.footer .f_nav ul li {
		font-size: 14px;
		width: auto
	}
	.footer .copy {
		font-size: 12px;
		padding: 9px 0;
		border-top: solid 35px #127cca;
	}
	.footer .copy p {
		padding: 8px 0;
	}
}
@media(min-width: 750px){
	.container .inner {
		padding: 80px 50px;
	}
	.header {
		padding: 25px 18px;
	}
	.header .h_top {
		height: 61px;
	}
    .header .h_top .h_tit {
        width: 100%;
        position: absolute;
		top: 50%;
		left: 50%;
		margin-left: 20px;
        padding: 0;
        transform: translate(-50%, -50%);
        text-align: center;
    }
	.header .h_top .h_tit a {
		font-size: 2.8vw;
		text-align: center;
	}
	.header .h_top .h_tit span {
		font-size: 18px;
		padding: 0 0 15px;
        text-align: center;
	}
    .humburger_box {
        top: 25px;
        right: 30px;
    }
}
@media ( min-width: 768px ) {
	.g_nav {
		padding: 85px 60px 0 80px;
	}
	.g_nav ul li {
		margin-bottom: 70px;
	}
	.g_nav ul li a {
		font-size: 24px;
	}
	.g_nav ul li a span {
		font-size: 40px;
		letter-spacing: 0.17em;
		line-height: 1.3;
	}
}
@media ( min-width: 1024px ) {
	.header {
		padding: 25px 35px;
	}
    .header .h_top .logo {
        width: 185px;
    } 
	.header .h_top .h_tit {
		margin-left: 0;
	}
	.g_nav {
		padding: 85px 60px 0 120px;
	}
}
@media ( min-width: 1060px ) {
   .header .h_top .h_tit a {
        font-size: 32px;
    } 
	.footer .f_nav .inner {
		padding: 0;
	}
}
@media ( min-width: 1100px ) {
	.container .inner {
		padding: 80px 100px;
	}
}
/* = 　TOP
-------------------------------------------------------------- */
.hero {
	position: relative;
	width: 100%;
	min-height: auto;
	aspect-ratio: 750 / 910;
	object-fit: cover;
	background: url("img/hero_sp.jpg") no-repeat center 0;
	background-size: 100% auto;
	text-align: left;
}
.hero .inner {
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
}
.hero_box {
	padding: 25vw 0 0 6vw;
}
.hero p {
	color: #164ab2;
	font-size: 3.73vw;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.09em;
}
.hero_tit {
	color: #fffe2e;
	font-size: 8.27vw;
	font-weight: 700;
	padding: 0.67vw 0 0;
	letter-spacing: 0.12em;
	line-height: 1.42;
}
.hero_tit span {
	text-shadow: 
	rgb(22, 74, 178) 2px 0px 0px,
	rgb(22, 74, 178) 1.75517px 0.958851px 0px, 
	rgb(22, 74, 178) 1.0806px 1.68294px 0px,
	rgb(22, 74, 178) 0.141474px 1.99499px 0px, 
	rgb(22, 74, 178) -0.832294px 1.81859px 0px, 
	rgb(22, 74, 178) -1.60229px 1.19694px 0px, 
	rgb(22, 74, 178) -1.97998px 0.28224px 0px, 
	rgb(22, 74, 178) -1.87291px -0.701566px 0px,
	rgb(22, 74, 178) -1.30729px -1.5136px 0px,
	rgb(22, 74, 178) -0.421592px -1.95506px 0px,
	rgb(22, 74, 178) 0.567324px -1.91785px 0px,
	rgb(22, 74, 178) 1.41734px -1.41108px 0px,
	rgb(22, 74, 178) 1.92034px -0.558831px 0px;
}
.hero_tit span {
	display: inline-block;
	position: relative;
	color: #fffe2e;
	padding-bottom: 6px; /* 下線との間隔 */
	z-index: 1;
}

.hero_tit span::after {
	content: "";
	position: absolute;
	left: -1vw;   /* 少しはみ出す */
	right: 0;  /* 少しはみ出す */
	bottom: 1.3vw;
	height: 2.6vw;  /* 下線の太さ */
	background: #41c2ef;
	z-index: -1;
}
.top .container .inner {
	padding: 9.67vw 4vw 27.33vw;
}
.top .intro_box {
	padding: 0 0 16vw;
}	
.top .intro_box p {
	color: #fff;
	font-size: 3.73vw;
	font-weight: 700;
	text-align: left;
	line-height: 2;
}
.top .link_btn_wrap {
	margin-bottom: 16vw;
}
.top .link_btn_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 8vw;
}
.top .link_btn_wrap ul li {
	width: 100%;
	max-width: 460px;
	overflow: hidden;
}
.top .link_btn_wrap ul li:nth-child(1),
.top .link_btn_wrap ul li:nth-child(2) {
	min-height: 34.67vw;
}
.top .link_btn_wrap ul li:nth-child(1) a:hover,
.top .link_btn_wrap ul li:nth-child(2) a:hover {
	background: #6aefcf;
}
.top .link_btn_wrap ul li:nth-child(3) {
	flex:content;
	min-height: 20.0vw;
}
.top .link_btn_wrap ul li:nth-child(3) a:hover {
	background: #ea8000;
}
.top .link_btn_wrap ul li a {
	position: relative;
	display: block;
	font-size: 4vw;
	font-weight: bold;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 4px solid #fff;
	border-radius: 2vw 2vw 5.87vw 2vw;
	background: #fffe2e;
	transition: background-color 0.5s ease;;
}
.top .link_btn_wrap ul li:nth-child(3) a {
	display: flex;
	align-items: center;
	color: #fff;
	background: #164ab2;
	text-align: left;
}
.top .link_btn_wrap ul li span {
	display: block;
	line-height: 1.2;
}
.top .link_btn_wrap ul li:nth-child(1) .txt-wrap,
.top .link_btn_wrap ul li:nth-child(2) .txt-wrap {
	color: #164ab2;
	padding: 2.6vw 0 0;
}
.top .link_btn_wrap ul li:nth-child(3) .txt-wrap {
	color: #fff;
	padding: 0 0 0 4vw;
}
.top .link_btn_wrap ul li .highlight {
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1;
}
.top .link_btn_wrap ul li:nth-child(1) .highlight,
.top .link_btn_wrap ul li:nth-child(2) .highlight {
	font-size: 7.2vw;
	margin-top: 1.5vw;
}
.top .link_btn_wrap ul li:nth-child(3) .highlight {
	font-size: 5.87vw;
	margin-bottom: 2vw;
	letter-spacing: 0.24em;
}
.top .link_btn_wrap li a::after {
	position: absolute;
	content: "";
	width: 8.8vw;
	height: 8.8vw;
	background: url(img/top_arrow.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.top .link_btn_wrap ul li:nth-child(1) a::after,
.top .link_btn_wrap ul li:nth-child(2) a::after {
	left: 50%;
	margin-left: -4.4vw;
	bottom: 4.67vw;
}
.top .link_btn_wrap ul li:nth-child(3) a::after {
	top: 50%;
	transform: translateY(-50%);
	right: 5.3vw;
}
.top .link_btn_wrap ul li a br.br_only {
	display: none;
}
.top .sec_tit {
	color: #fff;
	font-size: 4.8vw;
	font-weight: 700;
	margin: 0 0 7.73vw;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.top .information .sec_in .tit {
	color: #0A7FBF;
	font-size: 3.73vw;
	font-weight: 700;
	margin: 0 0 4.27vw;
	padding: 1.6vw 3.3vw;
	border: 0.4vw solid #0A7FBF;
	background: #fff;
	text-align: left;
}
.top .information .sec_in_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.top .information .sec_in ul {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
.top .information .sec_in ul li {
	color: #fff;
	font-size: 3.73vw;
	margin: 0 0 6vw;
	line-height: 1.7;
}	
.top .information .sec_in ul li a {
	display: block;
	color: #fff;
	font-size: 3.73vw;
	margin-bottom: 1.33vw;
	text-decoration: none;
}
.top .information .sec_in ul li a span {
    text-decoration: underline;
}
.top .information .sec_in ul li a span:hover {
    text-decoration: none;
}
@media(min-width: 481px){ 
	.hero {
		aspect-ratio: 768 / 684;
		background: url(img/hero_tb.jpg) no-repeat center 0;
		background-size: cover;
	}
	.hero_box {
		width: fit-content;
		margin: 0 auto;
		padding: 13.0vw;
	}
	.hero_tit span {
		text-shadow: rgb(22, 74, 178) 3px 0px 0px, 
		rgb(22, 74, 178) 2.83487px 0.981584px 0px, 
		rgb(22, 74, 178) 2.35766px 1.85511px 0px,
		rgb(22, 74, 178) 1.62091px 2.52441px 0px, 
		rgb(22, 74, 178) 0.705713px 2.91581px 0px,
		rgb(22, 74, 178) -0.287171px 2.98622px 0px,
		rgb(22, 74, 178) -1.24844px 2.72789px 0px, 
		rgb(22, 74, 178) -2.07227px 2.16926px 0px, 
		rgb(22, 74, 178) -2.66798px 1.37182px 0px, 
		rgb(22, 74, 178) -2.96998px 0.42336px 0px,
		rgb(22, 74, 178) -2.94502px -0.571704px 0px,
		rgb(22, 74, 178) -2.59586px -1.50383px 0px, 
		rgb(22, 74, 178) -1.96093px -2.27041px 0px, 
		rgb(22, 74, 178) -1.11013px -2.78704px 0px, 
		rgb(22, 74, 178) -0.137119px -2.99686px 0px,
		rgb(22, 74, 178) 0.850987px -2.87677px 0px,
		rgb(22, 74, 178) 1.74541px -2.43999px 0px,
		rgb(22, 74, 178) 2.44769px -1.73459px 0px, 
		rgb(22, 74, 178) 2.88051px -0.838247px 0px;
	}	
	.hero_tit span::after {
		height: 16px;
		left: -3px;
		bottom: 9px;
	}
	.hero p {
		font-size: 2.96vw;
	}
	.hero_tit {
		font-size: 6.46vw;
		padding: 5px 0 0;
	}
	.hero_tit span::after {
		height: 10px;
		left: -3px;
		bottom: 6px;
	}
	.top .intro_box p {
		font-size: 18px;
	}
	.top .container .inner {
		padding: 40px 20px 95px;
	}
	.top .intro_box {
		max-width: 515px;
		margin: 0 auto;
		padding: 0 0 70px;
	}
	.top .link_btn_wrap {
		margin-bottom: 80px;
	}
	.top .link_btn_wrap ul {
		gap: 40px 0;
	}
	.top .link_btn_wrap ul li a {
		font-size: calc(24px * 0.8);
	}
	.top .link_btn_wrap ul li:nth-child(1), 
	.top .link_btn_wrap ul li:nth-child(2) {
		min-height: 175px;
	}
	.top .link_btn_wrap ul li:nth-child(3) {
		min-height: 110px;
	}
	.top .link_btn_wrap ul li:nth-child(1) .txt-wrap, 
	.top .link_btn_wrap ul li:nth-child(2) .txt-wrap {
		padding: 15px 0 0;
	}
	.top .link_btn_wrap ul li:nth-child(3) .txt-wrap {
		padding: 0 0 0 18px;
	}	
	.top .link_btn_wrap ul li:nth-child(1) .highlight, 
	.top .link_btn_wrap ul li:nth-child(2) .highlight {
		font-size: calc(46px * 0.8);
		margin-top: 10px;
	}
	.top .link_btn_wrap ul li:nth-child(3) .highlight {
		font-size: calc(38px * 0.8); /* 枠に収める*/
		margin-bottom: 15px;
	}
	.top .link_btn_wrap ul li a {
		border: 8px solid #fff;
		border-radius: 10px 10px 44px 10px;
	}
	.top .sec_tit {
		font-size: calc(32px * 0.9);
	}
	.top .information .sec_in .tit {
		font-size: 24px;
		margin: 0 0 26px;
		padding: 11px 22px;
		border: 3px solid #0A7FBF;
	}
	.top .information .sec_in ul li {
		font-size: 18px;
		margin: 0 0 30px;
	}
	.top .information .sec_in ul li a {
		font-size: 18px;
		margin-bottom: 0;
	}
	.top .link_btn_wrap ul li:nth-child(1) a::after,
	.top .link_btn_wrap ul li:nth-child(2) a::after {
		bottom: 20px;
		margin-left: -22px;
	}
	.top .link_btn_wrap ul li:nth-child(1) a::after,
	.top .link_btn_wrap ul li:nth-child(2) a::after,
	.top .link_btn_wrap ul li:nth-child(3) a::after {
		width: 45px;
		height: 45px;
	}
	.top .link_btn_wrap ul li:nth-child(3) a::after {
		right: 20px;
	}
}
@media (min-width: 650px) {
	.top .information .sec_in_wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		gap: 50px 30px;
	}
	.top .information .sec_in {
		width: calc(50% - 15px);
	}
	.top .information .sec_in ul li:last-child {
		margin-bottom: 0;
	}
}
@media ( min-width: 768px ) {
	.top .container .inner {
		padding: 40px 50px 95px;
	}
	.top .intro_box p {
		font-size: 18px;
	}
	.top .link_btn_wrap {
		margin-bottom: 120px;
	}
	.top .link_btn_wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 50px 35px;
	}
	.top .link_btn_wrap ul li {
		position: relative;
	}
	.top .link_btn_wrap ul li:nth-child(1),
	.top .link_btn_wrap ul li:nth-child(2) {
		width: calc(50% - 20px);
		min-height: 260px;
		border-radius: 15px 15px 44px 15px;
	}
	.top .link_btn_wrap ul li:nth-child(1) a,
	.top .link_btn_wrap ul li:nth-child(2) a {
		border-radius: 15px 15px 44px 15px;
	}
	.top .link_btn_wrap ul li:nth-child(3) {
		flex: 1;
		max-width: 594px;
		min-height: 150px;
		text-align: left;
	}
	.top .link_btn_wrap ul li a {
		display: block;
		font-weight: bold;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	.top .link_btn_wrap ul li a br.br_only {
		display: block;
	}
	.top .link_btn_wrap ul li:nth-child(1) .txt-wrap, 
	.top .link_btn_wrap ul li:nth-child(2) .txt-wrap {
		padding: 25px 0 0;
	}
	.top .link_btn_wrap ul li:nth-child(1) .highlight,
	.top .link_btn_wrap ul li:nth-child(2) .highlight {
		margin-top: 15px;
	}	
	.top .link_btn_wrap ul li:nth-child(1) a::after,
	.top .link_btn_wrap ul li:nth-child(2) a::after {
		width: 66px;
		height: 66px;
		bottom: 30px;
		margin-left: -33px;
	}
	.top .link_btn_wrap ul li:nth-child(3) a::after {
		width: 66px;
		height: 66px;
		right: 45px;
	}
	.top .sec_tit {
		font-size: 32px;
		margin: 0 0 60px;
	}
}
@media(min-width: 900px){
	.hero {
		height: 591px;
		aspect-ratio: inherit;
		background: url(img/hero.jpg) no-repeat 64% 0;
		background-size: cover;
	}
	.hero p {
		font-size: calc(25px * 0.8);
	}
	.hero_tit {
		font-size: calc(54px * 0.8);
		padding: 5px 0 0;
	}
	.hero .inner {
		height: 591px;
	}
	.hero_box {
		width: auto;
		padding: 130px 0 0 30px;
	}
	.hero_tit span::after {
		right: 5px;
	}
}
@media(min-width: 1000px){
	.hero .inner {
		margin: 0 auto;
	}
}
@media ( min-width: 1024px ) {
	.top .link_btn_wrap ul li a {
		font-size: 24px;
	}
	.top .link_btn_wrap ul li:nth-child(1) .highlight, 
	.top .link_btn_wrap ul li:nth-child(2) .highlight {
		font-size: 46px;
		margin-top: 20px;
	}
	.top .link_btn_wrap ul li a br.br_only {
		display: none;
	}
	.top .link_btn_wrap ul li:nth-child(3) .highlight {
		font-size: 38PX;
	}
	.top .information .sec_tit br {
		display: none;
	}
}
@media(min-width: 1050px){
	.hero {
		overflow: hidden;
		height: 591px;
		background: url(img/hero_bg.png) no-repeat bottom center;
		background-size: cover;
	}
	.hero_box {
		padding-top: 150px;
	}
	.hero p {
		font-size: 25px;
	}
	.hero_tit {
		font-size: 54px;
	}		
	.hero_tit span::after {
		height: 16px;
		left: -3px;
		bottom: 9px;
	}
	.hero .hero_wrap {
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		width: 1200px;
		height: 592px;
		background: url(img/hero_irast.png) no-repeat bottom center;
		background-size: 1200px 592px;
	}	
}
/* =  prevent / happen / pamph
-------------------------------------------------------------- */
.container .content_box {
	border-radius: 1.2vw;
}
.content_box.bg_theme_01 {
	background-color: #fff;
}
.content_box .intro_box {
	padding: 6.66vw 4.66vw;
}
.main_tit {
	font-size: 4vw;
	font-weight: 700;
	color: #164ab2;
	line-height: 1.04;
}
.main_tit span {
	display: block;
	color: #fffe2e;
	font-size: 7.2vw;
	font-weight: 900;
	text-shadow:
		2px  2px 1px #164ab2,
		-2px  2px 1px #164ab2,
		2px -2px 1px #164ab2,
		-2px -2px 1px #164ab2,
		2px  0px 1px #164ab2,
		0px  2px 1px #164ab2,
		-2px  0px 1px #164ab2,
		0px -2px 1px #164ab2; 
	letter-spacing: 0.17em;
	line-height: 1.5;
}
.main_tit_sub,
.sec_tit_sub {
	font-size: 3.73vw;
	font-weight: 700;
	margin-top: 3vw;
	text-align: left;
	line-height: 2;
}
.sec .sec_tit {
	color: #164ab2;
	font-size: 4.8vw;
	font-weight: 900;
}
/* -- pamph　Link -- */
.pamph ul.pamph_list {
	margin: 9.33vw auto 0;
	padding: 1vw 4.66vw;
}
ul.pamph_list {
	display: flex;
	flex-direction: column;
	gap: 2.67vw;
}
ul.pamph_list li {
	width: 100%;
	margin: 0 auto;
}
ul.pamph_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 55px;
    font-size: 3.73vw;
    font-weight: 700;
	color: #0b78db;
	padding: 1vw 0;
    border-radius: 2.1vw;
    background-color: #fff;
	border: 3px solid #e7da00;
	text-decoration: none;
	box-shadow: 0.7vw 0.7vw 0.7vw 0.13vw rgba(000, 000, 000, 0.2);
    line-height: 1.4;
}
ul.pamph_list li a:hover {
	opacity: 0.7;
}
ul.pamph_list li .br_only {
	display: none;
}
ul.pamph_list .txt_adjust {
	display: block;
}
@media (min-width: 481px) { /* Font-size PC 90% はみ出すもの調整 */

	.container .content_box {
		max-width: 800px;
		margin: 0 auto;
		border-radius: 10px;
	}
	.content_box .intro_box {
		padding: 45px 30px 40px;
	}
	.main_tit {
		font-size: calc(29px * 0.9);
	}
	.main_tit span {
		font-size: calc(54px * 0.9);
	}
	.main_tit_sub {
		width: fit-content;
		font-size: 18px;
		margin: 30px auto 0;
		line-height: 1.8;
	}
	.sec .sec_tit {
		font-size: calc(32px * 0.9);
	}
	ul.pamph_list li a {
		min-height: 66px;
	}
}
@media (min-width: 768px) {
	.main_tit {
		font-size: 29px;
	}
	.main_tit span {
		font-size: 54px;
	}
	.content_box .intro_box {
		padding: 45px 0 75px;
	}
	.sec .sec_tit {
		font-size: 32px;
	}
}
/* =  prevent
-------------------------------------------------------------- */
.prevent .intro_box {
	padding: 6.66vw 4.66vw 8vw;
}
.prevent .note {
	margin-top: 4.6vw;
	padding: 1.33vw 0;
	border: 2px solid #164ab2;
	border-radius: 0 2.66vw 0 2.66vw;
	background: #fffe2e;
}
.prevent .note span {
	display: block;
	margin-top: 1.3vw;
}
.prevent .note p {
    color: #164ab2;
	font-size: 4vw;
	font-weight: 700;
	text-indent: -0.3em;
	line-height: 1.46;
}
.prevent .sec .sec_tit {
	margin: 0 0 6.66vw;
}
.prevent .sec .sec_in .tit {
	font-size: 4.26vw;
	font-weight: 700;
	color: #fff;
	margin: 0 0 4.53vw;
	padding: 1.33vw;
	background: #137ce2;
	border-radius: 17px;
}
.prevent .sec_01 {
	position: relative;
	padding: 0 0 13.33vw;
}
.prevent .sec_01 .sec_content {
	padding: 0 5.33vw;
}
.prevent .sec_01 .sec_in {
	position: relative;
	margin: 0 0 13.33vw;
}
.prevent .sec_01 .sec_in ul {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
.prevent .sec_01 .sec_in ul li {
	font-size: 3.6vw;
	font-weight: 700;
	line-height: 1.62;
}
.prevent .sec_01 .sec_in::after {
	content: "";
	position: absolute;
}
.prevent .sec_01 .sec_in:nth-child(1)::after {
	width: 21.08vw;;
	height: 11.47vw;
	bottom: -5.2vw;
	right: 1vw;	
	background: url("img/prevent_img01.png") no-repeat 0 0;	
	background-size: contain;
}
.prevent .sec_01 .sec_in:nth-child(2)::after {
	width: 27.82vw;
	height: 15.65vw;
	bottom: -11.2vw;
	right: 1vw;	
	background: url("img/prevent_img02.png") no-repeat 0 0;	
	background-size: contain;
}
.prevent .sec_01 .sec_tit_sub {
	position: relative;
	font-size: 3.6vw;
	padding: 0 28.3vw 0 5.33vw;
	line-height: 1.62;
}
.prevent .sec_01 .sec_tit_sub::after {
	content: "";
	position: absolute;
	width: 16.77vw;
	height: 24.99vw;
	top: 1vw;
	right: 8vw;	
	background: url("img/prevent_img03.png") no-repeat 0 0;	
	background-size: contain;
}
.prevent .bg_theme_02 {
	border: 0.8vw solid #fff;
	background: #1586cc;
}
.prevent .content_box + .content_box {
	margin: 9.3vw 0 0;
}
.prevent .sec_02 .sec_tit {
	color: #fff;
}
.prevent .sec_02 {
	padding: 6.66vw 0 12.66vw;
}
.prevent .sec_02 .sec_tit_sub {
	color: #fff;
	padding: 0 4.66vw;
}
ul.caution_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	gap: 6.6vw;
	margin: 9.33vw 0 10.66vw 4.66vw;
}
ul.caution_list li {
	display: flex;
}
ul.caution_list li .tit {
    color: #1586cc;
    font-size: 4vw;
    font-weight: 700;
	margin: 0 0 2.66vw;
	padding: 1.33vw;
    border-radius: 3.3vw;
    background-color: #fff;
}
ul.caution_list .txt_contets {
	flex: 1;
}
ul.caution_list .txt_contets p {
	color: #fff;
    font-size: 3.73vw;
	font-weight: 700;
    text-align: left;
    line-height: 1.8;	
}
ul.caution_list .img_contents {
	position: relative;
	width: 25vw;
}
ul.caution_list .img_contents img {
	position: relative;
	top: 0;
}
ul.caution_list li:nth-child(1) img {
	width: 16.65vw;
	height: auto;
}
ul.caution_list li:nth-child(2) img {
	width: 20.94vw;
	height: auto;
	top: 2vw;
}
ul.caution_list li:nth-child(3) img {
	width: 23.76vw;
	height: auto;
	top: 2vw;
	right: 0.6vw;
}
.prevent .pamph_list_tit {
	color: #fff;
	font-size: 4.8vw;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.prevent .pamph_list {
	margin: 5.33vw auto 0;
	padding: 0 2.67vw;
}
@media (min-width: 481px) {
	.prevent .note {
		max-width: 500px;
		margin: 20px auto 0;
		padding: 7px 0;
		border-radius: 0 20px 0 20px;
	}
	.prevent .note p {
		font-size: calc(18px * 0.9);
		line-height: 1.7;
	}
	.prevent .note span {
		margin-top: 10px;
	}
	.prevent .intro_box {
		max-width: 515px;
		margin: 0 auto;
		padding: 45px 30px 75px;
	}
	.prevent .sec_01 {
		padding: 0 0 70px;
	}
	.prevent .sec_01 .sec_content {
		padding: 0 30px;
	}
	.prevent .sec .sec_tit {
		font-size: calc(32px * 0.9);
		margin: 0 0 35px;
		letter-spacing: 0.1em;
	}
	.prevent .sec_01 .sec_in {
		margin: 0 0 60px;
	}
	.prevent .sec .sec_in .tit {
		font-size: 20px;
		padding: 7px 0;
		margin: 0 0 20px;
	}
	.prevent .sec_01 .sec_tit_sub {
		max-width: none;
		font-size: 18px;
		margin-top: 20px;
		padding: 0 32% 0 30px;
		line-height: 1.7;
	}
	.prevent .sec_01 .sec_tit_sub .br_only {
		display: none;
	}
	.prevent .sec_01 .sec_in ul li {
		font-size: 18px;
		line-height: 1.7;
	}
	.prevent .sec_01 .sec_in:nth-child(1)::after {
		width: 92px;
		height: 51px;
		right: 0;
		bottom: -15px;
	}
	.prevent .sec_01 .sec_in:nth-child(2)::after {
		width: 142px;
		height: 69px;
		right: 0;
		bottom: -40px;
	}
	.prevent .sec_01 .sec_in:nth-child(1)::after {
		width: 92px;
		height: 51px;
	}
	.prevent .sec_01 .sec_in:nth-child(2)::after {
		width: 142px;
		height: 69px;
		right: 0;
		bottom: -40px;
	}
	.prevent .sec_01 .sec_tit_sub::after {
		width: 80px;
		height: 120px;
		bottom: 80px;
		right: 10%;
	}
	.prevent .bg_theme_02 {
		border: 6px solid #fff;
	}
	.prevent .content_box + .content_box {
		margin: 45px auto 0;
	}
	.prevent .sec_02 {
		padding: 30px 0 60px;
	}
	.prevent .sec_02 .sec_tit_sub {
		font-size: 18px;
		margin-top: 30px;
		padding: 0 30px;
	}
	ul.caution_list {
		gap: 40px 0;
		margin: 60px 0 90px 25px;
	}
	ul.caution_list li .tit {
		font-size: 20px;
		border-radius: 17px;
	}
	ul.caution_list .txt_contets {
		width: 74%;
		max-width: none;
	}
	ul.caution_list li .tit {
		margin: 0 0 20px;
		padding: 7px;
	}
	ul.caution_list .txt_contets p {
		font-size: 18px;
	}
	ul.caution_list .img_contents {
		width: 150px;
	}
	ul.caution_list li:nth-child(1) img {
		width: 84px;	
		left: -10px;
		top: 5px;
	}
	ul.caution_list li:nth-child(2) img {
		width: 106px;
		top: 0;
	}
	ul.caution_list li:nth-child(3) img {
		width: 133px;
		top: 0;
	}
	.prevent .pamph_list_tit {
		font-size: 24px;
		font-weight: 700;
	}
	.prevent ul.pamph_list {
		gap: 20px 20px;
		margin: 30px auto 0;
		padding: 0 20px;
	}
}
@media (min-width: 650px) {
	.prevent .note {
		margin: 40px auto 0;
	}
	.prevent .sec_01 .sec_in ul {
		max-width: 550px;
		margin: 0 auto;
	}
	.prevent .sec_01 .sec_in:nth-child(1)::after {
		top: 50%;
		right: 30px;
	}
	.prevent .sec_01 .sec_in:nth-child(2)::after {
		top: 50%;
		right: 10px;
	}
	.prevent .sec_01 .sec_tit_sub {
		max-width: 550px;
		margin: 0 auto;
		padding: 0 0 0 30px; 
	}
	.prevent .sec_01 .sec_tit_sub::after {
		top: -5px;
		right: 10px;
	}
}
@media (min-width: 768px) {
	.prevent .intro_box {
		padding: 45px 0 75px;
	}
	.prevent .note p {
		font-size: 18px;
	}
	.prevent .sec .sec_tit {
		margin: 0 0 50px;
	}
	.prevent .sec_02 .sec_tit {
		margin: 0 0 40px;
	}
	.prevent .sec .sec_tit {
		font-size: 32px;
	}
	.prevent .sec_02 .sec_tit_sub {
		max-width: 515px;
		margin: 0 auto;
		padding: 0;
	}
	ul.caution_list {
		margin: 60px 20px 70px 40px;
	}
	ul.caution_list .txt_contets {
		max-width: 462px;
	}
	.prevent ul.pamph_list li {
		width: calc(50% - 10px);
	}
	.pamph_list_tit br {
		display: none;
	}
}
@media (min-width: 850px) {
	.prevent .sec_01 .sec_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 30px;
	}
	.prevent .sec_01 .sec_in:nth-child(1),
	.prevent .sec_01 .sec_in:nth-child(2) {
		width: calc((100% - 30px)/2);
	}
	.prevent .sec_01 .sec_in:nth-child(3) {
		flex: 0 0 450px;
		margin: 0 auto 100px;   /* 横中央に配置 */
	}
	.prevent .sec_01 .sec_in:nth-child(1)::after {
		top: auto;
		bottom: 0;
		right: 0;
	}
	.prevent .sec_01 .sec_in:nth-child(2)::after {
		top: auto;
		bottom: -40px;
		right: 0;
	}
	.prevent .pamph_list_tit br {
		display: none;
	}
}
@media (min-width: 1024px) {
	.prevent .sec_01 .sec_content{
		padding: 0 50px;
	}
	.prevent .sec_02 .sec_tit_sub {
		max-width: 515px;
		margin: 0 auto;
		padding: 0;
	}
}
/* =  happen
-------------------------------------------------------------- */
.happen .main_tit .br_only {
	display: none;
}
.happen .content_box + .content_box {
	margin-top: 9.3vw;
}
.happen .sec_01 {
	padding: 0 0 17.3vw;
}
.symptoms_lsit_tit {
	color: #164ab2;
	font-size: 4.2vw;
	font-weight: 700;
	margin: 0 0 4vw;
}
ul.symptoms_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 4vw;
	padding: 0 2vw;
	gap: 2vw 0;
}
ul.symptoms_list li {
	width: 34.66vw;
	height: 6.4vw;
	color: #164ab2;
	font-size: 3.73vw;
	font-weight: 700;
	padding-top: 1vw;
	border:  2px solid #164ab2;
	border-radius: 3vw;
	background: #fffe2e;
}
.img_symptoms {
	width: 21.33vw;
	height: auto;
}
.symptoms_content {
	margin: 8vw 5.33vw 12vw;
	text-align: left;	
}
.symptoms_content .sec_in {
	margin: 0 0 4vw;
	padding: 0 0 5.3vw;
	border-bottom: 1px solid #f4f4f4;
}
.symptoms_content .tit {
	color: #164ab2;
	font-size: 4.26vw;
	font-weight: 700;
	margin: 0 0 2.6vw;
}
.symptoms_content .txt {
	font-size: 3.6vw;
	font-weight: 700;
	max-width: 39vw;
	line-height: 1.6;
}
.dot-text {
	position: relative;
	padding-left: 4vw; /* 丸の分の余白 */
	color: #3366cc; /* テキスト色（青系） */
	font-weight: bold;
}
.symptoms_content li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.symptoms_content li {
	position: relative;
}
.symptoms_content li:nth-child(1)::after {
	width: 29.73vw;
	height: 34.4vw;
	margin-top: -2vw;
	right: -7vw;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(img/happen_img01.png);
}
.symptoms_content li:nth-child(2)::after {
	width: 12.99vw;
	height: 36.8vw;
	margin-top: -2vw;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(img/happen_img02.png);
}
.symptoms_content li:nth-child(3)::after {
	width: 17.3vw;
	height: 20.4vw;
	top: -1vw;
	right: 0;
	background-image: url(img/happen_img03.png);
}
.symptoms_content li::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
}
.symptoms_content .note {
	font-size: 3.2vw;
	margin: 1.3vw 0 0;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-indent: -0.1em;
    text-indent: -1em;
    padding-left: 1em;
}
.dot-text::before,
.dot-text::after {
	content: "";
	position: absolute;
	left: 0;
	width: 1.33vw;
	height: 1.33vw;
	background-color: orange;
	border-radius: 50%;
}
.dot-text::before {
	top: 0.5vw;  /* 上の丸 */
}
.dot-text::after {
	bottom: 0.5vw;  /* 下の丸 */
}
.sec_important {
	color: #164ab2;
	font-size: 4.8vw;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.happen .bg_theme_02 {
	border: 4px solid #edebe4;
	background: #fff;
}
.happen .sec_02 .sec_in {
	padding: 3.33vw 0 1.6vw;
}
.happen .sec_02 .sec_tit {
	width: 97%;
	color: #fff;
	font-size: 3.6vw;
	font-weight: 700;
	margin: 0 auto 2.8vw;
	padding: 0.8vw 0;
	border-radius: 0.67vw;
	background: #0094e8;
}
.happen .sec_02 .sec_tit .br_only {
	display: none;
}
@media (min-width: 481px) {
	.happen .main_tit {
		line-height: 1.4;
	}
	.happen .main_tit .br_only {
		display: block;
	}
	.happen .bg_theme_02 {
		border: 7px solid #edebe4;

	}
	.symptoms_lsit_tit {
		font-size: 20px;
		margin: 0 0 30px;
	}
	ul.symptoms_list {
		max-width: 360px;
		margin: 0 auto 20px;
		padding: 0 10px;
		gap: 10px;
	}
	ul.symptoms_list li {
		font-size: 18px;
		width: calc(50% - 5px);
		height: 28px;
		padding-top: 2px;
	}
	.img_symptoms {
		width: 120px;
	}
	.symptoms_content {
		margin: 30px 25px 60px;
	}
	.symptoms_content .sec_in {
		margin: 0 0 20px;
		padding: 0 0 25px;
	}
	.symptoms_content .tit {
		font-size: calc(28px * 0.9);
		margin: 0 0 20px;
		padding-left: 30px;
	}
	.symptoms_content .txt {
		width: 60%;
		max-width: none;
		font-size: calc(18px * 0.9);
	}
	.symptoms_content li {
		min-height: 170px;
	}
	.symptoms_content li:nth-child(1)::after {
		width: 134px;
		height: 171px;
		right: -20px;
		margin-top: -13px;
	}
	.symptoms_content li:nth-child(2)::after {
		width: 59px;
		height: 167px;
		right: 15px;
		margin-top: -10px;
	}
	.symptoms_content li:nth-child(3)::after {
		width: 101px;
		height: 118px;
		top: -3px;
		right: 0;
	}
	.symptoms_content .note {
		width: 60%;
		font-size: 12px;
		margin: 5px 0 0;
		line-height: 1.5;
	}
	.sec_important {
		font-size: calc(32px * 0.9);
		letter-spacing: -0.02em;
	}
	.happen .sec_01 {
		padding: 0 0 100px;
	}
	.dot-text::before,
	.dot-text::after {
		width: 9px;
		height: 9px;
	}
	.dot-text::before {
		top: 2px;
	}
	.dot-text::after {
		bottom: 0px;
	}
	.happen .sec_02 .sec_in {
		padding: 24px 0 38px;
	}
	.happen .sec_02 .sec_tit {
		font-size: 28px;
		letter-spacing: 0.2em;
		border-radius: 6px;
		padding: 6px 0;
		margin: 0 auto 42px;
		line-height: 1.3;
	}	
	.happen .sec_02 .sec_tit .br_only {
		display: block;
	}
}
@media (min-width: 650px) {
	.happen .main_tit .br_only {
		display: none;
	}
	.happen .sec_02 .sec_tit .br_only {
		display: none;
	}
}
@media (min-width: 768px) {
	.happen .content_box .intro_box {
		padding: 45px 30px 45px;
	}
	ul.symptoms_list {
		max-width: 505px;
	}
    ul.symptoms_list li {
        max-width: 173px;
    }
	.img_symptoms {
		margin-top: -127px;
	}
	.symptoms_content {
		margin: 50px auto 60px;
		padding: 0 45px 0;
	}
	.symptoms_content .tit {
		font-size: 28px;
	}
	.symptoms_content .txt {
		font-size: 18px;
	}
	.sec_important {
		font-size: 32px;
	}
	.happen .content_box + .content_box {
		margin-top: 90px;
	}
	.dot-text::before {
		top: 5px;
	}
}
@media (min-width: 900px) {
	.symptoms_content {
		display: flex;
		flex-wrap: wrap;
		margin: 70px 30px 70px;
		padding: 0;
		justify-content: space-around;
	}
	.symptoms_content .txt {
		width: 222px;
	}
	.symptoms_content li:nth-child(1)::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 2px;
		background-color: #f4f4f4;
	}
	.symptoms_content li:nth-child(1),
	.symptoms_content li:nth-child(2) {
		width: calc(50% - 0px);
		min-height: 158px;
		margin: 0;
		padding: 0;
		border-bottom: none;
		margin: 0 0 15px;
	}
	.symptoms_content li:nth-child(1) {
		padding: 15px 20px 30px 0;
	}
	.symptoms_content li:nth-child(2) {
		padding: 15px 0 30px 30px;
	}		
	.symptoms_content li:nth-child(1) {
		position: relative;
	}
	.symptoms_content li:nth-child(1)::after {
		right: -5px;
		margin-top: -2px;
	}
	.symptoms_content li:nth-child(2)::after {
		right: 37px;
		margin-top: 15px;
	}
	.symptoms_content li:nth-child(3) {
		width: 100%;
		padding: 25px 0 0  31%;
		border-top: 2px solid #f4f4f4;
	}
	.symptoms_content .note {
		width: 220px;
		letter-spacing: 0.022em;
	}
	.symptoms_content li:nth-child(3)::after {
		top: 25px;
		left: 62%;
	}
}
@media (min-width: 1024px) {
	.symptoms_content li:nth-child(1) {
		padding: 15px 20px 30px 10px;
	}
	.sec_important {
		letter-spacing: 0.1em;
	}
}

/* =  pamph
-------------------------------------------------------------- */
.pamph .main_tit {
	color: #164ab2;
	font-size: 7.2vw;
	font-weight: 900;
	letter-spacing: 0.24em;
}
.pamph .main_tit span {
	color: #164ab2;
	font-size: 4.27vw;
	font-weight: 900;
	margin: 2vw 0;
	text-shadow: none;
	letter-spacing: 0.1em;
}
/* -- pamph　Link -- */
.pamph ul.pamph_list {
	padding: 0 1.33vw;
}
.pamph .main_tit_sub {
	position: relative;
	padding: 0 0 6.66vw;
}
.pamph .main_tit_sub::after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background-color: #2e2e2e;
	width: 5.6vw;
	height: 1px;
	transform: translateX(-50%);
}
.pamph .terms {
	color: #2e2e2e;
	font-size: 3.46vw;
	padding: 0 4.66vw 13.3vw;
	text-align: left;
	line-height: 1.7;
}
.pamph .outside_list {
	margin: 6.6vw 0 0;
}
.pamph .outside_list > li {
	position: relative;
	padding-left: 1em;
}
.pamph .outside_list > li::before {
	content: "";
    position: absolute;
    top: 1.5vw;
    left: 0;
    width: 3vw;
    height: 3vw;
    border: 1px solid #8b6b4e;
    border-radius: 50%;
}
.pamph .outside_list > li + li {
	margin: 6.6vw 0 0;
}
.pamph  .terms_txt {
	margin: 6.6vw 0 0;
}
.pamph  .terms a {
	color: #0b78db;
}
.pamph  .terms a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.pamph_contents {
	margin: 9.33vw auto 0;
	padding-bottom: 13.3vw;
	border: 1.5px solid #fff;
	background: #0e78db;
}
.pamph_contents .sec_in {
	padding: 4.53vw 0 0;
}
.pamph_contents .sec_tit {
	color: #fff;
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.3;
	padding: 3.3vw 2vw;
	letter-spacing: 0.1em;
	border-bottom: 1.5px solid #fff;
}
#pamph_no_ac .sec_tit .txt_adjust {
	margin-left: 1em;
}
.pamph_info {
	color: #fff;
	font-size: 3.73vw;
	font-weight: 700;
	margin: 0 3.77vw 6.67vw;
	text-align: left;
	line-height: 2;
}
.pamph_contents .main_box {
	margin: 0 3.73vw 0;
	text-align: center;
}
#pamph_prevention .main_box,
#pamph_disabled .main_box {
	padding-bottom: 13.3vw;
}
.pamph_contents .main_box .link_btn {
	min-width: 30vw;
}
.pamph_contents .tex_box {
font-size: 3.73vw;
font-weight: 400;
line-height: 2;
}
.layout_1col {
	max-width: 34.66vw;
	height: auto;
	margin: 0 auto 5.33vw;
}
.layout_2col {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 横2列 */
	gap: 1rem; /* 画像の間に余白 */
	margin-bottom: 5.33vw;
}
.layout_2col_diff {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0.5rem;
}
.layout_1col_other .img_wrap {
	max-width: 34.66vw;
	height: auto;
	margin: 0 auto 5.33vw;
}
.pamph_contents .layout_1col img,
.pamph_contents .layout_2col img {
	display: block;
	width: 100%;
	height: auto;
}
.pamph_contents .link_btn {
	display: inline-block;
	color: #0094E8;
	padding: 2vw 1.5vw;
	text-decoration: none;
	border: 2px solid #73d2f0;
	box-shadow: 1.2vw 1.2vw 1px 0px rgb(0 0 0 / 0.2);
	border-radius: 1.4vw;
	background: #fff;
}
.pamph_contents .link_btn:hover {
	opacity: 0.7;
}
.pamph_contents .link_btn p {
	font-size: 3.73vw;
	font-weight: 700;
	text-align: left;
	line-height: 1.33;
}
.pamph_contents .link_btn span {
	display: block;
    font-size: 2.8vw;
	font-weight: 700;
    color: #9F9F9F;
    padding: 1vw 0 0;
    text-indent: -0.5em;
    line-height: 1.46;
}
.pamph_contents .btn_box {
	display: flex;
	flex-wrap: wrap;
	gap: 3vw;
	padding: 0 3vw;
}
.pamph_contents .btn_box a {
	flex: 1 1 calc(50% - 3vw); /* 2列レイアウト */
	text-align: left;
	font-weight: 700;
}
.pamph_contents .each_box {
	padding: 0 3vw;
}
.pamph_contents .each_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5.33vw;
}
#pamph_workplace .each_box ul {
	justify-content: center;
	gap: 8vw 5.33vw;
}
@media (min-width: 481px) {
	.pamph .main_tit {
		font-size: calc(45px * 0.9);
	}
	.pamph .main_tit span {
		font-size: calc(28px * 0.9);
	}
	.pamph .main_tit_sub {
		padding: 0 0 35px;
	}
	.pamph .main_tit span {
		margin: 10px 0 30px;
		padding: 0;
	}
	.pamph .main_tit_sub::after {
		width: 42px;
	}
	.pamph .terms {
		font-size: 15px;
		padding: 0 30px 35px;
	}
	.pamph .outside_list,
	.pamph .terms_txt {
		margin: 40px 0 0;
	}
	.pamph .outside_list > li::before {
		top: 7px;
		width: 14px;
		height: 14px;
	}
	.pamph .outside_list > li + li {
		margin: 40px 0 0;
	}
	/* -- pamph　Link -- */
	.pamph ul.pamph_list {
		margin: 45px 0 0;
		padding: 0 15px 0 10px;
	}
	ul.pamph_list li a {
		font-size: 17px;
		padding: 4px 0;
		border-radius: 14px;
		border: 5px solid #e7da00;
		box-shadow: 6px 6px 1px 0px rgba(000, 000, 000, 0.2);
	}
	.pamph_contents {
		max-width: 800px;
		margin: 45px auto;
		padding-bottom: 60px;
		border: 3px solid #fff;
	}
	.pamph_contents .sec_tit {
		font-size: 24px;
		padding: 15px 0;
		border-bottom: 3px solid #fff;
		letter-spacing: 0.04em;
	}
	#pamph_disabled .pamph_contents .sec_in {
		padding: 30px 30px 60px;
	}
	.pamph_contents .sec_in {
		padding: 30px 30px 0;
	}
	.pamph_info {
		font-size: 18px;
		margin: 0 0 30px;
	}
	.pamph_contents .main_box {
		margin: 0 auto;
	}
	#pamph_prevention .main_box {
		margin: 0 0 60px;
		padding-bottom: 0;
	}
	#pamph_disabled .main_box {
		padding-bottom: 30px;
	}
	.pamph_contents .main_box .link_btn {
		min-width:auto;
	}
	.pamph_contents .each_box {
		padding: 0;
	}
	.pamph_contents .each_box ul {
		max-width: 420px;
		margin: 0 auto;
		gap: 30px 20px;
		justify-content: center;
	}	
	.pamph_contents .each_box li {
		width: calc(50% - 10px);
	}
	#pamph_workplace .each_box li {
		width: auto;
	}
	.layout_1col {
		width: 58.6%;
		max-width: 200px;
		margin-bottom: 15px;
	}
	.layout_2col {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-bottom: 15px;
	}
	.layout_2col_diff {
		max-width: 200px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 15px;
	}
	.layout_1col_other .img_wrap {
		width: auto;
		max-width: 200px;
		margin-bottom: 15px;
	}
	.pamph_contents .layout_2col img {
		max-width: 200px;
	}
	.pamph_contents .layout_2col img {
		width: calc(50% - 10px);
	}
	.pamph_contents .btn_box {
		gap: 14px;
		padding: 0;
	}
	.pamph_contents .btn_box a {
		width: calc((100% - 10px) / 3);
	}
	.pamph_contents .link_btn p {
		font-size: 15px;
	}
	.pamph_contents .link_btn span {
		font-size: 13px;
		padding: 2px 0 0;
	}
	.pamph_contents .link_btn {
		padding: 5px 16px;
		box-shadow: 6px 6px 1px 0px rgba(000, 000, 000, 0.2);
		border-radius: 6px;
	}
	.pamph_contents .each_box .link_btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 650px) {
	.pamph_contents .link_btn {
		flex-shrink: 0;
	}
	.pamph_contents .btn_box a {
		flex: none;
		width: calc((100% - 30px) / 3);
	}
	.pamph_contents .each_box ul.layout_odd {
		max-width: 672px;
		gap: 30px 15px;
	}
	.pamph_contents .each_box ul {
		max-width: 450px;
	}
	.pamph_contents .each_box ul.layout_odd li {
		width: calc((100% - 30px) / 3);
	}
	.pamph_contents .each_box li {
		width: calc((100% - 50px) / 2); /* 画像 200px + 200px + max-width 450px */
	}
	#pamph_workplace .each_box ul {
		gap: 50px 50px;
	} 
	.pamph_contents .each_box ul.layout_odd li:last-child {
		margin-left: 25px;
	}
	#pamph_workplace .each_box li {
		width: calc((100% - 50px) / 2);
	}
	.layout_1col_other {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.layout_1col_other .img_wrap {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.pamph .main_tit {
		font-size: 45px;
	}
	.pamph .main_tit span {
		font-size: 28px;
	}
	.pamph_contents .sec_tit span {
		margin-left: 1em;
	}
	.pamph .content_box .intro_box {
		padding: 45px 0 35px;
	}
	#pamph_disaster .sec_tit .txt_adjust {
		margin-left: 0;
		display: block;
	}
	/* -- pamph　Link -- */
	ul.pamph_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px;
		max-width: 720px;
		margin: 0 auto;
		padding: 0 20px 0 10px;
	}
	.pamph ul.pamph_list li:last-child {
		margin-left: 0;
	}
	.pamph ul.pamph_list li {
		width: calc((100% - 20px) / 2);
	}
	ul.pamph_list li .br_only {
		display: block;
	}
	ul.pamph_list .txt_adjust {
		display: none;
	}
	ul.pamph_list li .txt_adjust {
		margin-left: 1em;
	}
	.pamph_contents .main_box .link_btn {
		min-width: 175px;
		padding: 5px 16px;
	}
	.layout_2col_diff {
		max-width: 220px;
		align-items: center;
	}
	.layout_1col {
		width: fit-content;
	}
	#pamph_workplace .each_box img {
		max-width: 186px;
	}
	#pamph_disaster .main_box img,
	#pamph_guidelines2024 .main_box img {
		max-width: 184px;
	}
}
@media (min-width: 896px) {
	.pamph .container .inner {
		max-width: 1000px;
	}
	#pamph_disaster .sec_tit .txt_adjust {
		margin-left: 1em;
		display: inline;
	}
	/* -- pamph　Link -- */
	.pamph ul.pamph_list {
		margin: 80px auto 0;
		padding: 0;
	}
	ul.pamph_list li .br_only {
		display: none;
	}
	ul.pamph_list li .txt_adjust {
		display: block;
	}
	
	.pamph_contents {
		margin: 90px auto 0;
	}
	.pamph_info {
		max-width: 680px;
		margin: 0 auto 40px;
	}
	.pamph_contents .each_box ul {
		max-width: none;
	}
	#pamph_workplace .each_box ul {
		max-width: 490px;
		gap: 50px 90px;
	}
	.pamph_contents .each_box li {
		width: calc((100% - 90px) / 2);
	}
	#pamph_workplace .each_box li {
		width: calc((100% - 90px) / 2);
	}
	.layout_1col_other .img_wrap {
		width: auto;
	}
	.layout_2col {
		gap: 25px;
	}
	.pamph_contents .each_box ul {
		display: flex;
		flex-wrap: wrap;
	}
	#pamph_no_ac .sec_tit .br_only {
		display: none;
	}
}
@media (min-width: 1024px) {
	.pamph_contents .btn_box {
		gap: 14px;
	}
	.pamph_contents .btn_box a {
		flex: none;
		width: calc((100% - 42px) / 4); /* 14px * 3 余白 */
	}		
	.pamph_contents .btn_box {
		padding: 0;
	}
	.layout_2col_diff {
		flex-direction: row;
		justify-content: center;
	}
	.pamph_contents .each_box {
		padding: 0;
	}
	.pamph_contents .each_box ul.layout_odd {
		max-width: 740px;
		gap: 40px 35px;
	}
	.pamph_contents .each_box ul.layout_odd li {
		width: calc((100% - 70px) / 3);
	}
	.pamph_contents .each_box ul.layout_odd li:last-child {
		margin-left: 45px;
	}
}



