*,
*::before,
*::after {
  box-sizing: border-box;
  word-wrap: break-word;
}

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

a {
	text-decoration: none;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansJP-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansJP-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSansJP-Bold.woff') format('woff');
  font-display: swap;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "NotoSans", sans-serif;
  color: #4A4A4A;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}


.is-pc {
  display: none;
}

.is-tb {
  display: none;
}

.is-up-sp {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (min-width: 1025px) {
.is-pc {
  display: block;
}
}

@media screen and (max-width: 1024px) {
.is-tb {
  display: block;
}
}

@media screen and (min-width: 768px) {
.is-up-sp {
  display: block;
}
}

@media screen and (max-width: 767px) {
.is-sp {
  display: block;
}
}

.header {
  height: 103px;
}

.header__wrap {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
  background-color: #E9EDF3;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  height: 103px;
  padding: 0 14px 0 27px;
}

.header__h1 {
  width: 380px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.9rem;
}

.header__link-wrap {
  width: calc(100% - 380px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 520px;
  margin-left: -40px;
  margin-right: 63px;
  margin-bottom: -11px;
}

.header__link-item {
  margin-left: 40px;
  margin-bottom: 11px;
}

.header__link {
  position: relative;
  font-weight: bold;
  line-height: 2.3rem;
  color: #4A4A4A;
}

.header__link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc(50% - 24px);
  width: 48px;
  height: 2px;
  background-color: #045AAA;
  opacity: 0;
  transition: opacity 0.3s;
}

.header__link:hover::before {
  opacity: 1;
}

.header__button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 81px;
  margin-right: 6px;
  background-color: #029200;
  background-image: url(../img/header1.png);
  background-repeat: no-repeat;
  background-size: 83px;
  background-position: center;
  transition: background-color 0.3s;
}

.header__button1:hover {
  background-color: #03C800;
}

.header__button1-inner {
  font-weight: bold;
  line-height: 2.3rem;
  color: #ffffff;
  text-align: center;
}

.header__button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 81px;
  background-color: #EE5F00;
  background-image: url(../img/header2.png);
  background-repeat: no-repeat;
  background-size: 89px;
  background-position: center;
  transition: background-color 0.3s;
}

.header__button2:hover {
  background-color: #EE8F00;
}

.header__button2-inner {
  font-weight: bold;
  line-height: 2.3rem;
  color: #ffffff;
  text-align: center;
}

.eyecatch {
  position: relative;
}

.eyecatch__box {
  position: absolute;
  bottom: 6.8%;
  left: 4.9%;
  width: 57.9vw;
  padding: 1.2% 1% 1.88%;
  background-color: #00386D;
  border-radius: 0.36vw;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.55);
}

.eyecatch__box-title {
  margin-bottom: 0.7vw;
  font-size: 1.94vw;
  font-weight: bold;
  line-height: 2.77vw;
  color: #ffffff;
  text-align: center;
}

.eyecatch__box-title-em {
  color: #FFE500;
}

.eyecatch__box-title-small {
  font-size: 1.67vw;
}

.eyecatch__button-box {
  width: 77.8%;
  margin: 0 auto 0.78vw;
}

.eyecatch__button-list {
  display: flex;
  justify-content: space-between;
}

.eyecatch__button-item1 {
  width: 46.7%;
}

.eyecatch__button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.1vw;
  background-color: #029200;
  background-image: url(../img/header1.png);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s;
}

.eyecatch__button1:hover {
  background-color: #03C800;
}

.eyecatch__button1-inner {
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.eyecatch__button-item2 {
  width: 50.8%;
}

.eyecatch__button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.1vw;
  background-color: #EE5F00;
  background-image: url(../img/header2.png);
  background-repeat: no-repeat;
  background-size: 21%;
  background-position: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s;
}

.eyecatch__button2:hover {
  background-color: #EE8F00;
}

.eyecatch__button2-inner {
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.eyecatch__box-text {
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.32vw;
  color: #ffffff;
  text-align: center;
}

.header__sp-menu {
  display: none;
}

.header__sp-link-title {
  display: none;
}

.header__sp-close-link-wrap {

}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
.header__h1 {
  width: 260px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.header__link-wrap {
  width: calc(100% - 260px);
}

.header__link-list {
  max-width: 452px;
  margin-left: -25px;
}

.header__link-item {
  margin-left: 25px;
}

.header__link-list {
  margin-right: 15px;
}

.header__inner {
  padding: 0;
}

.header__button1 {
  width: 130px;
}

.header__button1-inner {
  font-size: 1.2rem;
  line-height: 2rem;
}

.header__button2 {
  width: 130px;
}

.header__button2-inner {
  font-size: 1.2rem;
  line-height: 2rem;
}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
.header__h1 {
  width: 220px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.header__link-wrap {
  width: calc(100% - 220px);
}

.header__link-list {
  max-width: 452px;
  margin-left: -15px;
}

.header__link-list {
  margin-right: 15px;
}

.header__link-item {
  margin-left: 15px;
}

.header__link {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.header__inner {
  padding: 0;
}

.header__button1 {
  width: 130px;
}

.header__button1-inner {
  font-size: 1.2rem;
  line-height: 2rem;
}

.header__button2 {
  width: 130px;
}

.header__button2-inner {
  font-size: 1.2rem;
  line-height: 2rem;
}
}

@media screen and (max-width: 767px) {
.header {
  height: 59px;
}

.header__wrap {
  padding: 0 14px 0 18px;
}

.header__inner {
  height: 59px;
  padding: 0;
}

.header__h1 {
  width: 240px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.header__sp-menu {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../img/sp1.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}

.header__link-wrap {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 36px 15px;
  background-color: #E9EDF3;
}

#body.is-menu-open .header__link-wrap {
  display: block;
}

.header__sp-link-title {
  display: block;
  margin-bottom: 23px;
  font-weight: bold;
  color: #00386D;
  text-align: center;
}

.header__sp-link-title-inner {
  position: relative;
  display: inline-block;
  padding: 0 21px;
}

.header__sp-link-title-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 13px;
  background-color: #00386D;
}

.header__sp-link-title-inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 13px;
  background-color: #00386D;
}

.header__link-list {
  flex-wrap: wrap;
  max-width: 231px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
}

.header__link-item {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

.header__link-item:not(:last-child) {
  margin-bottom: 16px;
}

.header__link {
  display: inline-block;
  padding-left: 24px;
  line-height: 1.9rem;
  color: #00386D;
  background-image: url(../img/sp2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}

.header__link::before {
  display: none;
}

.header__link:hover::before {
  opacity: 1;
}

.header__button1 {
  display: none;
}

.header__button2 {
  display: none;
}

.header__sp-close-link-wrap {
  display: block;
  text-align: center;
}

.header__sp-close-link {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  background-image: url(../img/sp3.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
}

.eyecatch {
  position: relative;
}

.eyecatch__box {
  position: unset;
  width: 100%;
  padding: 4px 15px 20px;
  background-color: #00386D;
  border-radius: 0;
  box-shadow: none;
}

.eyecatch__box-title {
  margin-bottom: 9px;
  font-size: 2rem;
  line-height: 3.4rem;
}

.eyecatch__box-title-small {
  font-size: 1.6rem;
}

.eyecatch__button-box {
  width: 318px;
  margin: 0 auto 15px;
}

.eyecatch__button-list {
  flex-wrap: wrap;
}

.eyecatch__button-item1 {
  width: 100%;
  margin-bottom: 12px;
}

.eyecatch__button1 {
  height: 59px;
  background-size: 62px;
}

.eyecatch__button1-inner {
  font-size: 2rem;
}

.eyecatch__button-item2 {
  width: 100%;
}

.eyecatch__button2 {
  height: 59px;
  background-size: 67px;
}

.eyecatch__button2-inner {
  font-size: 2rem;
}

.eyecatch__box-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
}
