@charset "UTF-8";
:root {
  --scrollbar-width: 20px;
  --toggle-button-height: 92px;
}

.indent_half_top {
  position: static;
  margin-left: 0 !important;
}

.indent_half {
  position: static;
  margin-left: 0;
}

.pic_wrap {
  vertical-align: top;
}

img {
  vertical-align: top;
}

body {
  font-family: "UD Shin Go NT Regular JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  box-sizing: border-box;
  overflow-x: hidden;
  height: auto;
  padding: 0;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
body.modal {
  padding-right: var(--scrollbar-width);
}

.bd_t,
.bd_b {
  border-width: 0px;
}

article {
  background-color: transparent;
}
.is_pc article {
  max-width: 100%;
  padding: 0;
}
.is_sp article {
  padding: 0 0 16px 0;
}

#bg {
  background-size: 120px;
}

#kv {
  margin-bottom: 0;
}

#yodogawa {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.is_sp #yodogawa {
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.is_pc #yodogawa p {
  font-size: 18px;
  line-height: 1.75;
}
.is_sp #yodogawa p {
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0;
}
#yodogawa .school-banner {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.is_sp #yodogawa .school-banner {
  width: 69.2307692308%;
}
@media (hover: hover) {
  #yodogawa .school-banner:hover {
    border: 0 none !important;
  }
}
#yodogawa .btn_profile a {
  display: inline-block;
  padding: 8px 24px;
  border-top-width: 0px;
  border-radius: 25px;
  background-color: white;
}
@media (hover: hover) {
  #yodogawa .btn_profile a:hover {
    color: #ff80bf;
    border-bottom-width: 0;
  }
}
#yodogawa .note {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
#yodogawa .note b {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  font-weight: normal;
  display: block;
}
#yodogawa .note b + br {
  display: none;
}

.talk_nav {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

#index_nav {
  max-width: 800px;
  background-color: white;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.is_pc #index_nav {
  border-radius: 40px;
}
@media (hover: hover) {
  .is_pc #index_nav li:not(.disabled) a:hover {
    opacity: 1;
  }
  .is_pc #index_nav li:not(.disabled) a:hover p:not(.date) {
    color: #c3c6d7 !important;
  }
}
.is_sp #index_nav {
  width: calc(100% - 32px);
  border-radius: 32px;
}
#index_nav li {
  border-top: 1px solid #ff80bf;
}
#index_nav li:first-child {
  border-top: 0;
}
.is_sp #index_nav li a {
  padding-right: 16px;
  padding-left: 16px;
}
#index_nav .title {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.is_pc #index_nav .title {
  font-size: 32px;
  letter-spacing: 0.075em;
}
.is_sp #index_nav .title {
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  letter-spacing: 0;
  padding-right: 0;
  padding-left: 0;
}
#index_nav .title span {
  margin-right: 0.5em;
  flex-basis: 3em;
}
.is_sp #index_nav .title span {
  font-size: 0.75em;
  line-height: 1.5;
}
#index_nav .title br {
  display: none;
}
#index_nav .date {
  text-align: left;
}
.is_pc #index_nav .date {
  margin-left: 15%;
  margin-right: 15%;
}

#talk_wrap {
  max-width: 800px;
  border-radius: 40px;
  background-color: white;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.is_pc #talk_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.is_sp #talk_wrap {
  width: calc(100% - 32px);
  padding-top: 64px;
  padding-bottom: 64px;
}
#talk_wrap .title_text {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is_pc #talk_wrap .title_text {
  font-size: 32px;
}
.is_sp #talk_wrap .title_text {
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  letter-spacing: 0;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 16px;
  padding-left: 16px;
}
#talk_wrap .title_text br {
  display: none;
}
#talk_wrap .title_text span {
  margin-right: 0.5em;
}
.is_sp #talk_wrap .title_text span {
  font-size: 0.75em;
  line-height: 1.5;
}

#talk_body {
  user-select: none;
}
.is_pc #talk_body {
  width: 720px;
  margin: auto;
}
#talk_body .pic {
  max-width: 720px;
}
.is_sp #talk_body .pic .caption {
  padding-right: 16px;
  padding-left: 16px;
}
.is_pc #talk_body dl {
  width: 560px;
}
.is_sp #talk_body dl {
  font-size: 17px;
  letter-spacing: 0;
  padding-right: 16px;
  padding-left: 16px;
}
#talk_body dl dt {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  left: 0 !important;
  width: 4em;
}
#talk_body dl dt.t_h {
  padding-left: 0.05em;
}
.is_sp #talk_body dl dt {
  width: 100%;
}
.is_sp #talk_body dl dt[data-name=　] {
  display: none;
}
.is_pc #talk_body dl dt[data-name=──（同席した乗組員から質問）] {
  width: 100%;
}
.is_pc #talk_body dl dt[data-name=──（同席した乗組員から質問）] + dd {
  margin-left: 4em;
}
#talk_body dl dd {
  line-height: 1.75;
  width: calc(100% - 4em);
}
.is_sp #talk_body dl dd {
  text-align: justify;
  width: 100%;
  padding: 0;
}
.is_pc #talk_body dl dd + dd {
  padding-left: 4em;
}

#information_free {
  box-sizing: border-box;
  max-width: 800px;
  background-color: white;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.is_pc #information_free {
  padding: 80px;
  border-radius: 40px;
}
.is_sp #information_free {
  width: calc(100% - 32px);
  padding: 16px;
  border-radius: 32px;
  margin-right: auto;
  margin-left: auto;
}
#information_free li {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#information_free li .info_title {
  display: block;
}
.is_pc #information_free li .info_title h3 {
  font-size: 32px;
}
.is_sp #information_free li .info_title h3 {
  font-size: 30px;
  letter-spacing: 0;
}
.is_pc #information_free li .info_title p {
  font-size: 18px;
}
.is_sp #information_free li .info_title p {
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0;
}
.is_sp #information_free li .info_title p br {
  display: inline;
}
.is_pc #information_free li .info_img {
  width: 480px;
}
.is_sp #information_free li .info_img {
  width: 100%;
}
#information_free li .info_desc {
  max-width: 100%;
}
.is_pc #information_free li .info_desc {
  width: 480px;
}
#information_free li .info_desc img {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}
#information_free li .info_desc h3 {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1em;
}
#information_free li .info_desc h3 small {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
#information_free li .info_desc h3 small + br {
  display: none;
}
#information_free li .info_desc p {
  line-height: 1.75;
}
.is_sp #information_free li .info_desc p {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
}

.is_sp .content_wrap.stick-toggle-button {
  padding-top: var(--toggle-button-height);
}
.is_sp .content_wrap.stick-toggle-button .toggle-button {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}

.toggle-button {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  z-index: 1;
}
.toggle-button-inner {
  display: flex;
  overflow: hidden;
  height: 60px;
  border: 1px solid #ff80bf;
  border-radius: 40px;
  background-color: white;
}
.toggle-button-inner .label {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: calc(2.15em + 40px);
  height: 100%;
  padding: 16px 16px 16px 24px;
  color: white;
  background-color: #ff80bf;
}
.toggle-button-inner .ui {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  padding: 0 24px 0 16px;
}
.toggle-button-inner .ui .switch-label {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 8px;
  /* Hide default HTML checkbox */
  /* The slider */
}
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch input:checked + .slider {
  background-color: #ff80bf;
}
.switch input:checked + .slider::before {
  transform: translateX(26px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #ff80bf;
}
.switch .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.4s;
  background-color: #c3c6d7;
  /* Rounded sliders */
}
.switch .slider:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  transition: 0.4s;
  background-color: white;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.sy-overlay {
  position: relative;
}
.sy-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out 0.5s, transform 1s ease-in-out 0s;
  background-color: #ff80bf;
}
.normal .sy-overlay::after {
  display: none;
}
.sy-overlay .btn-hide {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  font-size: 16px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 4px 16px;
  cursor: pointer;
  color: #c3c6d7;
  border-radius: 20px;
  background-color: white;
}
.is_sp .sy-overlay .btn-hide {
  text-align: center;
}
.normal .sy-overlay .btn-hide {
  display: none;
}
@media (hover: hover) {
  .sy-overlay .btn-hide:hover {
    color: #ff80bf;
  }
}
.sy-overlay .alt {
  font-family: "UD Shin Go NT DemiBold JIS2004", sans-serif;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 4px 16px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  color: #c3c6d7;
  border-radius: 20px;
  background-color: white;
  transition: opacity 0.5s;
}
.is_sp .sy-overlay .alt {
  text-align: center;
  width: calc(100% - 64px);
}
.normal .sy-overlay .alt {
  display: none;
}
@media (hover: hover) {
  .sy-overlay .alt:hover {
    color: #ff80bf;
  }
}
.sy-overlay.show::after {
  transform: translateX(-100%);
  opacity: 0;
}
.sy-overlay.show .alt {
  pointer-events: none;
  opacity: 0;
}

.profile_inner {
  padding: 32px;
}
.profile_inner h3 {
  max-width: 100%;
}
.profile_inner .desc {
  max-width: 100%;
}

/*# sourceMappingURL=custom.css.map */
