@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:not(.cmn-btn) {
  color: #0069ba;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* セクションタイトル */
.cmn-sectionTitle {
  margin-bottom: 48px;
  font-size: 3rem;
  letter-spacing: 0.8px;
}
.cmn-sectionTitle span {
  display: block;
  margin-top: 12px;
  color: #e6002d;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .cmn-sectionTitle {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
  .newsSec .cmn-sectionTitle {
    margin-bottom: 12px;
  }
  .cmn-sectionTitle span {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

/* ボタン */
.cmn-btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  border-radius: 6px;
  background-color: #e6002d;
  color: #fff;
  font-size: 1.4rem;
  line-height: 42px;
}
.cmn-btn:hover {
  background-color: rgba(230, 0, 45, 0.7);
}

/* margin */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb24 {
  margin-bottom: 24px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb48 {
  margin-bottom: 48px !important;
}

.mgb56 {
  margin-bottom: 56px !important;
}

.mgb64 {
  margin-bottom: 64px !important;
}

.mgb72 {
  margin-bottom: 72px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

/* padding */
.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

/* layout */
.align-left {
  text-align: left !important;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-block {
  display: inline-block;
}

.disp-flex {
  display: flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* font */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fntXL {
  display: inline-block;
  font-size: 1.3em !important;
}

.is-fntL {
  display: inline-block;
  font-size: 1.2em !important;
}

.is-fntS {
  display: inline-block;
  font-size: 0.9em !important;
}

.is-fntXS {
  display: inline-block;
  font-size: 0.75em !important;
}

.is-scale-xs {
  transform: scale(0.7) !important;
}

.is-scale-sm {
  transform: scale(0.8) !important;
}

.is-scale-md {
  transform: scale(0.9) !important;
}

.is-scale-mdMax {
  transform: scale(0.95) !important;
}

.is-scale-lg {
  transform: scale(1.1) !important;
}

.is-attn {
  color: #e6002d;
}

/* ヘッダー
============================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  text-align: center;
}
.header_inner {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: auto;
}
.header_logo {
  display: inline-block;
}
.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  height: 38px;
}
.header_nav_search div {
  position: relative;
  margin-bottom: 5px;
}
.header_nav_search div::after {
  display: inline-block;
  position: absolute;
  right: 16px;
  color: #aaa;
  font-family: "Material Icons";
  font-size: 2.8rem;
  line-height: 46px;
  content: "search";
}
.header_nav_search div input[type=text] {
  display: inline-block;
  width: 300px !important;
  height: 46px !important;
  padding: 0 20px !important;
  border-radius: 23px;
  border: 2px solid #ccc !important;
  background-color: #f5f5f5 !important;
  background-position: left 16px top 55% !important;
  line-height: 46px;
}
.header_nav_search div input[type=text]::placeholder {
  color: #bbb;
  font-size: 1.5rem;
  line-height: 46px;
}
.header_nav_search div input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 46px;
  margin: 0 auto;
}
.header_nav_search ul {
  padding: 0 8px;
  text-align: left;
}
.header_nav_search ul li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: 1.2rem;
}
.header_nav_search ul li:first-child::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 1px;
  height: 10px;
  margin: auto;
  background-color: #ccc;
  content: "";
}
.header_nav_btn li {
  display: inline-block;
  float: right;
  width: 90px;
  height: 90px;
  text-align: center;
  transition: all 0.3s;
}
.header_nav_btn li.is-webmail {
  background-color: #0069ba;
}
.header_nav_btn li.is-webmail:hover {
  background-color: rgba(0, 105, 186, 0.7);
}
.header_nav_btn li.is-contact {
  background-color: #eda33d;
}
.header_nav_btn li.is-contact:hover {
  background-color: rgba(237, 163, 61, 0.7);
}
.header_nav_btn li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header_nav_btn li a span {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
}
.header_nav_btn li a span i {
  display: block;
  margin-bottom: 5px;
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .header::before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 90px;
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    content: "";
  }
  .header_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    max-width: 1010px;
  }
  .header_logo {
    margin-left: 24px;
  }
  .header_nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
  }
  .header_nav_search {
    margin-right: 24px;
    text-align: left;
  }
  .header .el_navBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background-color: #fff;
    height: 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  .header_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    padding: 0 16px;
  }
  .header_logo a img {
    height: 26px;
  }
  .header_nav_search div {
    display: inline-block;
  }
  .header_nav_search div::after {
    right: 12px;
  }
  .header_nav_search ul {
    text-align: center;
  }
  .header_nav_btn {
    display: none;
  }
  .header .el_navBtn {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 58px;
    height: 58px;
    opacity: 1;
    transition: all 0.3s;
  }
  .header .el_navBtn span {
    position: absolute;
    left: 19px;
    width: 20px;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
  }
  .header .el_navBtn span:nth-of-type(1) {
    top: 20px;
  }
  .header .el_navBtn span:nth-of-type(2) {
    top: 28px;
  }
  .header .el_navBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .header .el_navBtn.active {
    background: none;
    box-shadow: none;
  }
  .header .el_navBtn.active span {
    background-color: #fff;
  }
  .header .el_navBtn.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .header .el_navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .el_navBtn.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

/* グロナビ */
.globalNav {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 110px;
  background-color: #e6002d;
  text-align: center;
}
.globalNav_list .el_first:first-of-type a span::before {
  content: "description";
}
.globalNav_list .el_first:nth-of-type(2) a span::before {
  content: "assignment_ind";
}
.globalNav_list .el_first:nth-of-type(3) a span::before {
  content: "language";
}
.globalNav_list .el_first:nth-of-type(4) a span::before {
  content: "settings";
}
.globalNav_list .el_first a {
  display: block;
  width: 100%;
  height: 100%;
}
.globalNav_list .el_first a span {
  font-size: 1.7rem;
}
.globalNav_list .el_first a span::before {
  display: inline-block;
  margin-right: 6px;
  font-family: "Material Icons";
  font-size: 2.2rem;
  font-weight: 300;
  vertical-align: sub;
}
.globalNav_list .el_first .el_secondLevel li {
  font-size: 1.4rem;
  text-align: left;
}
.globalNav_list .el_first .el_secondLevel li a {
  display: block;
  position: relative;
}
.globalNav_list .el_first .el_secondLevel li a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Material Icons Round";
  content: "arrow_right";
}
@media screen and (min-width: 768px) {
  .globalNav {
    transition: all 0.3s;
  }
  .globalNav.hide {
    transform: translateY(-100%);
  }
  .globalNav .smpOnly_nav_btn {
    display: none;
  }
  .globalNav_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1010px;
    height: 100%;
    margin: auto;
  }
  .globalNav_list .el_first {
    display: inline-block;
    position: relative;
    width: 24%;
    height: 64px;
    border-radius: 6px;
    background-color: #fff;
  }
  .globalNav_list .el_first::after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
    content: "";
  }
  .globalNav_list .el_first a {
    color: #333;
  }
  .globalNav_list .el_first a span {
    line-height: 66px;
  }
  .globalNav_list .el_first .el_secondLevel {
    position: absolute;
    top: 60px;
    z-index: 1;
    width: 100%;
    padding: 20px 20px 18px;
    border-radius: 6px;
    background-color: #fdedf0;
    box-shadow: 3px 3px 1px 0 rgba(100, 100, 100, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .globalNav_list .el_first .el_secondLevel li a {
    padding: 10px 0 8px 30px;
    color: #333;
  }
  .globalNav_list .el_first .el_secondLevel li a::before {
    height: 24px;
    color: #e6002d;
    font-size: 2.4rem;
  }
  .globalNav_list .el_first .el_secondLevel li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .globalNav_list .el_first:hover {
    background-color: #fdedf0;
  }
  .globalNav_list .el_first:hover a {
    color: #e6002d;
  }
  .globalNav_list .el_first:hover .el_secondLevel {
    top: 72px;
    visibility: visible;
    opacity: 1;
  }
  .globalNav_list .el_first:hover .el_secondLevel li a:hover {
    color: #e6002d;
  }
}
@media screen and (max-width: 767px) {
  .globalNav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 64px 32px 100px;
    background-color: #e6002d;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .globalNav .smpOnly_nav_btn li {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 10px;
    height: 40px;
    border-radius: 20px;
  }
  .globalNav .smpOnly_nav_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .globalNav .smpOnly_nav_btn li a span {
    padding-right: 5px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .globalNav .smpOnly_nav_btn li a span i {
    margin-right: 5px;
    font-size: 2rem;
    vertical-align: sub;
  }
  .globalNav .smpOnly_nav_btn li:first-child {
    background-color: #0069ba;
  }
  .globalNav .smpOnly_nav_btn li:nth-child(2) {
    background-color: #eda33d;
  }
  .globalNav_list {
    margin-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    text-align: left;
  }
  .globalNav_list .el_first {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .globalNav_list .el_first a {
    color: #fff;
  }
  .globalNav_list .el_first > a {
    padding: 16px 0;
  }
  .globalNav_list .el_first .el_secondLevel {
    padding: 12px 10px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  .globalNav_list .el_first .el_secondLevel li a {
    padding: 8px 0 8px 24px;
    color: #fff;
  }
  .globalNav_list .el_first .el_secondLevel li a::before {
    height: 20px;
    color: #fff;
    font-size: 2rem;
  }
}

/* フッター
============================================================================= */
.footer {
  width: 100%;
  background-color: #e6002d;
  text-align: center;
}
.footer_inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1010px;
  margin: auto;
  padding: 32px 24px;
}
.footer_logo img {
  height: 32px;
}
.footer_cont {
  text-align: right;
}
.footer_cont .el_footerNav {
  margin-bottom: 48px;
}
.footer_cont .el_footerNav li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer_cont .el_footerNav li:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 1px;
  height: 10px;
  margin: auto;
  background-color: rgba(253, 239, 239, 0.7);
  content: "";
}
.footer_cont .el_footerNav li a {
  color: #fff;
}
.footer_cont .el_copy {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
.footer_cont .el_copy span {
  display: block;
  margin-top: 10px;
}
.footer_cont .el_copy span::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "material icons";
  content: "copyright";
}
@media screen and (max-width: 767px) {
  .footer_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 16px;
  }
  .footer_logo {
    margin-bottom: 16px;
  }
  .footer_cont {
    text-align: center;
  }
  .footer_cont .el_footerNav {
    margin-bottom: 32px;
  }
  .footer_cont .el_footerNav li {
    padding: 0 6px;
    font-size: 1.1rem;
  }
  .footer_cont .el_copy {
    font-size: 1rem;
  }
}

/* レイアウト
============================================================================= */
.wrapper {
  display: block;
  padding-top: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
  .wrapper #google_search_sp {
    padding-top: 30px;
  }
}

/* セクション */
.l-section {
  padding: 48px 0 16px;
  text-align: center;
}
.l-section.newsSec {
  background-color: #fdedf0;
}
.l-section.featureSec {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 32px 12px 16px;
  }
}

/* コンテンツ */
.l-cont {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .l-cont {
    max-width: inherit;
    margin-bottom: 16px;
  }
}

/* トップページ
============================================================================= */
/* スライダー */
.sliderArea {
  max-width: 960px;
  margin: auto;
  padding: 40px 0;
}
.sliderArea_list li img {
  width: 100%;
  max-width: 938px;
}
@media screen and (max-width: 767px) {
  .sliderArea {
    max-width: inherit;
    padding: 16px 12px 30px;
  }
}

/* お知らせ */
.infoArea {
  position: relative;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto 40px;
  padding: 20px 20px 18px 32px;
  border: 5px solid rgba(212, 42, 29, 0.4);
  font-weight: 600;
  /* 黒 */
}
.infoArea:not(.is-bk)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  z-index: 1;
  height: 1em;
  margin: auto;
  color: #d42a1d;
  font-family: "Material Icons";
  font-size: 5rem;
  font-weight: 400;
  content: "\e88e";
}
.infoArea:not(.is-bk)::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  z-index: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.infoArea_title {
  margin: 5px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
}
.infoArea_text {
  color: #d42a1d;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.3px;
}
.infoArea a {
  color: #d42a1d;
  text-decoration: underline !important;
}
.infoArea a:not(.infoArea_title > a) {
  color: #0b3282;
}
.infoArea a.infoArea_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-top: 3px;
  padding-left: 1.5em;
  font-size: 1.7rem;
  line-height: 1.5;
}
.infoArea a.infoArea_link::before {
  position: absolute;
  left: 0;
  height: 1em;
  font-family: "Material Icons";
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  content: "\e5df";
}
.infoArea.is-bk {
  padding: 0;
  border: 5px solid #222;
}
.infoArea.is-bk .infoArea_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoArea.is-bk .infoArea_cont dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 130px;
  padding: 20px 15px 16px;
  background-color: #222;
  color: #f7d82e;
  font-size: 1.9rem;
}
.infoArea.is-bk .infoArea_cont dt i {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2em;
}
.infoArea.is-bk .infoArea_cont dd {
  width: calc(100% - 130px);
  padding: 20px 24px 18px;
}
.infoArea.is-bk .infoArea_cont dd .infoArea_title {
  text-align: left;
}
.infoArea.is-bk .infoArea_cont dd .infoArea_text {
  color: #222;
}
.infoArea.is-bk .infoArea_cont dd .infoArea_text strong, .infoArea.is-bk .infoArea_cont dd .infoArea_text a {
  color: #d42a1d;
}
.infoArea.is-bk .infoArea_cont dd .infoArea_link {
  color: #d42a1d;
}
@media screen and (min-width: 768px) {
  .infoArea.is-bk .infoArea_cont:has(.infoArea_title) dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .infoArea.is-bk .infoArea_cont dd .infoArea_title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .infoArea {
    width: calc(100% - 12px - 20px);
    margin: 0 12px 24px 20px;
    padding: 12px 12px 10px 20px;
    border-width: 3px;
    /* 黒 */
  }
  .infoArea:not(.is-bk)::before {
    font-size: 3.6rem;
  }
  .infoArea:not(.is-bk)::after {
    left: -15px;
    width: 30px;
    height: 30px;
  }
  .infoArea_title {
    margin: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .infoArea_text {
    font-size: 1.35rem;
    line-height: 1.7;
  }
  .infoArea a.infoArea_link {
    margin-top: 1px;
    font-size: 1.35rem;
    line-height: 1.7;
  }
  .infoArea a.infoArea_link::before {
    font-size: 2.2rem;
  }
  .infoArea.is-bk {
    width: calc(100% - 12px - 12px);
    margin: 0 12px 24px;
    border-width: 3px;
  }
  .infoArea.is-bk .infoArea_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .infoArea.is-bk .infoArea_cont dt {
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
    flex-direction: inherit;
  }
  .infoArea.is-bk .infoArea_cont dt i {
    margin: 0 5px 0 0;
  }
  .infoArea.is-bk .infoArea_cont dd {
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 12px 12px 10px;
  }
}

/* お知らせ */
.newsCont_list {
  margin-bottom: 32px;
}
.newsCont_list li {
  border-bottom: 1px solid #fff;
}
.newsCont_list li dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.newsCont_list li dl dt, .newsCont_list li dl dd {
  display: inline-block;
  color: #444;
  line-height: 1.6;
}
.newsCont_list li dl dt {
  width: calc(100% - 105px);
  font-size: 1.5rem;
  text-align: left;
}
.newsCont_list li dl dt a {
  display: block;
  position: relative;
  padding: 16px 20px 13px 30px;
  color: #444;
  letter-spacing: 0.8px;
}
.newsCont_list li dl dt a::before {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 22px;
  margin: auto;
  color: #e6002d;
  font-family: "Material Icons Round";
  font-size: 2.6rem;
  line-height: 22px;
  vertical-align: text-top;
  content: "arrow_right";
}
.newsCont_list li dl dt a:hover {
  color: #e6002d;
}
.newsCont_list li dl dd {
  width: 105px;
  padding: 16px 0 13px;
  font-size: 1.4rem;
  text-align: right;
}
.newsCont_list li dl dd::before, .newsCont_list li dl dd::after {
  display: inline-block;
  margin: 0 3px;
  color: #444;
  font-size: 1.4rem;
}
.newsCont_list li dl dd::before {
  content: "［";
}
.newsCont_list li dl dd::after {
  content: "］";
}
@media screen and (max-width: 767px) {
  .newsCont_list {
    margin-bottom: 24px;
  }
  .newsCont_list li dl {
    display: block;
  }
  .newsCont_list li dl dt, .newsCont_list li dl dd {
    display: block;
    width: 100%;
  }
  .newsCont_list li dl dt {
    font-size: 1.3rem;
  }
  .newsCont_list li dl dt a {
    padding: 12px 5px 5px 24px;
  }
  .newsCont_list li dl dd {
    padding: 0 5px 8px 0;
    font-size: 1.2rem;
  }
  .newsCont_list li dl dd::before, .newsCont_list li dl dd::after {
    position: relative;
    top: -1px;
    margin: 0 2px;
    font-size: 1.2rem;
  }
}

/* 特集 */
.featureCont_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.featureCont_list .pickup_block {
  display: inline-block;
  position: relative;
  width: 23.5%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #d9d9d9;
}
.featureCont_list .pickup_block::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border: 10px solid transparent;
  border-radius: 5px;
  border-right-color: #e6002d;
  border-bottom-color: #e6002d;
  content: "";
}
.featureCont_list .pickup_block > a {
  display: block;
  width: 100%;
}
.featureCont_list .pickup_block > a img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.featureCont_list .pickup_block > a:hover img {
  filter: brightness(108%);
}
.featureCont_list .pickup_block p {
  padding: 12px 24px 20px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
}
.featureCont_list .pickup_block p strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 0;
  border-bottom: 2px dotted #d8d8d8;
  font-size: 1.9rem;
  line-height: 1.3;
}
.featureCont_list .pickup_block p strong a {
  color: #333;
}
.featureCont_list .pickup_block p strong a:hover {
  color: #e6002d;
}
@media screen and (max-width: 799px) {
  .featureCont_list {
    margin-bottom: 24px;
  }
  .featureCont_list .pickup_block {
    display: block;
    width: 48%;
  }
  .featureCont_list .pickup_block::after {
    border-width: 9px;
  }
  .featureCont_list .pickup_block:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
  }
  .featureCont_list .pickup_block > a {
    padding-top: 20px;
  }
  .featureCont_list .pickup_block > a img {
    width: 75%;
  }
  .featureCont_list .pickup_block p {
    padding: 10px 20px 20px;
    font-size: 1.35rem;
  }
  .featureCont_list .pickup_block p strong {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .featureCont_list {
    padding: 0 5px;
  }
  .featureCont_list .pickup_block {
    width: 100%;
  }
  .featureCont_list .pickup_block:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
  .featureCont_list .pickup_block > a img {
    width: 65%;
  }
}

/* バナーエリア */
.bnrArea {
  max-width: 960px;
  margin: auto;
  padding: 48px 0;
}
.bnrArea_list li img {
  width: 100%;
  max-width: 375px;
}
@media screen and (min-width: 800px) {
  .bnrArea_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .bnrArea_list li {
    display: inline-block;
  }
  .bnrArea_list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 799px) {
  .bnrArea_list li {
    display: block;
    width: 100%;
  }
  .bnrArea_list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bnrArea {
    max-width: inherit;
    padding: 32px 12px;
  }
}