@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;900&display=swap);

/* Reset */
html {
	overflow: auto;
	font-size: 10px;
}
body {
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	letter-spacing: 1px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
q:before,
q:after {
	content: "";
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/* Default  */
body {
	background: #ffffff;
	color: #111;
	font-size: 1.6rem;
	line-height: 1.7;
}
* html body {
	/* for IF6 */
	font-size: x-small;
}
img {
	vertical-align: bottom;
}

/*----------------------------------------------------
  基本設定
----------------------------------------------------*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.red {
	color: #f00;
}
.white {
	color: #fff !important;
}
.strong {
	font-weight: bolder;
}
.textsize90 {
	font-size: 90%;
}
.textsize110 {
	font-size: 110%;
}
.textsize120 {
	font-size: 120%;
}

/* float */
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* 定義リスト */
* html body dl.dl dd div {
	display: inline-block;
}

dl.dl {
	border: 1px solid #999;
	border-top: 0;
	background: #e2e1ef;
}
dl.dl dt {
	float: left;
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 0;
}

dl.dl dd {
	padding: 10px;
	border-top: 1px solid #999;
	background: #fff;
}

/* clearfix */
#hoge:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* マージン関連 */
.mgb05 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb35 {
	margin-bottom: 35px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgb70 {
	margin-bottom: 70px;
}
.mgt05 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt35 {
	margin-top: 35px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt50 {
	margin-top: 50px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt100 {
	margin-top: 100px;
}
.mgl05 {
	margin-left: 5px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl30 {
	margin-left: 30px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr30 {
	margin-right: 30px;
}

/* 行ぞろえ */
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#header_wrap {
	background-color: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
#header_wrap .inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	position: relative;
}
#header_wrap .logo img {
	width: 250px;
	height: auto;
}
#header_wrap h1 {
	position: absolute;
	top: 20px;
	left: 270px;
	line-height: 1.3;
}
#header_wrap h1 strong {
	color: #E42E26;
	font-size: 1.2em;
	padding: 0 5px;
}
/*#header_wrap nav ul {
	display: flex;
}
#header_wrap nav li {
	font-size: 1.3rem;
	padding-right: 5px;
	position: relative;
}
#header_wrap nav li span {
	display: none;
}
#header_wrap nav li::after {
	content: "／";
	margin-left: 5px;
	color: #1D2088;
}
#header_wrap nav li:last-child::after {
	content: "";
}
#header_wrap nav li a {
	color: #1D2088;
}*/
#header_wrap .hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 8px;
	position: absolute;
	top: 32px;
	right: 15px;
	z-index: 10;
}
#header_wrap .hamburger span {
  display: block;
  width: 40px;
  height: 2px;
  background: #111;
  transition: 0.3s;
}
  #header_wrap nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 100vh;
  }

  #header_wrap nav li {
	  font-size: 1.4em;
    padding: 15px 0;
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  #header_wrap nav li span {
    margin-right: 10px;
	display: block;
  }

  #header_wrap nav li::after {
    content: "";
  }

  #header_wrap nav li a {
    color: #00328C;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  #header_wrap .hamburger {
    display: flex;
  }

  #header_wrap #nav-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    transition: top 0.3s ease-out;
	z-index: 5;
  }

  #header_wrap #nav-menu ul {
    flex-direction: column;
    padding: 50px 0;
    list-style-type: none;
    margin: 0;
  }

  #header_wrap #nav-menu ul li {
    padding: 5px 20px;
    text-align: center;
  }

  #header_wrap #nav-menu.active {
    top: 0;
  }

  #header_wrap .hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  #header_wrap .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  #header_wrap .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#footer_wrap {
	background: #F2F2F2;
}
#footer_wrap .inner {
	padding: 100px 0px 70px;
	text-align: center;
}
#footer_wrap .logo img {
	width: 400px;
	height: auto;
}
#footer_wrap ul.link {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}
#footer_wrap ul.link li {
	font-size: 1.4rem;
	margin-right: 10px;
}
#footer_wrap ul.link li:not(:last-child)::after {
	content: '|';
	margin-left: 10px;
	color: #53747D;
}
#footer_wrap .copyright {
	font-size: 1.4rem;
	color: #FFF;
	background: #00328C;
	text-align: center;
	padding: 10px;
}

/*----------------------------------------------------
  main
----------------------------------------------------*/
#content {
	padding-top: 90px;
}

@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#header_wrap {
	background-color: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
#header_wrap .inner {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	position: relative;
}
#header_wrap .logo img {
	width: 150px;
	height: auto;
}
#header_wrap h1 {
	position: absolute;
	top: 17px;
	left: 160px;
	font-size: 0.7em;
	line-height: 1.4;
}
#header_wrap h1 strong {
	color: #E42E26;
	font-size: 1.0em;
	padding: 0;
}

#header_wrap .hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 8px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
}
#header_wrap .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #111;
  transition: 0.3s;
}
  #header_wrap nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 100vh;
  }

  #header_wrap nav li {
    font-size: 1.6rem;
    padding: 15px 0;
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  #header_wrap nav li span {
    margin-right: 10px;
    font-size: 1.6rem;
	display: block;
  }

  #header_wrap nav li::after {
    content: "";
  }

  #header_wrap nav li a {
    color: #1D2088;
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    text-align: left;
  }

  #header_wrap .hamburger {
    display: flex;
  }

  #header_wrap #nav-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    transition: top 0.3s ease-out;
	z-index: 5;
  }

  #header_wrap #nav-menu ul {
    flex-direction: column;
    padding: 50px 0;
    list-style-type: none;
    margin: 0;
  }

  #header_wrap #nav-menu ul li {
    padding: 5px 20px;
    text-align: center;
  }

  #header_wrap #nav-menu.active {
    top: 0;
  }

  #header_wrap .hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  #header_wrap .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  #header_wrap .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#footer_wrap {
	background: #F2F2F2;
	margin-bottom: 93px;
}
#footer_wrap .inner {
	padding: 30px 20px 30px;
	text-align: center;
}
#footer_wrap .logo img {
	width: 200px;
	height: auto;
}
#footer_wrap ul.link {
	display: block;
	justify-content: center;
	padding-top: 10px;
}
#footer_wrap ul.link li {
	font-size: 1.2rem;
	margin-right: 0px;
}
#footer_wrap ul.link li:not(:last-child)::after {
	content: '';
	margin-left: 0px;
}
#footer_wrap .copyright {
	font-size: 0.9rem;
	color: #FFF;
	background: #1D2088;
	text-align: center;
	padding: 10px;
}

/*----------------------------------------------------
  main
----------------------------------------------------*/
#content {
	padding-top: 63px;
}

}
