@charset "UTF-8";
/* CSS Document */
/*reset
----------------------------------------*/
html {
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/*clearfix
----------------------------------------*/
.clearfix {
  zoom: 1;
}

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

body {
  font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #464646;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

a {
  color: #260909;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80); /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
  -moz-opacity: 0.8; /* FF , Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
}

h1,
h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

/*コンテンツ幅---------*/
.section_contents {
  width: 87.5%;
  margin: 0 auto;
}

/*header---------*/
header {
  width: 100%;
  overflow: hidden;
  position: static;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  color: #000000; /*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
}

header .tamaku {
  font-size: 80%;
}

header .header_info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 3.5vw 11px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

header .header_info .header_logo {
  width: 43vw;
}

header .header_info .header_btn_wrap {
  display: none;
}

header .header_info .header_btn {
  margin-left: 14px;
}

header .header_info .header_btn a {
  display: block;
}

header .header_info .header_btn .fixed {
  display: none;
}

header .header_info .time {
  text-align: right;
  font-size: 0.8125rem; /*13px*/
  letter-spacing: 0.075em;
  margin-top: 5px;
}

header .header_nav_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.3s;
  opacity: 0;
  background-color: #fff;
  width: 100%;
}

header #header_nav {
  background-color: #fff;
}

header .header_nav_sp .menu_logo {
  width: 34vw;
  margin: 0 auto;
}

header .header_nav_sp .menu_txt {
  font-size: 0.5rem; /*8px*/
  color: rgba(20, 20, 20, 0.6);
  margin-top: 1em;
}

header #header_nav .header_nav_inner {
  overflow: hidden;
}
header #header_nav .header_nav_inner .separator::before {
  content: "・";
}
header #header_nav .header_nav_inner li {
  position: relative;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #ebf1fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header #header_nav .header_nav_inner li a {
  font-size: 15px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
header #header_nav .header_nav_inner li a .en {
  margin-top: 4px;
}
header #header_nav .header_nav_inner li .plus {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 9px 15px;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background-color: #4a80ea;
}
header #header_nav .header_nav_inner li .sub_menu {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f8ff;
}
header #header_nav .header_nav_inner li .sub_menu li {
  width: 100%;
}
header #header_nav .header_nav_inner li .sub_menu li a {
  color: #4a80ea;
}

header #header_nav .header_nav_inner li:nth-child(2) .ja {
  letter-spacing: -1px;
}

header #header_nav .header_nav_inner li .en {
  font-size: 0.65rem; /*7px*/
  font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  color: #4a80ea;
  margin-top: 7px;
}

header #header_nav .header_nav_inner a {
  color: #000000;
  font-size: 1rem; /*13px*/
  display: block;
  padding: 17px 0;
  font-weight: normal;
  width: 100%;
}

header #header_nav .header_nav_inner li:nth-child(even) a {
  left: auto;
  right: 0;
}

header #header_nav .header_nav_inner a:hover {
  opacity: 0.6;
}

header .header_nav_wrap .btn_area {
  display: block;
  margin: 25px auto;
  width: 50vw;
}

header #btn_menu_area {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9001;
  background-color: rgba(255, 255, 255, 0.7);
}

header #btn_menu_area #btn_menu {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 400;
}

header #btn_menu_area #btn_menu span {
  position: absolute;
  left: 15px;
  width: 28px;
  height: 2px;
  background-color: #2f53a2;
  transition: all 0.6s;
}

header.nav_fixed #btn_menu_area #btn_menu span {
  left: 17px;
  width: 28px;
  height: 2px;
}

header #btn_menu_area #btn_menu span:nth-child(1) {
  top: 20px;
}

header #btn_menu_area #btn_menu span:nth-child(2) {
  top: 29px;
}

header #btn_menu_area #btn_menu span:nth-child(3) {
  top: 38px;
}

header.nav_fixed #btn_menu_area #btn_menu span:nth-child(1) {
  top: 16px;
}

header.nav_fixed #btn_menu_area #btn_menu span:nth-child(2) {
  top: 25px;
}

header.nav_fixed #btn_menu_area #btn_menu span:nth-child(3) {
  top: 34px;
}

header.nav_fixed #btn_menu_area p {
  bottom: 8px;
}

header.nav_fixed #btn_menu_area p {
  left: 2px;
}

header #btn_menu_area p {
  position: absolute;
  bottom: 3px;
  left: -2px;
  right: 0;
  color: #2f53a2;
  font-size: 0.5rem;
  text-align: center;
  font-family: "Lato", sans-serif;
}

header .sp_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9002;
}

header .sp_fixed ul {
  background-color: #f5f5f5;
}

header .sp_fixed ul li {
  width: 25%;
}

header .sp_fixed ul li:nth-child(2) {
  background: url("../../assets/img/common/bg02_h_btm_sp.png") left top no-repeat;
  background-size: cover;
}

header .sp_fixed ul li:nth-child(3) {
  background: url("../../assets/img/common/bg03_h_btm_sp.png") left top no-repeat;
  background-size: cover;
}

header .sp_fixed ul li a {
  display: block;
  text-align: center;
  color: #434343;
  font-size: 9px;
  padding: 30px 0 8px;
}

header .sp_fixed ul li:nth-child(1) a {
  background: url("../../assets/img/common/ico_h_btm_sp.png") center 11px no-repeat;
  background-size: 10px auto;
}

header .sp_fixed ul li:nth-child(2) a {
  background: url("../../assets/img/common/ico02_h_btm_sp.png") center 10px no-repeat;
  color: #fff;
  background-size: 24px auto;
}

header .sp_fixed ul li:nth-child(3) a {
  background: url("../../assets/img/common/ico03_h_btm_sp.png") center 11px no-repeat;
  color: #fff;
  background-size: 12px auto;
}

header .sp_fixed ul li:nth-child(4) a {
  background: url("../../assets/img/common/ico04_h_btm_sp.png") center 14px no-repeat;
  background-size: 13px auto;
}

/* メニューオープン時 */
header.open .header_nav_wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 120px;
  opacity: 1;
  z-index: 9000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

header.open .header_nav_sp {
  text-align: center;
  background: url("../../assets/img/common/bg_menu_sp.png") center bottom no-repeat;
  background-size: contain;
  padding: 0.3em 0 1.2em;
}

header.open .header_nav_sp .menu_logo {
  width: 26vw;
  margin: 0 auto;
}

header.open .header_nav_sp .menu_txt {
  font-size: 11px;
  color: rgba(20, 20, 20, 0.6);
  margin-top: 1em;
}

header.open #header_nav {
  display: block;
}

header.open .header_nav_wrap .btn_area {
  display: block;
}

@media (max-width: 360px) {
  header.open .header_nav_wrap {
    padding: 15px 5px 60px;
  }
}
header.open #btn_menu_area p {
  opacity: 0;
}

header.open #btn_menu_area #btn_menu span:nth-child(1) {
  top: 25px !important;
  left: 15px !important;
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

header.open #btn_menu_area #btn_menu span:nth-child(2) {
  opacity: 0;
}

header.open #btn_menu_area #btn_menu span:nth-child(3) {
  top: 25px !important;
  left: 15px !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

/*メニュークローズ時*/
header.close .header_nav_wrap {
  transform: translateX(-100%);
  opacity: 1;
}

/* スクロール時nav */
header.nav_fixed .header_info .header_logo {
  visibility: hidden;
}

.map {
  font-size: 0;
}

/*footer
----------------------------------------*/
#footer .footer_contact {
  background: url("../../assets/img/common/bg_contact.png") left top repeat;
  color: #fff;
  padding-top: 30px;
}

#footer .footer_contact .section_contents {
  padding: 0 0 1.7em;
  position: relative;
  overflow: visible;
}

#footer .footer_contact .section_contents:after {
  content: "";
  width: 13vw;
  height: 21vw;
  background: url("../../assets/img/common/bg02_contact.png") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -4vw;
  bottom: 29vw;
}

#footer .footer_contact h2 {
  font-size: 1.4rem; /*19px*/
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#footer .footer_contact h2 span {
  font-size: 0.8rem; /*10px*/
  display: block;
  margin-top: 0.6em;
}

#footer .footer_contact .contact_btn_block {
  display: block;
  margin: 1em auto 0.8em;
  width: 57.6vw;
}

#footer .footer_contact .contact_btn_block > div {
  margin: 0 0 15px;
}

#footer .footer_contact .contact_btn_block > div img {
  width: 100%;
}

#footer .footer_contact .contact_info {
  text-align: center;
  font-size: 13px !important;
  line-height: 1.8;
  letter-spacing: 0;
  padding-right: 5.5em;
}

/*#footer .footer_contact .contact_info span {
  font-size: .95rem; 
}*/
#footer .footer_contact .contact_img {
  position: absolute;
  right: -6vw;
  bottom: -2.7vw;
  width: 34.4vw;
}

#footer .footer_map iframe {
  width: 100%;
  height: 75vw;
  vertical-align: bottom;
}

#footer .footer_info {
  background-color: #f5f8ff;
  padding: 8vw 2.5vw 8vw;
}

#footer .footer_info .info_date {
  margin: 0 auto;
  color: #000;
  width: 83vw;
}

#footer .footer_info .info_date .footer_logo {
  background: url("../../assets/img/common/bg_footer.png") left bottom no-repeat;
  padding: 0 5px 8px;
  margin-bottom: 15px;
}

#footer .footer_info .info_date .footer_logo img {
  width: 90%;
}

#footer .footer_info .info_date .date_list {
  font-size: 0.95rem; /*12px*/
  line-height: 1.25;
  padding: 0 0 0 5px;
  display: flex;
}

#footer .footer_info .info_date .date_list dt {
  width: 22%;
}

#footer .footer_info .info_date .date_list dd {
  width: 78%;
  line-height: 1.6;
}

#footer .footer_info .info_date .date_list dt:after {
  content: ":";
  margin-left: 0.1em;
}

#footer .footer_info .info_date .date_list dd img {
  margin: 0.6em 0 0;
  width: 28vw;
  display: block;
}

#footer .footer_info .info_date .btn_area {
  padding: 10px 5px;
  width: 100%;
}

#footer .footer_info .info_date .btn_area .img_footer {
  width: 59vw;
  margin-bottom: 15px;
}

#footer .footer_info .info_date .btn_area .btn {
  width: 48vw;
  padding: 7px 0;
  color: #4a80ea;
  border: 2px solid #4a80ea;
  font-size: 1rem; /*13px*/
  line-height: 1.8;
  background-image: url("../../assets/img/common/arrow_footer.png");
  background-size: 11px 13px;
  margin: 0 auto;
  background-position: 91%;
}

#footer .footer_info .date_note {
  font-size: 0.8rem; /*12px*/
  line-height: 1.8;
  padding-left: 1em;
  text-align: center;
  padding-top: 10px;
}

#footer .footer_info .date_note a {
  text-decoration: underline;
}

#footer .footer_info .date_note a:hover {
  text-decoration: none;
}

#footer .footer_info .info_time {
  margin: 1em auto 0;
}

#footer .footer_info .info_time table {
  table-layout: fixed;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 0.75rem; /*12px*/
}

#footer .footer_info .info_time table td {
  vertical-align: middle;
}

#footer .footer_info .info_time table td.blue {
  color: #6a99f6;
}

#footer .footer_info .info_time table td.ft_l {
  font-size: 0.9375rem; /*15px*/
  vertical-align: middle;
}

#footer .footer_info .info_time table tr th:first-child {
  border-right: 1px solid #c5c5c5;
  font-size: 0.75rem; /*12px*/
  padding: 0.8em 0.6em;
  text-align: center;
}

#footer .footer_info .info_time table thead tr:first-child {
  background-color: #5588eb;
  color: #fff;
  font-size: 0.8125rem; /*13px*/
}

#footer .footer_info .info_time table tr:first-child th {
  padding: 0.8em 0.34em;
}

#footer .footer_info .info_time table thead tr:first-child th:first-child {
  border-right: 1px solid #fff;
  text-align: center;
}

#footer .footer_info .info_time table tr:nth-child(2) {
  border-bottom: 1px dotted #787878;
  border-top: 1px dotted #787878;
}

#footer .footer_info .info_time table td,
#footer .footer_info .info_time table th {
  text-align: center;
}

#footer .footer_info .info_time .table_note {
  color: #4a80ea;
  text-align: right;
  font-size: 0.8125rem; /*13px*/
  margin-top: 0.6em;
}

#footer .footer_link .flex {
  padding: 30px 0 10px;
}

#footer .footer_link .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76vw;
  margin: 12px auto 0;
}

#footer .footer_link p a {
  color: #326bdc;
  text-decoration: underline;
  margin-bottom: 25px;
  display: block;
}

#footer .footer_link .footer_sns li {
  width: 10.2vw;
  margin: 0 0.5em;
}

#footer .footer_copy {
  background-color: #326bdc;
  color: #fff;
  text-align: center;
  padding: 12px 0 64px;
  font-size: 0.825rem; /*10px*/
}

/* ボタン */
.btn {
  padding: 18px 6% 18px 5%;
  border-radius: 50px;
  width: 150px;
  text-decoration: none;
  transition: 0.4s;
  background-repeat: no-repeat;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}

.white_btn {
  background: url("../../assets/img/common/arrow.png") #fff no-repeat;
  border: 2px solid #2f53a2;
  padding: 12px 4% 12px 1%;
  border-radius: 50px;
  width: 53vw;
  text-decoration: none;
  color: #2f53a2;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 95%, 51%;
  background-size: 14px, 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.gray_btn {
  background: url("../../assets/img/top/arrow_sec02.png") #f2f2f2 no-repeat;
  padding: 10px 2% 10px 1%;
  border-radius: 50px;
  width: 44vw;
  text-decoration: none;
  color: #292929;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 92%, 51%;
  background-size: 11px, auto;
  font-size: 0.8125rem; /*13px*/
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.blue_btn {
  background: url("../../assets/img/top/arrow_sec08.png") #4a80ea no-repeat;
  padding: 12px 2% 12px 1%;
  border-radius: 50px;
  width: 47vw;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 92%, 51%;
  background-size: 11px, 13px;
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.btn02,
main .btn02::before,
main .btn02::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  opacity: 0.7;
}

.pc {
  display: none !important;
}

.tab {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-inline {
  display: inline-block !important;
}

.tel_link {
  pointer-events: auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*font-color
----------------------------------------*/
.kiiro {
  color: #ffc750;
}

.blue {
  color: #4a80ea;
}

.pink {
  color: #f4718d;
}

.green {
  color: #54bf1f;
}

.red {
  color: #f67360;
}

.bkiiro {
  background: linear-gradient(transparent 50%, #ffdc91 50%);
}

.bkiiro02 {
  background: #fffaee;
}

.bkiiro03 {
  background: #fcf8c6;
}

.bkiiro04 {
  background: linear-gradient(transparent 70%, #fedd92 30%);
}

/*背景色
----------------------------------------*/
.bg_blue {
  background-color: #f5f8ff;
}

.bg_dots_or {
  background: url("../../assets/img/common/sub/bg_dots_or.png") left top repeat;
}

/*余白
----------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.pt00 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ls_s {
  letter-spacing: 0;
}

.f90 {
  font-size: 90%;
}

.mt20 {
  margin-top: 20px;
}

/*
----------------------------------------*/
/*見出し
----------------------------------------*/
.ttl_01 {
  text-align: center;
  background-image: url("../../assets/img/top/title_sec01.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 16px;
  width: 86vw;
  margin: 0 auto;
}

.ttl_01 span {
  display: block;
}

.ttl_01 .ja {
  color: #2d1d01;
  font-size: 1.4rem; /*21px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

.ttl_01 .en {
  color: #2f53a2;
  font-size: 0.8rem; /*9px*/
  font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.ttl_01.orange {
  background-image: url("../../assets/img/common/sub/title_orange.png");
}

.ttl_01.orange .ja strong {
  color: #f89066;
  font-weight: 400;
}

.ttl_01.orange .en {
  color: #f89066;
}

.ttl_center {
  color: #2b67db;
  font-size: 1.125rem; /*18px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.36;
  text-align: center;
}

/*----------------------------------------*/
.tyuui {
  padding: 0 3%;
}
