﻿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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  font-size: 15px;
  background-color: #fff;
}
a {
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #30356c;
}
a:focus {
  outline: thin dotted;
  color: #4e5390;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #4e5390;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}
p {
  text-align: left;
  color: #333;
  line-height: 180%;
}
small {
  font-size: smaller;
}
ul {
  list-style-type: none;
}
li > ul,
li > ol {
  margin: 0 0 0 0px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0deg, 0%, 100%, 0),
    hsla(0deg, 0%, 100%, 0)
  );
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table,
th,
td {
  border: none;
}
table {
  font-size: 100%;
  border-collapse: collapse;
}
caption,
th,
td {
  font-size: 100%;
  line-height: 1.6;
  font-weight: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
figure,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: none;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  font-size: 14px;
}
body {
  position: relative;
  overflow-y: scroll;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.666;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #272e6e;
  transition: color 0.3s;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #fff !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.header svg {
  fill: #333;
}
.header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__div1 {
  width: 109px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__div2 {
  width: calc(100% - 109px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header.js_header_scroll_wht {
  background: none !important;
  color: #fff;
}
.header.js_header_scroll_wht::after {
  opacity: 0;
}
.header.js_header_scroll_wht svg {
  fill: #fff;
}
.header.js_header_scroll_wht.is_active {
  background: #fff !important;
  color: #333;
}
.header.js_header_scroll_wht.is_active::after {
  opacity: 1;
}
.header.js_header_scroll_wht.is_active svg {
  fill: #333;
}
.header_logo {
  line-height: 1;
}
.header_logo a {
  width: 109px;
  height: 30px;
  line-height: 0;
  vertical-align: top;
  display: inline-flex;
  color: inherit;
  font-size: 1rem;
}
.header_logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.header_logo__inner {
  display: block;
  width: 100%;
  height: 100%;
}
.header_menu {
  height: 100%;
  display: flex;
}
.header_menu__item,
.header_menu__item--access,
.header_menu__item--contact,
.header_menu__item--search,
.header_menu__item--drawer_btn {
  position: relative;
  margin-left: 6px;
  align-self: center;
}
.header_menu__item--contact,
.header_menu__item--search,
.header_menu__item--access {
  display: none;
  align-self: stretch;
}
.header_menu__item--drawer_btn {
  width: 48px;
  margin-left: 14px;
}
.header_btn {
  display: inline-block;
  min-width: 54px;
  padding: 0.5em 0.6em;
  border: 1px solid #333;
  color: inherit !important;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
}
.header.js_header_scroll_wht .header_btn {
  border-color: #fff;
}
.header.js_header_scroll_wht.is_active .header_btn {
  border-color: #333;
}
.header_ico_btn,
.header_ico_btn--access,
.header_ico_btn--contact,
.header_ico_btn--search {
  display: block;
  width: 56px;
  height: 100%;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_ico_btn img,
.header_ico_btn--access img,
.header_ico_btn--contact img,
.header_ico_btn--search img {
  height: 28px;
}
.header_ico_btn svg,
.header_ico_btn--access svg,
.header_ico_btn--contact svg,
.header_ico_btn--search svg {
  height: 28px;
}
.header_ico_btn--access svg {
  height: 28px;
}
.header_ico_btn--contact svg {
  height: 20px;
}
.header_ico_btn--search {
  cursor: pointer;
}
.header_ico_btn--search svg {
  height: 25px;
}
.header_search {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header_search.is_active {
  opacity: 1;
  visibility: visible;
  background: #e2e2e2;
}
.header_search_btn {
  display: none;
}
.fixed_drawer_nav_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  box-sizing: border-box;
}
.fixed_drawer_nav_btn *,
.fixed_drawer_nav_btn *::before,
.fixed_drawer_nav_btn *::after {
  box-sizing: border-box;
}
.drawer_nav_btn {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background: #272e6e;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 200ms;
}
.drawer_nav_btn__mark {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 55%;
}
.drawer_nav_btn__mark,
.drawer_nav_btn__mark::before,
.drawer_nav_btn__mark::after {
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
}
.drawer_nav_btn__mark::before,
.drawer_nav_btn__mark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.drawer_nav_btn__mark::before {
  top: -7px;
}
.drawer_nav_btn__mark::after {
  top: 7px;
}
.drawer_nav_btn__txt + .drawer_nav_btn__mark {
  top: calc(50% - 6px);
}
.drawer_nav_btn__txt {
  position: absolute;
  bottom: 7px;
  right: 50%;
  transform: translateX(50%);
  color: inherit;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  font-weight: 300;
  white-space: nowrap;
}
.drawer_nav_btn.is_active .drawer_nav_btn__mark {
  background: rgba(0, 0, 0, 0);
}
.drawer_nav_btn.is_active .drawer_nav_btn__mark::before,
.drawer_nav_btn.is_active .drawer_nav_btn__mark::after {
  top: 0;
}
.drawer_nav_btn.is_active .drawer_nav_btn__mark::before {
  transform: rotate(45deg);
}
.drawer_nav_btn.is_active .drawer_nav_btn__mark::after {
  transform: rotate(-45deg);
}
.js_scroll_bg_color .drawer_nav_btn {
  background: rgba(0, 0, 0, 0);
}
.js_scroll_bg_color .drawer_nav_btn.is_active {
  background: #272e6e;
}
.js_scroll_bg_color.is_active .drawer_nav_btn {
  background: #272e6e;
}
#drawer_nav {
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #3d5793;
  color: #fff;
  transition: all 0.3s;
}
#drawer_nav.is_active {
  opacity: 1;
  visibility: visible;
}
#drawer_nav *,
#drawer_nav *::before,
#drawer_nav *::after {
  box-sizing: border-box;
}
.drawer_nav__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawer_nav__inner::-webkit-scrollbar {
  display: none;
}
.drawer_nav__cont {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: left;
}
.drawer_nav_cont_1 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 60px;
}
.drawer_nav_menu {
  list-style: none;
  margin-top: 20px;
  font-size: 16px;
}
.drawer_nav_menu > li {
  border-top: 1px solid rgba(29, 36, 57, 0.3);
}
.drawer_nav_menu > li > a,
.drawer_nav_menu .drawer_nav_menu__dropdown_trigger {
  display: block;
  position: relative;
  padding: 16px 36px 16px 16px;
  background: rgba(82, 118, 184, 0.5);
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.drawer_nav_menu > li > a::after,
.drawer_nav_menu .drawer_nav_menu__dropdown_trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.drawer_nav_menu > li > a[href],
.drawer_nav_menu .drawer_nav_menu__dropdown_trigger {
  cursor: pointer;
}
.drawer_nav_menu2 {
  list-style: none;
  margin: 0;
  padding: 20px 4vw;
  border-top: 1px solid rgba(29, 36, 57, 0.3);
  line-height: 1.25;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.drawer_nav_menu2 > li {
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px solid #fff;
}
.drawer_nav_menu2 > li:nth-last-child(1) {
  border-right: 1px solid #fff;
}
.drawer_nav_menu2 > li > a {
  color: inherit;
  text-decoration: none;
}
.drawer_nav_sub_menu {
  display: none;
  list-style: none;
  font-size: 16px;
}
.drawer_nav_sub_menu > li {
  border-top: 1px solid rgba(29, 36, 57, 0.3);
}
.drawer_nav_sub_menu > li > a {
  display: block;
  position: relative;
  padding: 16px 16px;
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.drawer_nav_sub_menu > li > a[href]::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.drawer_nav_sub_menu > li > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  transform: none;
  width: 9px;
  height: 9px;
  margin-left: 1.25em;
  border: none;
  background: url("../img/ico/blank_wht.svg") no-repeat center/contain;
  vertical-align: middle;
}
.drawer_nav_menu__dropdown_trigger.is_active + .drawer_nav_sub_menu {
  display: block;
}
.drawer_nav_sub_menu2 {
  list-style: none;
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(29, 36, 57, 0.3);
  font-size: 14px;
}
.drawer_nav_sub_menu2:nth-child(1) {
  border-top: none;
}
.drawer_nav_sub_menu2 + .drawer_nav_sub_menu2 {
  margin-top: 1em;
}
.drawer_nav_sub_menu2 > li {
  position: relative;
  margin: 7px 0;
  padding-left: 30px;
}
.drawer_nav_sub_menu2 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 18px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #fff;
}
.drawer_nav_sub_menu2 > li > a {
  position: relative;
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.drawer_nav_sub_menu2 > li > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 9px;
  height: 9px;
  margin-left: 0.5em;
  background: url("../img/ico/blank_wht.svg") no-repeat center/contain;
  vertical-align: middle;
}
.drawer_nav_sub_menu3 {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.drawer_nav_sub_menu3 > li > a {
  display: block;
  position: relative;
  padding: 5px 18px;
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.drawer_nav_sub_menu3 > li > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 9px;
  height: 9px;
  margin-left: 0.5em;
  background: url("../img/ico/blank_wht.svg") no-repeat center/contain;
  vertical-align: middle;
}
.drawer_nav_search {
  margin-top: 20px;
  padding: 0 4vw;
}
.drawer_nav_search__inner {
  border: 1px solid #fff;
  display: flex;
}
.drawer_nav_search input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 0.5em;
  border: none;
  background: #3d5793;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.drawer_nav_search input[type="text"]:focus {
  box-shadow: none;
}
.drawer_nav_search__search_box_area {
  width: calc(100% - 30px);
}
.drawer_nav_search__btn_area {
  width: 30px;
}
.drawer_nav_search__btn {
  width: 30px;
  height: 30px;
  border: none;
  background: url("../img/ico/loupe_wht.svg") no-repeat center/45% auto;
  cursor: pointer;
  outline: none;
}
.drawer_nav_header {
  padding: 20px 0;
}
.drawer_nav_layout__div2 {
  display: none;
}
.drawer_nav_logo {
  width: 108px;
  margin: 0 auto;
  padding-top: 30px;
}
.drawer_nav_search {
  margin-top: 20px;
  padding: 0 4vw;
}
.drawer_nav_search__inner {
  border: 1px solid #fff;
  display: flex;
}
.drawer_nav_search input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 0.5em;
  border: none;
  background: #3d5793;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.drawer_nav_search input[type="text"]:focus {
  box-shadow: none;
}
.drawer_nav_search__search_box_area {
  width: calc(100% - 30px);
}
.drawer_nav_search__btn_area {
  width: 30px;
}
.drawer_nav_search__btn {
  width: 30px;
  height: 30px;
  border: none;
  background: url("../img/ico/loupe_wht.svg") no-repeat center/45% auto;
  cursor: pointer;
  outline: none;
}
.drawer_nav_sns {
  list-style: none;
  padding: 20px 4vw;
  border-top: 1px solid rgba(29, 36, 57, 0.3);
}
.drawer_nav_sns__heading {
  color: inherit !important;
  font-size: 12px;
  text-align: center;
}
.drawer_nav_menu_sns {
  list-style: none;
  line-height: 1.25;
  display: flex;
  justify-content: center;
}
.drawer_nav_menu_sns > li {
  width: 34px;
  margin: 10px 6px 0;
}
.drawer_nav_menu_sns > li > a {
  display: block;
}
.drawer_nav_tab__contents {
  width: 100%;
  display: none;
}
.drawer_nav_tab__border {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
  margin: -1px 0 0;
  border: none;
  background: #999;
}
input[name="drawer_nav_tab__label"] {
  display: none;
}
#drawer_nav_tab_1:checked ~ .drawer_nav_layout #drawer_nav_tab_1_contents,
#drawer_nav_tab_2:checked ~ .drawer_nav_layout #drawer_nav_tab_2_contents,
#drawer_nav_tab_3:checked ~ .drawer_nav_layout #drawer_nav_tab_3_contents,
#drawer_nav_tab_4:checked ~ .drawer_nav_layout #drawer_nav_tab_4_contents,
#drawer_nav_tab_5:checked ~ .drawer_nav_layout #drawer_nav_tab_5_contents,
#drawer_nav_tab_6:checked ~ .drawer_nav_layout #drawer_nav_tab_6_contents,
#drawer_nav_tab_7:checked ~ .drawer_nav_layout #drawer_nav_tab_7_contents,
#drawer_nav_tab_8:checked ~ .drawer_nav_layout #drawer_nav_tab_8_contents {
  display: block;
}
.drawer_nav_tab input:checked + .drawer_nav_tab__label::after {
  background: #fff;
}
.drawer_nav_tab_radio {
  display: none;
}
.drawer_nav_heading {
  font-size: 28px;
  padding: 0 10px;
}
main {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 48px;
}
main.front_page {
  box-sizing: border-box;
}
main.front_page *,
main.front_page *::before,
main.front_page *::after {
  box-sizing: border-box;
}
.header.js_header_scroll_wht ~ main,
.header.js_header_scroll_wht ~ #wrap main {
  margin-top: 0;
}
.footer {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: auto;
  background: #4e515c;
  color: #fff;
}
.footer *,
.footer *::before,
.footer *::after {
  box-sizing: border-box;
}
.footer__inner {
  width: 100%;
  max-width: calc(1138px + 11.875vw);
  margin: 0 auto;
  padding: 40px 4vw;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 90px;
}
.footer__div2 {
  margin-top: 25px;
}
.footer__div2_div2 {
  display: none;
  margin-top: 35px;
}
.footer .block_cards__item--heading {
  width: calc(50% - 20px - 0.1px);
}
.footer_logo_addr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_logo {
  max-width: 132px;
  margin: 0 !important;
  background: none;
  line-height: 1;
}
.footer_logo a {
  display: block;
}
.footer_sns_icos {
  display: flex;
}
.footer_sns_icos__item {
  margin-left: 7px;
}
.footer_sns_icos a {
  display: block;
}
.footer_addr {
  margin-top: 30px;
  width: 100%;
}
.footer_addr p {
  color: inherit !important;
  line-height: 1.666 !important;
}
.footer_nav {
  list-style: none;
}
.footer_nav a {
  color: inherit;
  text-decoration: none;
}
.footer_nav2 {
  list-style: none;
}
.footer_nav2 > li {
  margin-top: 10px;
}
.footer_nav2 > li:nth-child(1) {
  margin-top: 0;
}
.footer_nav2 a {
  display: block;
  padding: 0.5em;
  border: 1px solid #fff;
  color: inherit;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.footer_history {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 150px;
  text-decoration: none;
  color: #333;
}
.footer_history__img {
  position: relative;
}
.footer_history__img::before {
  content: "";
  display: block;
  padding-top: 82.716%;
}
.footer_history__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.footer_history__txt {
  position: absolute;
  top: 10px;
  left: -65px;
}
.footer_history__txt img {
  width: 121px;
  height: 50px;
}
.footer_history__txt_since {
  position: absolute;
  bottom: -15px;
  right: -30px;
}
.footer_history__txt_since img {
  width: 110px;
  height: 27px;
}
.footer_copy {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
.page_fixed {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s;
}
.page_fixed.is_fade {
  opacity: 1;
  visibility: visible;
}
.page_top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.3333333333%;
  height: 48px;
  background: #777bb6;
}
.page_top__inner {
  display: none;
}
.page_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.page_fixed_menu {
  height: 48px;
  display: flex;
}
.page_fixed_menu__item,
.page_fixed_menu__item--mail {
  display: block;
  width: 33.3333333333%;
  background: #272e6e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_fixed_menu__item--mail {
  background: #5276b8;
}
.page_fixed_menu img {
  height: 24px;
}
.page_fixed_menu__item--mail img {
  height: 18px;
}
.container,
.container--l,
.container--s {
  width: 100%;
  max-width: calc(1138px + 11.875vw);
  margin: 0 auto;
  padding: 40px 4vw;
}
.container {
  width: auto;
}
.container + .container,
.container--l + .container,
.container--s + .container,
.container + .container--l,
.container--l + .container--l,
.container--s + .container--l,
.container + .container--s,
.container--l + .container--s,
.container--s + .container--s {
  padding-top: 0;
}
.container--l {
  max-width: calc(1200px + 8vw);
}
.container--s {
  max-width: calc(752px + 8vw);
}
.layout-2column .page_content > .container:nth-last-child(1),
.layout-2column .page_content > .container--l:nth-last-child(1),
.layout-2column .page_content > .container--s:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div:nth-last-child(1)
  > .container:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div:nth-last-child(1)
  > .container--l:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div:nth-last-child(1)
  > .container--s:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div-brder-top:nth-last-child(1)
  > .container:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div-brder-top:nth-last-child(1)
  > .container--l:nth-last-child(1),
.layout-2column
  .page_content
  > .section-div-brder-top:nth-last-child(1)
  > .container--s:nth-last-child(1) {
  padding-bottom: 0;
}
.layout-2column .container,
.layout-2column .container--l,
.layout-2column .container--s {
  padding-right: 0;
  padding-left: 0;
}
.layout-2column .container:nth-child(1),
.layout-2column .container--l:nth-child(1),
.layout-2column .container--s:nth-child(1) {
  padding-top: 0;
}
.section_div,
.section_div--border-top {
  background: #fff;
}
.section_div:nth-of-type(2n),
.section_div--border-top:nth-of-type(2n) {
  background: #f7f7f4;
}
.section_div--border-top {
  border-top: 1px solid #ccc;
}
.section_div--border-top:nth-of-type(2n) {
  background: #fff;
}
.page_content > .section_div--border-top:nth-child(1) {
  border-top: none;
}
.ofi_cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.ofi_contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.ul_bnrs,
.ul_bnrs--no_border {
  margin-top: 1.5rem;
  list-style: none;
}
.ul_bnrs:nth-child(1),
.ul_bnrs--no_border:nth-child(1) {
  margin-top: 0;
}
.ul_bnrs > li,
.ul_bnrs--no_border > li {
  margin-top: 10px;
  padding-left: 0;
  text-align: center;
}
.ul_bnrs > li:nth-child(1),
.ul_bnrs--no_border > li:nth-child(1) {
  margin-top: 0;
}
.ul_bnrs a,
.ul_bnrs--no_border a {
  display: inline-block;
  border: 1px solid #646464;
}
.ul_bnrs a.ul_bnrs__no_border,
.ul_bnrs--no_border a.ul_bnrs__no_border {
  border: none;
}
.ul_bnrs--no_border a {
  border: none;
}
.ul_bnrs img,
.ul_bnrs--no_border img {
  width: 240px;
  object-fit: contain;
}
.ul_archive {
  margin-top: 1em;
  list-style: none;
}
.ul_archive:nth-child(1) {
  margin-top: 0;
}
.ul_archive > li {
  border-top: 1px solid #3f3c3c;
}
.ul_archive > li:nth-child(1) {
  border-top: none;
}
.ul_archive > li:nth-child(1) a {
  padding-top: 0;
}
.ul_archive a {
  padding: 1em 0;
  color: #333;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}
.ul_archive__img {
  display: block;
  position: relative;
  width: 40px;
  background: no-repeat center/cover;
  align-self: flex-start;
}
.ul_archive__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ul_archive__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.ul_archive > li:nth-child(5n + 1) .ul_archive__img {
  background-image: url("../img/pages/index/news_thumb1.webp");
}
.ul_archive > li:nth-child(5n + 2) .ul_archive__img {
  background-image: url("../img/pages/index/news_thumb2.webp");
}
.ul_archive > li:nth-child(5n + 3) .ul_archive__img {
  background-image: url("../img/pages/index/news_thumb3.webp");
}
.ul_archive > li:nth-child(5n + 4) .ul_archive__img {
  background-image: url("../img/pages/index/news_thumb4.webp");
}
.ul_archive > li:nth-child(5n) .ul_archive__img {
  background-image: url("../img/pages/index/news_thumb5.webp");
}
.ul_archive__detail {
  width: calc(100% - 40px - 11px);
  margin-left: 11px;
}
.ul_archive__title {
  display: block;
}
.ul_archive__date {
  display: block;
  margin-top: 0.75em;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.ul_archive__date_num {
  display: inline-block;
  min-width: 4.8em;
}
.ul_archive__no_date {
  padding: 1em 0;
}
.ul_archive .badge,
.ul_archive .badge--magenta,
.ul_archive .badge--aqu,
.ul_archive .badge--grn,
.ul_archive .badge--pnk,
.ul_archive .badge--org,
.ul_archive .badge--ppl2,
.ul_archive .badge--aqu2,
.ul_archive .badge--org2 {
  min-width: 40px;
  font-size: 10px;
}
.ul_archive__date_num + .badge,
.ul_archive__date_num + .badge--magenta,
.ul_archive__date_num + .badge--aqu,
.ul_archive__date_num + .badge--grn,
.ul_archive__date_num + .badge--pnk,
.ul_archive__date_num + .badge--org,
.ul_archive__date_num + .badge--ppl2,
.ul_archive__date_num + .badge--aqu2,
.ul_archive__date_num + .badge--org2 {
  margin-left: 0.5em;
}
.ul_ico {
  margin-top: 1.5rem;
  list-style: none;
  line-height: 1.25;
}
.ul_ico:nth-child(1) {
  margin-top: 0;
}
.ul_ico > li {
  margin-top: 1.25em;
}
.ul_ico > li:nth-child(1) {
  margin-top: 0;
}
.ul_ico a {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  color: inherit;
  text-decoration: none;
}
.ul_ico a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0em;
  left: 0;
  width: 1.15em;
  height: 1.15em;
  background: url("../img/ico/double_circle.svg") no-repeat center/70% auto;
}
.ul_ico a.ul_ico__mark_book::before {
  background-image: url("../img/ico/book.svg");
  background-size: auto 100%;
}
.ul_ico a.ul_ico__mark_graph::before {
  background-image: url("../img/ico/graph.svg");
  background-size: 100% auto;
}
.ul_ico a.ul_ico__mark_leaf::before {
  background-image: url("../img/ico/leaf.svg");
  background-size: 100% auto;
}
.ul_ico a.ul_ico__mark_pen::before {
  background-image: url("../img/ico/pen.svg");
  background-size: 100% auto;
}
.heading_ico,
.heading_ico--paper,
.heading_ico--book,
.heading_ico--window {
  margin-top: 40px;
  margin-bottom: 1.5rem;
  color: #646464;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.heading_ico:nth-child(1),
.heading_ico--paper:nth-child(1),
.heading_ico--book:nth-child(1),
.heading_ico--window:nth-child(1) {
  margin-top: 0;
}
.heading_ico:nth-last-child(1),
.heading_ico--paper:nth-last-child(1),
.heading_ico--book:nth-last-child(1),
.heading_ico--window:nth-last-child(1) {
  margin-bottom: 0;
}
.heading_ico::before,
.heading_ico--paper::before,
.heading_ico--book::before,
.heading_ico--window::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  background: url("../img/ico/pin_gry_d.svg") no-repeat center/contain;
  vertical-align: middle;
}
.heading_ico.c_wht::before,
.c_wht.heading_ico--paper::before,
.c_wht.heading_ico--book::before,
.c_wht.heading_ico--window::before {
  background-image: url("../img/ico/pin_wht.svg");
}
.heading_ico--paper::before {
  background-image: url("../img/ico/paper_gry_d.svg");
}
.heading_ico--book::before {
  width: 1em;
  height: 1em;
  background-image: url("../img/ico/book2_gry_d.svg");
}
.heading_ico--window::before {
  width: 1em;
  height: 1em;
  background-image: url("../img/ico/window_gry_d.svg");
}
.btn_border {
  position: relative;
  max-width: 580px;
  padding: 0.5em 1em;
  border: 1px solid #4c4a4a;
  color: #646464;
  line-height: 1.5;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: inherit;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
}
.btn_border:disabled {
  cursor: auto;
}
.badge,
.badge--magenta,
.badge--aqu,
.badge--grn,
.badge--pnk,
.badge--org,
.badge--ppl2,
.badge--aqu2,
.badge--org2 {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 1000px;
  background: #272e6e;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
}
.badge--magenta {
  background-color: #a80264;
}
.badge--aqu {
  background-color: #5276b8;
}
.badge--grn {
  background-color: #82a02d;
}
.badge--pnk {
  background-color: #c6c;
}
.badge--org {
  background-color: #ff673b;
}
.badge--ppl2 {
  background-color: #66c;
}
.badge--aqu2 {
  background-color: #70b7c5;
}
.badge--org2 {
  background-color: #dd9a33;
}
.js_prlx {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.js_prlx.is_prlx {
  opacity: 1;
  transform: translateY(0);
}
.display_none {
  display: none !important;
}
.mv {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #fff;
  transition: background 1s;
}
.mv_tbody {
  display: table-row-group;
  pointer-events: none;
}
.mv_tr {
  display: table-row;
}
.mv_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mv__inner {
  /* width: 100%; */
  max-width: calc(1138px + 11.875vw);
  margin: 0 auto;
  padding: 40px 4vw;
  position: relative;
  z-index: 2;
  padding-top: 68px;
  padding-bottom: 122px;
  text-align: left;
}
.mv_copy {
  position: relative;
  text-align: center;
}
.mv_copy__div2 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}
.mv_copy p {
  color: inherit !important;
  text-align: center !important;
}
.mv_copy__logo {
  width: 257px;
  margin-right: auto;
  margin-left: auto;
}
.mv_copy__jp {
  font-size: 20px;
  margin-top: 1em;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mv_copy__en {
  margin-top: 0em;
  font-size: 19px;
  font-size: 16px;
}
.mv_info,
.mv_info--no_important {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 102px;
}
.mv_info::after,
.mv_info--no_important::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(37, 30, 28, 0.3);
}
.mv_info--no_important::after {
  display: none;
}
.mv_info__inner {
  position: relative;
  z-index: 2;
  /* width: 100%;
  height: 100%; */
  max-width: calc(1138px + 11.875vw);
  margin: 0 auto;
  padding: 15px 4vw;
  display: flex;
  justify-content: space-between;
  /* overflow: hidden; */
}
.mv_info__div1 {
  display: none;
}
.mv_info__div2 {
  width: 100%;
  /* height: 100%; */
}
.mv_important {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  overflow: hidden;
}
.mv_important__heading {
  width: 90px;
  padding: 12px 5px 12px;
  background: #272e6e;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mv_important__heading_mark {
  display: block;
  width: 28px;
  height: 27px;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/ico/star_wht.svg") no-repeat center/contain;
}
.mv_important__heading_txt {
  margin-top: 0.5em;
  color: inherit !important;
}
.mv_important__content {
  width: calc(100% - 90px);
  overflow-y: scroll;
  line-height: 1.25;
}
.mv_important a {
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
}
.mv_important__date {
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mv_important__title {
  margin-top: 0.25em;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mv_important__heading_mark {
  animation-name: star;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.mv_slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv_slide__item {
  height: 100vh;
}
.mv_slide__item_inner {
  display: block;
  width: 100%;
  height: 100%;
}
.mv_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slick-slider.mv_slide {
  position: absolute;
}
.slick-slider.mv_slide .mv_slide__item {
  height: 100vh;
}
.mv_mov_wrap {
  opacity: 0;
  transition: opacity 1s;
}
.mv_mov_wrap.is_animation {
  opacity: 1;
}
.mv_mov {
  display: none;
}
.section_pickup {
  position: relative;
  min-height: 121px;
}
.section_pickup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 121px;
  background: #504e4e;
}
.section_pickup::after {
  content: "";
  display: block;
  position: absolute;
  top: 121px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 121px);
  background: #60636f;
}
.section_pickup > * {
  position: relative;
  z-index: 2;
}
.slide_pickup {
  display: none;
  position: relative;
  margin-top: 20px;
  padding-bottom: 50px;
}
.slide_pickup__item {
  height: 100%;
  margin: 0 5px;
}
.slide_pickup__item_inner {
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.slide_pickup__img {
  position: relative;
}
.slide_pickup__img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.slide_pickup__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_pickup__detail {
  padding: 12px;
  line-height: 1.25;
}
.slide_pickup__date {
  color: #70b7c5;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.slide_pickup__title {
  margin-top: 0.25em;
}
.slick-slider.slide_pickup .slick-next,
.slick-slider.slide_pickup .slick-prev {
  display: block;
  top: auto;
  bottom: 0;
  transform: none;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #fff;
  line-height: 1;
}
.slick-slider.slide_pickup .slick-next::before,
.slick-slider.slide_pickup .slick-prev::before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-slider.slide_pickup .slick-next {
  right: calc(50% - 30px - 12px);
}
.slick-slider.slide_pickup .slick-next::before {
  transform: translate(30%, -50%) rotate(45deg);
}
.slick-slider.slide_pickup .slick-prev {
  left: calc(50% - 30px - 12px);
}
.slick-slider.slide_pickup .slick-prev::before {
  transform: translate(70%, -50%) rotate(225deg);
}
.slide_bigbnr {
  display: none;
  position: relative;
}
.slide_bigbnr__item_inner {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.slide_bigbnr__img {
  position: relative;
}
.slide_bigbnr__img::before {
  content: "";
  display: block;
  padding-top: 26.315%;
}
.slide_bigbnr__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slide_bigbnr__detail {
  padding: 12px;
  line-height: 1.25;
}
.slide_bigbnr__date {
  color: #70b7c5;
  font-family: "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.slide_bigbnr__title {
  margin-top: 0.25em;
}
.slick-slider.slide_bigbnr.slick-dotted {
  margin-bottom: 0;
}
.slick-slider.slide_bigbnr .slick-dots {
  bottom: -50px;
}
.slick-slider.slide_bigbnr .slick-dots li {
  width: auto;
  height: auto;
}
.slick-slider.slide_bigbnr .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}
.slick-slider.slide_bigbnr .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #000;
  line-height: 1;
}
.slick-slider.slide_bigbnr .slick-next,
.slick-slider.slide_bigbnr .slick-prev {
  display: block;
  top: auto;
  bottom: 0;
  transform: none;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #fff;
  line-height: 1;
}
.slick-slider.slide_bigbnr .slick-next::before,
.slick-slider.slide_bigbnr .slick-prev::before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-slider.slide_bigbnr .slick-next {
  right: calc(50% - 30px - 12px);
}
.slick-slider.slide_bigbnr .slick-next::before {
  transform: translate(30%, -50%) rotate(45deg);
}
.slick-slider.slide_bigbnr .slick-prev {
  left: calc(50% - 30px - 12px);
}
.slick-slider.slide_bigbnr .slick-prev::before {
  transform: translate(70%, -50%) rotate(225deg);
}
.layout_news:nth-child(1) {
  margin-top: 0;
}
.layout_news__div2 {
  margin-top: 35px;
}
.tab {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.tab:nth-child(1) {
  margin-top: 0;
}
.tab__label {
  width: calc(25% - 4px);
  margin: 4px 2px 0;
  padding: 0.5em 0.25em;
  border: 1px solid #4c4a4a;
  background: #f5f5f1;
  font-size: 11px;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
input:checked + .tab__label {
  background: #5276b8;
  color: #fff;
}
.tab__contents {
  display: none;
  width: 100%;
  height: 450px;
  margin-top: 18px;
  padding: 16px 18px;
  overflow: scroll;
  border: 1px solid #3f3c3c;
}
.tab__border {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
  margin: -1px 0 0;
  border: none;
  background: #999;
}
.tab .ul_archive {
  border-top: none;
}
input[name="tab__label"] {
  display: none;
}
#tab_1:checked ~ #tab_1_contents,
#tab_2:checked ~ #tab_2_contents,
#tab_3:checked ~ #tab_3_contents,
#tab_4:checked ~ #tab_4_contents {
  display: block;
}
.tab input:checked + .tab__label::after {
  background: #fff;
}
.sns_tab {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns_tab:nth-child(1) {
  margin-top: 0;
}
.sns_tab__label {
  width: 34px;
  margin: 3px 6px 0;
  cursor: pointer;
  transition: all 0.3s;
}
input:checked + .sns_tab__label {
  opacity: 0.5;
}
.sns_tab__contents {
  display: none;
  width: 100%;
  height: 270px;
  margin-top: 12px;
  padding: 30px 18px;
  overflow: scroll;
  border: 1px solid #3f3c3c;
}
.sns_tab__border {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
  margin: -1px 0 0;
  border: none;
  background: #999;
}
.sns_tab .ul_archive {
  border-top: none;
}
input[name="sns_tab__label"] {
  display: none;
}
#sns_tab_1:checked ~ #sns_tab_1_contents,
#sns_tab_2:checked ~ #sns_tab_2_contents,
#sns_tab_3:checked ~ #sns_tab_3_contents,
#sns_tab_4:checked ~ #sns_tab_4_contents {
  display: flex;
  justify-content: center;
}
.sns_tab input:checked + .sns_tab__label::after {
  background: #fff;
}
.layout_sections {
  margin-top: -200px;
  padding-top: 200px;
  overflow: hidden;
}
.layout_sections__heading img {
  max-width: 234px;
}
.layout_sections__div1,
.layout_sections__div2 {
  position: relative;
}
.layout_sections__div1::after,
.layout_sections__div2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
  transform: skewY(-12deg);
  width: 200%;
  height: 100%;
}
.layout_sections__div1 > *,
.layout_sections__div2 > * {
  position: relative;
  z-index: 2;
}
.layout_sections__div1::after {
  opacity: 0.2;
  background: #5276b8;
}
.layout_sections__div2::before {
  content: "";
  display: block;
  opacity: 0.08;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  transform: skewY(12deg);
  width: 150%;
  height: 50%;
  background: #5276b8;
}
.layout_sections__div2::after {
  top: auto;
  bottom: 10px;
  left: -100%;
  opacity: 0.2;
  height: 50%;
  background: #777bb6;
}
.block_cards {
  margin: 10px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.block_cards:nth-child(1) {
  margin-top: -20px;
}
.block_cards__item,
.block_cards__item--heading,
.block_cards__item--heading2 {
  width: calc(50% - 20px - 0.1px);
  margin: 20px 10px 0;
}
.block_cards__item--heading,
.block_cards__item--heading2 {
  width: calc(100% - 20px);
  margin-bottom: 5px;
}
.block_cards__item--heading2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.block_cards__heading_shoulder {
  font-size: 15px;
}
.block_cards__heading {
  margin-top: 0;
  color: #706f70;
  font-size: 45px;
  font-family: "Source Sans Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.25;
}
.block_cards__heading img {
  margin-top: 1rem;
  max-width: 73px;
}
.block_cards__description {
  max-width: 78%;
  line-height: 1.25;
}
.pc_block_cards__item_order_-1 {
  order: -1;
}
.pc_block_cards__item_order_-2 {
  order: -2;
}
.pc_block_cards__item_order_-3 {
  order: -3;
}
.card {
  text-decoration: none;
  color: #333;
}
.card__img {
  position: relative;
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 82.716%;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.card__txt {
  position: relative;
  margin-top: -18px;
  margin-left: 16px;
  padding: 1em;
  background: #fff;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%);
  width: 16px;
  height: 1px;
  background: #4c4a4a;
}
.block_cards2 {
  margin: 1px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_cards2:nth-child(1) {
  margin-top: -10px;
}
.block_cards2__item {
  width: 100%;
  margin: 10px 0 0;
}
.card2 {
  display: block;
  border: 1px solid #c8c8c9;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.card2__img,
.card2__img--junior_college,
.card2__img--graduate_college {
  position: relative;
  overflow: hidden;
}
.card2__img::before,
.card2__img--junior_college::before,
.card2__img--graduate_college::before {
  content: "";
  display: block;
  padding-top: 33.333%;
}
.card2__img img,
.card2__img--junior_college img,
.card2__img--graduate_college img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.card2__img--junior_college img {
  height: 155%;
}
.card2__img--graduate_college img {
  height: 155%;
}
.card2__detail {
  padding: 1rem;
}
.card2__heading,
.card2__heading--grn,
.card2__heading--beg,
.card2__heading--ppl {
  position: relative;
  padding-bottom: 0.75em;
  font-size: 18px;
  color: #403d3c;
  line-height: 1.25;
  text-align: center;
}
.card2__heading::after,
.card2__heading--grn::after,
.card2__heading--beg::after,
.card2__heading--ppl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 30px;
  height: 3px;
  background: #5276b8;
}
.card2__heading--grn::after {
  background: #82a02d;
}
.card2__heading--beg::after {
  background: #cda974;
}
.card2__heading--ppl::after {
  background: #8b79ba;
}
.card2__txt {
  margin-top: 0.75rem;
  color: #646464;
  text-align: center;
}
.card2__txt p {
  text-align: inherit;
}
.block_mov {
  position: relative;
  margin-top: 1.5rem;
}
.block_mov:nth-child(1) {
  margin-top: 0;
}
.block_mov::before {
  content: "";
  display: block;
  padding-top: 41.666%;
}
.block_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_cards3 {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_cards3:nth-child(1) {
  margin-top: -30px;
}
.block_cards3__item {
  width: 100%;
  margin: 30px 0 0;
}
.card3 {
  display: block;
  text-decoration: none;
  color: #333;
}
.card3__shoulder {
  margin-top: 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #333;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}
.card3__img {
  position: relative;
  margin-top: 7px;
}
.card3__img::before {
  content: "";
  display: block;
  padding-top: 33.333%;
}
.card3__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.card3__detail {
  position: relative;
  margin-top: 7px;
  padding-top: 9px;
  padding-right: 60px;
  border-top: 1px solid #333;
}
.card3__detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 45px;
  height: 42px;
  border: 1px solid #4c4a4a;
}
.card3__detail::after {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  top: 25px;
  right: 20px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #868687;
  border-right: 2px solid #868687;
}
.card3__sub_heading {
  margin-top: 0;
  font-size: 13px;
}
.card3__heading,
.card3__heading--site,
.card3__heading--contents {
  position: relative;
  padding-bottom: 0.75em;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.card3__heading--site,
.card3__heading--contents {
  padding-left: 1.3em;
}
.card3__heading--site::before,
.card3__heading--contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background: no-repeat left/auto 100%;
}
.card3__heading--site::before {
  background-image: url("../img/common/logo_mark.svg");
}
.card3__heading--contents::before {
  background-image: url("../img/ico/window.svg");
  background-size: 1.1em auto;
}
.block_cards4 {
  margin: 0 -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.block_cards4:nth-child(1) {
  margin-top: -10px;
}
.block_cards4__item {
  width: calc(50% - 10px - 0.1px);
  margin: 10px 5px 0;
}
.card4 {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c9;
  background: #fff;
  text-decoration: none;
  color: #333;
  display: flex;
}
.card4__img {
  position: relative;
  width: 60px;
}
.card4__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card4__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.card4__detail {
  width: calc(100% - 60px);
  padding: 10px;
  font-size: 12px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mt_25 {
  margin-top: 25px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_-50 {
  margin-top: -50px !important;
}
.pt_0 {
  padding-top: 0px !important;
}
.pb_0 {
  padding-bottom: 0px !important;
}
.pb_70 {
  padding-bottom: 70px !important;
}
.pb_120 {
  padding-bottom: 120px !important;
}
.bg_beg_p {
  background: #f7f7f4 !important;
}
.bg_transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.c_wht {
  color: #fff !important;
}
.c_aqu {
  color: #5276b8 !important;
}
.fs_17px {
  font-size: 17px !important;
}
.ta_center {
  text-align: center !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 1200px !important;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
  a:hover {
    color: #7d82a8;
  }
  .header {
    height: 90px;
    transition: all 0.3s;
  }
  .header__inner {
    padding: 0 0 0 70px;
  }
  .header__div1 {
    width: 165px;
  }
  .header__div2 {
    width: calc(100% - 165px);
  }
  .header_logo a {
    width: 179px;
    height: 50px;
  }
  .header_logo img {
    height: auto;
  }
  .header_menu__item,
  .header_menu__item--access,
  .header_menu__item--contact,
  .header_menu__item--search,
  .header_menu__item--drawer_btn {
    display: block;
    margin-left: 11px;
  }
  .header_menu__item--contact,
  .header_menu__item--search,
  .header_menu__item--access {
    display: block;
  }
  .header_menu__item--access {
    margin-left: 15px;
  }
  .header_menu__item--contact,
  .header_menu__item--search {
    margin-left: 2px;
  }
  .header_menu__item--drawer_btn {
    width: 90px;
    margin-left: 10px;
  }
  .header_btn {
    min-width: 80px;
    padding: 0.2em 0.6em;
    font-size: 16px;
  }
  .header_btn:hover {
    opacity: 0.5;
    color: inherit;
  }
  .header_ico_btn:hover,
  .header_ico_btn--access:hover,
  .header_ico_btn--contact:hover,
  .header_ico_btn--search:hover {
    opacity: 0.5;
  }
  .header_ico_btn:hover,
  .header_ico_btn--access:hover,
  .header_ico_btn--contact:hover,
  .header_ico_btn--search:hover {
    opacity: 0.5;
    color: inherit;
  }
  .header_search {
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    width: 500px;
    height: 100%;
    padding: 10px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_search__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_search__search_box[type="text"] {
    width: 350px;
    height: 40px;
    padding: 0.25em 0.5em;
    border: none;
  }
  .header_search__search_btn {
    display: block;
    width: 80px;
    height: 40px;
    margin-left: 10px;
    padding: 0.4em 1em;
    border: none;
    background: #272e6e;
    color: #fff;
    font-size: inherit;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }
  .header_search_btn {
    display: block;
    width: 55px;
    height: 55px;
    transition: all 0.3s;
  }
  .drawer_nav_btn {
    width: 90px;
    height: 90px;
  }
  .drawer_nav_btn__mark,
  .drawer_nav_btn__mark::before,
  .drawer_nav_btn__mark::after {
    height: 4px;
  }
  .drawer_nav_btn__mark::before {
    top: -10px;
  }
  .drawer_nav_btn__mark::after {
    top: 10px;
  }
  .drawer_nav_btn__txt + .drawer_nav_btn__mark {
    top: calc(50% - 10px);
  }
  .drawer_nav_btn__txt {
    bottom: 14px;
    font-size: 16px;
  }
  .drawer_nav_cont_1 {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 0;
  }
  .drawer_nav_menu {
    margin-top: 30px;
    font-size: 18px;
  }
  .drawer_nav_menu > li > a,
  .drawer_nav_menu .drawer_nav_menu__dropdown_trigger {
    padding: 18px 100px 18px 55px;
    background: none;
    transition: all 0.3s;
  }
  .drawer_nav_menu > li > a::after,
  .drawer_nav_menu .drawer_nav_menu__dropdown_trigger::after {
    right: 35px;
  }
  .drawer_nav_menu > li > a[href]:hover,
  .drawer_nav_menu .drawer_nav_menu__dropdown_trigger:hover {
    color: inherit;
    opacity: 0.6;
  }
  #drawer_nav_tab_1:checked ~ .drawer_nav_layout #drawer_nav_menu_1,
  #drawer_nav_tab_2:checked ~ .drawer_nav_layout #drawer_nav_menu_2,
  #drawer_nav_tab_3:checked ~ .drawer_nav_layout #drawer_nav_menu_3,
  #drawer_nav_tab_4:checked ~ .drawer_nav_layout #drawer_nav_menu_4,
  #drawer_nav_tab_5:checked ~ .drawer_nav_layout #drawer_nav_menu_5,
  #drawer_nav_tab_6:checked ~ .drawer_nav_layout #drawer_nav_menu_6,
  #drawer_nav_tab_7:checked ~ .drawer_nav_layout #drawer_nav_menu_7,
  #drawer_nav_tab_8:checked ~ .drawer_nav_layout #drawer_nav_menu_8 {
    background: rgba(82, 118, 184, 0.5);
  }
  .drawer_nav_menu2 {
    padding: 30px 26px;
    font-size: 14px;
  }
  .drawer_nav_menu2 > li > a {
    transition: all 0.3s;
  }
  .drawer_nav_menu2 > li > a:hover {
    opacity: 0.6;
    color: inherit;
  }
  .drawer_nav_sub_menu {
    margin: -15px -13px 0;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .drawer_nav_sub_menu > li {
    width: calc(33.3333333333% - 26px - 0.1px);
    max-width: 320px;
    margin: 50px 13px 0;
  }
  .drawer_nav_sub_menu > li > a {
    padding: 16px 5px;
    transition: all 0.3s;
  }
  .drawer_nav_sub_menu > li > a[href]:hover {
    color: inherit;
    opacity: 0.6;
  }
  .drawer_nav_sub_menu > li > a[href]::after {
    display: block;
  }
  .drawer_nav_sub_menu > li > a[target="_blank"]::after {
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  .drawer_nav_menu__dropdown_trigger.is_active + .drawer_nav_sub_menu {
    display: none;
  }
  .drawer_nav_menu .drawer_nav_sub_menu {
    display: none;
  }
  .drawer_nav_sub_menu2 {
    font-size: 15px;
  }
  .drawer_nav_sub_menu2 > li {
    padding-left: 20px;
  }
  .drawer_nav_sub_menu2 > li::before {
    left: 8px;
  }
  .drawer_nav_sub_menu2 > li > a {
    transition: all 0.3s;
  }
  .drawer_nav_sub_menu2 > li > a[href]:hover {
    color: inherit;
    opacity: 0.6;
  }
  .drawer_nav_sub_menu3 {
    font-size: 16px;
  }
  .drawer_nav_sub_menu3 > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .drawer_nav_search {
    margin-top: 40px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .drawer_nav_search input[type="text"] {
    height: 40px;
  }
  .drawer_nav_search__search_box_area {
    width: calc(100% - 38px);
  }
  .drawer_nav_search__btn {
    width: 38px;
    height: 38px;
  }
  .drawer_nav_layout {
    min-height: 100vh;
    display: flex;
  }
  .drawer_nav_layout__div1 {
    width: 382px;
  }
  .drawer_nav_layout__div2 {
    display: block;
    width: calc(100% - 382px);
    padding: 125px 25px 70px;
    border-left: 1px solid rgba(29, 36, 57, 0.3);
  }
  .drawer_nav_logo {
    width: 165px;
    padding-top: 45px;
  }
  .drawer_nav_search {
    margin-top: 40px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .drawer_nav_search input[type="text"] {
    height: 40px;
  }
  .drawer_nav_search__search_box_area {
    width: calc(100% - 38px);
  }
  .drawer_nav_search__btn {
    width: 38px;
    height: 38px;
  }
  .drawer_nav_sns {
    padding: 30px 26px;
  }
  .drawer_nav_sns__heading {
    font-size: 17px;
  }
  .drawer_nav_menu_sns > li > a {
    transition: all 0.3s;
  }
  .drawer_nav_menu_sns > li > a:hover {
    opacity: 0.6;
    color: inherit;
  }
  main {
    margin-top: 90px;
  }
  .footer__inner {
    padding: 80px 5.545vw;
  }
  .footer__inner {
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__div1 {
    width: 300px;
  }
  .footer__div2 {
    width: calc(100% - 300px - 40px - 0.1px);
    margin-top: 0;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__div2_div1 {
    width: calc(100% - 240px - 10px - 0.1px);
  }
  .footer__div2_div2 {
    display: block;
    margin-top: 0;
    width: 240px;
    margin-left: 10px;
    text-align: right;
  }
  .footer .block_cards:nth-child(1) {
    margin-top: -20px;
  }
  .footer .block_cards__item,
  .footer .block_cards__item--heading,
  .footer .block_cards__item--heading2 {
    width: calc(100% - 62px - 0.1px);
    margin-top: 20px;
  }
  .footer .block_cards__item--heading {
    text-align: center;
  }
  .footer .block_cards__heading_shoulder {
    display: inline-block;
  }
  .footer .block_cards__heading {
    display: inline-block;
    margin-left: 0.25em;
  }
  .footer_logo {
    max-width: 165px;
    margin: 0 !important;
  }
  .footer_logo {
    margin-right: 0;
    margin-left: 0;
  }
  .footer_sns_icos a:hover {
    opacity: 0.6;
    color: #333;
  }
  .footer_nav {
    margin-top: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_nav > li {
    margin-right: 3em;
    border: none;
  }
  .footer_nav a {
    transition: all 0.3s;
  }
  .footer_nav a:hover {
    color: inherit;
    opacity: 0.6;
  }
  .footer_nav2 {
    margin-top: 10px;
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_nav2 > li {
    margin-right: 12px;
    border: none;
  }
  .footer_nav2 a {
    min-width: 200px;
    height: 100%;
    transition: all 0.3s;
  }
  .footer_nav2 a:hover {
    color: inherit;
    opacity: 0.6;
  }
  .footer_history {
    transition: all 0.3s;
  }
  .footer_history:hover {
    opacity: 0.6;
    color: #333;
  }
  .footer_copy {
    width: 100%;
    margin-top: 35px;
    text-align: right;
  }
  .page_top {
    bottom: 30px;
    right: 20px;
    transition: all 0.3s;
    width: 48px;
    background: rgba(119, 123, 182, 0.8);
  }
  .page_top::before {
    transition: all 0.3s;
  }
  .page_top:hover {
    background: #ccc;
    background: #777bb6;
  }
  .page_fixed_menu {
    display: none;
  }
  .container,
  .container--l,
  .container--s {
    padding: 80px 5.545vw;
  }
  .container--l {
    max-width: calc(1200px + 11.09vw);
  }
  .container--s {
    max-width: calc(752px + 11.09vw);
  }
  .page_content > .container:nth-last-child(1),
  .page_content > .container--l:nth-last-child(1),
  .page_content > .container--s:nth-last-child(1),
  .page_content > .section-div:nth-last-child(1) > .container:nth-last-child(1),
  .page_content
    > .section-div:nth-last-child(1)
    > .container--l:nth-last-child(1),
  .page_content
    > .section-div:nth-last-child(1)
    > .container--s:nth-last-child(1),
  .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container:nth-last-child(1),
  .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container--l:nth-last-child(1),
  .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container--s:nth-last-child(1) {
    padding-bottom: 140px;
  }
  .layout-2column .page_content > .container:nth-last-child(1),
  .layout-2column .page_content > .container--l:nth-last-child(1),
  .layout-2column .page_content > .container--s:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div:nth-last-child(1)
    > .container:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div:nth-last-child(1)
    > .container--l:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div:nth-last-child(1)
    > .container--s:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container--l:nth-last-child(1),
  .layout-2column
    .page_content
    > .section-div-brder-top:nth-last-child(1)
    > .container--s:nth-last-child(1) {
    padding-bottom: 0;
  }
  .ul_bnrs,
  .ul_bnrs--no_border {
    margin: 0 -8px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .ul_bnrs:nth-child(1),
  .ul_bnrs--no_border:nth-child(1) {
    margin-top: -16px;
  }
  .ul_bnrs > li,
  .ul_bnrs--no_border > li {
    width: 240px;
    margin: 16px 8px 0;
  }
  .ul_bnrs > li:nth-child(1),
  .ul_bnrs--no_border > li:nth-child(1) {
    margin-top: 16px;
  }
  .ul_bnrs a,
  .ul_bnrs--no_border a {
    transition: opacity 0.3s;
  }
  .ul_bnrs a:hover,
  .ul_bnrs--no_border a:hover {
    opacity: 0.5;
  }
  .ul_archive a {
    padding: 0.8em 0;
    font-size: 1rem;
    transition: opacity 0.3s;
  }
  .ul_archive a:hover {
    opacity: 0.6;
    color: #333;
  }
  .ul_archive__img {
    width: 50px;
  }
  .ul_archive__detail {
    width: calc(100% - 50px - 11px);
  }
  .ul_archive__date {
    margin-top: 0.5em;
  }
  .ul_ico a {
    transition: all 0.3s;
  }
  .ul_ico a:hover {
    opacity: 0.5;
    color: inherit;
  }
  .heading_ico,
  .heading_ico--paper,
  .heading_ico--book,
  .heading_ico--window {
    margin-top: 80px;
    font-size: 37px;
  }
  .btn_border {
    transition: all 0.3s;
  }
  a.btn_border:hover {
    opacity: 0.6;
    color: inherit;
  }
  .pc_none {
    display: none !important;
  }
  .mv {
    background: url("../img/pages/index/mv_bg.webp?") no-repeat center/cover;
  }
  .mv__inner {
    padding: 80px 5.545vw;
  }
  .mv__inner {
    padding-top: 110px;
    padding-bottom: 180px;
  }
  .mv_copy__logo {
    width: 391px;
  }
  .mv_copy__jp {
    font-size: 42px;
  }
  .mv_copy__en {
    font-size: 24px;
  }
  .mv_info,
  .mv_info--no_important {
    height: 160px;
  }
  .mv_info--no_important::after {
    display: block;
    height: 50%;
  }
  .mv_info__inner {
    padding-top: 30px;
    padding-right: 5.545vw;
    padding-bottom: 30px;
    padding-left: 5.545vw;
  }
  .mv_info__div1 {
    display: block;
    width: 514px;
    align-items: center;
  }
  .mv_info__div2 {
    width: calc(100% - 514px);
  }
  .mv_important__heading {
    width: 110px;
    font-size: 12px;
  }
  .mv_important__heading_mark {
    width: 39px;
    height: 37px;
  }
  .mv_important__content {
    width: calc(100% - 110px);
  }
  .mv_important a {
    padding: 18px;
  }
  .mv_important a:hover {
    color: #333;
  }
  .mv_important__date {
    font-size: 1rem;
  }
  .mv_important__title {
    font-size: calc(1rem + 1px);
  }
  .mv_important__date,
  .mv_important__title {
    transition: all 0.3s;
  }
  a:hover .mv_important__date,
  a:hover .mv_important__title {
    opacity: 0.5;
  }
  .mv_slide {
    display: none;
  }
  .slick-slider.mv_slide {
    display: none;
  }
  .mv_mov {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mv_mov iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 240vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%;
  }
  .section_pickup {
    min-height: 150px;
  }
  .section_pickup::before {
    height: 150px;
  }
  .section_pickup::after {
    top: 150px;
    height: calc(100% - 150px);
  }
  .slide_pickup {
    margin-top: 30px;
    margin-right: 48px;
    margin-left: 48px;
    padding-bottom: 0;
  }
  .slide_pickup__item {
    margin: 0 6px;
  }
  .slide_pickup__item_inner {
    transition: all 0.3s;
  }
  .slide_pickup__item_inner:hover {
    color: #333;
  }
  .slide_pickup__detail {
    padding: 14px 12px;
  }
  .slick-slider.slide_pickup .slick-next,
  .slick-slider.slide_pickup .slick-prev {
    bottom: calc(50% - 18px);
    width: 36px;
    height: 36px;
    transition: all 0.3s;
  }
  .slick-slider.slide_pickup .slick-next:hover,
  .slick-slider.slide_pickup .slick-prev:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .slick-slider.slide_pickup .slick-next::before,
  .slick-slider.slide_pickup .slick-prev::before {
    width: 9px;
    height: 9px;
  }
  .slick-slider.slide_pickup .slick-next {
    right: -48px;
  }
  .slick-slider.slide_pickup .slick-prev {
    left: -48px;
  }
  .slide_bigbnr__item_inner {
    transition: all 0.3s;
  }
  .slide_bigbnr__item_inner:hover {
    opacity: 0.5;
  }
  .slide_bigbnr__detail {
    padding: 14px 12px;
  }
  .slick-slider.slide_bigbnr .slick-dots {
    bottom: -25px;
  }
  .slick-slider.slide_bigbnr .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .slick-slider.slide_bigbnr .slick-next,
  .slick-slider.slide_bigbnr .slick-prev {
    bottom: calc(50% - 18px);
    width: 36px;
    height: 36px;
    transition: all 0.3s;
  }
  .slick-slider.slide_bigbnr .slick-next:hover,
  .slick-slider.slide_bigbnr .slick-prev:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .slick-slider.slide_bigbnr .slick-next::before,
  .slick-slider.slide_bigbnr .slick-prev::before {
    width: 9px;
    height: 9px;
  }
  .slick-slider.slide_bigbnr .slick-next {
    right: -48px;
  }
  .slick-slider.slide_bigbnr .slick-prev {
    left: -48px;
  }
  .layout_news {
    margin-top: 40px;
    display: flex;
  }
  .layout_news__div1 {
    width: calc(100% - 325px - 34px);
  }
  .layout_news__div2 {
    width: 325px;
    margin-top: 0;
    margin-left: 34px;
  }
  .tab {
    margin-top: 55px;
  }
  .tab__label {
    width: calc(20% - 8px);
    margin-right: 4px;
    margin-left: 4px;
    font-size: 16px;
  }
  .tab__label:hover {
    opacity: 0.75;
  }
  .tab__contents {
    height: 380px;
    margin-top: 40px;
    padding: 16px 24px;
  }
  .sns_tab__label:hover {
    opacity: 0.5;
  }
  .sns_tab__contents {
    height: 380px;
  }
  .layout_sections__heading img {
    max-width: 435px;
  }
  .layout_sections__div1::after,
  .layout_sections__div2::after {
    transform: skewY(-7deg);
  }
  .layout_sections__div1::after {
    top: -60px;
  }
  .layout_sections__div2::before {
    top: 40px;
    transform: skewY(7deg);
  }
  .layout_sections__div2::after {
    height: calc(50% - 50px);
  }
  .block_cards {
    margin: 20px -31px 0;
  }
  .block_cards:nth-child(1) {
    margin-top: -50px;
  }
  .block_cards__item,
  .block_cards__item--heading,
  .block_cards__item--heading2 {
    width: calc(33.3333333333% - 62px - 0.1px);
    margin: 50px 31px 0;
  }
  .block_cards__item--heading,
  .block_cards__item--heading2 {
    width: calc(33.3333333333% - 62px - 0.1px);
    margin-bottom: 0;
  }
  .block_cards__item--heading2 {
    display: block;
  }
  .block_cards__heading_shoulder {
    font-size: 24px;
  }
  .block_cards__heading img {
    max-width: 122px;
  }
  .block_cards__description {
    max-width: none;
    font-size: 18px;
    line-height: 1.666;
  }
  .card {
    transition: all 0.3s;
  }
  .card:hover {
    opacity: 0.6;
    color: #333;
  }
  .card__txt {
    margin-top: -38px;
    margin-left: 34px;
    padding: 24px;
    font-size: 17px;
  }
  .card__txt::after {
    width: 34px;
  }
  .block_cards2 {
    margin: 20px -31px 0;
  }
  .block_cards2__item {
    width: calc(33.3333333333% - 0.1px);
    margin: -1px -1px 0;
  }
  .card2 {
    transition: all 0.3s;
  }
  .card2:hover {
    opacity: 0.6;
    color: #333;
  }
  .card2__img::before,
  .card2__img--junior_college::before,
  .card2__img--graduate_college::before {
    padding-top: 63.157%;
  }
  .card2__img--junior_college img {
    height: 100%;
  }
  .card2__img--graduate_college img {
    height: 100%;
  }
  .card2__detail {
    padding: 20px;
  }
  .card2__heading,
  .card2__heading--grn,
  .card2__heading--beg,
  .card2__heading--ppl {
    font-size: 23px;
  }
  .card2__heading::after,
  .card2__heading--grn::after,
  .card2__heading--beg::after,
  .card2__heading--ppl::after {
    width: 48px;
  }
  .block_cards3 {
    margin: 0 -25px 0;
  }
  .block_cards3:nth-child(1) {
    margin-top: -50px;
  }
  .block_cards3__item {
    width: calc(50% - 50px - 0.1px);
    margin: 50px 25px 0;
  }
  .card3 {
    transition: all 0.3s;
  }
  .card3:hover {
    opacity: 0.6;
    color: #333;
  }
  .card3__img::before {
    padding-top: 63.157%;
  }
  .card3__sub_heading {
    font-size: 14px;
  }
  .card3__heading,
  .card3__heading--site,
  .card3__heading--contents {
    font-size: 20px;
  }
  .block_cards4 {
    margin: 0 -23px 0;
  }
  .block_cards4:nth-child(1) {
    margin-top: -25px;
  }
  .block_cards4__item {
    width: calc(33.3333333333% - 46px - 0.1px);
    margin: 25px 23px 0;
  }
  .card4 {
    transition: all 0.3s;
  }
  .card4:hover {
    opacity: 0.6;
    color: #333;
  }
  .card4__img {
    width: 120px;
  }
  .card4__detail {
    padding: 17px;
    font-size: 17px;
  }
  .pc_w_150 {
    width: 150px !important;
  }
  .pc_mt_-100 {
    margin-top: -100px !important;
  }
  .pc_pt_30 {
    padding-top: 30px !important;
  }
  .pc_pt_40 {
    padding-top: 40px !important;
  }
  .pc_pt_55 {
    padding-top: 55px !important;
  }
  .pc_pt_70 {
    padding-top: 70px !important;
  }
  .pc_pb_25 {
    padding-bottom: 25px !important;
  }
  .pc_pb_40 {
    padding-bottom: 40px !important;
  }
  .pc_pb_50 {
    padding-bottom: 50px !important;
  }
  .pc_pb_170 {
    padding-bottom: 170px !important;
  }
  .pc_pb_220 {
    padding-bottom: 220px !important;
  }
  .pc_ta_right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .header__inner {
    padding-left: 16px;
  }
  .header_menu__item--access {
    margin-left: 5px;
  }
  .header_menu__item--contact,
  .header_menu__item--search {
    margin-left: 0px;
  }
  .header_ico_btn,
  .header_ico_btn--access,
  .header_ico_btn--contact,
  .header_ico_btn--search {
    width: 46px;
  }
  .drawer_nav_sub_menu > li {
    width: calc(100% - 26px - 0.1px);
  }
  .footer__div2 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .mv_info__div1 {
    width: calc(50% - 8px);
    display: flex;
  }
  .mv_info__div2 {
    width: calc(50% - 8px);
  }
  .mv_info .ul_bnrs > li,
  .mv_info--no_important .ul_bnrs > li,
  .mv_info .ul_bnrs--no_border > li,
  .mv_info--no_important .ul_bnrs--no_border > li {
    width: calc(50% - 16px);
  }
  .tab__label {
    width: calc(50% - 8px);
  }
  .tab__contents {
    margin-top: 18px;
  }
  .sns_tab__contents {
    margin-top: 28px;
  }
  .block_cards__item,
  .block_cards__item--heading,
  .block_cards__item--heading2 {
    width: calc(50% - 62px - 0.1px);
  }
  .block_cards__item--heading,
  .block_cards__item--heading2 {
    width: calc(100% - 62px - 0.1px);
  }
  .pc_block_cards__item_order_-1 {
    order: 0;
  }
  .pc_block_cards__item_order_-2 {
    order: 0;
  }
  .pc_block_cards__item_order_-3 {
    order: 0;
  }
  .block_cards4__item {
    width: calc(50% - 46px - 0.1px);
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.4;
    min-width: 320px !important;
    width: 320px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
@media print {
  html,
  body {
    zoom: 0.97;
  }
  body {
    margin-top: 0px !important;
  }
  body {
    background-color: #fff !important;
    min-width: 1200px !important;
    width: 100% !important;
  }
}
@keyframes star {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
