@charset "UTF-8";
.link {
  display: inline-block;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  line-height: 1.5;
}
.link:hover {
  opacity: 0.7;
}
.link + .link {
  margin-left: 0.5em;
}
.link::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/common/img/icon/link_arrow.png");
  background-size: contain;
  width: 7px;
  height: 11px;
  left: 6px;
}
@media screen and (min-width: 1000px), print {
  .link::before {
    top: 6px;
  }
}
@media screen and (max-width: 999px) {
  .link::before {
    top: 5px;
  }
}

.movieIcon, .pdf, .ext {
  display: inline-block;
  position: relative;
}
.movieIcon::after, .pdf::after, .ext::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.2em;
  top: -2px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  color: #102148;
  word-break: break-all;
}
@media screen and (min-width: 1000px), print {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  body {
    font-size: 14px;
  }
}

img,
iframe,
video {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 1000px), print {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .container {
    padding: 0 20px;
  }
}

.main {
  overflow: hidden;
}
@media screen and (min-width: 1000px), print {
  .main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 999px) {
  .main {
    padding-top: 50px;
  }
}

.disable {
  pointer-events: none;
}

/* ヘッダー */
.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 999px) {
  .header {
    height: 50px;
    border-bottom: solid 1px rgba(37, 60, 114, 0.2);
  }
}
@media print {
  .header {
    position: absolute;
  }
}

@media screen and (min-width: 1000px), print {
  .header_1 {
    height: 80px;
    margin-bottom: 10px;
  }
  .header_1 .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .header_1 {
    height: 100%;
  }
  .header_1 .container {
    height: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .header_1_1 {
    max-width: 50%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .header_1_1 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .header_1_1 {
    padding-top: 15px;
  }
}

.header_logo {
  display: block;
}
@media screen and (min-width: 1000px), print {
  .header_logo {
    width: 374px;
  }
}
@media screen and (max-width: 999px) {
  .header_logo {
    width: 190px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .header_logo {
    width: 300px;
  }
}

@media screen and (min-width: 1000px), print {
  .top_sp_sns {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .top_sp_sns {
    margin-right: 30px;
    margin-left: auto;
    display: flex;
  }
  .top_sp_sns img {
    max-width: 25px;
  }
  .top_sp_sns li {
    margin-right: 1vw;
  }
}

@media screen and (min-width: 1000px), print {
  .spmenuBtn {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .spmenuBtn {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    height: 50px;
    background-color: #253c72;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .spmenuBtn:hover {
    opacity: 0.7;
  }
  .spmenuBtn.spmenuBtn-opened > span {
    width: 30px;
  }
  .spmenuBtn.spmenuBtn-opened > span:nth-child(1) {
    top: 15px;
    left: 15px;
    right: auto;
    transform: rotate(45deg);
    transform-origin: top left;
  }
  .spmenuBtn.spmenuBtn-opened > span:nth-child(2) {
    height: 1px;
  }
  .spmenuBtn.spmenuBtn-opened > span:nth-child(2), .spmenuBtn.spmenuBtn-opened > span:nth-child(3) {
    top: 15px;
    right: 15px;
    left: auto;
    transform: rotate(-45deg);
    transform-origin: top right;
  }
  .spmenuBtn > span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 11px;
  }
  .spmenuBtn > span:nth-child(1) {
    top: 15px;
  }
  .spmenuBtn > span:nth-child(2) {
    top: 25px;
  }
  .spmenuBtn > span:nth-child(3) {
    top: 34px;
  }
}

.spMenuItem1Area {
  margin-bottom: 40px;
}

.spMenuItem1List > li:not(:last-child) {
  margin-bottom: 10px;
}

.spMenuItem1 {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 195px;
}
.spMenuItem1:hover {
  opacity: 0.7;
}

.spMenuItem2Area {
  margin-bottom: 30px;
}

.spMenuItem2List > li {
  border-top: dotted 1px #4c69b1;
}
.spMenuItem2List > li:last-child {
  border-bottom: dotted 1px #4c69b1;
}

.spMenuItem2 {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  padding: 8px 25px 8px 12px;
  position: relative;
  font-size: 16px;
}
.spMenuItem2:hover {
  opacity: 0.7;
}
.spMenuItem2::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 7px;
  background-image: url("../img/spmenu/link_arrow.png");
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spMenuItem3Area {
  margin-bottom: 40px;
}

.spMenuItem3List > li:not(:last-child) {
  margin-bottom: 5px;
}

.spMenuItem3 {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
  padding: 0 0 0 25px;
}
.spMenuItem3:hover {
  opacity: 0.7;
}

.spMenuItem3_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spMenuItem3_text {
  font-weight: bold;
  font-size: 15px;
}
.spMenuItem3_text.spMenuItem3_text-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/common/img/icon/pdf_white.png");
  background-size: contain;
  margin-left: 0.2em;
  position: relative;
}

.spMenuItem4Area {
  margin-bottom: 40px;
}

.spMenuItem4List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spMenuItem4 {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #97abda;
}
.spMenuItem4::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 6px;
  height: 9px;
  background-image: url("../img/spmenu/link_arrow3.png");
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spMenuItem5Area ul {
  display: flex;
}
.spMenuItem5Area ul li {
  width: 40px;
  margin-left: 20px;
}
.spMenuItem5Area ul li a:hover {
  transition: 0.5;
  overflow: 0.7;
}

@media screen and (min-width: 1000px), print {
  .header_1_2 {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .header_1_2 {
    display: none;
  }
}

.header_tel {
  width: 370px;
}

.header_1_2_2 {
  min-width: 250px;
}

.header_linkList {
  display: flex;
  justify-content: space-around;
}
.header_linkList > li:not(.cancel) {
  position: relative;
  padding-left: 10px;
}
.header_linkList > li:not(.cancel)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #2470d7;
  border-radius: 50%;
  top: 13px;
  position: absolute;
  left: 0;
}
.header_linkList > li:not(.cancel):not(:last-child) {
  margin-right: 20px;
}

.header_link {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #5e656f;
  display: block;
  font-weight: bold;
  position: relative;
}
.header_link:hover {
  opacity: 0.7;
}
.header_link.header_link-mail {
  padding-left: 22px;
}
.header_link.header_link-mail::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: transparent;
  background-image: url("../img/header/icon/mail.png");
  background-size: contain;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1099px) {
  .header_link {
    font-size: 14px;
  }
}

.header_1_2_3 ul {
  display: flex;
  padding: 20px 0 0 10px;
}
.header_1_2_3 ul li {
  width: 40px;
  margin-left: 10px;
}
.header_1_2_3 ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.header_1_2_3 ul li a:link {
  cursor: pointer;
}

.header_2 {
  background-color: #253c72;
}
@media screen and (max-width: 999px) {
  .header_2 {
    display: none;
  }
}

/* サイト内検索 */
.sitesearch {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
}
@media screen and (min-width: 1000px), print {
  .sitesearch {
    height: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 999px) {
  .sitesearch {
    height: 30px;
  }
}
.sitesearch > * {
  min-width: 0;
  max-width: 100%;
}

.sitesearch_input {
  display: block;
  flex-basis: auto;
  line-height: 1;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 1000px), print {
  .sitesearch_input {
    line-height: 28px;
  }
}
@media screen and (max-width: 999px) {
  .sitesearch_input {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}

.sitesearch_btn {
  flex-basis: 40px;
  width: 40px;
  display: block;
  flex-shrink: 0;
}
.sitesearch_btn.sitesearch_btn-spMenu {
  display: none;
}
@media screen and (max-width: 999px) {
  .sitesearch_btn.sitesearch_btn-spMenu {
    height: 30px;
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
  }
}

/* グロナビ */
.gnavList {
  display: flex;
  justify-content: center;
}
.gnavList > li {
  position: relative;
}
.gnavList > li:not(:last-child) {
  margin-right: 13px;
}
.gnavList > li:not(:last-child) .gnavLink::before {
  position: absolute;
  top: 0;
  right: -13px;
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  background-image: url("../img/header/gnav/slash.png");
  background-size: contain;
}

.gnavLink {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
}
.gnavLink:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1261px) {
  .gnavLink {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .gnavLink {
    padding: 0 20px;
  }
}

.gnavSubList {
  position: relative;
  width: 100%;
}

@keyframes gnavSub {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.gnavSub {
  width: 100%;
  background-color: #f6fbff;
  border-top: solid 1px #d2e6ff;
  border-bottom: solid 1px #d2e6ff;
  display: none;
  position: absolute;
  opacity: 0;
  top: 0;
  color: #253c72;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gnavSub.active, .gnavSub:hover {
  display: block;
  animation-name: gnavSub;
  animation-timing-function: ease;
  animation-duration: 0.1s;
  animation-delay: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.gnavSub .container {
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .gnavSub .container {
    max-width: 1000px;
    padding: 20px;
  }
}
.gnavSub .container > ul {
  display: flex;
  flex-wrap: wrap;
}
.gnavSub .container > ul > li {
  width: 33.33%;
}
.gnavSub .container > ul > li > a {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  padding: 5px 5px 5px 20px;
  color: #2c4978;
  position: relative;
}
.gnavSub .container > ul > li > a:hover {
  opacity: 0.7;
}
.gnavSub .container > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 16px;
  width: 8px;
  height: 10px;
  background-image: url("../img/header/gnav/link_arrow.png");
  background-size: contain;
}
.gnavSub .container > ul > li > ul {
  display: none;
}

@media screen and (min-width: 1000px), print {
  .spMenu {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .spMenu {
    background-color: #253c72;
    color: #fff;
    margin-left: auto;
    position: absolute;
    right: 0;
    padding: 20px 27px 120px;
    height: calc(100vh - 50px);
    overflow: auto;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .spMenu.spMenu-opened {
    transform: translateX(0);
  }
}
@media screen and (max-width: 999px) {
  .spMenu .sitesearch {
    background-color: #344d8a;
  }
}
@media screen and (max-width: 999px) {
  .spMenu .sitesearch_input::-moz-placeholder {
    color: #637ec0;
  }
  .spMenu .sitesearch_input::placeholder {
    color: #637ec0;
  }
  .spMenu .sitesearch_input:-ms-input-placeholder {
    color: #637ec0;
  }
  .spMenu .sitesearch_input::-ms-input-placeholder {
    color: #637ec0;
  }
}
@media screen and (max-width: 999px) {
  .spMenu .sitesearch_btn.sitesearch_btn-spMenu {
    display: block;
    flex-basis: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 999px) {
  .spMenu .sitesearch_btn:not(.sitesearch_btn-spMenu) {
    display: none;
  }
}

.spMenu_inner {
  width: 195px;
}

.spMenu_tel {
  display: block;
}

.pageCategoryArea {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #eff8ff;
}
.pageCategoryArea .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .pageCategoryArea .container {
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .pageCategoryArea {
    height: 100px;
  }
}
@media screen and (min-width: 1000px), print {
  .pageCategoryArea {
    height: 140px;
  }
}

.pageCategory {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (min-width: 1000px), print {
  .pageCategory {
    padding: 5px 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 999px) {
  .pageCategory {
    padding: 5px 10px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .breadcrumbArea {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .breadcrumbArea {
    padding: 5px 0 10px;
  }
}

.breadcrumbList {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadcrumbList > li a {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #a0a2a8;
}
.breadcrumbList > li a:hover {
  opacity: 0.7;
}
.breadcrumbList > li a,
.breadcrumbList > li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
.breadcrumbList > li:not(:last-child) {
  position: relative;
}
.breadcrumbList > li:not(:last-child)::after {
  margin: 0 12px 0 15px;
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  background-image: url("../img/icon/breadcrumb_arrow.png");
  background-size: contain;
}

@media screen and (min-width: 1000px), print {
  .mainColumn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 999px) {
  .mainColumn {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .root-guide .mainColumn {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1261px) {
  .mainColumn_main {
    width: 940px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .mainColumn_main {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .mainColumn_main {
    margin-bottom: 30px;
    height: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .mainColumn_side {
    width: 210px;
    flex-basis: 210px;
    min-width: 210px;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .mainColumn_side {
    padding: 20px 40px 40px;
    width: 100%;
    background-color: #f3f8fb;
    margin-bottom: 30px;
  }
}

.main_content {
  width: 100%;
}
.main_content > *:first-child {
  margin-top: 0 !important;
}
.main_content > *:last-child {
  margin-bottom: 0 !important;
}
.main_content .pageLinkArea {
  line-height: 1.5;
}
.main_content .pageLinkArea + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 1000px), print {
  .main_content .pageLinkArea {
    padding: 20px 0;
    margin-bottom: 70px;
    border-bottom: solid 1px #2470d7;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pageLinkArea {
    border-top: solid 1px #2470d7;
    border-bottom: solid 1px #2470d7;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pageLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main_content .pageLinkList.pageLinkList-small > li {
    margin: 5px 20px;
  }
  .main_content .pageLinkList.pageLinkList-small > li:not(:last-child)::before {
    right: -20px;
  }
  .main_content .pageLinkList > li {
    margin: 5px 80px;
  }
  .main_content .pageLinkList > li:not(:last-child) {
    position: relative;
  }
  .main_content .pageLinkList > li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 19px;
    background-image: url("../img/icon/pagelink_slash.png");
    background-size: contain;
    right: -80px;
    top: 2px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 999px) {
  .main_content .pageLinkList.pageLinkList-spColumn2 {
    display: flex;
    flex-wrap: wrap;
  }
  .main_content .pageLinkList.pageLinkList-spColumn2 > li {
    width: 50%;
  }
}
.main_content .pageLink {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: block;
  text-decoration: none;
}
.main_content .pageLink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .main_content .pageLink {
    padding-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pageLink {
    padding: 10px 5px 10px 20px;
  }
}
.main_content .pageLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/pagelink_arrow.png");
  background-size: contain;
}
@media screen and (min-width: 1000px), print {
  .main_content .pageLink::before {
    left: 0;
    top: 5px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pageLink::before {
    top: 14px;
    left: 2px;
  }
}
.main_content a {
  color: #3e6fde;
  text-decoration: underline;
}
.main_content a:hover {
  text-decoration: none;
}
.main_content p:not(.cancel) {
  margin: 1em 0;
}
@media screen and (min-width: 1000px), print {
  .main_content p:not(.cancel) {
    padding-left: 30px;
  }
}
.ext::after {
  background-image: url("../img/icon/ext.png");
}

.pdf::after {
  background-image: url("../img/icon/pdf.png");
}

.movieIcon::after {
  background-image: url("../img/icon/movie.png");
}

@media screen and (min-width: 1000px), print {
  .main_content .btnList {
    margin: -18px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .btnList > li {
    width: 33.33%;
    padding: 18px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .btnList > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.main_content .btnList > li .btn {
  margin: 0;
  width: 100%;
  min-width: 0;
}
.main_content .pickupBtn {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.main_content .pickupBtn:hover .pickupBtn_image img {
  transform: scale(1.1);
}
.main_content .pickupBtn:hover .pickupBtn_title {
  opacity: 0.8;
}
.main_content .pickupBtn_image {
  overflow: hidden;
  flex-shrink: 0;
}
.main_content .pickupBtn_image img {
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.main_content .pickupBtn_title {
  background-color: #fff;
  position: relative;
  transition: 0.2s all cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  color: #102148;
}
@media only screen and (min-width: 1261px) {
  .main_content .pickupBtn_title.pickupBtn_title-noArrow {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pickupBtn_title.pickupBtn_title-noArrow {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pickupBtn_title.pickupBtn_title-noArrow {
    padding: 10px 20px;
  }
}
.main_content .pickupBtn_title.pickupBtn_title-noArrow::before {
  display: none;
}
@media only screen and (min-width: 1261px) {
  .main_content .pickupBtn_title {
    padding: 15px 40px 15px 15px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pickupBtn_title {
    padding: 10px 40px 10px 15px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pickupBtn_title {
    padding: 10px 50px 10px 20px;
  }
}
.main_content .pickupBtn_title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/btn_arrow.png");
  background-size: cover;
  background-position: right;
  width: 20px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 1261px) {
  .main_content .pickupBtn_title::before {
    right: 15px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pickupBtn_title::before {
    right: 10px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pickupBtn_title::before {
    right: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_column3 .indexBtn {
    padding: 25px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .pc_column3 .indexBtn {
    padding: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_column3 .indexBtn::before {
    right: 20px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_column3 .indexBtn_icon {
    width: 40px;
    height: 40px;
    left: 0;
    flex-basis: 40px;
    min-width: 40px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_column3 .indexBtn_text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_column3 .indexBtn_1 {
    padding-left: 45px;
  }
}
.main_content .indexBtn {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #eff8ff;
  border: solid 1px #d6eaf9;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.main_content .indexBtn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .main_content .indexBtn {
    padding: 35px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .indexBtn {
    min-height: 70px;
    padding: 10px;
  }
}
.main_content .indexBtn_1 {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 1000px), print {
  .main_content .indexBtn_1 {
    min-height: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .indexBtn_1 {
    min-height: 40px;
    padding-left: 40px;
  }
}
.main_content .indexBtn_1::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/link_arrow.png");
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .main_content .indexBtn_1::before {
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .main_content .indexBtn_1::before {
    right: 0;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .indexBtn_1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .indexBtn_1 {
    font-size: 16px;
  }
}
.main_content .indexBtn_2 {
  border-top: solid 2px #375bb1;
  padding-top: 10px;
}
.main_content .indexBtn_icon {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .main_content .indexBtn_icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .indexBtn_icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    min-width: 40px;
  }
}
.main_content .indexBtn_text {
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .main_content .btn, .main_content .imageShadow, .main_content .pickupBtn {
    box-shadow: 7px 7px 10px 0px rgba(37, 60, 114, 0.2);
  }
}
@media screen and (max-width: 999px) {
  .main_content .btn, .main_content .imageShadow, .main_content .pickupBtn {
    box-shadow: 0 0 10px 0px rgba(37, 60, 114, 0.5);
  }
}
.main_content blockquote {
  margin: 1em 0;
  padding: 0.5em 0.5em 0.5em 1em;
  background: #ecf1fc;
  border-left: solid 10px #3e6fde;
  line-height: 1.5;
}
.main_content .anotation {
  position: relative;
  color: #5e75a9;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .main_content .anotation {
    padding-left: 45px !important;
  }
  .main_content .anotation::before {
    left: 25px !important;
  }
}
@media screen and (max-width: 999px) {
  .main_content .anotation {
    padding-left: 1.2em !important;
  }
}
.main_content .anotation::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.main_content .anotation_list {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .main_content .anotation_list {
    padding-left: 30px;
  }
}
.main_content .anotation_list > li {
  color: #5e75a9;
  padding-left: 30px;
  position: relative;
}
.main_content .anotation_list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.main_content .anotation_list > li::before {
  content: "※";
  background-color: transparent !important;
  position: absolute;
  left: 10px;
  top: 0;
}
@media only screen and (min-width: 1261px) {
  .main_content .pc_column1 {
    display: flex;
    margin: -25px;
    flex-wrap: wrap;
  }
  .main_content .pc_column1 > * {
    width: 100%;
    padding: 25px;
  }
  .main_content .pc_column1 > * > figure {
    display: block;
  }
  .main_content .pc_column1 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column1 > * > figure > img, .main_content .pc_column1 > * > img {
    width: 100%;
  }
  .main_content .pc_column1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column1 > * .box {
    height: 100%;
  }
  .main_content .pc_column1.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pc_column1 {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
  }
  .main_content .pc_column1 > * {
    width: 100%;
    padding: 10px;
  }
  .main_content .pc_column1 > * > figure {
    display: block;
  }
  .main_content .pc_column1 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column1 > * > figure > img, .main_content .pc_column1 > * > img {
    width: 100%;
  }
  .main_content .pc_column1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column1 > * .box {
    height: 100%;
  }
  .main_content .pc_column1.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_column1 {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
  }
  .main_content .sp_column1 > * {
    width: 100%;
    padding: 5px;
  }
  .main_content .sp_column1 > * > figure {
    display: block;
  }
  .main_content .sp_column1 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_column1 > * > figure > img, .main_content .sp_column1 > * > img {
    width: 100%;
  }
  .main_content .sp_column1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column1 > * .box {
    height: 100%;
  }
  .main_content .sp_column1.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_imageColumn1 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .pc_imageColumn1 > * {
    width: 100%;
    padding: 0;
  }
  .main_content .pc_imageColumn1 > * > figure {
    display: block;
  }
  .main_content .pc_imageColumn1 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_imageColumn1 > * > figure > img, .main_content .pc_imageColumn1 > * > img {
    width: 100%;
  }
  .main_content .pc_imageColumn1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_imageColumn1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_imageColumn1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_imageColumn1 > * .box {
    height: 100%;
  }
  .main_content .pc_imageColumn1.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_imageColumn1 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .sp_imageColumn1 > * {
    width: 100%;
    padding: 0;
  }
  .main_content .sp_imageColumn1 > * > figure {
    display: block;
  }
  .main_content .sp_imageColumn1 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_imageColumn1 > * > figure > img, .main_content .sp_imageColumn1 > * > img {
    width: 100%;
  }
  .main_content .sp_imageColumn1 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_imageColumn1 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_imageColumn1 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_imageColumn1 > * .box {
    height: 100%;
  }
  .main_content .sp_imageColumn1.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1261px) {
  .main_content .pc_column2 {
    display: flex;
    margin: -25px;
    flex-wrap: wrap;
  }
  .main_content .pc_column2 > * {
    width: 50%;
    padding: 25px;
  }
  .main_content .pc_column2 > * > figure {
    display: block;
  }
  .main_content .pc_column2 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column2 > * > figure > img, .main_content .pc_column2 > * > img {
    width: 100%;
  }
  .main_content .pc_column2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column2 > * .box {
    height: 100%;
  }
  .main_content .pc_column2.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pc_column2 {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
  }
  .main_content .pc_column2 > * {
    width: 50%;
    padding: 10px;
  }
  .main_content .pc_column2 > * > figure {
    display: block;
  }
  .main_content .pc_column2 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column2 > * > figure > img, .main_content .pc_column2 > * > img {
    width: 100%;
  }
  .main_content .pc_column2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column2 > * .box {
    height: 100%;
  }
  .main_content .pc_column2.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_column2 {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
  }
  .main_content .sp_column2 > * {
    width: 50%;
    padding: 5px;
  }
  .main_content .sp_column2 > * > figure {
    display: block;
  }
  .main_content .sp_column2 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_column2 > * > figure > img, .main_content .sp_column2 > * > img {
    width: 100%;
  }
  .main_content .sp_column2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column2 > * .box {
    height: 100%;
  }
  .main_content .sp_column2.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_imageColumn2 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .pc_imageColumn2 > * {
    width: 50%;
    padding: 0;
  }
  .main_content .pc_imageColumn2 > * > figure {
    display: block;
  }
  .main_content .pc_imageColumn2 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_imageColumn2 > * > figure > img, .main_content .pc_imageColumn2 > * > img {
    width: 100%;
  }
  .main_content .pc_imageColumn2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_imageColumn2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_imageColumn2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_imageColumn2 > * .box {
    height: 100%;
  }
  .main_content .pc_imageColumn2.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_imageColumn2 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .sp_imageColumn2 > * {
    width: 50%;
    padding: 0;
  }
  .main_content .sp_imageColumn2 > * > figure {
    display: block;
  }
  .main_content .sp_imageColumn2 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_imageColumn2 > * > figure > img, .main_content .sp_imageColumn2 > * > img {
    width: 100%;
  }
  .main_content .sp_imageColumn2 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_imageColumn2 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_imageColumn2 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_imageColumn2 > * .box {
    height: 100%;
  }
  .main_content .sp_imageColumn2.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1261px) {
  .main_content .pc_column3 {
    display: flex;
    margin: -25px;
    flex-wrap: wrap;
  }
  .main_content .pc_column3 > * {
    width: 33.3333333333%;
    padding: 25px;
  }
  .main_content .pc_column3 > * > figure {
    display: block;
  }
  .main_content .pc_column3 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column3 > * > figure > img, .main_content .pc_column3 > * > img {
    width: 100%;
  }
  .main_content .pc_column3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column3 > * .box {
    height: 100%;
  }
  .main_content .pc_column3.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pc_column3 {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
  }
  .main_content .pc_column3 > * {
    width: 33.3333333333%;
    padding: 10px;
  }
  .main_content .pc_column3 > * > figure {
    display: block;
  }
  .main_content .pc_column3 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column3 > * > figure > img, .main_content .pc_column3 > * > img {
    width: 100%;
  }
  .main_content .pc_column3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column3 > * .box {
    height: 100%;
  }
  .main_content .pc_column3.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_column3 {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
  }
  .main_content .sp_column3 > * {
    width: 33.3333333333%;
    padding: 5px;
  }
  .main_content .sp_column3 > * > figure {
    display: block;
  }
  .main_content .sp_column3 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_column3 > * > figure > img, .main_content .sp_column3 > * > img {
    width: 100%;
  }
  .main_content .sp_column3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column3 > * .box {
    height: 100%;
  }
  .main_content .sp_column3.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_imageColumn3 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .pc_imageColumn3 > * {
    width: 33.3333333333%;
    padding: 0;
  }
  .main_content .pc_imageColumn3 > * > figure {
    display: block;
  }
  .main_content .pc_imageColumn3 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_imageColumn3 > * > figure > img, .main_content .pc_imageColumn3 > * > img {
    width: 100%;
  }
  .main_content .pc_imageColumn3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_imageColumn3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_imageColumn3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_imageColumn3 > * .box {
    height: 100%;
  }
  .main_content .pc_imageColumn3.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_imageColumn3 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .sp_imageColumn3 > * {
    width: 33.3333333333%;
    padding: 0;
  }
  .main_content .sp_imageColumn3 > * > figure {
    display: block;
  }
  .main_content .sp_imageColumn3 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_imageColumn3 > * > figure > img, .main_content .sp_imageColumn3 > * > img {
    width: 100%;
  }
  .main_content .sp_imageColumn3 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_imageColumn3 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_imageColumn3 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_imageColumn3 > * .box {
    height: 100%;
  }
  .main_content .sp_imageColumn3.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1261px) {
  .main_content .pc_column4 {
    display: flex;
    margin: -25px;
    flex-wrap: wrap;
  }
  .main_content .pc_column4 > * {
    width: 25%;
    padding: 25px;
  }
  .main_content .pc_column4 > * > figure {
    display: block;
  }
  .main_content .pc_column4 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column4 > * > figure > img, .main_content .pc_column4 > * > img {
    width: 100%;
  }
  .main_content .pc_column4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column4 > * .box {
    height: 100%;
  }
  .main_content .pc_column4.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main_content .pc_column4 {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
  }
  .main_content .pc_column4 > * {
    width: 25%;
    padding: 10px;
  }
  .main_content .pc_column4 > * > figure {
    display: block;
  }
  .main_content .pc_column4 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_column4 > * > figure > img, .main_content .pc_column4 > * > img {
    width: 100%;
  }
  .main_content .pc_column4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_column4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_column4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_column4 > * .box {
    height: 100%;
  }
  .main_content .pc_column4.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_column4 {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
  }
  .main_content .sp_column4 > * {
    width: 25%;
    padding: 5px;
  }
  .main_content .sp_column4 > * > figure {
    display: block;
  }
  .main_content .sp_column4 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_column4 > * > figure > img, .main_content .sp_column4 > * > img {
    width: 100%;
  }
  .main_content .sp_column4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_column4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_column4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_column4 > * .box {
    height: 100%;
  }
  .main_content .sp_column4.sp_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_imageColumn4 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .pc_imageColumn4 > * {
    width: 25%;
    padding: 0;
  }
  .main_content .pc_imageColumn4 > * > figure {
    display: block;
  }
  .main_content .pc_imageColumn4 > * > figure > figcaption {
    display: block;
  }
  .main_content .pc_imageColumn4 > * > figure > img, .main_content .pc_imageColumn4 > * > img {
    width: 100%;
  }
  .main_content .pc_imageColumn4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .pc_imageColumn4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .pc_imageColumn4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .pc_imageColumn4 > * .box {
    height: 100%;
  }
  .main_content .pc_imageColumn4.pc_reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_imageColumn4 {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
  .main_content .sp_imageColumn4 > * {
    width: 25%;
    padding: 0;
  }
  .main_content .sp_imageColumn4 > * > figure {
    display: block;
  }
  .main_content .sp_imageColumn4 > * > figure > figcaption {
    display: block;
  }
  .main_content .sp_imageColumn4 > * > figure > img, .main_content .sp_imageColumn4 > * > img {
    width: 100%;
  }
  .main_content .sp_imageColumn4 > * > *:first-child {
    margin-top: 0;
  }
  .main_content .sp_imageColumn4 > * > *:last-child {
    margin-bottom: 0;
  }
  .main_content .sp_imageColumn4 > * > img {
    margin-left: auto;
    margin-right: auto;
  }
  .main_content .sp_imageColumn4 > * .box {
    height: 100%;
  }
  .main_content .sp_imageColumn4.sp_reverse {
    flex-direction: row-reverse;
  }
}
.main_content .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .main_content .inner_float_right {
    float: right;
    margin-left: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .inner_float_right {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1261px) {
  .main_content .inner_float_right.shadowedBox {
    margin-left: 72px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .inner_float_left {
    float: left;
    margin-right: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .inner_float_left {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1261px) {
  .main_content .inner_float_left.shadowedBox {
    margin-right: 72px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_inline_block_list > * {
    margin: 0;
    padding: 0;
  }
  .main_content .pc_inline_block_list > *::before {
    content: none;
  }
  .main_content .pc_inline_block_list > li {
    display: inline-block;
    padding: 5px;
  }
}
.main_content .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .main_content .pc_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .main_content .sp_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.main_content figure {
  display: table;
  table-layout: fixed;
  margin: 1em 0;
}
@media screen and (max-width: 999px) {
  .main_content figure {
    width: 100%;
  }
}
.main_content figure img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.3em;
}
.main_content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  line-height: 1.5;
}
.main_content figure figcaption .text {
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 1000px), print {
  .main_content .indent {
    padding-left: 1em !important;
  }
}
.main_content .img_radius {
  border-radius: 10px;
}
.main_content .box {
  margin: 1em 0;
  box-sizing: border-box;
  padding: 2em;
}
.main_content .box-padding_small.box {
  padding: 1.5em;
}
@media screen and (max-width: 999px) {
  .main_content .box-padding_small.box {
    padding: 1em;
  }
}
.main_content .box > *:first-child {
  margin-top: 0;
}
.main_content .box > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .main_content .box {
    padding: 1.5em;
  }
}
.main_content .box {
  border: solid 2px #eee;
  background-color: #fff;
}
.main_content .box._flow {
  position: relative;
  margin-bottom: 60px;
}
.main_content .box._flow::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background: transparent;
  border-top: 30px solid #5e75a9;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  margin: auto;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.boldText {
  font-weight: bold;
}

.redText {
  color: #f73838 !important;
}

.greenText {
  color: #2e8b57;
}

.lightBlueText {
  color: #5e75a9;
}

.smallText {
  font-size: small;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

@media screen and (min-width: 1000px), print {
  .pc_alignRight {
    text-align: right;
  }
}

@media screen and (min-width: 1000px), print {
  .pc_alignLeft {
    text-align: left;
  }
}

@media screen and (min-width: 1000px), print {
  .pc_alignCenter {
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  .sp_alignRight {
    text-align: right;
  }
}

@media screen and (max-width: 999px) {
  .sp_alignLeft {
    text-align: left;
  }
}

@media screen and (max-width: 999px) {
  .sp_alignCenter {
    text-align: center;
  }
}

.p,
.main_content p {
  margin: 1em 0;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb0em {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb0em {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
}

.mtb0em {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt0em {
    margin-top: 0em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt0em {
    margin-top: 0em !important;
  }
}

.mt0em {
  margin-top: 0em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb0em {
    margin-bottom: 0em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb0em {
    margin-bottom: 0em !important;
  }
}

.mb0em {
  margin-bottom: 0em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
}

.mtb1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt1em {
    margin-top: 1em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt1em {
    margin-top: 1em !important;
  }
}

.mt1em {
  margin-top: 1em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb1em {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb1em {
    margin-bottom: 1em !important;
  }
}

.mb1em {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb2em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
}

.mtb2em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt2em {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt2em {
    margin-top: 2em !important;
  }
}

.mt2em {
  margin-top: 2em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb2em {
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb2em {
    margin-bottom: 2em !important;
  }
}

.mb2em {
  margin-bottom: 2em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb3em {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb3em {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
}

.mtb3em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt3em {
    margin-top: 3em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt3em {
    margin-top: 3em !important;
  }
}

.mt3em {
  margin-top: 3em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb3em {
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb3em {
    margin-bottom: 3em !important;
  }
}

.mb3em {
  margin-bottom: 3em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb4em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
}

.mtb4em {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt4em {
    margin-top: 4em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt4em {
    margin-top: 4em !important;
  }
}

.mt4em {
  margin-top: 4em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb4em {
    margin-bottom: 4em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb4em {
    margin-bottom: 4em !important;
  }
}

.mb4em {
  margin-bottom: 4em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mtb5em {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mtb5em {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
}

.mtb5em {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mt5em {
    margin-top: 5em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mt5em {
    margin-top: 5em !important;
  }
}

.mt5em {
  margin-top: 5em !important;
}

@media screen and (min-width: 1000px), print {
  .pc_mb5em {
    margin-bottom: 5em !important;
  }
}

@media screen and (max-width: 999px) {
  .sp_mb5em {
    margin-bottom: 5em !important;
  }
}

.mb5em {
  margin-bottom: 5em !important;
}

.h1:not(.cancel),
.main_content h1:not(.cancel) {
  font-size: 36px;
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: solid 1px #bfbfbf;
  margin: 3em 0 1em;
}

.h2:not(.cancel),
.main_content h2:not(.cancel) {
  font-weight: bold;
  color: #102148;
  background-color: #f3f8fb;
  border-left: solid 5px #2470d7;
  line-height: 1.5;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .h2:not(.cancel),
  .main_content h2:not(.cancel) {
    font-size: 30px;
    padding: 5px 5px 5px 30px;
    margin: 4em 0 1em;
  }
}
@media screen and (max-width: 999px) {
  .h2:not(.cancel),
  .main_content h2:not(.cancel) {
    font-size: 22px;
    padding: 5px 5px 5px 10px;
    margin: 1em 0 0.5em;
  }
}

.h3:not(.cancel),
.main_content h3:not(.cancel) {
  display: block;
  font-weight: bold;
  position: relative;
  background-color: #253c72;
  color: #fff;
  line-height: 1.5;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .h3:not(.cancel),
  .main_content h3:not(.cancel) {
    margin: 2em 0 1em;
    font-size: 24px;
    padding: 5px 45px;
  }
}
@media screen and (max-width: 999px) {
  .h3:not(.cancel),
  .main_content h3:not(.cancel) {
    margin: 1em 0 0.5em;
    font-size: 20px;
    padding: 5px 30px;
  }
}
.h3:not(.cancel)::before, .h3:not(.cancel)::after,
.main_content h3:not(.cancel)::before,
.main_content h3:not(.cancel)::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-image: url("../img/icon/h3_kake.png");
  background-size: 100% 100%;
}
.h3:not(.cancel)::before,
.main_content h3:not(.cancel)::before {
  left: 0;
}
.h3:not(.cancel)::after,
.main_content h3:not(.cancel)::after {
  right: 0;
  transform: rotate(180deg);
}
.h3:not(.cancel) a,
.main_content h3:not(.cancel) a {
  color: #fff;
}

.h4:not(.cancel),
.main_content h4:not(.cancel) {
  line-height: 1.5;
  font-weight: bold;
  color: #102148;
  border-bottom: solid 2px #2470d7;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .h4:not(.cancel),
  .main_content h4:not(.cancel) {
    font-size: 24px;
    padding: 5px 30px;
    margin: 1.5em 0 1em;
  }
}
@media screen and (max-width: 999px) {
  .h4:not(.cancel),
  .main_content h4:not(.cancel) {
    font-size: 18px;
    padding: 5px 10px;
    margin: 1em 0 0.5em;
  }
}

.h5:not(.cancel),
.main_content h5:not(.cancel) {
  position: relative;
  color: #102148;
  font-weight: bold;
  line-height: 1.5;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .h5:not(.cancel),
  .main_content h5:not(.cancel) {
    font-size: 24px;
    margin: 2em 0 1em;
    padding: 5px 5px 5px 30px;
  }
}
@media screen and (max-width: 999px) {
  .h5:not(.cancel),
  .main_content h5:not(.cancel) {
    font-size: 16px;
    margin: 1em 0 0.5em;
    padding: 5px 5px 5px 20px;
  }
}
.h5:not(.cancel)::before,
.main_content h5:not(.cancel)::before {
  content: "";
  position: absolute;
  background-image: url("../img/icon/h5_icon.jpg");
  background-size: contain;
  left: 0;
}
@media screen and (min-width: 1000px), print {
  .h5:not(.cancel)::before,
  .main_content h5:not(.cancel)::before {
    top: 13px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 999px) {
  .h5:not(.cancel)::before,
  .main_content h5:not(.cancel)::before {
    top: 11px;
    width: 14px;
    height: 14px;
  }
}

.h6:not(.cancel),
.main_content h6:not(.cancel) {
  line-height: 1.5;
  font-weight: bold;
  color: #102148;
  clear: both;
}
@media screen and (min-width: 1000px), print {
  .h6:not(.cancel),
  .main_content h6:not(.cancel) {
    margin: 2em 0 1em;
    font-size: 16px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .h6:not(.cancel),
  .main_content h6:not(.cancel) {
    margin: 1em 0 0.5em;
    font-size: 14px;
  }
}

.ul:not(.cancel),
.main_content ul:not(.cancel) {
  list-style-type: none;
  margin: 1em 0;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .ul:not(.cancel),
  .main_content ul:not(.cancel) {
    padding: 0 0 0 30px;
  }
}
.ul:not(.cancel) li:not(:last-child),
.main_content ul:not(.cancel) li:not(:last-child) {
  margin-bottom: 0.5em;
}
.ul:not(.cancel) > li,
.main_content ul:not(.cancel) > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.2em;
}
.ul:not(.cancel) > li > ul > li::before,
.main_content ul:not(.cancel) > li > ul > li::before {
  border: solid 1px #2470d7;
  background-color: #fff;
}
.ul:not(.cancel) > li > ul > li > ul > li::before,
.main_content ul:not(.cancel) > li > ul > li > ul > li::before {
  border: solid 1px #2470d7;
  background-color: #2470d7;
  border-radius: 0;
}
.ul:not(.cancel) > li > ul > li > ul > li > ul > li::before,
.main_content ul:not(.cancel) > li > ul > li > ul > li > ul > li::before {
  border: solid 1px #2470d7;
  background-color: #fff;
  border-radius: 0;
}
.ul:not(.cancel) > li ul,
.ul:not(.cancel) > li ol,
.main_content ul:not(.cancel) > li ul,
.main_content ul:not(.cancel) > li ol {
  margin: 5px 0;
  padding: 0;
}
.ul:not(.cancel) > li::before,
.main_content ul:not(.cancel) > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  width: 5px;
  height: 5px;
  background-color: #2470d7;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  .ul:not(.cancel) > li::before,
  .main_content ul:not(.cancel) > li::before {
    top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .ul:not(.cancel) > li::before,
  .main_content ul:not(.cancel) > li::before {
    top: 11px;
  }
}

.ol:not(.cancel),
.main_content ol:not(.cancel) {
  list-style-type: none;
  margin: 1em 0;
  counter-reset: number;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .ol:not(.cancel),
  .main_content ol:not(.cancel) {
    padding: 0 0 0 30px;
  }
}
.ol:not(.cancel) li:not(:last-child),
.main_content ol:not(.cancel) li:not(:last-child) {
  margin-bottom: 0.5em;
}
.ol:not(.cancel).two_digits > li,
.main_content ol:not(.cancel).two_digits > li {
  padding-left: 40px;
}
.ol:not(.cancel) > li > ol > li::before,
.main_content ol:not(.cancel) > li > ol > li::before {
  color: #1d59ab;
}
.ol:not(.cancel) > li > ol > li > ol > li::before,
.main_content ol:not(.cancel) > li > ol > li > ol > li::before {
  color: #333;
}
.ol:not(.cancel) > li > ol > li > ol > li > ol > li::before,
.main_content ol:not(.cancel) > li > ol > li > ol > li > ol > li::before {
  color: #888;
}
.ol:not(.cancel) > li ul,
.ol:not(.cancel) > li ol,
.main_content ol:not(.cancel) > li ul,
.main_content ol:not(.cancel) > li ol {
  margin: 5px 0;
  padding: 0;
}
.ol:not(.cancel) > li,
.main_content ol:not(.cancel) > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.2em;
  counter-increment: number;
}
.ol:not(.cancel) > li::before,
.main_content ol:not(.cancel) > li::before {
  content: counter(number) ".";
  font-weight: bold;
  display: block;
  position: absolute;
  color: #2470d7;
  width: 2em;
  height: 1em;
  left: -6px;
  top: 0px;
  white-space: nowrap;
  text-align: right;
}

.btn {
  background-color: #2470d7;
  line-height: 1.5;
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0.5em;
  max-width: 100%;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1000px), print {
  .btn {
    min-width: 280px;
    font-size: 16px;
    padding: 20px 100px 20px 30px;
  }
}
@media screen and (max-width: 999px) {
  .btn {
    font-size: 14px;
    min-width: 150px;
    padding: 10px 50px 10px 20px;
  }
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/btn_arrow_white.png");
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 9px;
}
@media screen and (min-width: 1000px), print {
  .btn::before {
    right: 49px;
  }
}
@media screen and (max-width: 999px) {
  .btn::before {
    right: 10px;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn.ext::after {
  background-image: url("../img/icon/ext_white.png");
}
.btn.pdf::after {
  background-image: url("../img/icon/pdf_white.png");
}
.btn.btn-down::before {
  transform: rotate(90deg);
}
.btn.btn-noArrow::before {
  content: none;
}
@media screen and (min-width: 1000px), print {
  .btn.btn-noArrow {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 999px) {
  .btn.btn-noArrow {
    padding: 10px 20px;
  }
}

.footer {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer_1 {
  background-color: #f6fbff;
}
@media screen and (min-width: 1000px), print {
  .footer_1 {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 999px) {
  .footer_1 {
    padding: 30px 0 90px;
  }
}

@media screen and (min-width: 1000px), print {
  .footerSitemapArea {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemapArea {
    margin: 0 -10px 30px;
  }
}

@media screen and (min-width: 1000px), print {
  .footerSitemapColumns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemapColumns {
    display: inline;
  }
  .footerSitemapColumns::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 1000px), print {
  .footerSitemapColumns > li {
    max-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemapColumns > li {
    display: inline;
    width: 40%;
  }
}

@media screen and (min-width: 1000px), print {
  .footerSitemapSection:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemapSection {
    width: 50%;
    display: block;
    float: left;
    padding: 0 10px;
  }
}

.footerSitemap_category {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #2c4978;
  font-weight: bold;
  border-bottom: dotted 1px #bfbfbf;
  position: relative;
  display: block;
}
.footerSitemap_category:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .footerSitemap_category {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemap_category {
    padding: 5px 20px 5px 5px;
  }
}
.footerSitemap_category::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  background-image: url("../img/footer/sitemap_arrow.png");
  background-size: contain;
  width: 7px;
  height: 10px;
}
@media screen and (min-width: 1000px), print {
  .footerSitemap_category::after {
    top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemap_category::after {
    top: 14px;
  }
}

@media screen and (min-width: 1000px), print {
  .footerSitemap_children {
    color: #3a5d89;
  }
  .footerSitemap_children a {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .footerSitemap_children a:hover {
    opacity: 0.7;
  }
  .footerSitemap_children a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .footerSitemap_children > ul > li > ul {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footerSitemap_children {
    display: none;
  }
}

.footerLinkArea {
  border-bottom: solid 1px #d2e6ff;
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .footerLinkArea {
    padding-bottom: 10px;
    margin-bottom: 50px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 999px) {
  .footerLinkArea {
    margin-bottom: 30px;
  }
}

.footerLinkList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px), print {
  .footerLinkList > li {
    padding: 0 13px;
  }
}
@media screen and (max-width: 999px) {
  .footerLinkList > li {
    padding: 0 8px;
  }
}

.footerLink {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: bold;
  display: block;
  padding-left: 14px;
  position: relative;
  color: #2c4978;
}
.footerLink:hover {
  opacity: 0.7;
}
.footerLink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url("../img/footer/link_arrow.png");
  background-size: contain;
  width: 8px;
  height: 10px;
}
@media screen and (min-width: 1000px), print {
  .footerLink::before {
    top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .footerLink::before {
    top: 9px;
  }
}
@media screen and (min-width: 1000px), print {
  .footerLink.footerLink-mail {
    padding-left: 24px;
  }
}
@media screen and (max-width: 999px) {
  .footerLink.footerLink-mail {
    padding-left: 20px;
  }
}
.footerLink.footerLink-mail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url("../img/footer/mail.png");
  background-size: contain;
}
@media screen and (min-width: 1000px), print {
  .footerLink.footerLink-mail::before {
    top: 6px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 999px) {
  .footerLink.footerLink-mail::before {
    top: 5px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 1000px), print {
  .footerLogo {
    width: 380px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 999px) {
  .footerLogo {
    width: 275px;
    margin: 0 auto 20px;
  }
}

.footerInfo {
  color: #2c4978;
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .footerInfo {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .footerInfo {
    display: table;
    font-size: 13px;
    margin: auto;
  }
}

@media screen and (min-width: 1000px), print {
  .footerInfo_1 {
    padding: 0 20px;
    position: relative;
  }
  .footerInfo_1::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 1px;
    background-color: #b6ceeb;
  }
}
@media screen and (max-width: 999px) {
  .footerInfo_1 {
    padding-left: 8px;
    position: relative;
  }
  .footerInfo_1::before {
    content: "";
    display: block;
    height: 12px;
    width: 3px;
    background-color: #b8d8ff;
    position: absolute;
    left: 0;
    top: 7px;
  }
}

@media screen and (min-width: 1000px), print {
  .footerInfo_2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .footerInfo_2 {
    padding-left: 8px;
    position: relative;
  }
  .footerInfo_2::before {
    content: "";
    display: block;
    height: 12px;
    width: 3px;
    background-color: #b8d8ff;
    position: absolute;
    left: 0;
    top: 7px;
  }
}

.footer_2 {
  background-color: #233a71;
}
@media screen and (min-width: 1000px), print {
  .footer_2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 999px) {
  .footer_2 {
    height: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}

.footerCopy {
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .footerCopy {
    width: 220px;
  }
}
@media screen and (max-width: 999px) {
  .footerCopy {
    width: 190px;
  }
}

/* サイドナビ */
.sidenav {
  z-index: 1000;
}
@media screen and (max-width: 999px) {
  .sidenav {
    border-top: solid 1px #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1000px), print {
  .sidenav {
    position: absolute;
    right: 0;
    top: 130px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .sidenav.sidenav-fixed {
    position: fixed;
    top: 130px;
  }
}

@media screen and (min-width: 1000px), print {
  .sidenavList {
    padding-top: 10px;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 999px) {
  .sidenavList {
    display: flex;
    align-items: stretch;
    height: 50px;
  }
  .sidenavList > li {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1320px) {
  .sidenavList {
    transform: translateX(100%);
  }
}

.sidenavLink {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #22396f;
}
.sidenavLink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .sidenavLink {
    display: block;
    border-top: solid 4px #375bb1;
    padding: 30px 0 15px;
    width: 50px;
    margin-bottom: 12px;
    position: relative;
  }
  .sidenavLink:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom left, #22396f 50%, transparent 50.2%);
  }
}
@media screen and (max-width: 999px) {
  .sidenavLink {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 1000px), print {
  .sidenavLink_icon {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
  }
}
@media screen and (max-width: 999px) {
  .sidenavLink_icon {
    width: 18px;
    height: 18px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
  }
  .sidenavLink_icon img {
    width: 100%;
  }
}

.sidenavLink_text {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .sidenavLink_text {
    margin: 5px auto 0;
    letter-spacing: 0.05em;
    width: 1em;
    word-break: break-word;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 999px) {
  .sidenavLink_text {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 330px) {
  .sidenavLink_text {
    font-size: 11px;
  }
}
.sidenavLink_text.sidenavLink_text-pdf::after {
  content: "";
  display: inline-block;
  background-image: url("/common/img/icon/pdf_white.png");
  background-size: contain;
}
@media screen and (min-width: 1000px), print {
  .sidenavLink_text.sidenavLink_text-pdf::after {
    margin-top: 0.2em;
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 999px) {
  .sidenavLink_text.sidenavLink_text-pdf::after {
    width: 12px;
    height: 12px;
    vertical-align: top;
  }
}

.main.main-kasou {
  background-image: url("/common/img/bg/kasou.png");
  background-position: center;
  background-repeat: repeat-y;
}
@media only screen and (min-width: 1261px) {
  .main.main-kasou {
    background-size: auto;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .main.main-kasou {
    background-size: 100%;
  }
}
@media screen and (max-width: 999px) {
  .main.main-kasou {
    background-size: 100%;
  }
}

.totop {
  position: absolute;
  z-index: 1000;
  padding: 0 20px;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  width: 100%;
}
.totop a {
  display: block;
  position: fixed;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px), print {
  .totop a {
    right: 0;
    left: 0;
  }
}
@keyframes totop_hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.totop a:hover {
  animation-name: totop_hover;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}
.totop a.finished {
  position: absolute;
}
@media screen and (min-width: 1000px), print {
  .totop a.finished {
    bottom: 80px !important;
  }
}
@media screen and (max-width: 999px) {
  .totop a.finished {
    bottom: 90px !important;
  }
}
@media screen and (min-width: 1000px), print {
  .totop a {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 999px) {
  .totop a {
    bottom: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    left: 0;
    margin: auto;
  }
}
.totop a:not(.visible) {
  bottom: -200px;
}
.totop a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sidemenu {
  line-height: 1.5;
}
.sidemenu a {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidemenu a:hover {
  opacity: 0.7;
}

.sidemenu_title {
  color: #253c72;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .sidemenu_title {
    padding-bottom: 35px;
    margin-bottom: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .sidemenu_title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
  }
}
.sidemenu_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 3px;
  left: 0;
  background-color: #253c72;
}
@media screen and (max-width: 999px) {
  .sidemenu_title::before {
    margin: auto;
    right: 0;
  }
}

.sidemenu_children {
  border-left: solid 1px #d2d2d2;
}
.sidemenu_children a {
  font-weight: bold;
}
.sidemenu_children .new {
  display: none;
}
.sidemenu_children > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
.sidemenu_children > ul > li > a {
  display: inline-block;
  color: #4d5d81;
  padding: 0 0 0 18px;
}
.sidemenu_children > ul > li > a:hover {
  opacity: 1;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #253c72;
}
.sidemenu_children > ul > li.active > a {
  color: inherit;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .sidemenu_children > ul > li.active > a {
    font-size: 1.125rem;
  }
}
.sidemenu_children > ul > li.active > a::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  background-color: #2470d7;
  width: 2px;
  height: 100%;
}
.sidemenu_children > ul > li.active > ul {
  display: block;
}
.sidemenu_children > ul > li > ul {
  display: none;
  border-left: solid 1px #2470d7;
}
@media screen and (min-width: 1000px), print {
  .sidemenu_children > ul > li > ul {
    margin: 15px 0 15px 24px;
  }
}
@media screen and (max-width: 999px) {
  .sidemenu_children > ul > li > ul {
    margin: 15px 0 15px 30px;
  }
}
.sidemenu_children > ul > li > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.sidemenu_children > ul > li > ul > li.active > a {
  position: relative;
}
.sidemenu_children > ul > li > ul > li.active > a::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5px;
  top: 0;
  bottom: 0;
  background-color: #2470d7;
  width: 3px;
  height: 100%;
}
.sidemenu_children > ul > li > ul > li.active > ul {
  display: block;
}
.sidemenu_children > ul > li > ul > li > ul {
  display: none;
  margin: 15px 0 15px 24px;
  border-left: solid 1px #2470d7;
}
.sidemenu_children > ul > li > ul > li > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.sidemenu_children > ul > li > ul > li > ul > li.active > a {
  position: relative;
}
.sidemenu_children > ul > li > ul > li > ul > li.active > a::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5px;
  top: 0;
  bottom: 0;
  background-color: #2470d7;
  width: 3px;
  height: 100%;
}
.sidemenu_children > ul > li > ul > li > ul > li > a {
  display: inline-block;
  padding-left: 15px;
}
.sidemenu_children > ul > li > ul > li > a {
  display: inline-block;
  padding-left: 15px;
}

.bannerLink {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  max-width: 100%;
  text-decoration: none !important;
  color: inherit !important;
}
.bannerLink:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1000px), print {
  .interviewHeroArea {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHeroArea {
    margin-top: 10px;
  }
}

.interviewHero {
  position: relative;
}
@media only screen and (min-width: 1261px) {
  .interviewHero {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero {
    padding-top: 60px;
  }
}
.interviewHero::before {
  content: "Doctor Interview";
  display: block;
  font-family: "Ubuntu", sans-serif;
  color: #f6fbff;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1261px) {
  .interviewHero::before {
    line-height: 80px;
    font-size: 120px;
    left: -10px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero::before {
    font-size: 90px;
    line-height: 60px;
    left: -5px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero::before {
    display: none;
  }
}

.interviewHero_num {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  background-color: #253c72;
  line-height: 1;
  padding: 3px 15px;
  display: table;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_num {
    margin-bottom: 20px;
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_num {
    font-size: 18px;
    margin: 0;
  }
}

.interviewHero_lead {
  font-family: "Noto Serif JP", serif;
  color: #102148;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_lead {
    position: absolute;
    z-index: 1;
    top: 270px;
    left: 30px;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewHero_lead {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero_lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_lead {
    font-size: 18px;
    margin: 10px 0;
  }
}
.interviewHero_lead:first-letter {
  color: #2470d7;
}
@media only screen and (min-width: 1261px) {
  .interviewHero_lead:first-letter {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero_lead:first-letter {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_lead:first-letter {
    font-size: 30px;
  }
}

.interviewHero_image {
  position: relative;
}
@media screen and (max-width: 999px) {
  .interviewHero_image {
    margin: 0 -20px;
  }
}
.interviewHero_image img {
  position: relative;
  margin-left: auto;
}
@media only screen and (min-width: 1261px) {
  .interviewHero_image img {
    width: 836px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero_image img {
    width: 668.8px;
    padding-top: 40px;
  }
}
.interviewHero_image::before {
  content: "";
  display: block;
  background-color: #f6fbff;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1261px) {
  .interviewHero_image::before {
    width: 836px;
    height: 500px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewHero_image::before {
    width: 668.8px;
    height: 400px;
  }
}

@media screen and (max-width: 999px) {
  .interviewHero_text {
    margin: 0 -20px;
    background-color: #f6fbff;
    padding: 30px 20px;
  }
}

.interviewHero_name {
  display: table;
  position: relative;
  color: #102148;
  font-weight: bold;
  line-height: 1.5;
  margin-left: auto;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_name {
    padding-left: 110px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_name {
    padding-left: 50px;
  }
}
.interviewHero_name::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #253c72;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_name::before {
    width: 110px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_name::before {
    width: 50px;
  }
}
.interviewHero_name ._sub {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_name ._sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_name ._sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .interviewHero_name ._sub {
    font-size: 14px;
  }
}
.interviewHero_name ._main {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1000px), print {
  .interviewHero_name ._main {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .interviewHero_name ._main {
    font-size: 20px;
  }
}

.interviewH2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .interviewH2 {
    margin: 3em 0 1em;
    font-size: 24px;
    padding: 11px;
  }
}
@media screen and (max-width: 999px) {
  .interviewH2 {
    margin: 2em 0 1em;
    font-size: 18px;
    padding: 5px;
  }
}
.interviewH2::before, .interviewH2::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 22px;
  background-image: url("../img/icon/interview_h2_kado.png");
  background-size: contain;
}
.interviewH2::before {
  left: 0;
  top: 0;
}
.interviewH2::after {
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
}
.interviewH2 .text {
  display: block;
  background-color: #eff8ff;
}
@media screen and (min-width: 1000px), print {
  .interviewH2 .text {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 999px) {
  .interviewH2 .text {
    padding: 10px 20px;
  }
}

.shadowedBox {
  position: relative;
  display: table;
  table-layout: fixed;
}
@media screen and (min-width: 1000px), print {
  .shadowedBox {
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .shadowedBox {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .shadowedBox img {
    width: 100%;
  }
}
.shadowedBox::before {
  content: "";
  display: block;
  background-color: #f3f8fb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1000px), print {
  .shadowedBox::before {
    width: calc(100% - 30px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .shadowedBox::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}

@media screen and (min-width: 1000px), print {
  .interviewProfileArea {
    margin-top: 140px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfileArea {
    margin-top: 3em;
  }
}

.interviewProfile {
  position: relative;
}
@media screen and (max-width: 999px) {
  .interviewProfile {
    margin: 0 -20px;
  }
}

.interviewProfile_inner {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 240px);
    bottom: 0;
    left: 0;
    background-color: #f6fbff;
    z-index: -1;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewProfile_inner {
    padding: 0 70px 70px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewProfile_inner {
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_inner {
    background-color: #f6fbff;
    padding: 0 20px;
  }
}

.interviewProfile_title {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_title {
    margin-bottom: 0;
  }
}
.interviewProfile_title > ._ja {
  line-height: 1;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_title > ._ja {
    left: 70px;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewProfile_title > ._ja {
    font-size: 20px;
    top: 40px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewProfile_title > ._ja {
    font-size: 18px;
    top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_title > ._ja {
    font-size: 18px;
    top: 30px;
    left: 20px;
  }
}
.interviewProfile_title > ._en {
  font-family: "Ubuntu", sans-serif;
  content: "Profile";
  display: block;
  font-family: "Ubuntu", sans-serif;
  color: #f6fbff;
  top: 0;
  z-index: -1;
  line-height: 1;
}
@media only screen and (min-width: 1261px) {
  .interviewProfile_title > ._en {
    font-size: 120px;
    line-height: 80px;
    left: -10px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewProfile_title > ._en {
    font-size: 90px;
    left: -5px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_title > ._en {
    font-size: 70px;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewProfile_image {
    max-width: 800px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_image {
    margin: 0 -20px;
  }
}

.interviewProfile_name {
  display: table;
  position: relative;
  line-height: 1.5;
  margin-left: auto;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_name {
    padding-left: 110px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_name {
    padding-left: 50px;
    margin-top: 10px;
  }
}
.interviewProfile_name::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #253c72;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_name::before {
    width: 110px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_name::before {
    width: 50px;
  }
}
.interviewProfile_name ._sub {
  display: inline-block;
  vertical-align: sub;
  font-weight: bold;
  color: #7693d5;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_name ._sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_name ._sub {
    font-size: 14px;
  }
}
.interviewProfile_name ._main {
  display: inline-block;
  vertical-align: middle;
  color: #2470d7;
  margin: 0 10px 0 20px;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_name ._main {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_name ._main {
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewProfile_info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_info {
    padding: 20px 0 30px;
  }
}

.interviewProfile_table {
  color: #102148;
  font-weight: bold;
  border-style: hidden;
  line-height: 1.5;
}
.interviewProfile_table th {
  background-color: #fff;
}
@media screen and (min-width: 1000px), print {
  .interviewProfile_table th,
  .interviewProfile_table td {
    border: solid 20px #f6fbff;
    padding: 0.2em;
    vertical-align: middle;
  }
  .interviewProfile_table th {
    text-align: center;
    min-width: 160px;
    font-size: 16px;
  }
  .interviewProfile_table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .interviewProfile_table {
    display: block;
  }
  .interviewProfile_table thead,
  .interviewProfile_table tbody,
  .interviewProfile_table tfoot,
  .interviewProfile_table tr,
  .interviewProfile_table th,
  .interviewProfile_table td {
    display: block;
  }
  .interviewProfile_table th,
  .interviewProfile_table td {
    padding: 5px 10px;
  }
  .interviewProfile_table tbody > tr:not(:last-child) {
    margin-bottom: 1em;
  }
}

.doctorBox {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px), print {
  .doctorBox {
    display: flex;
    width: 100%;
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1261px) {
  .doctorBox {
    padding: 40px 60px 40px 0;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .doctorBox {
    padding: 30px 40px 30px 0;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox {
    margin: 0 -20px;
    padding: 0 20px 40px;
  }
}
.doctorBox::before {
  content: "";
  background-color: #fafbfc;
  position: absolute;
  z-index: -1;
  display: block;
}
@media screen and (min-width: 1000px), print {
  .doctorBox::before {
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox::before {
    width: 100%;
    height: calc(100% - 200px);
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .doctorBox_head {
    width: 300px;
    flex-basis: 300px;
    flex-shrink: 0;
    min-width: 0;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_head {
    max-width: 400px;
    margin: auto;
    margin-bottom: 1em;
  }
}

.doctorBox_image {
  box-shadow: 7px 7px 20px 0px rgba(37, 60, 114, 0.1);
}

.doctorBox_body {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1261px) {
  .doctorBox_body {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .doctorBox_body {
    padding-left: 30px;
  }
}
.doctorBox_body p {
  padding-left: 0 !important;
}

.doctorBox_title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_title {
    padding: 0.3em 20px 0.3em 0;
  }
  .doctorBox_title::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #253c72;
    height: 1px;
    width: 100vw;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_title {
    padding: 0.5em 0;
    border-bottom: solid 2px #253c72;
  }
}
.doctorBox_title ._name {
  display: flex;
  color: #102148;
  align-items: flex-end;
}
.doctorBox_title ._name ._main {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_title ._name ._main {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_title ._name ._main {
    font-size: 20px;
  }
}
.doctorBox_title ._name ._main::after {
  content: "/";
  display: inline-block;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_title ._name ._main::after {
    margin: 0 0.4em;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_title ._name ._main::after {
    margin: 0 0.2em;
  }
}
.doctorBox_title ._name ._sub {
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_title ._name ._sub {
    font-size: 16px;
    bottom: 2px;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_title ._name ._sub {
    font-size: 14px;
  }
}
.doctorBox_keirekiTable {
  table-layout: fixed;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_keirekiTable {
    margin: 1em 0;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_keirekiTable {
    margin: 0.5em 0;
  }
}
.doctorBox_keirekiTable th {
  color: #7d8cb0;
  font-weight: normal;
}
.doctorBox_keirekiTable th + td {
  padding-left: 1em;
}

.doctorBox_h4 {
  display: block;
  position: relative;
  border-bottom: dotted 1px #9abcd6;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_h4 {
    padding: 10px 10px 10px 50px;
    margin: 2em 0 1em -20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_h4 {
    padding: 5px 5px 5px 30px;
    margin: 1em 0 0.5em 0;
    font-size: 16px;
  }
}
.doctorBox_h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
}
@media screen and (min-width: 1000px), print {
  .doctorBox_h4::before {
    left: 15px;
    top: 9px;
  }
}
@media screen and (max-width: 999px) {
  .doctorBox_h4::before {
    left: 0;
    top: 5px;
  }
}

.doctorBox_h4-badge::before {
  background-image: url("../img/icon/doctor_badge.png");
}

.doctorBox_h4-comment::before {
  background-image: url("../img/icon/doctor_comment.png");
}

@media screen and (min-width: 1000px), print {
  .interviewCardList {
    margin: 50px 0;
  }
}
@media screen and (max-width: 999px) {
  .interviewCardList {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCardList > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCardList > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewCard {
    width: 1100px;
    max-width: 100%;
    margin: auto;
    padding-left: 50px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard {
    width: 100%;
    padding-top: 30px;
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .interviewCard {
    max-width: 300px;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCard.interviewCard-small {
    width: 100%;
    padding-left: 50px;
  }
}

.interviewCard_inner {
  background-color: #fff;
  box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
}
@media screen and (min-width: 1000px), print {
  .interviewCard_inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_inner {
    padding: 0 30px 30px;
  }
}
.interviewCard_head {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .interviewCard_head {
    left: -50px;
    flex-basis: 600px;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewCard_head {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_head {
    padding: 50px 0;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_head {
    top: -30px;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCard-small .interviewCard_head {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewCard-small .interviewCard_head {
    flex-basis: 400px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard-small .interviewCard_head {
    flex-basis: 300px;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewCard_num {
    width: 120px;
    height: 100px;
    position: absolute;
    left: 34px;
    top: -17px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_num {
    display: none;
  }
}

.interviewCard_image {
  box-shadow: 10px 10px 20px 0 rgba(37, 106, 171, 0.1);
}
@media screen and (min-width: 1000px), print {
  .interviewCard_image {
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewCard_body {
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewCard_body {
    padding: 70px 70px 70px 0;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_body {
    padding: 50px 50px 50px 0;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCard-small .interviewCard_body {
    padding: 40px 40px 40px 0;
  }
}
@media only screen and (min-width: 1261px) {
  .interviewCard-small .interviewCard_body {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard-small .interviewCard_body {
    width: calc(100% - 300px);
  }
}

.interviewCard_lead {
  font-family: "Noto Serif JP", serif;
  color: #102148;
  font-weight: 900;
}
@media only screen and (min-width: 1261px) {
  .interviewCard_lead {
    font-size: 22px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_lead {
    font-size: 20px;
    line-height: 48px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_lead {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .interviewCard_lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCard-small .interviewCard_lead {
    font-size: 20px;
    line-height: 36px;
  }
}
.interviewCard-small .interviewCard_lead:first-letter {
  font-size: 30px;
}
.interviewCard_lead:first-letter {
  color: #2470d7;
}
@media only screen and (min-width: 1261px) {
  .interviewCard_lead:first-letter {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_lead:first-letter {
    font-size: 32px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_lead:first-letter {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .interviewCard_lead:first-letter {
    font-size: 28px;
  }
}

.interviewCard_info {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  border-top: solid 1px #becedb;
  align-items: center;
}
@media screen and (min-width: 1000px), print {
  .interviewCard_info {
    padding-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_info {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1000px), print {
  .interviewCard-small .interviewCard_info {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .interviewCard_info_1 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_info_1 {
    padding-right: 0.5em;
  }
}

.interviewCard_role {
  color: #8998a1;
}
@media only screen and (min-width: 1261px) {
  .interviewCard_role {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_role {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_role {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .interviewCard_role {
    font-size: 14px;
  }
}
.interviewCard-small .interviewCard_role {
  font-size: 15px;
}

.interviewCard_name {
  color: #2a2a2a;
  font-weight: bold;
}
@media only screen and (min-width: 1261px) {
  .interviewCard_name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .interviewCard_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_name {
    font-size: 18px;
  }
}
.interviewCard-small .interviewCard_name {
  font-size: 20px;
}

.interviewCard_info_2 {
  flex-shrink: 0;
}

.interviewCard_btn {
  margin: 0;
  min-width: 0;
}
@media screen and (min-width: 1000px), print {
  .interviewCard_btn {
    padding: 13px 60px 13px 20px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_btn {
    font-size: 14px;
    padding: 10px 40px 10px 15px;
  }
}
.interviewCard_btn::before {
  background-position: right;
}
@media screen and (min-width: 1000px), print {
  .interviewCard_btn::before {
    width: 24px;
    right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .interviewCard_btn::before {
    width: 20px;
    right: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .departmentCard {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1261px) {
  .departmentCard {
    padding: 30px 100px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .departmentCard {
    padding: 30px 120px;
  }
}
@media screen and (max-width: 999px) {
  .departmentCard {
    width: 100%;
    max-width: 400px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .departmentCard {
    max-width: 300px;
  }
}
.departmentCard .departmentCard_inner {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner {
    padding-right: 50px;
    padding-bottom: 60px;
    width: 650px;
  }
}
.departmentCard .departmentCard_inner .departmentCard_image {
  box-shadow: 7.071px 7.071px 40px 0px rgba(141, 178, 29, 0.1);
}
.departmentCard .departmentCard_inner .departmentCard_link {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  padding: 1em 2.5em;
  box-shadow: 7.071px 7.071px 40px 0px rgba(141, 178, 29, 0.16);
  display: block;
}
.departmentCard .departmentCard_inner .departmentCard_link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner .departmentCard_link {
    width: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.departmentCard .departmentCard_inner .departmentCard_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 40px;
  background-image: url("../img/icon/department_slide_link.png");
  background-size: contain;
  right: 0;
  bottom: 0;
}
.departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title {
  margin-bottom: 0.5em;
}
.departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja {
  color: #a6c82e;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja {
    font-size: 1.5rem;
    padding-right: 34px;
  }
}
@media screen and (max-width: 999px) {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja {
    font-size: 20px;
    padding-right: 27.2px;
  }
}
.departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/icon/department_slide_slash.png");
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja::after {
    right: 12px;
    width: 13px;
    height: 25px;
  }
}
@media screen and (max-width: 999px) {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._ja::after {
    right: 9.6px;
    width: 10.4px;
    height: 20px;
  }
}
.departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._en {
  vertical-align: bottom;
  color: #ccc;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_title ._en {
    font-size: 1rem;
  }
}
.departmentCard .departmentCard_inner .departmentCard_link .departmentCard_lead {
  color: #2a2a2a;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 1000px), print {
  .departmentCard .departmentCard_inner .departmentCard_link .departmentCard_lead {
    font-size: 1rem;
  }
}

.js-accordion_area.opened .js-accordion_content {
  max-height: 200em;
}
.js-accordion_area.opened .js-accordion_content.js-accordion_content-small {
  max-height: 50em;
}
.js-accordion_area.opened .js-accordion_content.js-accordion_content-large {
  max-height: 1000em;
}
.js-accordion_area.opened .js-accordion_content.js-accordion_content-exlarge {
  max-height: 10000em;
}

.js-accordion_btn {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.js-accordion_btn:hover {
  opacity: 0.7;
}

.js-accordion_content {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}

.accordion_btn {
  padding-left: 1.5em;
  position: relative;
  display: block;
}
.opened .accordion_btn::before {
  transform: rotate(180deg);
}
.opened .accordion_btn::after {
  transform: rotate(180deg);
}
.accordion_btn::before, .accordion_btn::after {
  content: "";
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 2px;
  margin: auto;
  background-color: #2470d7;
}
.accordion_btn::before {
  transform: rotate(90deg);
}
h3:not(.cancel) .accordion_btn::before, h3:not(.cancel) .accordion_btn::after, .h3:not(.cancel) .accordion_btn::before, .h3:not(.cancel) .accordion_btn::after {
  background-color: #fff;
}

.newslineList > li {
  border-bottom: dotted 1px #a0a0a0;
}
.newslineList > li:first-child {
  border-top: dotted 1px #a0a0a0;
}

.newsline {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  width: 100%;
  text-decoration: none !important;
}
.newsline:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px), print {
  .newsline {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 999px) {
  .newsline {
    padding: 10px 0;
  }
}

.newsline_head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px), print {
  .newsline_head {
    flex-basis: 110px;
    min-width: 120px;
  }
}
@media screen and (max-width: 999px) {
  .newsline_head {
    flex-basis: 90px;
    min-width: 90px;
  }
}

.newsline_date {
  font-family: "Ubuntu", sans-serif;
  color: #b1b1b1;
  line-height: 1.7;
}
@media screen and (min-width: 1000px), print {
  .newsline_date {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .newsline_date {
    font-size: 16px;
  }
}

.newsline_title {
  color: #454545;
  line-height: 1.7;
}
@media screen and (min-width: 1000px), print {
  .newsline_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .newsline_title {
    font-size: 16px;
  }
}
.newsline_title .new_icon {
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  line-height: 1;
  background-color: #ff596d;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
@media screen and (min-width: 1000px), print {
  .newsline_title .new_icon {
    margin-left: 15px;
    padding: 3px 8px;
  }
}
@media screen and (max-width: 999px) {
  .newsline_title .new_icon {
    margin-left: 5px;
    padding: 3px 5px;
  }
}

.telBox {
  background-color: #eff8ff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px), print {
  .telBox {
    padding: 40px;
  }
}
@media screen and (max-width: 999px) {
  .telBox {
    padding: 30px;
  }
}
@media screen and (max-width: 400px) {
  .telBox {
    padding: 10px;
  }
}

.telBox_en {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #eff8ff;
  z-index: 0;
  line-height: 0.8;
}
@media only screen and (min-width: 1261px) {
  .telBox_en {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .telBox_en {
    font-size: 160px;
  }
}
@media screen and (max-width: 999px) {
  .telBox_en {
    font-size: 80px;
  }
}
@media screen and (max-width: 400px) {
  .telBox_en {
    font-size: 60px;
  }
}

.telBox_content {
  position: relative;
  z-index: 1;
}

.telBox_title {
  font-weight: bold;
  display: table;
  margin: auto;
  color: #22396f;
  line-height: 1.5;
  padding: 0.5em 1em;
  background-color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px), print {
  .telBox_title {
    font-size: 16px;
    min-width: 300px;
  }
}

.telBox_tel {
  display: table;
  position: relative;
  color: #22396f !important;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .telBox_tel {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .telBox_tel:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1000px), print {
  .telBox_tel {
    padding-left: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 999px) {
  .telBox_tel {
    padding-left: 40px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 0 auto 5px;
  }
}
.telBox_tel ._sub {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1000px), print {
  .telBox_tel ._sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .telBox_tel ._sub {
    margin: 0.2em 0;
  }
}
.telBox_tel ._main {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1000px), print {
  .telBox_tel ._main {
    font-size: 46px;
  }
}
@media screen and (max-width: 999px) {
  .telBox_tel ._main {
    font-size: 24px;
  }
}
.telBox_tel::before {
  content: "";
  display: block;
  background-image: url("../img/icon/tel.png");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px), print {
  .telBox_tel::before {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 999px) {
  .telBox_tel::before {
    width: 40px;
    height: 40px;
  }
}
.telBox_tel::after {
  content: "";
  display: block;
  background-color: #283e73;
  position: absolute;
  height: 2px;
}
@media screen and (min-width: 1000px), print {
  .telBox_tel::after {
    left: 46px;
    bottom: 9px;
    width: calc(100% - 46px);
  }
}
@media screen and (max-width: 999px) {
  .telBox_tel::after {
    left: 31px;
    bottom: 5px;
    width: calc(100% - 31px);
  }
}

.telBox_note {
  color: #506698;
  text-align: center;
}

.telBox_group {
  margin: 1em 0;
}

.scheduleTable tr > th:nth-child(n+2),
.scheduleTable tr > td:nth-child(n+2) {
  width: 14%;
}

.checkupBannerArea {
  max-width: 620px;
  margin: auto;
}

.checkupBannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1000px), print {
  .checkupBannerList {
    margin: -10px;
  }
}
@media screen and (max-width: 999px) {
  .checkupBannerList {
    margin: -5px;
  }
}

.checkupBannerListItem {
  width: 100%;
}
@media screen and (min-width: 1000px), print {
  .checkupBannerListItem {
    padding: 10px;
  }
}
@media screen and (max-width: 999px) {
  .checkupBannerListItem {
    padding: 5px;
  }
}
.checkupBannerListItem.checkupBannerListItem-half {
  width: 50%;
}

.slick-slide {
  outline: none;
}

.photoSlider {
  max-width: 648px;
  margin: 2em auto 3em !important;
}

.wpnewsTitle {
  margin-bottom: 1em;
}

@media screen and (max-width: 999px) {
  .wpnews img {
    height: auto;
  }
}

.wpnews__date {
  font-weight: bold;
  color: #aaa;
}

.wpnews__content > *:first-child {
  margin-top: 0 !important;
}
.wpnews__content > *:last-child {
  margin-bottom: 0 !important;
}

.new {
  font-size: 12px;
  margin-left: 0.5em;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: #f00;
}

.scheduleTableBtnList {
  margin: 1em 0;
  width: 100%;
}
.scheduleTableBtnList::after {
  content: "";
  display: block;
  clear: both;
}
.scheduleTableBtnList + h3 {
  margin-top: 0 !important;
}

.scheduleTableBtn {
  margin: 0;
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .scheduleTableBtn::before {
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.scheduleTableBtn.scheduleTableBtn-prev {
  float: left;
}
@media screen and (min-width: 1000px), print {
  .scheduleTableBtn.scheduleTableBtn-prev {
    padding-left: 70px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .scheduleTableBtn.scheduleTableBtn-prev {
    padding-left: 50px;
    padding-right: 20px;
  }
}
.scheduleTableBtn.scheduleTableBtn-prev::before {
  right: auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 1000px), print {
  .scheduleTableBtn.scheduleTableBtn-prev::before {
    left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .scheduleTableBtn.scheduleTableBtn-prev::before {
    left: 10px;
  }
}
.scheduleTableBtn.scheduleTableBtn-next {
  float: right;
}
@media screen and (min-width: 1000px), print {
  .scheduleTableBtn.scheduleTableBtn-next {
    padding-right: 70px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .scheduleTableBtn.scheduleTableBtn-next {
    padding-right: 50px;
    padding-left: 20px;
  }
}
.scheduleTableBtn.scheduleTableBtn-next::before {
  left: auto;
}
@media screen and (min-width: 1000px), print {
  .scheduleTableBtn.scheduleTableBtn-next::before {
    right: 20px;
  }
}
@media screen and (max-width: 999px) {
  .scheduleTableBtn.scheduleTableBtn-next::before {
    right: 10px;
  }
}

.kenshin_table thead th {
  min-width: 300px;
}

.link_list {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 1000px), print {
  .link_list {
    margin: 1em 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .link_list {
    margin: 1em -20px;
  }
}
.link_list > li {
  padding: 0 !important;
  margin: 0;
}
.link_list > li::before {
  content: none !important;
}
@media screen and (min-width: 1000px), print {
  .link_list > li:not(:first-child) {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 999px) {
  .link_list > li:not(:first-child) {
    border-top: solid 1px rgba(36, 112, 215, 0.1);
  }
}
@media screen and (max-width: 999px) {
  .link_list > li .link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .link_list > li .link::before {
    top: 1.05em;
    left: 15px;
  }
}

#post_3129 .new,
#post_3212 .new,
#post_3217 .new {
  display: none;
}

.youtube_iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.fever_link {
  max-width: 550px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #E61028;
  line-height: 1.5;
  text-shadow: #fff 1px 1px 20px, #fff -1px 1px 20px, #fff 1px -1px 20px, #fff -1px -1px 20px;
}
@media screen and (min-width: 1000px), print {
  .fever_link {
    font-size: 18px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-top: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .fever_link {
    font-size: 13px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .fever_link {
    font-size: 13px;
  }
}

a.fever_link {
  margin-top: 30px;
  border: 3px solid #fff;
  text-align: center;
  font-size: 120%;
  display: block;
  color: #E61028;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  border: 3px solid #E61028;
  text-decoration: none;
}
a.fever_link:hover {
  opacity: 0.7;
  transition: all 0.5s ease 0s;
}

.hoge {
  color: #000;
}

.no_smoking {
  font-size: 18px;
  color: #ff596d;
  max-width: 360px;
  margin: 35px auto 45px;
  padding: 10px 0 14px 50px;
  box-sizing: border-box;
  line-height: 1.2;
  border-bottom: 1px solid #ff596d;
  font-feature-settings: "palt";
  position: relative;
}
.no_smoking::before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url("/common/img/icon/no_smoking.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.4em;
  right: auto;
  bottom: auto;
  left: 11px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .no_smoking {
    font-size: 16px;
  }
  .no_smoking::before {
    width: 25px;
    height: 25px;
  }
}

.menu {
  font-family: "Helvetica Neue", sans-serif;
  color: #1a2b4c;
  text-align: center;
  margin: 40px auto 20px;
  border: 2px solid #4ebeda;
  border-radius: 30px;
  padding: 10px 0 20px 0;
}
.menu .menu-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0;
}
.menu ul li:last-child {
  margin-bottom: 10px;
}
.menu ul li .item {
  padding-right: 40px;
}
.menu ul li .dots {
  text-align: center;
  letter-spacing: 3px;
  color: #b0c4de;
}
.menu ul li .dots::before {
  content: "････････";
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .menu ul li .dots::before {
    content: "･････";
    white-space: nowrap;
  }
}
.menu ul li .price {
  padding-left: 40px;
}

.blue_circle {
  position: relative;
  text-align: center;
  padding: 80px 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .blue_circle {
    padding: 40px 20px 20px;
  }
}
.blue_circle .bg-shape {
  position: absolute;
  top: 60%;
  left: 55%;
  width: 260px;
  height: 260px;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .blue_circle .bg-shape {
    top: 100%;
  }
}
.blue_circle .bg-shape::before, .blue_circle .bg-shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}
.blue_circle .bg-shape::before {
  width: 200px;
  height: 200px;
  background-color: #b0d4f1;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .blue_circle .bg-shape::before {
    top: -20px;
    width: 150px;
    height: 150px;
  }
}
.blue_circle .bg-shape::after {
  width: 180px;
  height: 180px;
  background-color: #7dbde8;
  top: -10px;
  left: 40px;
}
@media screen and (max-width: 999px) {
  .blue_circle .bg-shape::after {
    top: -20px;
    width: 130px;
    height: 130px;
  }
}
.blue_circle p {
  position: relative;
  z-index: 1;
  margin: 0;
  top: 60px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .blue_circle p {
    top: 0;
    font-size: 18px;
  }
}/*# sourceMappingURL=common.css.map */