@charset "UTF-8";
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS Pゴシック", "Helvetica Neue", Arial, Verdana, sans-serif;
  background: white;
  color: #555555;
  position: relative;
}
body .footer_gotop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0099b3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  background: white;
  z-index: 5;
}
body .footer_gotop.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  body .footer_gotop {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

a {
  text-decoration: none;
  color: initial;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

button {
  background: none;
  border: none;
}

ul {
  list-style: none;
  padding: 0;
}

.global-container {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  position: relative;
}

.section_title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section_title h3 {
  font-size: 24px;
  color: #555555;
}
@media screen and (max-width: 900px) {
  .section_title h3 {
    font-size: 18px;
  }
}
.section_title > img {
  width: 30px;
}
@media screen and (max-width: 900px) {
  .section_title > img {
    width: 25px;
  }
}

.section_title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .section_title2 {
    gap: 10px;
  }
}
.section_title2 h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .section_title2 h3 {
    font-size: 18px;
  }
}
.section_title2 > img {
  width: 30px;
}
@media screen and (max-width: 900px) {
  .section_title2 > img {
    width: 25px;
  }
}

a.btn {
  display: block;
  width: 260px;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  border: 1px solid #0099b3;
  border-radius: 6px;
  color: #0099b3;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  a.btn {
    padding: 10px 0px;
  }
}
a.btn::after {
  position: absolute;
  content: "";
  background-image: url("../img/our-topics/arrow_btn.png");
  background-repeat: no-repeat;
  width: 9px;
  height: 18px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.page-top_wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 245px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  background-color: rgb(0, 153, 179);
}
@media screen and (max-width: 900px) {
  .page-top_wrap {
    height: 200px;
    padding-top: 65px;
  }
}
.page-top_wrap .bg {
  position: absolute;
  max-width: 200px;
  width: 25%;
}
.page-top_wrap .left {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .page-top_wrap .left {
    left: -30px;
  }
}
.page-top_wrap .right {
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .page-top_wrap .right {
    right: -30px;
  }
}
.page-top_wrap .page-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.page-top_wrap .page-title h2 {
  color: white;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  font-family: linotype-sabon, hiragino-kaku-gothic-pron, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 900px) {
  .page-top_wrap .page-title h2 {
    font-size: 40px;
  }
}
.page-top_wrap .page-title span {
  margin: auto;
  display: block;
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .page-top_wrap .page-title span {
    font-size: 20px;
  }
}
.page-top_wrap .page-title p {
  font-size: 40px;
  color: white;
}
@media screen and (max-width: 900px) {
  .page-top_wrap .page-title p {
    font-size: 22px;
  }
}

hr {
  height: 15px;
  border: none;
  background: linear-gradient(to left, rgb(191, 146, 34) 5%, rgb(226, 197, 71) 26%, rgb(191, 146, 34) 55%, rgb(226, 197, 71) 73%, rgb(188, 147, 41) 85%, rgb(235, 203, 67) 94%);
}
@media screen and (max-width: 900px) {
  hr {
    height: 8px;
  }
}

html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

header {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9294117647);
  z-index: 1000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
header .container {
  position: relative;
}
header .container .header_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 20px;
}
@media screen and (max-width: 500px) {
  header .container .header_wrap {
    margin: 15px 10px;
  }
}
header .container .header_wrap_left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  header .container .header_wrap_left {
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  header .container .header_wrap_left {
    gap: 15px;
  }
}
header .container .header_wrap_left a img {
  width: 100%;
}
header .container .header_wrap_left a .header_logo {
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  header .container .header_wrap_left a .header_logo {
    max-width: 340px;
  }
}
@media screen and (max-width: 1100px) {
  header .container .header_wrap_left a .header_logo {
    max-width: 215px;
  }
}
header .container .header_wrap_left a .header_logo_100th {
  max-width: 75px;
}
@media screen and (max-width: 1200px) {
  header .container .header_wrap_left a .header_logo_100th {
    max-width: 60px;
  }
}
@media screen and (max-width: 1100px) {
  header .container .header_wrap_left a .header_logo_100th {
    max-width: 55px;
  }
}
header .container .header_wrap_right {
  position: relative;
}
header .container .header_wrap_right.pc ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  header .container .header_wrap_right.pc ul {
    font-size: 12px;
  }
}
header .container .header_wrap_right.pc ul li {
  border-right: 1px solid #555555;
  padding: 0 10px;
}
header .container .header_wrap_right.pc ul li:last-child {
  border-right: none;
}
header .container .header_wrap_right.sp .menu-open {
  transform: translateX(0);
}
header .container .header_wrap_right.sp .menu-open.mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
header .container .header_wrap_right.sp .menu-open.mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
header .container .header_wrap_right.sp .menu-open.mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}
header .container .mobile-menu {
  z-index: 1000;
  position: fixed;
  height: calc(100vh - 55px);
  top: 55px;
  width: 100vw;
  background: rgba(0, 153, 179, 0.92);
  transition: all 0.3s;
  transform: translateX(100vw);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .container .mobile-menu::-webkit-scrollbar {
  display: none;
}
header .container .mobile-menu_main {
  height: calc(100vh - 54px);
  padding-top: 20px;
}
header .container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
header .container .mobile-menu__btn > span {
  background-color: #555555;
  width: 28px;
  height: 3px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.3s;
}
header .container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
header .container .mobile-menu__btn > span:nth-child(2) {
  transition: transform 0.1s;
}
header .container .mobile-menu__item {
  max-width: calc(100% - 40px);
  margin: 18px 20px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5333333333);
  padding-bottom: 15px;
}
header .container .mobile-menu__item:last-child {
  border-bottom: none;
}
header .container .mobile-menu__item a {
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-family: linotype-sabon, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS Pゴシック", "Helvetica Neue", Arial, Verdana, sans-serif;
}
header .container .mobile-menu__item a span {
  font-size: 18px;
}
header .container .mobile-menu.menu-open {
  transform: translateX(0);
}
header .container .mobile-menu.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
header .container .mobile-menu.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
header .container .mobile-menu.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}

footer {
  position: relative;
  padding-bottom: 30px;
}
footer .logo {
  display: block;
  margin: 45px auto 40px;
  max-width: 460px;
  width: 90%;
}
@media screen and (max-width: 900px) {
  footer .logo {
    margin: 20px auto;
  }
}
footer ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  footer ul {
    font-size: 13px;
  }
}
footer ul li a {
  color: #555555;
}
footer ul li {
  border-right: 1px solid #555555;
  padding: 0 10px;
}
footer ul li:last-child {
  border-right: none;
}
footer p {
  color: #555555;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  font-family: linotype-sabon, hiragino-kaku-gothic-pron, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.policy {
  margin: 120px auto;
  padding: 0 20px;
  max-width: 1100px;
  width: 100%;
  color: #555555;
  line-height: 1.7;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .policy {
    font-size: 14px;
    margin: 60px auto;
    line-height: 1.9;
  }
}
.policy span {
  font-weight: bold;
  display: inline;
}
.policy .under {
  text-decoration: underline;
  color: #666;
}
.policy a {
  text-decoration: underline;
  color: #666;
}
.policy .btn_archive .btn {
  margin-top: 60px;
  margin: 60px auto 0;
  text-decoration: none;
  line-height: 1.5;
  color: #0099b3;
}
@media screen and (max-width: 900px) {
  .policy .btn_archive .btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=common.css.map */