@charset "UTF-8";
:root {
  --toso-color: #00909f;
  --toso-sub-color: #7FC7CF;
  --text-color: #464646;
  --toso-gray: #C4C4C4;
  --light-gray: #D9D8D8;
  --main-color: #41AAA8;
  --sub-color: #EFF8F8;
  --web-seminar-color: #A8B1DB;
  --web-seminar-sub-light: #F7F8FF;
  --web-seminar-sub-dark: #D6DBF0;
  --seminar-bg: #e6f6ff;
  --seminar-color: #9497c9;
  --purple-normal: #7B86BF;
  --header-height: 72px;
  --main-width: 1180px;
  --inner-width: 1180px;
}
@media print, screen and (max-width: 999px) {
  :root {
    --header-height: 55px;
    --sp-inner-width: calc(100% - 20px);
  }
}
@media print, screen and (max-width: 750px) {
  :root {
    --main-width: 100%;
    --inner-width: calc(100% - 36px);
  }
}

html {
  background-color: #fff;
  min-width: 300px;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-family: "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: var(--text-color);
  word-wrap: break-word;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: var(--text-color);
}
@media print, screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
}
@media print, screen and (max-width: 1200px) {
  body {
    min-width: 100%;
  }
}
@media print, screen and (max-width: 750px) {
  body {
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}
a {
  color: currentColor;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

@media print, screen and (min-width: 751px) {
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.text-bold {
  font-weight: bold;
}

/* ラジオボタン */
input[type=radio] {
  display: none;
}

/*チェックボックス*/
input[type=checkbox] {
  display: none;
}

option:disabled {
  color: var(--light-gray);
}

@media screen and (min-width: 751px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sp_block {
    display: block !important;
  }
  .sp_hidden {
    display: none !important;
  }
}
/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button {
  background-color: transparent;
  padding: 0;
}
button:hover {
  opacity: 0.5;
}
button.outline-btn {
  color: var(--main-color);
  border: var(--main-color) solid 1px;
  background: #fff;
}
button.outline-btn svg.link_mark path:first-child {
  fill: var(--toso-color) !important;
}
button.outline-btn svg.link_mark path:nth-child(2) {
  fill: none !important;
  stroke: var(--toso-color);
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
button.fill-btn {
  border: var(--toso-color) solid 1px;
  background: var(--toso-color);
  color: #fff;
}
button.fill-btn svg.link_mark path:first-child {
  fill: #fff !important;
}
button.fill-btn svg.link_mark path:nth-child(2) {
  fill: none !important;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

span.link_mark {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
}
span.link_mark::before, span.link_mark::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

button.outline-btn span::before, button.outline-btn span::after {
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}

.euro_lang {
  font-family: "Raleway", sans-serif;
}

.caution {
  color: #f00;
}

.border {
  width: 100%;
  height: 1px;
  background: var(--main-color);
}

svg text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}

svg.toso_logo path {
  fill: var(--toso-color);
}

svg.down_arrow path {
  fill: none !important;
  stroke: var(--text-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

svg.login_mark path {
  fill: none !important;
}

svg.play_mark circle {
  fill: var(--main-color);
}
svg.play_mark path {
  fill: #fff;
}

/* ヘッダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 5;
  background: #fff;
}
@media print, screen and (max-width: 750px) {
  header.l-header {
    position: relative;
  }
}

.l-pcHeader {
  /* box-shadow: 0 3px 7px 0 #e8e8e8; */
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1200px) {
  .l-pcHeader {
    display: none;
  }
}

.header_menu {
  /* max-width: var(--main-width); */
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 50px;
  display: grid;
  grid-template-columns: 1fr repeat(4, max-content);
  grid-column-gap: 36px;
  grid-auto-rows: 60px;
  align-items: flex-end;
  font-size: 14px;
  line-height: 34px;
}
.header_menu .title-logo {
  align-self: flex-start;
  padding: 20px 0;
  width: max-content;
  height: 70px !important;
}
.header_menu .title-logo a {
  display: block;
}
.header_menu li:hover {
  opacity: 0.5;
}
.header_menu a {
  display: flex;
  align-items: center;
}
.header_menu a > div.svg_down_arrow {
  padding-left: 7px;
  position: relative;
}
.header_menu svg.down_arrow {
  width: 10px;
  height: 5px;
}
.header_menu svg.down_arrow path {
  stroke: var(--text-color);
}
.header_menu button {
  width: 170px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.l-spHeader {
  /* box-shadow: 0 3px 7px 0 #e8e8e8; */
  position: relative;
  z-index: 5;
  backdrop-filter: blur(9.7px);
  background-color: #fff;
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 0;
  height: var(--header-height);
}
@media print, screen and (min-width: 1201px) {
  .l-spHeader {
    display: none;
  }
}
.l-spHeader .l-spHeader__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-spHeader .l-spHeader__logo {
  width: 68px;
  height: 18px;
  margin-left: 14px;
}
.l-spHeader .l-spHeader__logo svg#toso_logo {
  width: 68px !important;
  height: 18px !important;
}
.l-spHeader #modal_btn {
  margin-right: 1rem;
  border: none;
  margin-left: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.l-spHeader #modal_btn svg {
  width: 22px !important;
  height: 18px !important;
  cursor: pointer;
}
.l-spHeader #modal_btn svg#modal_btn_close {
  display: none;
}
.l-spHeader div#sp_modal {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 5;
  background: #fff;
  bottom: auto;
  max-height: none;
}
@media print, screen and (min-width: 751px) {
  .l-spHeader div#sp_modal {
    top: 53px;
  }
}
.l-spHeader div#sp_modal li {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: solid 1px var(--light-gray);
  justify-content: space-between;
  padding: 0 25px 0 28px;
  cursor: pointer;
}
.l-spHeader div#sp_modal li:hover {
  opacity: 0.5;
}
.l-spHeader div#sp_modal li:first-child {
  border-top: solid 1px var(--light-gray);
}
.l-spHeader div#sp_modal li svg.down_arrow {
  width: 14px !important;
  height: 7px !important;
}
.l-spHeader div#sp_modal li a {
  height: 100%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-spHeader div#sp_modal li.header_btn {
  background: var(--toso-color);
  color: white;
}

header.l-header.opened .header_menu {
  grid-column-gap: 30px;
  grid-template-columns: 1fr repeat(5, max-content);
}
header.l-header.opened .l-spHeader div#sp_modal {
  height: 250px;
}
header.l-header.closed .l-spHeader div#sp_modal {
  height: 150px;
}

dl.delivery_period {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-auto-rows: 25px;
  justify-content: center;
}
dl.delivery_period dt {
  text-align: right;
}
dl.delivery_period dd {
  text-align: left;
}

footer {
  width: 100%;
  height: 47px;
  padding: 0 55px;
  background-color: var(--toso-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 750px) {
  footer {
    height: auto;
    padding: 1rem 0;
    flex-wrap: wrap;
    font-size: 10px;
    text-align: center;
  }
  footer div.left, footer div.Copyright {
    width: 100%;
    text-align: center;
  }
}

/*
モーダル ----------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
  overflow: auto;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: var(--inner-width);
  width: 100%;
  min-height: 250px;
  z-index: 2;
  background-color: #fff;
  padding: 96px 50px;
  display: flex;
  align-items: center;
  overflow: auto;
  box-sizing: border-box;
}
.popup-inner > .modal_inner {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 23px;
  top: 23px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media print, screen and (max-width: 1080px) {
  /*モーダル*/
  .popup-inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 50px 20px 15px;
    display: initial;
    align-items: initial;
    margin: auto;
  }
}
/*
トップに戻るボタン ----------------------------------------*/
.c-totop {
  width: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 5;
  border: 1px solid var(--light-gray);
}
.c-totop.js-active {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .c-totop {
    border-right: none;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 750px) {
  .c-totop {
    width: 12%;
    bottom: 10px;
    right: 2%;
  }
}

@media print, screen and (min-width: 751px) {
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none !important;
  }
  .sp-display {
    display: none !important;
  }
}
@media print, screen and (max-width: 750px) {
  .pc_display {
    display: none !important;
  }
  .pc-display {
    display: none !important;
  }
  .sp_display {
    display: block;
  }
}
.ModalBtn__icon {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}
.ModalBtn__icon:before, .ModalBtn__icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  border-color: #464646;
}

.ModalBtn__icon--cancel:before, .ModalBtn__icon--cancel:after {
  width: 20px;
  height: 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #464646;
}
.ModalBtn__icon--cancel:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.ModalBtn__icon--agree:after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #464646;
}
