abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.common-btn--primary span,
.g-drawer .hamburger__txt,
.g-drawer__logo a,
.g-header__logo a,
.texthidden {
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-indent: 100%;
  background-repeat: no-repeat;
}

.common-btn--primary {
  border-radius: 40px;
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  display: grid;
  place-content: center;
}

@media screen and (min-width:395px) {
  .common-btn--primary {
    height: 44px;
    width: 90px;
  }
}

@media screen and (max-width:394px) {
  .common-btn--primary {
    height: 11.1675126904vw;
    width: 22.8426395939vw;
  }
}

.common-btn--primary span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_link_arrow.svg);
  display: inline-block;
  transition: transform .2s ease-out;
}

@media screen and (min-width:395px) {
  .common-btn--primary span {
    width: 20px;
    height: 16px;
    background-size: 18px auto;
  }
}

@media screen and (max-width:394px) {
  .common-btn--primary span {
    width: 5.076142132vw;
    height: 4.0609137056vw;
    background-size: 4.5685279188vw auto;
  }
}

.common-btn--primary:hover span {
  transform: translateX(10px);
}

.common-btn--secondary {
  display: flex;
  justify-content: flex-end;
}

.common-btn--secondary li {
  margin-left: 12px;
}

.common-btn--secondary li:first-child {
  margin-left: 0;
}

.common-btn--secondary .btn {
  box-sizing: border-box;
  min-width: 160px;
  height: 46px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.common-btn--secondary .btn:after {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center;
  padding-top: 100%;
  transform: translateY(-50%) scale(.1);
  transition: opacity .5s 0s, transform 0s .4s;
  opacity: 0;
  z-index: 1;
}

.common-btn--secondary .btn:hover {
  color: #fff;
  font-weight: 700;
}

.common-btn--secondary .btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s cubic-bezier(.46, .33, .54, .85), transform .6s cubic-bezier(.46, .33, .54, .85);
}

.common-btn--secondary .btn:focus {
  color: #fff;
  font-weight: 700;
}

.common-btn--secondary .btn span {
  min-height: 24px;
  padding-bottom: 3px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-size: 23px auto;
}

.common-btn--secondary .btn--contact {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

.common-btn--secondary .btn--contact:after {
  background-color: #3d55c3;
}

.common-btn--secondary .btn--contact span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_contact.svg);
  padding-left: 33px;
}

.common-btn--secondary .btn--login {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

@media screen and (max-width:600px) {
  .common-btn--secondary .btn--login {
    min-width: 140px;
    height: 35px;
    font-size: 14px;
  }
}

.common-btn--secondary .btn--login:after {
  background-color: #3d55c3;
}

.common-btn--secondary .btn--login span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_login.svg);
}

@media screen and (min-width:601px) {
  .common-btn--secondary .btn--login span {
    padding-left: 30px;
    background-size: auto 24px;
    height: 24px;
  }
}

@media screen and (max-width:600px) {
  .common-btn--secondary .btn--login span {
    background-size: auto 15px;
    height: 15px;
    padding-left: 20px;
  }
}

.common-btn--secondary .btn--login--school {
  background: linear-gradient(232.18deg, #fc0 4.01%, #f70 88.34%);
}

.common-btn--secondary .btn--login--school:after {
  background-color: #ff8000;
}

.common-btn--secondary .btn--confirm {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

@media screen and (max-width: 600px) {
  .common-btn--secondary .btn--confirm {
    min-width: 140px;
    height: 35px;
    font-size: 14px;
    padding: 0;
  }
}

.common-btn--secondary .btn--confirm:after {
  background-color: #3d55c3;
}

@media screen and (max-width: 600px) {
  .common-btn--secondary .btn--confirm span {
    background-size: auto 15px;
    height: 15px;
  }
}
.common-btn--secondary .btn--request {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

.common-btn--secondary .btn--request:after {
  background-color: #3d55c3;
}

.common-btn--secondary .btn--request span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_request.svg);
  padding-left: 30px;
  background-size: auto 20px;
}

.common-btn--secondary .btn--en {
  background: linear-gradient(232.18deg, #c9b4ff 4.01%, #8564d9 88.34%);
  padding: 0 34px;
}

.common-btn--secondary .btn--en:after {
  background-color: #765bbd;
}

.common-btn--secondary .btn--en span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_en.svg);
  padding-left: 33px;
}

.common-btn--tertiary {
  height: 44px;
  min-height: 52px;
  border-radius: 40px;
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  width: auto;
  display: grid;
  place-content: center;
  padding: 0 40px;
  text-decoration: none;
}

@media screen and (max-width:600px) {
  .common-btn--tertiary {
    min-height: 60px;
    width: 326px;
    max-width: 100%;
  }
}

.common-btn--tertiary:hover .arrow {
  transform: translateX(10px);
}

.common-btn--tertiary .btn-txt-wrap {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.common-btn--tertiary .arrow {
  width: 20px;
  height: 100%;
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_link_arrow.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: block;
  transition: transform .2s ease-out;
}

.common-btn--tertiary .txt {
  padding-right: 7px;
  transform: translateY(-1px);
}

@media screen and (max-width:394px) {
  .common-btn--tertiary .txt {
    transform: translateY(-2px);
  }
}

.common-btn--quaternary {
  border-radius: 40px;
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  width: auto;
  display: grid;
  place-content: center;
  padding: 0 40px;
  text-decoration: none;
  width: 300px;
  height: 70px;
}

@media screen and (max-width:600px) {
  .common-btn--quaternary {
    min-height: 60px;
    width: 326px;
    height: 60px;
    max-width: 100%;
  }
}

.common-btn--quaternary:hover .arrow {
  transform: translateX(10px);
}

.common-btn--quaternary .btn-txt-wrap {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width:395px)and (max-width:600px) {
  .common-btn--quaternary .btn-txt-wrap {
    font-size: 18px;
    font-size: 4.5685279188vw;
  }
}

@media screen and (max-width:394px) {
  .common-btn--quaternary .btn-txt-wrap {
    font-size: 18px;
  }
}

.common-btn--quaternary .arrow {
  width: 30px;
  height: 100%;
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_link_arrow.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  transition: transform .2s ease-out;
}

@media screen and (max-width:600px) {
  .common-btn--quaternary .arrow {
    width: 4.5685279188vw;
    background-size: 18px auto;
  }
}

.common-btn--quaternary .txt {
  padding-right: 7px;
  transform: translateY(-1px);
}

@media screen and (max-width:394px) {
  .common-btn--quaternary .txt {
    transform: translateY(-2px);
  }
}

.common-btn--school {
  border-radius: 40px;
  background: linear-gradient(232.18deg, #fc0 4.01%, #f70 88.34%);
  width: auto;
  display: grid;
  place-content: center;
  padding: 0 24px;
  text-decoration: none;
  width: 300px;
  height: 70px;
}

@media screen and (max-width:600px) {
  .common-btn--school {
    min-height: 60px;
    width: 326px;
    height: 60px;
    max-width: 100%;
  }
}

.common-btn--school:hover .arrow {
  transform: translateX(10px);
}

.common-btn--school .btn-txt-wrap {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width:395px)and (max-width:600px) {
  .common-btn--school .btn-txt-wrap {
    font-size: 18px;
    font-size: 4.5685279188vw;
  }
}

@media screen and (max-width:394px) {
  .common-btn--school .btn-txt-wrap {
    font-size: 18px;
  }
}

.common-btn--school .arrow {
  width: 30px;
  height: 100%;
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_link_arrow.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  transition: transform .2s ease-out;
}

@media screen and (max-width:600px) {
  .common-btn--school .arrow {
    width: 4.5685279188vw;
    background-size: 18px auto;
  }
}

.common-btn--school .txt {
  padding-right: 7px;
  transform: translateY(-1px);
}

@media screen and (max-width:394px) {
  .common-btn--school .txt {
    transform: translateY(-2px);
  }
}

.em {
  font-style: normal;
}

.em--primary {
  color: #265aa3;
}

.em--secondary {
  background-color: #f7ffb9;
  font-weight: 700;
}

.follow-content {
  position: fixed;
  right: 0;
  bottom: 20px;
  min-width: 140px;
  height: auto;
  padding: 22px 13px;
  box-sizing: border-box;
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  border-radius: 20px 0 0 20px;
  z-index: 900;
  transition: opacity .4s ease-out;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:600px) {
  .follow-content {
    bottom: 0;
    width: 346px;
    height: 62px;
    left: calc(50% - 173px);
    border-radius: 10px 10px 0 0;
    padding: 10px;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width:370px) {
  .follow-content {
    width: 100%;
    height: 62px;
    left: 0;
    gap: 10px;
  }
}

.follow-content.is-show {
  opacity: 1;
  pointer-events: auto;
}

.follow-content a {
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 13px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: background-color .2s ease-out;
  box-sizing: border-box;
}

@media screen and (max-width:600px) {
  .follow-content a {
    width: calc(50% - 10px);
    height: 40px;
    min-height: 40px;
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width:370px) {
  .follow-content a {
    width: calc(50% - 5px);
  }
}

.follow-content a:last-child {
  margin-bottom: 0;
}

.follow-content a:hover {
  background-color: #9ee4ff;
}

.follow-content span {
  color: #265aa3;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: top;
  padding-top: 23px;
  min-height: 22px;
  display: inline-block;
  height: 100%;
}

@media screen and (max-width:600px) {
  .follow-content span {
    padding-left: 26px;
    padding-top: 0;
    background-position: 0;
    display: grid;
    align-items: center;
  }
}

.follow-content .btn-contact span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_contact_blue.svg);
}

@media screen and (max-width:600px) {
  .follow-content .btn-contact span {
    background-position: left 4px;
  }
}

.follow-content .btn-request span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_request_blue.svg);
}

@media screen and (max-width:600px) {
  .follow-content .btn-request span {
    background-position: left 2px;
  }
}

.follow-content--school {
  position: fixed;
  right: 0;
  bottom: 20px;
  min-width: 140px;
  height: auto;
  padding: 22px 13px;
  box-sizing: border-box;
  background: linear-gradient(232.18deg, #fc0 4.01%, #f70 88.34%);
  border-radius: 20px 0 0 20px;
  z-index: 900;
  transition: opacity .4s ease-out;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:600px) {
  .follow-content--school {
    bottom: 0;
    width: 346px;
    height: 62px;
    left: calc(50% - 173px);
    border-radius: 10px 10px 0 0;
    padding: 10px;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width:370px) {
  .follow-content--school {
    width: 100%;
    height: 62px;
    left: 0;
    gap: 10px;
  }
}

.follow-content--school.is-show {
  opacity: 1;
  pointer-events: auto;
}

.follow-content--school a {
  min-height: 60px;
  display: grid;
  place-content: center;
  padding: 13px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: background-color .2s ease-out;
  box-sizing: border-box;
}

@media screen and (max-width:600px) {
  .follow-content--school a {
    width: calc(50% - 10px);
    height: 40px;
    min-height: 40px;
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width:370px) {
  .follow-content--school a {
    width: calc(50% - 5px);
  }
}

.follow-content--school a:last-child {
  margin-bottom: 0;
}

.follow-content--school a:hover {
  background-color: #ffe167;
}

.follow-content--school span {
  color: #bd5902;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: top;
  padding-top: 23px;
  min-height: 22px;
  display: inline-block;
  height: 100%;
}

@media screen and (max-width:600px) {
  .follow-content--school span {
    padding-left: 26px;
    padding-top: 0;
    background-position: 0;
    display: grid;
    align-items: center;
  }
}

.follow-content--school .btn-contact span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_contact_orange.svg);
}

@media screen and (max-width:600px) {
  .follow-content--school .btn-contact span {
    background-position: left 4px;
  }
}

.follow-content--school .btn-request span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_request_orange.svg);
}

@media screen and (max-width:600px) {
  .follow-content--school .btn-request span {
    background-position: left 2px;
  }
}

html {
  background-color: #fff;
  font-family: Noto Sans JP, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
  padding: 0;
}

@keyframes menu-wrap-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes menu-wrap-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes menu-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menu-lists-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.open-drawer {
  overflow: hidden;
}

@media screen and (max-width:1160px) {
  .open-drawer .g-drawer {
    display: block;
    z-index: 9000;
    width: 100%;
    min-height: 100%;
    min-height: 100svh;
    height: 100%;
    height: 100svh;
    overflow-y: scroll;
  }
}

.open-drawer .g-drawer__header .g-drawer__header-pickup {
  display: none;
}

.open-drawer .g-drawer__header .hamburger__bar--top {
  transform: rotate(43deg);
  width: 48px;
  background-color: #fff;
  top: 0;
}

.open-drawer .g-drawer__header .hamburger__bar--center {
  opacity: 0;
}

.open-drawer .g-drawer__header .hamburger__bar--bottom {
  transform: rotate(-43deg);
  width: 48px;
  background-color: #fff;
  bottom: 0;
}

.open-drawer .g-drawer__logo a {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/logo_yomidas_white.svg);
}

@media screen and (max-width:1160px) {
  .open-drawer .g-drawer__menu-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: auto;
    animation: menu-wrap-fade-in .4s ease forwards;
    background-color: #fff;
  }
}

@media screen and (max-width:1160px) {
  .open-drawer .g-drawer__container {
    height: 100%;
  }
}

@media screen and (max-width:1160px) {
  .open-drawer .g-drawer__menu {
    animation: menu-fade-in .6s cubic-bezier(.19, .72, .48, .95) .1s forwards;
  }
}

.open-drawer .g-drawer__menu li {
  animation: menu-lists-fade-in .6s cubic-bezier(.56, .69, .66, 1) .1s forwards;
}

.open-drawer .g-drawer__pickup li {
  animation: menu-lists-fade-in .6s ease-out .3s forwards;
  transition: opacity .3s ease, transform .5s ease;
}

.open-drawer.fade-out {
  overflow-y: auto;
}

.open-drawer.fade-out .g-drawer {
  background-color: hsla(0, 0%, 100%, 0);
  height: 100px;
  overflow: hidden;
}

.open-drawer.fade-out .g-drawer__menu-wrap {
  animation: menu-wrap-fade-out .4s ease forwards;
}

.open-drawer.fade-out .g-drawer__logo a {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/logo_yomidas.svg);
}

.open-drawer.fade-out .g-drawer .hamburger__bar--top {
  transform: rotate(0);
  width: 33px;
  background-color: #265aa3;
  top: 4px;
}

.open-drawer.fade-out .g-drawer .hamburger__bar--center {
  opacity: 1;
}

.open-drawer.fade-out .g-drawer .hamburger__bar--bottom {
  transform: rotate(0);
  width: 33px;
  background-color: #265aa3;
  bottom: 4px;
}

.g-header {
  width: 100%;
  height: 160px;
  padding-top: 23px;
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
  background-color: #fff;
  font-weight: 500;
  z-index: 9001;
}

@media screen and (max-width:1340px) {
  .g-header {
    height: auto;
    padding-bottom: 16px;
  }
}

@media screen and (max-width:1160px) {
  .g-header {
    display: none;
  }
}

.g-header button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

.g-header__container {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template: "g-header-logo g-header-pickup" auto "g-header-logo g-header-main" auto/180px 1fr;
}

@media screen and (max-width:1340px) {
  .g-header__container {
    padding: 0 2.2388059701vw;
    grid-template: "g-header-logo g-header-pickup" auto "g-header-logo g-header-main" auto/13.4328358209vw 1fr;
  }
}

.g-header__logo {
  width: 177px;
  height: 114px;
  grid-area: g-header-logo;
}

@media screen and (max-width:1340px) {
  .g-header__logo {
    width: 13.2089552239vw;
    height: 8.5074626866vw;
  }
}

.g-header__logo a {
  width: 100%;
  height: 100%;
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/logo_yomidas.svg);
  background-position: 0 0;
  background-size: 100% auto;
  display: block;
}

.g-header__pickup-menu {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
  padding-top: 10px;
  grid-area: g-header-pickup;
  justify-content: flex-end;
}

@media screen and (max-width:1340px) {
  .g-header__pickup-menu {
    column-gap: .8955223881vw;
    margin-bottom: .8955223881vw;
    padding-top: 1.1940298507vw;
  }
}

@media screen and (max-width:1160px) {
  .g-header__pickup-menu {
    display: none;
  }
}

.g-header__btn {
  box-sizing: border-box;
  min-width: 160px;
  height: 46px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:1340px) {
  .g-header__btn {
    min-width: 11.9402985075vw;
    height: 3.4328358209vw;
    font-size: 18px;
    font-size: 1.3432835821vw;
  }
}

.g-header__btn:after {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center;
  padding-top: 100%;
  transform: translateY(-50%) scale(.1);
  transition: opacity .5s 0s, transform 0s .4s;
  opacity: 0;
  z-index: 1;
}

.g-header__btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s cubic-bezier(.46, .33, .54, .85), transform .6s cubic-bezier(.46, .33, .54, .85);
}

.g-header__btn span {
  min-height: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transform: translateY(-2px);
}

@media screen and (max-width:1340px) {
  .g-header__btn span {
    min-height: 2.0149253731vw;
    transform: translateY(-.1492537313vw);
  }
}

.g-header__btn--contact {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--contact {
    padding: 0 2.1641791045vw;
  }
}

.g-header__btn--contact:after {
  background-color: #3d55c3;
}

.g-header__btn--contact span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_contact.svg);
  padding-left: 29px;
  background-size: auto 16px;
  background-position: left 7px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--contact span {
    padding-left: 2.1641791045vw;
    padding-top: .1492537313vw;
    background-size: auto 1.1940298507vw;
    background-position: left .5223880597vw;
  }
}

.g-header__btn--request {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
  padding: 0 29px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--request {
    padding: 0 2.1641791045vw;
  }
}

.g-header__btn--request:after {
  background-color: #3d55c3;
}

.g-header__btn--request span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_request.svg);
  padding-left: 26px;
  background-size: auto 20px;
  background-position: left 5px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--request span {
    padding-top: .1492537313vw;
    padding-left: 1.9402985075vw;
    background-size: auto 1.4925373134vw;
    background-position: left .3731343284vw;
  }
}

.g-header__btn--en {
  background: linear-gradient(232.18deg, #c9b4ff 4.01%, #8564d9 88.34%);
  padding: 0 34px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--en {
    padding: 0 2.5373134328vw;
  }
}

.g-header__btn--en:after {
  background-color: #765bbd;
}

.g-header__btn--en span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_en.svg);
  padding-left: 31px;
  background-size: auto 22px;
  background-position: left 4px;
}

@media screen and (max-width:1340px) {
  .g-header__btn--en span {
    padding-top: .1492537313vw;
    padding-left: 2.3134328358vw;
    background-size: auto 1.6417910448vw;
    background-position: left .2985074627vw;
  }
}

.g-header__main-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  column-gap: 4px;
  grid-area: g-header-main;
  justify-content: flex-end;
  transform: translateX(10px);
}

@media screen and (max-width:1340px) {
  .g-header__main-menu {
    font-size: 18px;
    font-size: 1.3432835821vw;
    column-gap: .2985074627vw;
    transform: translateX(.7462686567vw);
  }
}

@media screen and (max-width:1160px) {
  .g-header__main-menu {
    display: none;
  }
}

.g-header__main-menu li {
  display: flex;
}

.g-header__main-menu a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width:1340px) {
  .g-header__main-menu a {
    padding: .7462686567vw;
  }
}

.g-header__main-menu a.current span:before,;
.g-header__main-menu a:hover span:before {
  width: 100%;
}

.g-header__main-menu span {
  position: relative;
  padding: 5px 0;
}

@media screen and (max-width:1340px) {
  .g-header__main-menu span {
    padding: .3731343284vw 0;
  }
}

.g-header__main-menu span:before {
  content: "";
  width: 0;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width .2s ease-in;
}

@media screen and (max-width:1340px) {
  .g-header__main-menu span:before {
    border-width: 1px;
  }
}

.fake-g-header {
  display: none;
}

@media screen and (max-width:1160px) {
  .fake-g-header {
    display: block;
  }
}

@media screen and (min-width:601px)and (max-width:1160px) {
  .fake-g-header {
    height: 100px;
  }
}

@media screen and (max-width:600px) {
  .fake-g-header {
    height: 76px;
  }
}

.g-drawer {
  display: none;
}

@media screen and (max-width:1160px) {
  .g-drawer {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
    background-color: transparent;
    overflow: hidden;
  }
}

@media screen and (min-width:601px)and (max-width:1160px) {
  .g-drawer {
    height: 100px;
  }
}

@media screen and (max-width:600px) {
  .g-drawer {
    height: 76px;
  }
}

.g-drawer button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

@media screen and (max-width:1160px) {
  .g-drawer__container {
    position: relative;
  }
}

@media screen and (max-width:1160px) {
  .g-drawer__header {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    position: absolute;
    z-index: 9001;
    top: 0;
    left: 0;
    display: grid;
    grid-template: "drawer-head-logo drawer-head-pickup drawer-head-hamburger" auto/auto 1fr 77px;
  }
}

@media screen and (max-width:600px) {
  .g-drawer__header {
    padding-top: 15px;
  }
}

.g-drawer__header .common-btn--secondary {
  height: 46px;
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary {
    align-items: center;
    transform: translateY(.1886792453vw);
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary {
    transform: translateY(2px);
  }
}

@media screen and (max-width:570px) {
  .g-drawer__header .common-btn--secondary {
    display: none;
  }
}

@media screen and (max-width:770px) {
  .g-drawer__header .common-btn--secondary .g-drawer-head__pickup-en-li {
    margin-left: 0;
  }
}

.g-drawer__header .common-btn--secondary .btn {
  min-width: 160px;
  height: 46px;
  font-size: 18px;
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn {
    min-width: 15.0943396226vw;
    height: 4.3396226415vw;
    font-size: 18px;
    font-size: 1.6981132075vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn {
    min-width: 140px;
    height: 38px;
    font-size: 15px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--contact {
    padding: 0 2.7358490566vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--contact {
    padding: 0 25px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--contact span {
    padding-left: 2.8301886792vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--contact span {
    padding-left: 28px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--request {
    padding: 0 2.7358490566vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--request {
    padding: 0 25px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--request span {
    padding-left: 2.641509434vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--request span {
    padding-left: 24px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--en {
    padding: 0 3.2075471698vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--en {
    padding: 0 25px;
  }
}

@media screen and (max-width:770px) {
  .g-drawer__header .common-btn--secondary .btn--en {
    display: none;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn--en span {
    padding-left: 2.8301886792vw;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn--en span {
    padding-left: 26px;
  }
}

@media screen and (max-width:1060px) {
  .g-drawer__header .common-btn--secondary .btn span {
    padding-bottom: .2830188679vw;
    background-size: 2.1698113208vw auto;
  }
}

@media screen and (max-width:890px) {
  .g-drawer__header .common-btn--secondary .btn span {
    padding-bottom: .0943396226vw;
    background-size: 20px auto;
  }
}

@media screen and (max-width:1160px) {
  .g-drawer__logo {
    grid-area: g-drawer-logo;
    width: 105px;
    height: 76px;
    transform: translate(-11px, -11px);
    grid-area: drawer-head-logo;
  }
}

@media screen and (max-width:1160px) {
  .g-drawer__logo a {
    background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/logo_yomidas.svg);
    background-size: 83px auto;
    background-position: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

.g-drawer__head-pickup {
  grid-area: drawer-head-pickup;
}

@media screen and (max-width:1160px) {
  .g-drawer .hamburger {
    display: block;
    width: 77px;
    height: 77px;
    transform: translateY(-15px);
    grid-area: drawer-head-hamburger;
  }
}

.g-drawer .hamburger__txt {
  display: inline-block;
}

@media screen and (max-width:1160px) {
  .g-drawer .hamburger__wrap {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 20px;
    top: 21px;
  }
}

.g-drawer .hamburger__bar {
  width: 33px;
  height: 5px;
  border-radius: 5px;
  background-color: #265aa3;
  position: absolute;
  left: 2px;
  transition-timing-function: ease-out;
}

.g-drawer .hamburger__bar--top {
  top: 4px;
  transform-origin: left top;
  transition: background-color .2s, transform .2s, width .2s, top .2s;
}

.g-drawer .hamburger__bar--center {
  top: 15px;
  transition: opacity .2s;
}

.g-drawer .hamburger__bar--bottom {
  bottom: 4px;
  transform-origin: left bottom;
  transition: background-color .2s, transform .2s, width .2s, bottom .2s;
}

.g-drawer__menu-wrap {
  display: none;
}

@media screen and (max-width:1160px) {
  .g-drawer__menu-wrap {
    display: block;
    pointer-events: none;
    padding-bottom: 20px;
    opacity: 1;
    animation: menu-wrap-fade-out .4s ease forwards;
    background-color: hsla(0, 0%, 100%, 0);
    transition: background-color .3s cubic-bezier(.01, .82, .33, 1.01);
    min-height: 100vh;
  }
}

.g-drawer__menu {
  background: linear-gradient(182deg, #62d2ff 15.87%, #645bef 82.05%);
  position: relative;
  padding-top: 90px;
  text-align: center;
}

@media screen and (max-width:1160px) {
  .g-drawer__menu {
    opacity: 0;
    transform: translateY(-100px);
    margin-bottom: 6.8965517241vw;
  }
}

@media screen and (max-width:900px) {
  .g-drawer__menu {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:520px) {
  .g-drawer__menu {
    background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/bg_drawer_msize_bottom_520.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}

@media screen and (max-width:394px) {
  .g-drawer__menu {
    padding-bottom: 12.1827411168vw;
  }
}

.g-drawer__menu:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/bg_drawer_msize_bottom.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  bottom: -75px;
}

@media screen and (min-width:901px)and (max-width:1160px) {
  .g-drawer__menu:after {
    bottom: -6.4655172414vw;
    height: 6.8965517241vw;
    background-size: cover;
  }
}

@media screen and (min-width:520px)and (max-width:900px) {
  .g-drawer__menu:after {
    background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/bg_drawer_msize_bottom_900.svg);
    bottom: -95px;
    height: 100px;
  }
}

@media screen and (max-width:520px) {
  .g-drawer__menu:after {
    display: none;
  }
}

@media screen and (max-width:1160px) {
  .g-drawer__menu li {
    letter-spacing: 1px;
    box-sizing: border-box;
    transform: translateY(-10px);
    opacity: 0;
  }
}

@media screen and (max-width:520px) {
  .g-drawer__menu li {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
}

.g-drawer__menu li:first-child {
  animation-delay: .2s;
}

.g-drawer__menu li:nth-child(2) {
  animation-delay: .3s;
}

.g-drawer__menu li:nth-child(3) {
  animation-delay: .4s;
}

.g-drawer__menu li:nth-child(4) {
  animation-delay: .5s;
}

.g-drawer__menu li:nth-child(5) {
  animation-delay: .6s;
}

.g-drawer__menu li:nth-child(6) {
  animation-delay: .7s;
}

.g-drawer__menu li:nth-child(7) {
  animation-delay: .8s;
}

.g-drawer__menu li:nth-child(8) {
  animation-delay: .9s;
}

.g-drawer__menu li:nth-child(9) {
  animation-delay: 1s;
}

.g-drawer__menu li:nth-child(10) {
  animation-delay: 1.1s;
}

.g-drawer__menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}

@media screen and (max-width:394px) {
  .g-drawer__menu li a {
    font-size: 18px;
    font-size: 4.5685279188vw;
    padding: 2.538071066vw;
  }
}

.g-drawer__menu li a:hover span:before {
  width: 100%;
}

.g-drawer__menu li a span {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}

@media screen and (max-width:394px) {
  .g-drawer__menu li a span {
    padding: 1.269035533vw 0;
  }
}

.g-drawer__menu li a span:before {
  content: "";
  width: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .4s ease-out;
}

@media screen and (max-width:1160px) {
  .g-drawer__pickup {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width:520px) {
  .g-drawer__pickup {
    padding-top: 20px;
  }
}

@media screen and (max-width:1160px) {
  .g-drawer__pickup li {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: opacity .3s ease, transform .5s ease;
    transform: translateY(-10px);
    opacity: 0;
  }
}

.g-drawer__btn {
  width: 100%;
  max-width: 340px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 70px;
  display: grid;
  place-content: center;
  text-decoration: none;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:394px) {
  .g-drawer__btn {
    height: 15.2284263959vw;
    font-size: 18px;
    font-size: 4.5685279188vw;
    margin-bottom: 3.2994923858vw;
  }
}

.g-drawer__btn:after {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center;
  padding-top: 100%;
  transform: translateY(-50%) scale(.1);
  transition: opacity .5s 0s, transform 0s .4s;
  opacity: 0;
  z-index: 2;
}

.g-drawer__btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s cubic-bezier(.19, .72, .48, .95);
}

.g-drawer__btn span {
  display: inline-block;
  padding: 4px 0 5px 32px;
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 24px auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:394px) {
  .g-drawer__btn span {
    padding: 1.0152284264vw 0 1.269035533vw 7.1065989848vw;
    background-position: 0;
    background-size: 5.5837563452vw auto;
  }
}

.g-drawer__btn--contact {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
}

.g-drawer__btn--contact:after {
  background-color: #3d55c3;
}

.g-drawer__btn--contact span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_contact.svg);
}

.g-drawer__btn--request {
  background: linear-gradient(232.18deg, #62d2ff 4.01%, #4462f7 88.34%);
}

.g-drawer__btn--request:after {
  background-color: #3d55c3;
}

.g-drawer__btn--request span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_request.svg);
}

.g-drawer__btn--en {
  background: linear-gradient(232.18deg, #c9b4ff 4.01%, #8564d9 88.34%);
}

.g-drawer__btn--en:after {
  background-color: #765bbd;
}

.g-drawer__btn--en span {
  background-image: url(https://8947762.fs1.hubspotusercontent-na1.net/hubfs/8947762/raw_assets/public/yomidas-theme/images/common_ver2/ico_en.svg);
}

.c-subnav {
  display: flex;
  justify-content: center;
  background: #f4f8fc;
  max-width: 1200px;
  margin: 0 auto 28px;
  border-radius: 8px;
}

@media screen and (max-width:1024px) {
  .c-subnav {
    margin: 0 14px 28px;
  }
}

@media screen and (max-width:768px) {
  .c-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.c-subnav li {
  width: 14.2857142857%;
  text-align: center;
  font-size: 20px;
  letter-spacing: -.03em;
  position: relative;
  font-weight: 700;
}

.c-subnav li .subnav-br {
  display: none;
}

@media screen and (max-width:390px) {
  .c-subnav li .subnav-br {
    display: block;
  }
}

.c-subnav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #c6daed;
}

.c-subnav li:last-child:after {
  display: none;
}

.c-subnav li.is-active:last-child {
  border-radius: 0 8px 8px 0;
}

.c-subnav li.is-active:first-child {
  border-radius: 8px 0 0 8px;
}

.c-subnav li.is-active {
  background-color: #265aa3;
}

.c-subnav li.is-active:after {
  display: none;
}

.c-subnav li.is-active a {
  color: #fff;
}

.c-subnav li.is-border-none:after {
  display: none;
}

@media screen and (max-width:1024px) {
  .c-subnav li {
    font-size: 13px;
  }
}

@media screen and (max-width:768px) {
  .c-subnav li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 50px;
  }

  .c-subnav li:nth-child(n+5) {
    width: 33.3333%;
  }

  .c-subnav li:nth-child(4):after,;
  .c-subnav li:nth-child(7):after {
    display: none;
  }

  .c-subnav li.is-active:first-child {
    border-radius: 8px 0 0 0;
  }

  .c-subnav li.is-active:nth-child(4) {
    border-radius: 0 8px 0 0;
  }

  .c-subnav li.is-active:nth-child(5) {
    border-radius: 0 0 0 8px;
  }

  .c-subnav li.is-active:nth-child(7) {
    border-radius: 0 0 8px 0;
  }
}

.c-subnav__link {
  text-decoration: none;
  color: #000;
  padding: 30px 0;
  display: block;
}

.c-subnav__link:hover {
  opacity: .7;
  transition: opacity .2s ease-in;
}

@media screen and (max-width:1200px) {
  .c-subnav__link {
    font-size: 18px;
  }
}

@media screen and (max-width:1024px) {
  .c-subnav__link {
    font-size: 13px;
  }
}

@media screen and (max-width:768px) {
  .c-subnav__link {
    padding: 0;
  }
}