@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

/* html {
	visibility: hidden;
}

html.wf-active {
	visibility: visible;
} */
html {
  /* &:not(.wf-active) {
  	color: transparent;
  } */
}
@media (max-width: 767px) {
  html[data-menuopen=true] .common-title {
    border-bottom: solid 1px #224b8F;
  }
}
html[data-menuopen=true] .gnav {
  opacity: 1;
}
html[data-noscroll=true] {
  height: 100%;
  overflow: hidden;
}
html[data-noscroll=true] .right-nav {
  display: none;
}
@media (min-width: 768px) {
  html[data-menuopen=false] .gnav {
    width: 0;
  }
}
@media (max-width: 767px) {
  html[data-menuopen=false] .gnav {
    height: 0;
  }
}

/*
フォントサイズ
ExtraLight 100
Light 200
Regular 400
Medium 500
Bold 700
*/
body {
  color: #333333;
  font-feature-settings: "palt";
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  body[data-footer=true] {
    position: relative;
  }
  body[data-footer=true] .imageview {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  body[data-footer=true] .common-nav {
    position: absolute;
  }
  body[data-footer=true] .gnav-btn {
    display: none;
  }
}

.main {
  position: relative;
}

@media (min-width: 768px) {
  .content {
    width: 50%;
  }
}

.common-title {
  font-size: 24px;
  font-weight: 100;
  opacity: 1;
  position: fixed;
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .common-title {
    left: 21px;
    line-height: 24px;
    top: 30px;
    z-index: 9999;
  }
  .common-title:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .common-title {
    background-color: #fff;
    display: block;
    height: 57px;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 15px 0 0 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9997;
  }
}
@media (min-width: 768px) {
  .common-title[aria-hidden=true] {
    top: -24px;
  }
}
.common-title__anc {
  color: #333333;
  text-decoration: none;
}

.title-animation {
  display: block;
  position: relative;
  transition-delay: 0.6s;
  transition-property: color;
  width: 100%;
}
.title-animation:after {
  background-color: #224b8F;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.title-animation[aria-hidden=true] {
  color: transparent;
}
.title-animation[aria-hidden=false] {
  color: #224b8F;
}
.title-animation[aria-hidden=false]:after {
  animation: title-slide-in 1s cubic-bezier(0.9, 0, 0.1, 1) forwards;
}
.title-animation_brown:after {
  background-color: #A9890F;
}
.title-animation_brown[aria-hidden=false] {
  color: #A9890F;
}
.title-animation_blue:after {
  background-color: #49BAFA;
}
.title-animation_blue[aria-hidden=false] {
  color: #49BAFA;
}
.title-animation_green:after {
  background-color: #7ABA43;
}
.title-animation_green[aria-hidden=false] {
  color: #7ABA43;
}
.title-animation_orange:after {
  background-color: #F76143;
}
.title-animation_orange[aria-hidden=false] {
  color: #F76143;
}

@keyframes title-slide-in {
  0% {
    opacity: 0;
    left: 0;
    right: auto;
    width: 0%;
  }
  69% {
    opacity: 1;
    left: 0;
    right: auto;
    width: 100%;
  }
  70% {
    opacity: 1;
    left: auto;
    right: 0;
    width: 100%;
  }
  90% {
    opacity: 1;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    left: auto;
    right: 0;
    width: 0%;
  }
}
@media (min-width: 768px) {
  .imageview {
    background-color: #fff;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.67, 0.02, 0.2, 0.97);
    width: 50%;
    z-index: 9990;
  }
  .imageview[data-open=true] {
    left: 0;
    width: 100%;
  }
  .imageview[data-open=true] .imageview__imgbox {
    width: 100% !important;
  }
  .imageview[data-open=true] .imageview__subimg {
    background-size: contain;
    opacity: 1;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
  }
  .imageview__item {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition-timing-function: cubic-bezier(0.67, 0.02, 0.2, 0.97);
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .imageview__item_clickable {
    cursor: pointer;
  }
  .imageview__item_clickable:hover .imageview__imgbox {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .imageview__imgbox {
    background-size: cover;
    background-position: center;
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .imageview__imgbox {
    opacity: 1;
    transition-duration: 0.3;
  }
}
@media (min-width: 768px) {
  .imageview__subimg {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .imageview {
    display: none;
  }
}

.gnav-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  z-index: 9998;
}
@media (min-width: 768px) {
  .gnav-btn {
    height: 25px;
    left: 21px;
    top: calc(50% - 13px);
    width: 28px;
  }
}
@media (max-width: 767px) {
  .gnav-btn {
    align-items: center;
    height: 57px;
    padding: 19px 0;
    right: 0;
    width: 57px;
    top: -3px;
  }
}
.gnav-btn:focus {
  outline: none;
}
.gnav-btn__hr {
  background-color: #666;
  border: none;
  display: block;
  height: 1px;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  .gnav-btn__hr {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .gnav-btn__hr {
    width: 25px;
  }
}

@media (min-width: 768px) {
  html[data-menuopen=true] .gnav-btn__hr_1 {
    transform: translateY(12px) rotate(225deg);
  }
}
@media (max-width: 767px) {
  html[data-menuopen=true] .gnav-btn__hr_1 {
    transform: translateY(9px) rotate(225deg);
  }
}
html[data-menuopen=true] .gnav-btn__hr_2 {
  opacity: 0;
  transform: rotate(170deg);
}
@media (min-width: 768px) {
  html[data-menuopen=true] .gnav-btn__hr_3 {
    transform: translateY(-12px) rotate(135deg);
  }
}
@media (max-width: 767px) {
  html[data-menuopen=true] .gnav-btn__hr_3 {
    transform: translateY(-9px) rotate(135deg);
  }
}

/* 20210810 ----------------------- */
.gnav-btn::after {
  position: absolute;
  left: -1.14em;
  bottom: -17px;
  display: block;
  width: 4.4em;
  color: #666;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  transform: scale(0.6, 0.8);
  white-space: nowrap;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .gnav-btn::after {
    bottom: 4px;
    left: 0.16em;
  }
}

html[data-menuopen=false] .gnav-btn::after {
  content: "メニュー";
}
@media (max-width: 767px) {
  html[data-menuopen=false] .gnav-btn::after {
    animation: navTxtSp 0.5s ease;
  }
}
@media (min-width: 768px) {
  html[data-menuopen=false] .gnav-btn::after {
    animation: navTxt 0.5s ease;
  }
}

html[data-menuopen=true] .gnav-btn::after {
  content: "閉じる";
}
@media (max-width: 767px) {
  html[data-menuopen=true] .gnav-btn::after {
    animation: navTxtSp2 0.5s ease;
  }
}
@media (min-width: 768px) {
  html[data-menuopen=true] .gnav-btn::after {
    animation: navTxt2 0.5s ease;
  }
}

@keyframes navTxt {
  0% {
    opacity: 0;
    bottom: -15px;
  }
  30% {
    opacity: 0;
    bottom: -25px;
  }
  100% {
    opacity: 1;
    bottom: -15px;
  }
}
@keyframes navTxt2 {
  0% {
    opacity: 0;
    bottom: -15px;
  }
  30% {
    opacity: 0;
    bottom: -25px;
  }
  100% {
    opacity: 1;
    bottom: -15px;
  }
}
@keyframes navTxtSp {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  30% {
    opacity: 0;
    bottom: -2px;
  }
  100% {
    opacity: 1;
    bottom: 5px;
  }
}
@keyframes navTxtSp2 {
  0% {
    opacity: 0;
    bottom: 5px;
  }
  30% {
    opacity: 0;
    bottom: -2px;
  }
  100% {
    opacity: 1;
    bottom: 5px;
  }
}
/* end 20210810 */
.common-nav {
  position: fixed;
  z-index: 9999;
}
@media (min-width: 768px) {
  .common-nav {
    bottom: 18px;
  }
}
@media (max-width: 767px) {
  .common-nav {
    bottom: 0;
    left: 2.5%;
    width: 95%;
  }
}
.common-nav__ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media (min-width: 768px) {
  .common-nav__ul {
    flex-direction: column;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .common-nav__ul {
    background-color: #fff;
    padding-top: 1px;
    width: 100%;
  }
}
.common-nav__li {
  display: block;
}
@media (max-width: 767px) {
  .common-nav__li {
    width: calc((100% - 5px) / 4);
  }
}
.common-nav__anc {
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .common-nav__anc {
    background-position: left 20px center;
    background-size: auto 26px;
    border-radius: 0 25px 25px 0;
    color: #555555;
    /*color: transparent;*/
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    /*overflow: hidden;*/
    padding: 0 0 0 50px;
    transition-duration: 0.2s;
    width: 50px;
    white-space: nowrap;
  }
  .common-nav__anc:hover {
    background-color: #666666;
    color: white;
    width: 135px;
  }
}
@media (max-width: 767px) {
  .common-nav__anc {
    background-color: #ddddda;
    background-position: center top 8px;
    background-size: auto 20px;
    color: #666666;
    font-size: 12px;
    height: 50px;
    padding-top: 28px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .common-nav__anc_1 {
    background-image: url(../img/common/icon_menu1_access_g.svg);
  }
  .common-nav__anc_1:hover {
    background-image: url(../img/common/icon_menu1_access_w.svg);
  }
}
@media (max-width: 767px) {
  .common-nav__anc_1 {
    background-image: url(../img/common/icon_menu1_access_g.svg);
  }
}
@media (min-width: 768px) {
  .common-nav__anc_2 {
    background-image: url(../img/common/icon_menu2_contact_g.svg);
  }
  .common-nav__anc_2:hover {
    background-image: url(../img/common/icon_menu2_contact_w.svg);
  }
}
@media (max-width: 767px) {
  .common-nav__anc_2 {
    background-image: url(../img/common/icon_menu2_contact_g.svg);
  }
}
@media (min-width: 768px) {
  .common-nav__anc_3 {
    background-image: url(../img/common/icon_menu3_examinee_g.svg);
  }
  .common-nav__anc_3:hover {
    background-image: url(../img/common/icon_menu3_examinee_w.svg);
  }
}
@media (max-width: 767px) {
  .common-nav__anc_3 {
    background-image: url(../img/common/icon_menu3_examinee_g.svg);
  }
}
@media (min-width: 768px) {
  .common-nav__anc_4 {
    background-image: url(../img/common/icon_menu4_parents_g.svg);
  }
  .common-nav__anc_4:hover {
    background-image: url(../img/common/icon_menu4_parents_w.svg);
  }
}
@media (max-width: 767px) {
  .common-nav__anc_4 {
    background-image: url(../img/common/icon_menu4_parents_g.svg);
  }
}

.gnav {
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition-duration: 0.5s;
  z-index: 9997;
  width: 100%;
}
@media (min-width: 768px) {
  .gnav {
    display: flex;
  }
}
@media (max-width: 767px) {
  .gnav {
    background-color: #fff;
    overflow-y: scroll;
    top: 56px;
  }
}
@media (min-width: 768px) {
  .gnav__rightbox {
    background: url(/univer2/src/img/top/top_sec02_img02@2022.jpg) no-repeat center;
    background-size: cover;
    flex-grow: 1;
    background-color: #f00;
  }
}
@media (max-width: 767px) {
  .gnav__rightbox {
    display: none;
  }
}
@media (min-width: 768px) {
  .gnav__leftbox {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    overflow: hidden;
    padding-left: 10.6%;
    transition-duration: 0.5s;
    width: 420px;
  }
}
@media (min-width: 1500px) and (max-width: 9999px) {
  .gnav__leftbox {
    padding-left: 150px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .gnav__leftbox {
    align-items: flex-start;
    padding-left: 40px;
    padding-top: 70px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .gnav__leftbox {
    background-color: #fff;
  }
}
.gnav__ul {
  list-style-type: none;
}
@media (min-width: 768px) {
  .gnav__ul {
    display: inline-block;
    position: relative;
  }
}
@media (max-width: 767px) {
  .gnav__ul {
    text-align: center;
  }
}
.gnav__li {
  color: #666666;
}
@media (min-width: 768px) {
  .gnav__li {
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
    transition-duration: 0.2s;
    white-space: nowrap;
  }
  .gnav__li:hover > .gnav__ul {
    color: #fff;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .gnav__li {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .gnav__li {
    border-top: solid 1px #224b8F;
    font-size: 20px;
    line-height: 20px;
  }
}
.gnav__li > .gnav__ul {
  display: none;
}
@media (min-width: 768px) {
  .gnav__li > .gnav__ul {
    left: 100%;
    padding-top: 10px;
    position: absolute;
    top: 0;
  }
}
.gnav__li > .gnav__ul .gnav__li {
  line-height: 25px;
}
@media (min-width: 768px) {
  .gnav__li > .gnav__ul .gnav__li {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .gnav__li > .gnav__ul .gnav__li {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .gnav__li_bg-b:hover {
    background-color: #224b8F;
    color: #fff;
  }
}
.gnav__li_bg-b > .gnav__ul {
  background-color: #224b8F;
}
@media (max-width: 767px) {
  .gnav__li_bg-b > .gnav__ul {
    padding: 0 5%;
  }
}
.gnav__li_bg-b > .gnav__ul > .gnav__li {
  color: #fff;
}
@media (min-width: 768px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li:hover {
    background-color: #fff;
    color: #224b8F;
  }
}
@media (min-width: 768px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc {
    position: relative;
  }
  .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc:after {
    background-color: #224b8F;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc {
    background-color: #fff;
    color: #666;
    font-size: 18px;
    line-height: 20px;
  }
  .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc[data-subopen=true] {
    background-color: #5a78aa;
    color: #fff;
  }
  .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc[data-subopen=true] + .gnav__ul {
    padding-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul {
    background-color: #5a78aa;
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__anc {
    position: relative;
  }
  .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__anc:before {
    border-left: solid 10px #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__anc:hover {
    background-color: #5a78aa;
    color: #fff;
    transition-duration: 0.2s;
  }
}
@media (max-width: 767px) {
  .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__anc {
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
  }
}
.gnav__anc {
  color: inherit;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gnav__anc {
    padding: 28px 18px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gnav__anc {
    padding: 29px 0 30px;
    position: relative;
    transition-duration: 0.3s;
  }
  .gnav__anc + .gnav__ul {
    display: block;
    height: 0;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  .gnav__anc[data-subopen=true] {
    background-color: #224b8F;
    color: #fff;
  }
  .gnav__anc[data-subopen=true] + .gnav__ul {
    animation: submenu-open 0.2s linear forwards;
    padding-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .gnav__anc_pt {
    padding-top: 38px;
  }
}
.gnav__anc_dummy {
  cursor: default;
  opacity: 0 !important;
}
.gnav__anc_dummy:before {
  content: "　";
}
.gnav__anc_dummy:hover {
  background-color: inherit !important;
}
@media (min-width: 768px) {
  .gnav__bottombox {
    bottom: 26px;
    left: 12%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .gnav__bottombox {
    border-top: solid 1px #224b8F;
    padding: 15px 0 150px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .gnav__b-ul {
    display: flex;
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .gnav__b-li {
    margin-right: 28px;
  }
}
.gnav__b-anc {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .gnav__b-anc:hover {
    color: #224b8F;
  }
}
@media (max-width: 767px) {
  .gnav__b-anc {
    font-size: 17px;
    display: block;
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  :not(a).gnav__anc:after {
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 10px #224b8F;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 5%;
    transition-duration: 0.2s;
    top: calc(50% - 5px);
    width: 0;
  }
}
:not(a).gnav__anc[data-subopen=true]:after {
  border-top: solid 10px #fff;
  transform: rotate(180deg);
}

@keyframes submenu-open {
  0% {
    height: 4px;
  }
  20% {
    height: 16px;
  }
  40% {
    height: 32px;
  }
  60% {
    height: 64px;
  }
  80% {
    height: 128px;
  }
  100% {
    height: auto;
  }
}
@media (min-width: 768px) {
  .right-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9996;
  }
}
@media (max-width: 767px) {
  .right-nav {
    display: none;
  }
}
.right-nav__btn {
  background-color: #fff;
  border: solid 4px #A9890F;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin: 15px 0;
  overflow: hidden;
  transition-duration: 0.5s;
  text-indent: 23px;
  width: 20px;
}
.right-nav__btn:focus {
  outline: none;
}
.right-nav__btn_act {
  border-color: #fff;
  background-color: #224b8f;
}

.footer {
  background-color: #454545;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 49px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 10.7%;
  }
}
.footer__name {
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__name {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__name {
    font-size: 16px;
    margin-bottom: 10.7%;
    /*margin-bottom: 1.3%;*/
  }
}
.footer__address {
  font-style: normal;
}
@media (min-width: 768px) {
  .footer__address {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 2.1em;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.9em;
    margin-bottom: 3.8%;
  }
}
.footer__tel {
  color: #fff;
}
@media (min-width: 768px) {
  .footer__ancbox {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer__ancbox {
    margin-bottom: 10.4%;
  }
}
.footer__anc {
  color: #fff;
  letter-spacing: 0.03em;
  opacity: 1;
  padding: 0 25px;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .footer__anc {
    display: inline-block;
  }
  .footer__anc:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .footer__anc {
    display: block;
    font-size: 14px;
    margin-bottom: 1.4%;
  }
}
.footer__copyright {
  background-color: #3c3c3c;
  letter-spacing: -0.2px;
  line-height: 11px;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 11px;
    padding: 24px 0 26px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    padding: 24px 0 77px;
  }
}
.footer__annotation {
  font-style: normal;
}
@media (min-width: 768px) {
  .footer__annotation {
    font-size: 14px;
    line-height: 2.1em;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__annotation {
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 3.8%;
  }
}

@media (min-width: 768px) {
  .section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 10% 50px 24.6%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 2%;
    padding-top: 8.5%;
  }
}
.section_bg-w {
  background-color: #fff;
}
.section_bg-i {
  background: url(../img/common/sec_back.jpg);
}
.section__title {
  color: #224b8F;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 36px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 27px;
    line-height: 1.5em;
    margin-bottom: 7.8%;
    text-align: center;
  }
}
.section__img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .section__p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2em;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section__p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.75em;
    padding: 0 5%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .breadcrumb {
    align-items: center;
    font-size: 12px;
    display: flex;
    left: 22px;
    letter-spacing: -0.02em;
    list-style-type: none;
    position: absolute;
    top: 68px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__li {
  display: inline-block;
}
.breadcrumb__li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 3px 0 2px;
}
.breadcrumb__anc {
  color: #333;
  opacity: 1;
  transition-duration: 0.3s;
  text-decoration: none;
}
.breadcrumb__anc:hover {
  opacity: 0.7;
}
.breadcrumb__icon {
  display: inline-block;
  height: 11px;
}

.dummy-height {
  display: block;
  height: 150vh;
  margin-bottom: -150vh;
  width: 1px;
}

@media (min-width: 768px) {
  .hvropa,
  a.hvrimg img,
  .hvrIMG a img {
    opacity: 1;
    transition: opacity 0.3s linear;
  }
  .hvropa:hover,
  a.hvrimg:hover img,
  .hvrIMG a:hover img {
    opacity: 0.7;
  }
}
/* footer  202207 */
.footer_re {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px 70px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_re {
    width: 90%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_re__name {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1.5;
}
.footer_re-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_re-wrap {
    flex-wrap: wrap;
  }
}
.footer_re-wrap a {
  color: #fff;
  text-decoration: none;
}
.footer_re-wrap a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer_re-item {
    width: 50%;
  }
  .footer_re-item:nth-child(n+3) {
    margin-top: 13px;
  }
}
.footer_re_container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer_re_container:nth-of-type(n + 2) {
  margin-top: 10px;
}
.footer_re_container ul {
  list-style: none;
}
.footer_re_container + .footer_re-anc--0 {
  margin-top: 13px;
}
.footer_re-address {
  font-style: normal;
  line-height: 2;
  margin-bottom: 47px;
}
.footer_re-anc--0 {
  display: inline-block;
  line-height: 1.778;
  font-size: 18px;
  font-weight: 700;
}
.footer_re-anc--0 + .footer_re-anc--0,
.footer_re-anc--0 + .footer_re_container {
  margin-top: 13px;
}
.footer_re-anc--lv1, .footer_re-anc--lv2 {
  line-height: 2;
  font-size: 15px;
}
.footer_re-anc--lv2 {
  margin-left: 1em;
}

/* 202207 footer nav */
@media (max-width: 767px) {
  .footer-sp {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .footer_re_sp {
    background-color: #454545;
    color: #fff;
  }
  .footer_re_sp a {
    color: #fff;
  }
  .footer_re_sp .gnav__li {
    border-top-color: #fff;
  }
  .footer_re_sp .gnav__anc {
    background-color: #454545;
    color: #fff;
  }
  .footer_re_sp :not(a).gnav__anc:after {
    border-top-color: #fff;
  }
  .footer_re_sp .gnav__li_bg-b > .gnav__ul {
    background-color: #454545;
  }
  .footer_re_sp .gnav__li_bg-b > .gnav__ul > .gnav__li > .gnav__anc {
    background-color: #808080;
    color: #fff;
  }
  .footer_re_sp .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul {
    background-color: #808080;
  }
  .footer_re_sp .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__anc {
    background-color: #d7d7d7;
    color: #454545;
  }
  .footer_re_sp .gnav__li_bg-b > .gnav__ul > .gnav__li .gnav__ul .gnav__li {
    border-top-color: #454545;
  }
  .footer_re_sp .gnav__bottombox {
    border-top-color: #fff;
  }
  .footer_re_sp .gnav__bottombox {
    padding-bottom: 50px;
  }
  .footer_re_sp .footer__name {
    margin-bottom: 5px;
  }
  .footer_re_sp .footer__address {
    margin-bottom: 40px;
  }
}

/* end 202207 *//*# sourceMappingURL=common.css.map */