@charset "utf-8";
@import url("destyle.css");

/* ----------------------------------------------- font */
/*Noto Sans（日本語）*/
@font-face {
  font-family: 'NotoSans_JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format('woff2'), url("../font/NotoSansJP-Regular.woff") format('woff');
}
@font-face {
  font-family: 'NotoSans_Med_JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/NotoSansJP-Medium.woff2") format('woff2'), url("../font/NotoSansJP-Medium.woff") format('woff');
}
/*Noto Serif（日本語）*/
@font-face {
  font-family: 'NotoSerif_JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/NotoSerifJP-SemiBold.woff2") format('woff2'), url("../font/NotoSerifJP-SemiBold.woff") format('woff');
}
@font-face {
  font-family: 'NotoSerif_Bold_JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/NotoSerifJP-Bold.woff2") format('woff2'), url("../font/NotoSerifJP-Bold.woff") format('woff');
}
/* ----------------------------------------------- */
* {
  color: #1a1a1a;
  line-height: 180%;
  box-sizing: border-box;
  font-family: 'NotoSans_JP', sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}
/* ----------------------------------------------- link */
a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
a:link,
a:active {
  color: #3d95d1;
}
a:visited {
  color: #66b6db;
}
a:hover {
  opacity: 0.8;
}
/* ----------------------------------------------- before */
::before,
::after {
  transition: all 0.3s ease 0s;
}
/* ----------------------------------------------- animation */
.animated {
  opacity: 0;
}
/* ----------------------------------------------- float */
.f_left {
  float: left;
  margin: 0 40px 30px 0px;
}
.f_right {
  float: right;
  margin: 0 0px 30px 40px;
}
.clear {
  clear: both;
}
/* ----------------------------------------------- position */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/* ----------------------------------------------- file */
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  display: inline-block;
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 19px auto;
  content: '.';
  text-indent: -9999px;
}
a[href$=".pdf"]:after {
  background-image: url(../img/pdf.svg);
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  background-image: url(../img/doc.svg);
}
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  background-image: url(../img/xls.svg);
}
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  background-image: url(../img/pp.svg);
}
/* 画像の場合はアイコンを削除 */
a.remove-img-icon {
  border:none;
}
a.remove-img-icon::after {
  content: none;
}
/* ----------------------------------------------- open window icon */
.wo,
.wo_w {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.wo::after,
.wo_w::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../img/wo.svg") no-repeat;
  width: 13px;
  height: 16px;
}
.wo::after {
  background: url("../img/wo.svg") no-repeat;
}
.wo_w::after {
  background: url("../img/wo_w.svg") no-repeat;
}
/* ----------------------------------------------- hr */
hr.clear {
  clear: both;
  height: 1px;
  border: 0px;
  border: 1px solid transparent;
  color: #fff;
}
/* ----------------------------------------------- wrapper */
#wrapper {
  overflow-x: hidden;
}
/* ----------------------------------------------- header */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
}
header h1 {
  padding-top: 10px;
}
header .header_right {}
header h1 a:hover,
header .header_right a:hover {
  opacity: 1.0;
}
/* 右側リンク部分 */
header .header_right .link {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
header .header_right .link ul li {
  display: inline-block;
  font-size: 1.5rem;
}
header .header_right .link a {
  display: block;
  margin-right: 5px;
  padding: 3px 20px;
  border-radius: 30px;
}
header .header_right .link a:link,
header .header_right .link a:active,
header .header_right .link a:visited {
  text-decoration: none;
  color: #fff;
}
header .header_right .link .contact a {
  background-color: #1c417c;
  border: 2px solid #1c417c;
}
header .header_right .link .contact a:hover {
  background-color: #fff;
  color: #1c417c;
  opacity: 1.0;
}
header .header_right .link .login a {
  padding-left: 35px;
  background-color: #bfa226;
  border: 2px solid #bfa226;
  background-image: url("../img/lock.svg");
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: 17px center;
}
header .header_right .link .login a:hover {
  background-color: #fff;
  background-image: url("../img/lock_g.svg");
  color: #bfa226;
  opacity: 1.0;
}
header .header_right .language {
  width: 150px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  padding: 1px;
  border-radius: 50px;
  border: 1px solid #ccc;
}
header .header_right .language li {
  width: 50%;
}
header .header_right .language li a {
  display: block;
  text-align: center;
}
header .header_right .language li a:link,
header .header_right .language li a:visited,
header .header_right .language li a:active {
  color: #100551;
}
header .header_right .language li a:hover {
  opacity: 1.0;
}
header .header_right .language li.on a {
  background-color: #11206d;
}
header .header_right .language li.on a:link,
header .header_right .language li.on a:visited,
header .header_right .language li.on a:active {
  color: #fff;
}
/* サイト内検索 */
header .header_right .serach {
  text-align: right;
  margin: 15px 0 0 0;
}
header .header_right .serach input[type="text"] {
  width: 300px;
  padding: 4px 15px;
  border: 1px  solid #ccc;
  border-radius: 30px;
  text-align: left;
}
header .header_right .serach ::placeholder {
  color: #9b9b9b;
}
header .header_right .serach input[type="submit"] {
  width: 60px;
  padding: 4px 10px;
  background-color: #11206d;
  border-radius: 30px;
  background-image: url("../img/search.svg");
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- 入会のご案内 */
.membership_info {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 220px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: "palt";
  border-radius: 10px 0 0 10px;
  padding: 5px 0 5px 5px;
  background-image: linear-gradient(240deg, rgba(188, 147, 75, 1), rgba(226, 214, 161, 1) 50%, rgba(198, 148, 60, 1) 80%);
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
}
.membership_info a {
  position: relative;
  display: block;
  padding: 50px 13px 30px 18px;
  background-image: linear-gradient(155deg, #af8c54, #a36d26);
  box-shadow: inset 0px 0px 10px 1px rgba(200, 200, 200, 0.4);
  border-radius: 8px 0 0 8px;
  font-size: 2.2rem;
  font-family: "NotoSans_Med_JP";
  letter-spacing: -0.3em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.membership_info a::before {
  position: absolute;
  content: '';
  top: 20px;
  left: 26px;
  width: 30px;
  height: 30px;
  background: url("../img/join.svg") no-repeat;
  background-size: 25px auto;
}
.membership_info a:link,
.membership_info a:active,
.membership_info a:visited {
  color: #fff;
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*Safari/iOS(文字間)*/
  _::-webkit-full-page-media, _:future, .membership_info a {
    letter-spacing: 0.2em;
  }
}
/* -------------------------------------------------- overlay */
.overlay {}
/* -------------------------------------------------- nav */
@media screen and (min-width: 920px) {
  #nav {
    text-align: center;
  }
  #nav .toggle {
    display: none;
  }
  #nav nav {
    width: 100%;
  }
  #nav nav ul.accordion {
    position: relative;
    display: -webkit-flex;
    display: flex;
  }
  #nav nav ul.accordion li {
    width: 20%;
    cursor: pointer;
  /*  margin-top: 10px;*/
    border-top: 1px solid #f1f1ec;
    transition: all .2s ease-in;
  }
  #nav nav ul.accordion a.accordion_header {
    display: block;
    padding: 17px 10px;
    border-right: 1px solid #dedcd0;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease 0s;
  }
  #nav nav ul.accordion li:last-child a.accordion_header {
    border-right: none;
  }
  #nav nav ul.accordion a.accordion_header.sp {
    display: none;
  }
  #nav nav ul.accordion a.accordion_header span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
    font-size: 1.8rem;
    font-family: "NotoSans_Med_JP";
  }
  #nav nav ul.accordion a.accordion_header span::before {
    position: absolute;
    content: '';
    right: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1c417c;
    border-right: 2px solid #1c417c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav nav ul.accordion li:hover a.accordion_header {
    opacity: 1.0;
  }
  #nav nav ul.accordion li:hover {
    background-color: #1c417c;
  }
  #nav nav ul.accordion li:hover a.accordion_header span {
    color: #fff;
  }
  #nav nav ul.accordion li:hover a.accordion_header span::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #nav nav ul.accordion a.accordion_header.on {/*onの時*/
    position: relative;
  }
  #nav nav ul.accordion a.accordion_header.on::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #11206d;
  }
  /* サブメニュー中身 */
  #nav nav ul.accordion > li:hover .dropmenu {
    opacity: 1;
    max-height: 9999px;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  #nav nav ul.accordion li .dropmenu {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    top: 85px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-height: 0;
    transition: all .2s ease-in;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
  }
  #nav nav ul.accordion li .dropmenu_inner {
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
  }
  #nav nav ul.accordion li .dropmenu .info {
    position: relative;
    margin-top: -60px;
    width: 430px;
    background-color: #2b517f;
  /*  background: linear-gradient(90deg, #1c417c, #75709e);*/
    text-align: left;
  }
  #nav nav ul.accordion li .dropmenu .info::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 270px;
    height: 270px;
    background: url("../img/magamenu_info_back.png") no-repeat left bottom;
  }
  #nav nav ul.accordion li .dropmenu .info h2 {
    margin: 0;
    padding: 60px 30px 30px 60px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 130%;
  }
  #nav nav ul.accordion li .dropmenu .info h2 span {
    display: block;
    font-family: "NotoSerif_JP";
    font-size: 1.7rem;
    background: linear-gradient(90deg, #f4dfc1 0%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #nav nav ul.accordion li .dropmenu .info a {
    position: relative;
    margin: 0 30px 60px 60px;
    padding: 10px 45px 10px 30px;
    display: inline-block;
    background-color: rgba(255,255,255,0.3);
    border-radius: 30px;
    font-size: 1.7rem;
    font-family: "NotoSans_Med_JP";
  }
  #nav nav ul.accordion li .dropmenu .info a::before {
    position: absolute;
    content: '';
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav nav ul.accordion li .dropmenu .info a:link,
  #nav nav ul.accordion li .dropmenu .info a:active,
  #nav nav ul.accordion li .dropmenu .info a:visited {
    color: #fff;
    text-decoration: none;
  }
  #nav nav ul.accordion li .dropmenu .info a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0);
  }
  #nav nav ul.accordion li .dropmenu .nav_sub {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content:  flex-start;
    width: calc(100% - 430px);
    margin: -20px 0 0 0;
    padding: 0 60px 30px 60px;
    text-align: left;
  }
  /*プルダウンメニュー内第1階層*/
  #nav nav ul.accordion li .dropmenu .nav_sub li {
    width : calc(100%/3);
    border:none;
    margin: 0;
    padding: 10px 0;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li:hover {
    background-color: transparent;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li.sp {/*sp用*/
    display: none;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li a {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 30px;
    font-size: 1.7rem;
    font-family: "NotoSans_Med_JP";
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li a:link,
  #nav nav ul.accordion li .dropmenu .nav_sub li a:active,
  #nav nav ul.accordion li .dropmenu .nav_sub li a:visited {
    color: #1a1a1a;
    text-decoration: none;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li a::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #1c417c;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li a::after {
    position: absolute;
    content: '';
    top: 12px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*プルダウンメニュー内第2階層*/
  #nav nav ul.accordion li .dropmenu .nav_sub li ul {
    display: -webkit-block;
    display: block;
    margin: 0 15px;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li ul li {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li ul li a {
    position: relative;
    font-size: 1.6rem;
    font-family: "NotoSans_JP";
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li ul li a::after {
    position: absolute;
    content: '';
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #2c0f4b;
    border-right: 1px solid #2c0f4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav nav ul.accordion li .dropmenu .nav_sub li ul li a::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 1px;
    background-color: #2c0f4b;
  }
  /* サイト内検索 */
  #nav nav .serach {
    display: none;
  }
  /* sp用メニュー */
  #nav nav .nav_sp_btm {
    display: none;
  }
}
/* ----------------------------------------------- link > dot */
.link_dot {
  position: relative;
  display: inline-block;
}
.link_dot::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side,#c9b253 94%,#0000);
  background:
    var(--_g) 0    0,
    var(--_g) 100% 0,
    var(--_g) 100% 100%,
    var(--_g) 0    100%;
  background-size: 35% 35%;
}
.link_dot:hover::before {
  animation: dot_rotate .5s 1; 
}
@keyframes dot_rotate {
  100% {background-position: 100% 0,100% 100%,0 100%,0 0}
}
/* ----------------------------------------------- footer */
footer {
  text-align: center;
  padding: 50px 0 20px 0;
  background-color: #15224c;
}
footer .inner {
  width: 95%;
  max-width: 1220px;
  margin: 0 auto;
}
footer .inner p img {
  display: inline-block;
  margin: 0 0 20px 0;
}
footer .inner p,
footer .inner p span {
  display: block;
  color: #fff;
  font-size: 2.0rem;
  font-family: "NotoSans_Med_JP";
  line-height: 150%;
}
footer .inner p span {
  font-size: 1.5rem;
}
footer .inner address {
  padding-top: 10px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
/* footer_navi */
footer .footer_navi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
footer .footer_navi li {
  width : calc(100%/5);
  text-align: left;
  padding: 15px;
}
footer .footer_navi li p {
  font-size: 1.7rem;
  padding-bottom: 10px;
}
footer .footer_navi li ul li {
  width : calc(100%/1);
  padding: 0 10px;
}
footer .footer_navi li p a:link,
footer .footer_navi li p a:active,
footer .footer_navi li p a:visited,
footer .footer_navi li ul li a:link,
footer .footer_navi li ul li a:active,
footer .footer_navi li ul li a:visited {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}
footer .footer_navi li ul li ul {/*3階層目は非表示*/
  display: none;
}
/* footer_bottom */
footer .footer_bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
footer .footer_bottom p {
  padding-top: 10px;
  font-size: 1.2rem;
  font-family: "NotoSans_JP";
}
footer .footer_bottom ul {
  text-align: right;
}
footer .footer_bottom ul li {
  display: inline-block;
  padding-left: 20px;
}
footer .footer_bottom ul li a:link,
footer .footer_bottom ul li a:active,
footer .footer_bottom ul li a:visited {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
}
/* ----------------------------------------------- pagetop*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
.pagetop a {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 70px;
  height: 70px;
  background-color: #baa138;
}
.pagetop a::before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
