@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&display=swap");
/* Reset Style */
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #fffff0;
  color: #191970;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5% !important;
}

@media all and (max-width: 896px) {
  html {
    font-size: 60% !important;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #191970;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.w1280 {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
a.a_none {
  color: #c7c7c7;
  pointer-events: none;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 1500ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.arrow.next {
  position: relative;
}
.arrow.next:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  width: 16px;
  height: 5px;
  margin-right: 2px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-right: 1px solid #191970;
  border-bottom: 1px solid #191970;
}
.arrow.next.white:after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.arrow.prev {
  position: relative;
}
.arrow.prev:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 15px;
  width: 16px;
  height: 5px;
  margin-right: 2px;
  -webkit-transform: skew(45deg);
  transform: skew(-45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-left: 1px solid #191970;
  border-right: none;
  border-bottom: 1px solid #191970;
}
.arrow.prev.white:after {
  content: "";
  border-left: 1px solid #fff;
  border-right: none;
  border-bottom: 1px solid #fff;
}

.pankuzu {
  padding: 10px 10vw;
  box-sizing: border-box;
}
@media all and (max-width: 1025px) {
  .pankuzu {
    padding: 10px 4vw;
  }
}
@media all and (max-width: 480px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu .breadcrumb {
  margin: 2px 0 0 0;
  padding: 0;
}
.pankuzu .breadcrumb li {
  display: inline;
  list-style: none;
}
.pankuzu .breadcrumb li a {
  text-decoration: none;
  color: #191970;
}
.pankuzu .breadcrumb li a:hover {
  text-decoration: underline;
}
.pankuzu .breadcrumb li:after {
  content: ">";
  padding: 0 3px;
  color: #555;
}
.pankuzu .breadcrumb li:last-child:after {
  content: "";
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.link_icon {
  position: relative;
}
.link_icon:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
}

.arrow {
  position: relative;
}
.arrow:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  width: 16px;
  height: 5px;
  margin-right: 2px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-right: 1px solid #24325c;
  border-bottom: 1px solid #24325c;
}

.cv_btn {
  position: fixed;
  bottom: 0;
  right: 90px;
  z-index: 150;
}
@media all and (max-width: 480px) {
  .cv_btn {
    width: 100%;
    right: 0;
  }
}
.cv_btn ul {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 480px) {
  .cv_btn ul li {
    width: 100%;
  }
}
.cv_btn ul li:first-child {
  border-left: 2px solid #191970;
}
.cv_btn ul li a {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  background: #FBFF7E;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid #191970;
  border-left: none;
  color: #191970;
}
@media all and (max-width: 480px) {
  .cv_btn ul li a {
    padding: 0 15px;
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 1.3em;
    height: 70px;
  }
}
.cv_btn ul li a .txt_s {
  font-size: 1.2rem;
  display: block;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .cv_btn ul li a .txt_s {
    font-size: 1rem;
  }
}

.btn_more.left a {
  text-align: left;
}
.btn_more a {
  position: relative;
  background: #191970;
  display: block;
  max-width: 350px;
  text-align: center;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .btn_more a {
    max-width: 100%;
  }
}
.btn_more a span {
  display: block;
  font-size: 1rem;
}

input {
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ABADB5;
  font-size: 16px !important;
  margin: 8px 8px 8px 0;
  font-family: "Noto Sans Japanese";
}

textarea {
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ABADB5;
  font-size: 16px !important;
  font-family: "Noto Sans Japanese";
  width: 100%;
}

input[type=text], input[type=password], textarea {
  max-width: 100% !important;
}

input[type=checkbox] {
  border-radius: 3px !important;
}

input[type=submit] {
  cursor: pointer;
}

select {
  border-radius: 10px;
  background: #fff !important;
  border: 1px solid #ABADB5;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px !important;
  font-family: "Noto Sans Japanese";
  max-width: 100% !important;
  margin: 8px 8px 8px 0;
  cursor: pointer;
}

.caption_txt {
  padding: 30px;
  box-sizing: border-box;
  background: #F0F0F0;
}
.caption_txt li {
  text-indent: -1em;
  margin-left: 1em;
}
.caption_txt li:before {
  content: "●";
  color: #191970;
  font-size: 10px;
  position: relative;
  top: -3px;
  margin-right: 3px;
}

.red {
  display: block;
  margin: 50px 0 10px 0;
  color: #F85353;
}

.mw_wp_form .formInner h2, .entry-content .formInner h2 {
  margin: 30px 0;
}
.mw_wp_form .formInner .event-group-notice, .entry-content .formInner .event-group-notice {
  margin-bottom: 20px;
}
.mw_wp_form .formInner table, .entry-content .formInner table {
  width: 100%;
}
@media all and (max-width: 896px) {
  .mw_wp_form .formInner table.scroll, .entry-content .formInner table.scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner table.scroll tr, .entry-content .formInner table.scroll tr {
    display: table-row;
  }
  .mw_wp_form .formInner table.scroll th, .mw_wp_form .formInner table.scroll td, .entry-content .formInner table.scroll th, .entry-content .formInner table.scroll td {
    display: table-cell;
  }
}
.mw_wp_form .formInner table tbody, .entry-content .formInner table tbody {
  width: 100%;
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner table tbody tr, .entry-content .formInner table tbody tr {
    display: block;
  }
}
.mw_wp_form .formInner table tbody tr:first-child tr, .mw_wp_form .formInner table tbody tr:first-child td, .entry-content .formInner table tbody tr:first-child tr, .entry-content .formInner table tbody tr:first-child td {
  border-top: 1px solid #eee;
}
.mw_wp_form .formInner table tbody tr th, .entry-content .formInner table tbody tr th {
  width: 200px;
  vertical-align: middle;
  background: #191970;
  color: #fff;
  border: 1px solid #eee;
  border-bottom: none;
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner table tbody tr th, .entry-content .formInner table tbody tr th {
    display: block;
    width: 100%;
  }
}
.mw_wp_form .formInner table tbody tr th.w5, .entry-content .formInner table tbody tr th.w5 {
  width: 5%;
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner table tbody tr th.w5, .entry-content .formInner table tbody tr th.w5 {
    width: 100%;
  }
}
.mw_wp_form .formInner table tbody tr td, .entry-content .formInner table tbody tr td {
  vertical-align: middle;
  border: 1px solid #eee;
  border-top: none;
}
.mw_wp_form .formInner table tbody tr td input.name, .entry-content .formInner table tbody tr td input.name {
  width: 50%;
}
.mw_wp_form .formInner table tbody tr td input.w100, .entry-content .formInner table tbody tr td input.w100 {
  width: 100%;
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner table tbody tr td, .entry-content .formInner table tbody tr td {
    display: block;
    width: 100%;
  }
  .mw_wp_form .formInner table tbody tr td input[type=email], .entry-content .formInner table tbody tr td input[type=email] {
    width: 100% !important;
  }
  .mw_wp_form .formInner table tbody tr td input[type=text], .entry-content .formInner table tbody tr td input[type=text] {
    width: 100%;
  }
  .mw_wp_form .formInner table tbody tr td label, .entry-content .formInner table tbody tr td label {
    display: inline-block;
  }
}
.mw_wp_form .formInner table tbody tr td textarea, .entry-content .formInner table tbody tr td textarea {
  margin-top: 10px;
}
.mw_wp_form .formInner table tbody tr .red, .entry-content .formInner table tbody tr .red {
  color: #F85353;
  display: inline-block;
  margin: 0 3px;
}
.mw_wp_form .formInner > p, .entry-content .formInner > p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 30px 0;
}
@media all and (max-width: 480px) {
  .mw_wp_form .formInner > p, .entry-content .formInner > p {
    margin: 20px 0;
  }
}
.mw_wp_form input[type=submit], .entry-content input[type=submit] {
  margin: 5px;
  background: #F85353;
  color: #fff;
  border-radius: 5px;
  width: 200px;
  text-align: center;
}
.mw_wp_form.mw_wp_form_input .display_check, .entry-content.mw_wp_form_input .display_check {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .display_input, .entry-content.mw_wp_form_confirm .display_input {
  display: none;
}

.form-submit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 30px 0;
}
@media all and (max-width: 480px) {
  .form-submit {
    margin: 20px 0;
  }
}

.sec_search {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .sec_search {
    flex-wrap: wrap;
  }
}
.sec_search .search_container {
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
@media all and (max-width: 896px) {
  .sec_search .search_container {
    max-width: 100%;
  }
}
.sec_search .search_container input[type=text] {
  border: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sec_search .search_container > input[type=submit] {
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3F3F3F;
  position: absolute;
  height: 2.5em;
  right: 10px;
  top: 2px;
  outline: none;
  z-index: 102;
  padding: 0;
  margin: 0;
}
.sec_search .block_pull {
  display: flex;
  margin-left: 30px;
}
@media all and (max-width: 896px) {
  .sec_search .block_pull {
    margin: 10px 0 0 0;
  }
}
@media all and (max-width: 480px) {
  .sec_search .block_pull {
    flex-wrap: wrap;
  }
}
.sec_search .block_pull p {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #191970;
}
@media all and (max-width: 480px) {
  .sec_search .block_pull p {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.sec_search .block_pull select {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
  width: 100px;
  margin: 0 5px 0 0;
}
@media all and (max-width: 480px) {
  .sec_search .block_pull select {
    width: 90px;
  }
}
.sec_search .block_pull .search {
  margin: 0 0 0 20px;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  border: 1px solid #191970;
  background: #fff;
  color: #191970;
}
@media all and (max-width: 480px) {
  .sec_search .block_pull .search {
    width: 100px;
    margin: 0 0 0 10px;
  }
}
.sec_search .block_pull .search:hover {
  background: #191970;
  color: #fff;
}

header {
  width: 100%;
  position: fixed;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
}
header h1 {
  background: #191970;
  font-size: 100%;
}
header h1 p {
  display: block;
  max-width: 1100px;
}
header .area_nav {
  padding: 10px 0;
  position: relative;
}
@media all and (max-width: 1025px) {
  header .area_nav {
    padding: 5px 0;
  }
}
header .area_nav .block_logo {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .area_nav .block_logo .logo {
  display: flex;
  justify-content: flex-start;
  color: #191970 !important;
}
header .area_nav .block_logo .logo .desvg {
  padding: 0 10px;
  width: 280px;
  height: 55px;
}
header .area_nav .block_logo .logo .desvg path {
  fill: #191970;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo .logo .desvg {
    width: 220px;
    padding: 0;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
    top: -2px;
  }
}
header .area_nav .block_logo .english {
  position: absolute;
  display: block;
  border: 1px solid #191970;
  padding: 10px 5px;
  box-sizing: border-box;
  color: #191970;
  height: 50px;
  width: 150px;
  text-align: center;
  right: 80px;
  top: 5px;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo .english {
    display: none;
  }
}

header .area_nav .block_logo .english.japanese {
  right: 10px;
}
header .area_nav .sp_menu {
  height: 100%;
  position: relative;
  height: 60px;
  top: 5px;
  right: 15px;
  background: #191970;
  padding: 8px;
  box-sizing: border-box;
  z-index: 200;


}
@media all and (max-width: 480px) {
  header .area_nav .sp_menu {
    right: 10px;
    top: 3px;
  }
}
header .area_nav .sp_menu .menu-trigger {
  display: inline-block;
  width: 100px;//38
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: -3px;
  z-index: 200;

}
header .area_nav .sp_menu .menu-trigger.active span {
  background-color: #191970;
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(0px) rotate(-45deg);
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0px) rotate(45deg);
}
header .area_nav .sp_menu .menu-trigger.active p {
  color: #191970;
}
header .area_nav .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 3px;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
header .area_nav .sp_menu .menu-trigger p {
  position: relative;
  bottom: -15px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
header .area_nav .sp_menu .member_info {
  margin: 0 20px 20px 20px;
}
header .area_nav .sp_menu .member_info dl {
  background: #191970;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.4rem;
}
header .area_nav .sp_menu .member_info dl dt {
  width: 80px;
}
header .area_nav .sp_menu .member_info dl dd {
  width: calc(100% - 80px);
}
header .area_nav .sp_menu nav {
  width: 100%;
  min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(100%);
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
header .area_nav .sp_menu nav.open {
  transform: translateZ(0);
}
header .area_nav .sp_menu nav .bg_cv {
  width: 30%;
  height: 100vh;
  background: url("../images/menu_bg.jpg") no-repeat center bottom/cover;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .bg_cv {
    width: 100%;
    height: 120px;
    background: none;
  }
}
header .area_nav .sp_menu nav .bg_cv ul {
  max-width: 80%;
  margin: 23vh auto 0 auto;
  text-align: center;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .bg_cv ul {
    margin: 20px auto 0 auto;
    max-width: 70%;
  }
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .bg_cv ul li.logo {
    display: none;
  }
}
header .area_nav .sp_menu nav .bg_cv ul li.contact a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background: #191970;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  margin-top: 20px;
}
header .area_nav .sp_menu nav .bg_cv ul li.contact a span {
  display: block;
  font-size: 1.2rem;
}
header .area_nav .sp_menu nav .sec_nav {
  width: 70%;
  height: 100vh;
  padding: 3vw 60px 3vw 3vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;


}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav {
    width: 100%;
    height: 150px;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 100%;
  margin-top: -30px;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul {
    overflow-y: scroll;
    min-height: calc(var(--vh, 1vh) * 100 - 170px);
    margin-top: 50px;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li {
  width: 33.333%;
  margin-top: 30px;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li {
    width: 100%;
    margin-top: 20px;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li:first-child a {
  display: flex;
  justify-content: space-between;
}
header .area_nav .sp_menu nav .sec_nav > ul > li.txt_link {
  width: 25%;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li.txt_link {
    width: 100%;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li.txt_link dl dt {
  font-weight: bold;
  padding: 3px 0;
}
header .area_nav .sp_menu nav .sec_nav > ul > li.txt_link dl dd {
  padding: 3px 0;
}
header .area_nav .sp_menu nav .sec_nav > ul > li.box_gray {
  background: rgba(0, 0, 0, 0.03);
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header .area_nav .sp_menu nav .sec_nav > ul > li.box_gray a {
  padding: 3px 0;
  font-size: 1.3rem;
  border: none;
  margin: 0 20px 0 0;
}
header .area_nav .sp_menu nav .sec_nav > ul > li.border-top {
  background: #ccc;
  height: 1px;
  width: 100%;
}
header .area_nav .sp_menu nav .sec_nav > ul > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #191970;
  color: #191970;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li > a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  pointer-events: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.2rem;
  letter-spacing: 0px;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle {
    cursor: pointer;
    pointer-events: auto;
    font-size: 1rem;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle.arrownone:before {
  display: none;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle.arrownone:after {
  display: none;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle a {
  pointer-events: auto;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle span {
  display: block;
  font-size: 2.8rem;
  color: #191970;
  line-height: 1.2em;
  letter-spacing: 2px;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle span {
    font-size: 2rem;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle::after {
  display: none;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #191970; /* 横棒を縦 90度回転 */
    transform: translateY(-50%) rotate(90deg); /* +→-アニメーション */
    transition: 0.5s;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle::before {
  display: none;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #191970;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dt.accTitle.accOn::after {
  transform: rotate(0);
  transition: 0.5s;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner {
  margin-top: 10px;
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner ul {
    margin-left: 1em;
  }
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner ul:first-child {
  margin-top: 0;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner ul li p {
  font-weight: bold;
}
header .area_nav .sp_menu nav .sec_nav > ul > li dl.accArea dd.accInner ul li a {
  padding: 2px 0;
  display: block;
  color: #000;
  font-size: 1.4rem;
}
header .area_nav .sp_menu nav .sec_nav > ul > li a.gaibu:after {
  content: "\f35d";
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #191970;
}

.foot_btn {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.foot_btn .area_cv {
  display: flex;
  background: #FBFF7E;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.foot_btn .area_cv dt {
  width: 120px;
  height: 100%;
}
.foot_btn .area_cv dd {
  display: flex;
  align-items: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  padding-right: 50px;
}
.foot_btn .area_cv dd p {
  font-size: 1.6rem;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  position: relative;
}
.foot_btn .area_cv dd p:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  width: 16px;
  height: 5px;
  margin-right: 2px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-right: 1px solid #24325c;
  border-bottom: 1px solid #24325c;
}
.foot_btn .area_cv dd span {
  display: block;
  font-size: 1.3rem;
}

footer {
  padding: 30px 50px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
@media all and (max-width: 896px) {
  footer {
    padding: 50px 10px;
  }
}
footer .area_foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  footer .area_foot li {
    text-align: center;
    width: 100%;
  }
}
footer .area_foot li.logo {
  display: flex;
}
@media all and (max-width: 896px) {
  footer .area_foot li.logo {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 896px) {
  footer .area_foot li.logo p {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
footer .area_foot li.logo div {
  margin-left: 20px;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  footer .area_foot li.logo div {
    margin: 10px auto 0 auto;
  }
}
footer .area_foot li.logo div a {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  background: #191970;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
footer .area_foot li.bnr {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 896px) {
  footer .area_foot li.bnr {
    justify-content: center;
    margin-top: 10px;
  }
}
footer .area_foot li.bnr .line_icon {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
footer .area_foot li.bnr a {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
footer .area_foot li.bnr a img {
  width: 35px;
}
footer .copyright {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  footer .copyright {
    text-align: center;
  }
}
footer #pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 896px) {
  footer #pagetop {
    bottom: 80px !important;
  }
}
footer #pagetop a {
  display: block;
  border-radius: 100%;
  border: 1px solid #F2EFF7;
  width: inherit;
  height: inherit;
  background-color: #fff;
  color: #6A49A4;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
footer #pagetop a i {
  font-size: 1.4rem;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.flex{
    display: flex;
    justify-content: left;
}
.flex p{
    width: 35%;
}
.flex img{margin: 0;padding:0; }
