/**
 * common
*/
img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

:root {
  --color-navy: #294C7A;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #294C7B;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  :root {
    --fs-24: clamp(2rem, 0.6759rem + 1.7241vw, 2.4rem);
    --fs-20: clamp(1.8rem, 1.1379rem + 0.8621vw, 2rem);
    --fs-18: clamp(1.6rem, 0.9379rem + 0.8621vw, 1.8rem);
    --fs-16: clamp(1.4rem, 0.7379rem + 0.8621vw, 1.6rem);
    --fs-14: clamp(1.2rem, 0.5379rem + 0.8621vw, 1.4rem);
    --fs-12: clamp(1.1rem, 0.7690rem + 0.4310vw, 1.2rem);
  }

  body {
    font-size: var(--fs-16);
    line-height: 1.7;
  }

  .aseed-main {
    background-color: #ffffff;
  }

  .aseed-main__inner {
    width: min(100%, 1000px);
    margin: 0 auto;
    padding: 57px 0;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --fs-30: clamp(3rem, 2.8231rem + 0.4914vw, 3.2rem);
    --fs-24: clamp(2rem, 1.6462rem + 0.9828vw, 2.4rem);
    --fs-20: clamp(1.8rem, 1.6231rem + 0.4914vw, 2rem);
    --fs-18: clamp(1.6rem, 1.4231rem + 0.4914vw, 1.8rem);
    --fs-16: clamp(1.6rem, 1.4231rem + 0.4914vw, 1.8rem);
    --fs-14: clamp(1.4rem, 1.2231rem + 0.4914vw, 1.6rem);
    --fs-12: clamp(1.2rem, 1.0231rem + 0.4914vw, 1.4rem);
  }

  body {
    font-size: var(--fs-14);
    line-height: 1.5;
  }

  .aseed-main {
    padding-bottom: 50px;
    background-color: #ffffff;
  }

  .aseed-main__inner {
    width: min(100%, 1000px);
    margin: 0 auto;
  }
}


/************
 * header
 ************/

@media screen and (min-width: 768px) {
  .cmp-header {
    margin: 0 auto;
    padding: min(4vw, 40px) 0;
  }

  .cmp-header__text {
    padding-top: min(100%, 40px);
    text-align: center;
  }
  
  .cmp-header__par {
    display: flex;
    flex-direction: column;
  }

  .aseed-header__inner {
    width: min(100%, 1000px);
    margin: 4vw auto;
  }

  .aseed-header__inner > img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cmp-header {
    width: 100%;
    padding: 0;
  }
  
  .cmp-header__text {
    padding: min(100%, 16px);
    text-align: center;
  }

  .cmp-header__par {
    display: block;
  }

  .aseed-header__inner {
    width: min(100%, 1000px);
    padding: 16px;
  }

  .aseed-header__inner > img {
    width: 100%;
  }
}


/************
 * scroll page top
 ************/
.page-top {
  position: absolute;
  top: -34px;
  right: 7px;
  display: block;
  width: 114px;
  height: 33px;
  padding-top: 6px;
  background-color: #007AC3;
  color: #FEFFFF;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
  text-align: center;
  text-indent: 10px;
  box-sizing: border-box;
}

.page-top::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: '';
  width: 7px;
  height: 7px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-225deg);
}

/************
 * footer
 ************/

.aseed-footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* desktop */
@media screen and (min-width: 768px) {
  .aseed-footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid #007AC3;
    border-bottom: 10px solid #007AC3;
    color: #333;
    font-size: var(--fs-14);
    line-height: 1.5;
    background: #FFF;
  }

  .aseed-footer__inner {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 1000px);
    margin: 0 auto;
    padding: 25px 0;
  }

  .aseed-footer-left {
    padding: 30px 0;
    width: 29%;
    box-sizing: border-box;
  }

  .aseed-footer-left__aseed img {
    width: min(253px, 100%);
  }

  .aseed-footer-left__gp {
    display: flex;
    padding-top: 3px;
  }

  .aseed-footer-left__gp span {
    padding-top: 17px;
  }

  .aseed-footer-left__gp__image {
    width: 47%;
    max-width: 122px;
    margin-top: -1px;
  }

  .aseed-footer-center {
    width: 39%;
    padding: 27px 39px;
    border-left: 1px solid #007AC3;
    border-right: 1px solid #007AC3;
    font-size: var(--fs-12);
    box-sizing: border-box;
  }

  .aseed-footer-center__inquiry {
    display: flex;
    margin: 12px 0 0;
    background-color: #D4DBE4;
    border-radius: 10px;
    padding: 12px 11px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: #007AC3;
    font-size: var(--fs-14);
    font-weight: bold;
    box-sizing: border-box;
  }

  .aseed-footer-center__inquiry__image {
    width: min(10%, 28px);
  }

  .aseed-footer-right {
    width: 32%;
    font-size: var(--fs-12);
    padding: 14px 0 14px 30px;
    box-sizing: border-box;
  }

  .aseed-footer-right__title {
    font-size: var(--fs-14);
  }
  .aseed-footer-right__phone {
    color: #007AC3;
    font-size: var(--fs-24);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .aseed-footer-right__phone .oversize {
    font-size: 1.17em;
    font-weight: normal;
  }
}

/* mobile */
@media screen and (max-width: 767px) {
  .aseed-footer {
    border-top: 1px solid #007AC3;
    border-bottom: 10px solid #007AC3;
    color: #333;
    font-size: 14px;
    background: #FFF;
  }

  .aseed-footer__inner {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 48px 30px 24px;
    flex-direction: column;
    align-items: center;
  }

  .aseed-footer-left {
    /*padding: 30px 0 0;*/
    padding: 0;
  }

  .aseed-footer-left__aseed {
    padding-bottom: 29px;
    width: 253px;
    margin: auto;
    text-align: center;
  }

  .aseed-footer-left__aseed img {
    width: 100%;
  }

  .aseed-footer-left__gp {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*margin-bottom: 5px;*/
    margin-bottom: 0;
  }

  .aseed-footer-left__gp__image {
    width: 154px;
  }

  .aseed-footer-center {
    width: 100%;
    margin-bottom: 23px;
    font-size: 12px;
  }

  .aseed-footer-center__note {
    margin-bottom: 23px;
    text-align: center;
  }

  .aseed-footer-center__inquiry {
    display: flex;
    width: 305px;
    height: 42px;
    margin: 0 auto;
    background-color: #D4DBE4;
    border-radius: 5px;
    padding: 10px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: #007AC3;
    font-weight: bold;
    box-sizing: border-box;
  }

  .aseed-footer-center__inquiry__image {
    width: 29px;
  }

  .aseed-footer-right {
    font-size: 12px;
    text-align: center;
  }

  .aseed-footer-right__title {
    font-size: 14px;
  }
  .aseed-footer-right__phone {
    color: #007AC3;
    font-size: 28px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.text-right {
  text-align: right !important;
}

/* タブレット対応 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cmp-main__inner {
    width: min(98%, 1000px);
  }
  .aseed-footer__inner {
    width: min(98%, 1000px);
  }
  .aseed-footer-left {
    width: 30%;
    padding: 0 2% 0 0;
  }
  .aseed-footer-center {
    width: 35%;
    padding: 20px 2%;
  }
  .aseed-footer-right {
    width: 35%;
    padding: 10px 0 10px 2%;
  }
  .aseed-footer-center__inquiry {
    margin-bottom: 0;
    font-size: var(--fs-12);
  }
  .aseed-footer-left__gp span {
    padding-top: 13px;
  }
}

/* 個人情報のテキスト周りを調整 */
.privacy h3 {
  text-align: left;
}

.privacy h4,
.textLink a {
  color: #294C7B;
}

/* お問い合わせフォームのレイアウト調整 */
@media screen and (max-width: 767px) {
  input[type="text"], input[type="password"], input[type="tel"] {
    text-indent: 0;
  }
  .zip input {
    width: 22% !important;
  }
}

/* ブラウザの高さを狭くした際にフッターに重ならないように対応 */
@media screen and (min-width: 768px) {
  .cmp-main {
    /*height: auto !important;
    min-height: calc(100% - 257px);*/
  }
}

/* 各ページのボタンの装飾をログイン画面と合うように対応 */
.cmp-auth-password-forgat__submit,
.cmp-auth-translation-rc__submit {
  background: linear-gradient(to bottom, #00C2F8, #00AFE0);
  box-shadow: 2px 2px 3px #AAA;
}

/** 送信するボタン */
.suBtn {
  margin: 0 auto;
  max-width: 375px;
  position: relative;
}
.suBtn::before{
  position: absolute;
  top: 32%;
  left: 27%;
  content: '';
  width: 14px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  z-index: 2;
  pointer-events: none;
}
.suBtn input {
  background: #00BEF2;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  line-height: 1.0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width:960px) {
  .suBtn input {
    display: block;
    width: 100%;
  }
}
#btn_send_form:disabled {
  background: #BFBFBF;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

/* フッターとコンテンツが重ならないよう対応 */
.contactWrap {
  padding-bottom: 80px !important;
}

/* iPhone で電話番号に a タグが差し込まれるためCSSを初期化 */
.nolink {
  color: inherit !important;
  font-size: 1em !important;
  text-decoration: none !important;
  cursor: default !important;
}

.nolink:hover {
  opacity: 1 !important;
}
