@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #1a1a1a;
  font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: normal;
	font-size: 15px;
	line-height: 1.8em;
  letter-spacing: 0.01em;
	-webkit-text-size-adjust: 100%;
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
} */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
a img:hover {
	opacity: 0.8;
}
section {
  display: block;
  position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
  /* overflow: hidden; */
}
.sgtop_box {
  display: block;
  position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
  overflow: hidden;
}
._riseup {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.eff-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

ruby {
  line-height: 1em;
}
rt {
  position: relative;
  margin-bottom: -5px;
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: normal;
  transform: translateY(3px);
}
iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

h1 {
  color: #00378c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}
h2 {
  color: #00378c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
h3 {
  color: #00378c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.h3_tbl {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}
.p_b {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
p {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
}
.p_s {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

#pagetop {
	display: block;
	position: fixed;
  width: 46px;
  height: 46px;
  bottom: 16px;
  right: 16px;
  right: calc(16px + env(safe-area-inset-right, 0px));
	background-color: #1d3870;
  border-radius: 50%;
  cursor: pointer;
	z-index: 98;
}
#pagetop:hover {
	background-color: #45bcff;
}
#pagetop::before {
  content: url("../img/yaji_top.svg");
  position: absolute;
  width: 18px;
  height: 11px;
  top: 8px;
  left: 12px;
}

body.no-scroll {
  overflow: hidden;
}

/* ----------------- */
.disp_sp {
	display: block !important;
}
.disp_pc {
	display: none !important;
}

._red {
  color: #ff3672;
}


/* ----------------- */
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 360px;
  min-height: 100vh;
}

header {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 90px;
  z-index: 90;
}
header a {
  text-decoration: none;
}
.head-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin: 0px;
}
.head-top .head-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
}
.head-top .head-logo .siteLogo {
  width: 111px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.head-top .head-logo .siteLogo:hover {
	opacity: 0.7;
}
.head-top .head-logo .siteLogo img {
  width: 100%;
}
.head-top .head-logo .head-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.head-top .head-logo .head-name p {
  display: block;
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0em;
}
.head-top .head-logo .head-name p._grp {
  display: block;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0em;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000000;
}

.head-top .head-submenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0px;
}
.head-top .head-submenu ._home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.0em;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: width 0.3s ease; 
}
.head-top .head-submenu ._home::after {
  content: url("../img/arrow_exlink.svg");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0px;
  right: 0px;
}
.head-top .head-submenu ._home::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  transition: width 0.3s ease;
}
.head-top .head-submenu ._home:hover::before {
  width: 100%;
}
.head-top .head-submenu ._login {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.0em;
  margin-left: 10px;
  padding: 13px 10px;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  background-size: 100% 100%;
  background-position: left;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.head-top .head-submenu ._login::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00378c;
  transition: left 0.3s ease;
  z-index: -1;
}
.head-top .head-submenu ._login:hover::before {
  left: 0;
}

.head-bar {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
}
.head-bar ul.head-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  margin: 0px auto;
  background-color: #ffffff;
}
.head-bar ul.head-menu li {
  display: inline;
  position: relative;
  padding: 0px 1.5em;
  color: #000000;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.0em;
  white-space: nowrap;
  transition: width 0.3s ease;
}
.head-bar ul.head-menu li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 15px;
  border-left: 1px solid #999999;
}
.head-bar ul.head-menu li:first-child::before {
  border-left: none;
}
.head-bar ul.head-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
}
.head-bar ul.head-menu li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  transition: width 0.3s ease;
}
.head-bar ul.head-menu li a:hover::before {
  width: 100%;
}



/* ----------------- */
footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
footer .foot-box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  min-height: 200px;
  margin: 0px auto;
  padding: 0px 30px 10px;
}
footer .foot-box p {
	display: block;
  position: relative;
  width: 100%;
  margin: 40px 0px;
  color: #808080;
	font-weight: 400;
	font-size: 11px;
  line-height: 1.8em;
}
footer .foot-box sup {
  font-size: 16px;
  padding-right: 3px;
	vertical-align: baseline;
	top: -0.1em;
}
footer .foot-box p.copyright {
	display: block;
  position: relative;
  margin: 0px !important;
	font-size: 10px;
  line-height: 1.5em;
  text-align: right;
}
footer .foot-box p.copyright span {
  display: inline-block;
}


/* ----------------- */
.mob-navbox {
  display: block;
  position: absolute;
  top: 43px;
  right: 15px;
  z-index: 110;
}
.mob-nav {
	display: flex;
  flex-direction: column;
	justify-content: flex-start;
	align-items: center;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #003183;
  border-radius: 50%;
  cursor: pointer;
}
.mob-nav span {
  display: block;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.mob-nav span:nth-of-type(1) {
  top: 15px;
}
.mob-nav span:nth-of-type(2) {
  top: 20px;
}
.mob-nav span:nth-of-type(3) {
  top: 25px;
}
.mob-nav.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
  /* width: 26px; */
}
.mob-nav.active span:nth-of-type(2) {
  opacity: 0;
}
.mob-nav.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
	/* width: 26px; */
}

#mob-base {
  display: none;
	position: fixed;
	width: 100vw;
  height: 100vh;
  background-color: #00000020;
	z-index: 100;
}
.mob-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0px;
  position: absolute;
	width: 100vw;
  height: 100vh;
  top: 0px;
  right: -100vw; 
  background-color: #e0f1fc;
  transition: right 0.3s ease;
  overflow-y: auto;
}
.mob-wrap.open {
  right: 0;
}
.mob-wrap._fullhead {
  height: 100vh;
  top: 0px;
}


.mob-wrap .mob-menu {
  display: block;
  position: relative;
	width: 100%;
  margin: 10px 0px;
}
.mob-wrap .mob-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0px;
  position: relative;
  width: 100%;
}
.mob-wrap .mob-menu ul li {
  color: #1a1a1a;
	font-weight: 500;
	font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.mob-wrap .mob-menu ul li a {
  text-decoration: none;
}
.mob-wrap .mob-menu ul li a:hover {
  opacity: 0.8;
}
.mob-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 54px;
}
.mob-foot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 111px;
  height: 30px;
  margin-bottom: 30px;
}


/* ----------------- */
.login-box {
  /*display: flex;*/
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 201;
}
.login-box .popbase {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: calc(100% - 50px);
  margin: 0px 25px;
  background-color:#e0f1fc;
  border-radius: 18px;
  box-shadow: 0px 8px 20px 0px rgba(76, 171, 223, 0.5);
}
.login-box .bg_img {
  position: absolute;
  width: 36px;
  height: 92px;
  top: -22px;
  left: calc(50% - 18px);
}
.login-box .bg_img img {
  width: 100%;
}
.login-box .btn-close {
  display: block;
  position: absolute;
  width: 21px;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.login-box h1 {
  display: inline-block;
  position: relative;
  margin: 85px 20px 25px;
  letter-spacing:0.1em;
}
.login-box p {
  display: inline-block;
  position: relative;
  margin: 25px 20px;
}
.login-box .login_input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 0px;
  position: relative;
  width: 100%;
}
.login-box .login_input .login_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 280px;
  height: 40px;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 10px;
}
.login-box .login_input .login_container input {
  width: 100%;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 16px;
}
.login-box .login_input .login_container input::placeholder {
  color: #b3b3b3;
}
.login-box .login_input .login_container input:focus {
  color: #1a1a1a;
}
.login-box .loginbtn-box {
  display: inline-block;
  position: relative;
  margin: 0px 20px 50px;
}
.login-box .loginbtn-box .login_btn {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 60px;
  margin: 0px auto;
  padding: 20px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  background-size: 100% 100%;
  background-position: left;
  border-radius: 38px;
  box-shadow: 0px 4px 12px 0px rgba(76, 171, 223, 0.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.login-box .loginbtn-box .login_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00378c;
  transition: left 0.3s ease;
  z-index: -1;
}
.login-box .loginbtn-box .login_btn:hover::before {
  left: 0;
}





/* テスト用 */
.test-list-set {
  display: none;
  width: 100%;
}



/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media (min-width: 610px) {
.login-box .popbase {
  width: 560px;
  margin: 0px auto;
}
}


@media (min-width: 768px) {
  
.disp_sp {
	display: none !important;
}
.disp_pc {
	display: block !important;
}

header {
  height: 125px;
}
.head-top {
  align-items: center;
  width: calc(100% - 44px);
  margin: 10px 22px;
}
.head-top .head-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0px;
}
.head-top .head-logo .siteLogo {
  margin-bottom: 0px;
}
.head-bar {
  display: block;
}
.head-top .head-submenu {
  align-items: center;
  position: relative;
}
.head-top .head-submenu ._login {
  padding: 13px 15px;
  border-radius: 38px;
}

.mob-navbox {
  display: none;
}

}



@media (min-width: 1024px) {
  header {
    height: 130px;
  }
  .head-top .head-logo .siteLogo {
    width: 166.5px;
    height: 45px;
    margin-right: 20px;
  }

  .head-bar ul.head-menu li {
    padding: 0px 40px;
    font-size: 15px;
  }

}


