@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;
}

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;
  color: #464646;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
}

/*コンテンツ幅---------*/
body {
  min-width: 1300px;
}

.section_contents {
  width: 1000px;
  margin: 0 auto;
}

/*header---------*/
header {
  width: 100%;
  min-width: 1300px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background: #f7f9ff;
  color: #000000; /*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
}

header .tamaku {
  padding: 0 47px;
}

header .header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px;
  width: 78%;
  box-sizing: border-box;
  min-width: 1190px;
  margin: 0 auto;
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

header .header_info .header_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 14px;
}

header .header_info .header_btn {
  margin-left: 0;
}

header.nav_fixed .header_btn_wrap .pagetop {
  margin-top: 100px;
  order: 3;
  margin-right: 15px;
}

header.nav_fixed .header_btn_wrap .pagetop a {
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 6px 0 0 6px;
  box-shadow: 0px 0px 7px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 7px 0px #cccccc;
}

header .header_btn_wrap .pagetop a img {
  margin: 0px auto;
  padding: 7px 0 7px 4px;
}

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 {
  background-color: #fff;
  padding: 21px 0 24px;
}

header #header_nav .header_nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1300px;
  margin: 0 auto;
}

header #header_nav .header_nav_inner li {
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
  min-width: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header #header_nav .header_nav_inner li .plus {
  display: none;
}

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

header #header_nav .header_nav_inner li + li {
  border-left: 1px solid #ebf1fc;
}

header #header_nav .header_nav_inner li span {
  display: block;
  line-height: 1;
}

header #header_nav .header_nav_inner li .en {
  font-size: 0.75rem; /*12px*/
  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: 5px;
}

header #header_nav .header_nav_inner a {
  color: #000000;
  font-size: 1.0625rem; /*17px*/
  display: block;
  width: 100%;
}

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

header #header_nav .header_nav_inner .sub_menu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 24px;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s, max-height 1s;
}

header #header_nav .header_nav_inner .sub_menu li {
  background-color: #fff;
  padding: 0;
}

header #header_nav .header_nav_inner .sub_menu li + li {
  border-top: 1px solid #ecf2fc;
  border-left: none;
}

header #header_nav .header_nav_inner .sub_menu li a {
  font-size: 0.9375rem; /*15px*/
  padding: 0.7em;
  display: block;
  width: 100%;
}

header #header_nav .header_nav_inner li:hover .sub_menu {
  opacity: 1;
  overflow: visible;
  max-height: 100vh;
}

header #header_nav .header_nav_inner li:hover .sub_menu li:hover {
  background-color: #f7f9ff;
}

header #header_nav .header_nav_inner li:hover .sub_menu li:hover a {
  opacity: 1;
}

header #btn_menu_area {
  display: none;
}

header .sp_fixed {
  display: none;
}

/* スクロール時nav */
header.nav_fixed {
  width: 100%;
  min-width: 1300px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background: #f7f9ff;
  color: #000000; /*box-shadow: 10px 10px 10px rgba(0,0,0,0.1);*/
}

header.nav_fixed .header_info {
  padding: 0;
}

header.nav_fixed .header_info .header_logo {
  display: none;
}

header.nav_fixed .header_info .header_btn_wrap {
  position: fixed;
  right: 0;
  width: 90px;
  padding: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header.nav_fixed .header_info .header_btn01 {
  margin-top: 15px;
  order: 2;
}

header.nav_fixed .header_info .header_btn02 {
  order: 1;
}

header.nav_fixed .header_info .header_btn .top {
  display: none;
}

header.nav_fixed .header_info .header_btn .fixed {
  display: block;
}

header.nav_fixed .header_info .header_btn .time {
  display: none;
}

.map {
  font-size: 0;
}

/*footer
----------------------------------------*/
#footer {
  background-color: #f5f8ff;
}

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

#footer .footer_contact .section_contents {
  padding: 0 22px 50px 0;
  position: relative;
  overflow: visible;
}

#footer .footer_contact .section_contents:after {
  content: "";
  width: 108px;
  height: 171px;
  background: url("../../assets/img/common/bg02_contact.png") right top no-repeat;
  position: absolute;
  right: 0;
  bottom: 160px;
}

#footer .footer_contact h2 {
  font-size: 2.375rem; /*38px*/
  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.9375rem; /*15px*/
  display: block;
  margin-top: 0.8em;
}

#footer .footer_contact .contact_btn_block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

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

#footer .footer_contact .contact_info {
  text-align: center;
  font-size: 0.8125rem; /*13px*/
  line-height: 2;
  margin-top: 17px;
}

#footer .footer_contact .contact_info span {
  font-size: 0.9375rem; /*15px*/
}

#footer .footer_contact .contact_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

#footer .footer_info {
  margin: 0 auto;
  padding: 50px 40px 70px;
  width: 1100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer_info .info_date {
  width: 570px;
  color: #000;
}

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

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

#footer .footer_info .info_date .date_list {
  font-size: 1rem; /*20px*/
  line-height: 1.7;
  padding: 15px 0 0 7px;
}

#footer .footer_info .info_date .date_list dt {
  float: left;
  clear: both;
}

#footer .footer_info .info_date .date_list dd {
  padding-left: 95px;
}

#footer .footer_info .info_date .date_list dd:before {
  content: ":";
  margin-right: 14px;
}

#footer .footer_info .info_date .date_list dd img {
  margin-left: 12px;
  width: 25%;
}

#footer .footer_info .info_date .btn_area {
  padding: 15px 7px;
}

#footer .footer_info .info_date .btn_area .img_footer {
  margin-right: 35px;
  width: 49%;
}

#footer .footer_info .info_date .btn_area .img_footer img {
  width: 100%;
}

#footer .footer_info .info_date .btn_area .btn {
  margin: 0;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #4a80ea;
  border: 2px solid #4a80ea;
  font-size: 0.9375rem; /*15px*/
  line-height: 1.8;
  background-image: url("../../assets/img/common/arrow_footer.png");
  background-size: 14px 18px;
}

#footer .footer_info .date_note {
  font-size: 0.9rem; /*17px*/
  padding-left: 15px;
}

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

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

#footer .footer_info .info_time {
  width: 45%;
}

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

#footer .footer_info .info_time table span.blue {
  font-size: 85%;
}

#footer .footer_info .info_time table td.blue {
  color: #4a80ea;
}

#footer .footer_info .info_time table td.ft_l {
  font-size: 1.1875rem; /*19px*/
}

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

#footer .footer_info .info_time table tbody th {
  width: 43%;
}

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

#footer .footer_info .info_time table thead tr:first-child th {
  padding: 15px 10px;
  font-size: 1rem;
}

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

#footer .footer_info .info_time table tr:first-child th:last-child {
  letter-spacing: -1px;
  padding: 15px 10px;
}

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

#footer .footer_info .info_time table tr {
  border-bottom: 1px dotted #c5c5c5;
}

#footer .footer_info .info_time table tr:nth-child(2) td {
  border-bottom: none;
}

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

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

#footer .footer_link {
  padding: 50px 0 10px;
  background-color: #fff;
}

#footer .footer_link p {
  margin-bottom: 10px;
}

#footer .footer_link .flex {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer_link .footer_bnr {
  margin-right: 45px;
}

#footer .footer_link .footer_sns li {
  margin-right: 24px;
}

#footer .footer_copy {
  background-color: #326bdc;
  color: #fff;
  text-align: center;
  padding: 23px;
}

#footer .footer_link p a {
  color: #326bdc;
  text-decoration: underline;
}

/* ボタン */
.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: 11px 2% 11px 1%;
  border-radius: 50px;
  width: 255px;
  text-decoration: none;
  color: #2f53a2;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 90%, 51%;
  background-size: 17px, 20px;
  font-size: 1.15rem;
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.gray_btn {
  background: url("../../assets/img/common/arrow.png") #f2f2f2 no-repeat;
  padding: 11px 2% 11px 1%;
  border-radius: 50px;
  width: 210px;
  text-decoration: none;
  color: #292929;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 90%, 51%;
  background-size: 13px, 15px;
  font-size: 0.95rem; /*14px*/
  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: 260px;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  transition: 0.4s;
  background-position: 90%, 51%;
  background-size: 17px, 20px;
  font-size: 1.125rem; /*18px*/
  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: block;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

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

.tel_link {
  pointer-events: none;
}

.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;
}

.mt20 {
  margin-top: 20px;
}

.f90 {
  font-size: 90%;
}

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

.ttl_01 span {
  display: block;
}

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

.ttl_01 .en {
  color: #2f53a2;
  font-size: 0.9rem; /*14.4px*/
  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: 2.0625rem; /*33px*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.36;
  text-align: center;
}

/*----------------------------------------*/
.lh2 {
  line-height: 2;
}

.tyuui {
  padding: 0 20px;
}

/*----------------------------------------*/
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
  header.nav_fixed .header_btn_wrap .pagetop {
    margin-right: 0px;
  }
}
