@charset "UTF-8";

/*=============================================
【リセットCSS__A Modern CSS Reset】
==============================================*/
*****,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
	font-size: 1em;
}

ul[role=list],
ol[role=list] {
	list-style: none;
}

html {
	overflow-x: hidden;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}


@media screen and (min-width:701px){
/* 701px以上 */
html{
font-size: 16px;
}
}

@media screen and (max-width:700px){
/* タブレット 700px以下 */
html{
font-size: 2vw;
}
}

@media screen and  (max-width:480px){
/* スマートフォン 480px以下 */
html{
font-size: 3.4vw;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, body {
font-feature-settings: "pkna";
}
}

body {
margin: 0;
padding: 0;
/*font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.8;
letter-spacing:0.8px;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
font-feature-settings:"palt";
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
-webkit-tap-highlight-color:transparent;
color:#000;
position:relative;
overflow-x:hidden !important;
}

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;
border: 0;
vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,dl,dt,dd {
font-weight:normal;
list-style:none;
}


p,dl,dt,dd,ol,ul,li,table, caption, tbody, tfoot, thead, tr, th, td,figure, figcaption{}

@media only screen  and (min-width: 701px){
p,dl,dt,dd,ol,ul,li,table, caption, tbody, tfoot, thead, tr, th, td,figure, figcaption{
font-size: 1rem;
}
}

@media only screen  and (min-width: 551px)  and (max-width: 700px){
p,dl,dt,dd,ol,ul,li,table, caption, tbody, tfoot, thead, tr, th, td,figure, figcaption{
font-size: 1.2rem;
}
}

@media only screen  and (min-width: 481px)  and (max-width: 550px){
p,dl,dt,dd,ol,ul,li,table, caption, tbody, tfoot, thead, tr, th, td,figure, figcaption{
font-size: 1.3rem;
}
}

@media only screen and (max-width: 480px){
p,dl,dt,dd,ol,ul,li,table, caption, tbody, tfoot, thead, tr, th, td,figure, figcaption{
font-size: 1rem;
}
}

h1,h2,h3,h4,h5,h6 {
font-family:"游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



b {color:#013f78;}
i {font-style:normal;}
u {text-decoration:underline;}
em {font-weight:bold;}
strong {font-weight:bold;}
mark {background:transparent;}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

figure {
margin:0;
padding:0;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

sup {vertical-align:super; font-size:smaller;}
sub {vertical-align:sub; font-size:smaller;}

img{
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
vertical-align: bottom;
width /***/:auto;　
-webkit-backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
}


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

link

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

body a {
color: #333;
text-decoration: none;
padding:0;
margin:0;
list-style:none;
line-height:none;
}

body a:hover {color: #999;}

a:hover img{
opacity:0.6;
filter:alpha( opacity=70);
-ms-filter: "alpha( opacity=70 ) ";
}

#main .boxlink a:hover img{
opacity:1;
filter:alpha( opacity=100);
-ms-filter: "alpha( opacity=100 ) ";
}

.anchorlink {
display: block;
position: relative;
top: -5rem;
}

.anchor {
display: block;
position: relative;
}

@media only screen and (min-width: 901px){
.anchor {
top: -80px;
}
}

@media only screen and (min-width: 701px) and (max-width: 900px){
.anchor {
top: -80px;
}
}

@media only screen and (min-width: 481px) and (max-width: 700px){
.anchor {
top: -80px;
}
}

@media only screen and (max-width: 480px){
.anchor {
top: -80px;
}
}



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

table

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

/*セルの隙間をリセット*/
table {
border-collapse: collapse;
border-spacing: 0;
}

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

bottom_bg

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

.bottom_bg {
	margin-top: 5rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	/*padding-bottom: calc(100%*437/5134);*/
	display: flex;
	justify-content: center;
}

@media (max-width: 700px) {
  .bottom_bg {
   margin-top: 2rem; 
  }		
}

.bottom_bg img {
	width: 2000px;
	max-width: none;
}

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

footer

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

footer {
  background: #f2f2f2;
  text-align: center;
}

/* column__inner */
footer .column__inner {
  width: 100%;
  margin: 0 auto;
		padding: 3rem 0;
  position: relative;
}

@media (min-width: 1251px) {
  footer .column__inner {
    max-width: 1000px;
  }
}

@media (max-width: 1250px) {
  footer .column__inner {
    width: 100%;
    max-width: 1000px;
				padding: 2rem 10px;
  }
}

@media (max-width: 480px) {
  footer .column__inner {
				padding: 1.5rem 10px;
  }
}

/* ロゴ */
footer .footer-logo {
  display: flex;
		justify-content: flex-start;
}

footer .footer-logo img {
  width: 180px;
  height: auto;
  display: inline-block;
  margin-bottom: 1rem;
}

/* コピーライト */
footer .copyright {
  font-size: 0.9rem;
  color: #000;
	 letter-spacing: 0.8px;
}

/* pagetop（右下固定） */
footer .pagetop {
  position:absolute;
  z-index: 100;
}

@media (min-width: 1251px) {
footer .pagetop {
  right: -90px;
  top: -30px;
}
}

@media (max-width: 1250px) {
footer .pagetop {
  right: 2rem;
  top: -30px;
}
}

footer .pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e50012;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  font-size: 0.9rem;
  transition: opacity 0.3s;
  line-height: 1;
}

@media (min-width: 1251px) {
footer .pagetop a {
  width: 90px;
  height: 90px;
}
}

@media (max-width: 1250px) {
footer .pagetop a {
  width: 70px;
  height: 70px;
}
}

@media (max-width: 700px) {
  footer .pagetop a {
    width: 55px;
    height: 55px;
    font-size: 0.8rem;
  }
}

footer .pagetop a:hover {
  opacity: 0.8;
}

footer .pagetop .arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 6px;
}

@media (max-width: 700px) {
  footer .pagetop .arrow {
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-bottom: 4px;
  }		
}

.pagetop {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

/* 表示 */
.pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* 固定位置 */
.pagetop.is-fixed {
  position: fixed !important;
  bottom: 2rem;
  right: 2rem;
  top: auto !important;
}
