@charset "euc-jp";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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: #FFF;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
}

html {
  font-size: 62.5% !important;
}

@media all and (max-width: 896px) {
  html {
    font-size: 60% !important;
  }
}
body {
  font-family: 游明朝, "Yu Mincho", YuMincho,'Noto Serif JP', "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem !important;
  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 {
  color: #123456;
  text-decoration: none;
}

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;
}

#wrapper {
  position: relative;
  background: #F8F5F5;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.w1200 {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w1500 {
  max-width: 1500px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

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);
}

.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;
}

#content {
  /*
  &:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url("../images/bg_all.jpg") no-repeat bottom right / auto 50%;
  }
  */
}

a.more_btn {
  width: 250px;
  margin: 30px auto 0;
  padding: 20px 20px 20px 0;
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  display: block;
}
a.more_btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  display: block;
}
a.more_btn:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #123456;
}

header {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
}
@media all and (max-width: 1280px) {
  header.is-animation .area_nav .block_logo {
    height: 100px;
    transition: 0.5s;
  }
}
@media all and (max-width: 1280px) and (max-width: 480px) {
  header.is-animation .area_nav .block_logo {
    height: 80px;
  }
}
@media all and (max-width: 1280px) {
  header.is-animation .area_nav .menu-trigger {
    top: 35px !important;
    transition: 0.5s;
  }
}
@media all and (max-width: 1280px) and (max-width: 480px) {
  header.is-animation .area_nav .menu-trigger {
    top: 25px !important;
  }
}

header h1 {
  background: #00285a;
  font-size: 100%;
}
header h1 p {
  display: block;
  max-width: 1100px;
}
header .area_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .area_nav .block_logo {
  width: 200px;
  height: 100px;
  padding-left: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo {
    width: 180px;
    height: 80px;
    padding-left: 11px;
  }
}
header .area_nav .block_logo .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
header .area_nav .block_logo .logo img {
  width: 200px;
  max-width: 200px;
  height: auto;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo .logo img {
    width: 180px;
    max-width: 180px;
  }
}
header .area_nav .block_nav {
  display: flex;
  align-items: center;
  padding-right: 130px;
}
@media all and (max-width: 480px) {
  header .area_nav .block_nav {
    padding-right: 115px;
  }
}
header .area_nav .block_nav .insta {
  position: fixed;
  top: 130px;
  right: 50px;
}
@media all and (max-width: 480px) {
  header .area_nav .block_nav .insta {
    top: 110px;
    right: 40px;
  }
}
header .area_nav .block_nav .insta img {
  width: 40px;
}
header .area_nav .pc_menu {
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  header .area_nav .pc_menu {
    display: none;
  }
}
header .area_nav .pc_menu ul {
  display: flex;
  justify-content: flex-end;
}
header .area_nav .pc_menu ul li {
  padding: 5px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
header .area_nav .pc_menu ul li a {
  color: #000000;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
header .area_nav .pc_menu ul li a:hover {
  border-bottom: 1px solid #00285a;
  opacity: 1;
}
header .area_nav .sp_menu {
  position: fixed;
  top: 0;
  right: 0;
}
header .area_nav .sp_menu .menu-trigger-bg {
  padding: 50px;
  border-radius: 100px;
  top: 20px;
  right: 20px;
  position: absolute;
  background: #00478F;
}
@media all and (max-width: 480px) {
  header .area_nav .sp_menu .menu-trigger-bg {
    padding: 40px;
  }
}
header .area_nav .sp_menu .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 32px;
  z-index: 102;
}
@media all and (max-width: 480px) {
  header .area_nav .sp_menu .menu-trigger {
    top: 25px;
    right: 22px;
  }
}
header .area_nav .sp_menu .menu-trigger.active span {
  background-color: #00285a;
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .area_nav .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
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: #FFFFFF;
  transition: all .5s;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
header .area_nav .sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .area_nav .sp_menu .menu-trigger-txt {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  top: 25px;
  left: 0;
  position: absolute;
}
@media all and (max-width: 480px) {
  header .area_nav .sp_menu .menu-trigger-txt {
    font-size: 1rem;
    top: 20px;
    left: 1px;
  }
}
header .area_nav .sp_menu .member_info {
  margin: 0 20px 20px 20px;
}
header .area_nav .sp_menu .member_info dl {
  background: #00285a;
  color: #FFFFFF;
  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 {
  max-width: 500px;
  width: 100%;
  height: calc(100% - 120px);
  padding: 95px 0 90px 0;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(500px);
  transition: all .5s;
  overflow-x: scroll;
}
header .area_nav .sp_menu nav.open {
  transform: translateZ(0);
}
header .area_nav .sp_menu nav ul {
  margin: 0 20px;
}
header .area_nav .sp_menu nav ul > li {
  width: 100%;
}
header .area_nav .sp_menu nav ul > li:first-child a {
  display: flex;
  justify-content: space-between;
}
header .area_nav .sp_menu nav ul > li:first-child dt.accTitle {
  border-top: 1px solid #00285a;
}
header .area_nav .sp_menu nav ul > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #00285a;
  color: #00285a;
}
@media all and (max-width: 896px) {
  header .area_nav .sp_menu nav ul > li > a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
header .area_nav .sp_menu nav ul > li > a.logo {
  width: 250px;
  height: auto;
  margin: 0 auto;
  border-bottom: none;
}
header .area_nav .sp_menu nav ul > li dl.accArea dt.accTitle {
  background: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #00285a;
  color: #00285a;
}
@media all and (max-width: 896px) {
  header .area_nav .sp_menu nav ul > li dl.accArea dt.accTitle {
    padding: 12px;
    font-size: 1.4rem;
  }
}
header .area_nav .sp_menu nav ul > li dl.accArea dt.accTitle:last-child {
  border-bottom: 1px solid #00285a;
}
header .area_nav .sp_menu 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: #00285a;
  /* 横棒を縦 90℃回転 */
  transform: translateY(-50%) rotate(90deg);
  /* +→-アニメーション */
  transition: 0.5s;
}
header .area_nav .sp_menu nav ul > li dl.accArea dt.accTitle::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #00285a;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .area_nav .sp_menu nav ul > li dl.accArea dt.accTitle.accOn::after {
  transform: rotate(0);
  transition: 0.5s;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner {
  display: none;
  margin: 0 10px;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul {
  margin: 0 0 0 5px;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul:first-child {
  margin-top: 0;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul li p {
  font-weight: bold;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul li a {
  display: block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3rem;
  color: #6A6A6A;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 2px;
  width: 8px;
  height: 1px;
  background: #00285a;
}
header .area_nav .sp_menu nav ul > li dl.accArea dd.accInner ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00285a;
  border-right: 1px solid #00285a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

.cv_btn {
  position: fixed;
  right: -1px;
  top: 40vh;
  z-index: 10;
}
.cv_btn a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background: #716B5F;
  color: #FFFFFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  border: 1px solid #FFFFFF;
  letter-spacing: 1px;
}

.breadcrumb {
  padding-top: 30px;
}
@media all and (max-width: 480px) {
  .breadcrumb {
    padding-top: 15px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  margin-right: 5px;
  padding-right: 5px;
  font-size: 1.5rem;
}

footer {
  padding: 100px 0;
  background: #aaa url("../../../common/img/gfooter/bg_copyright.png") repeat-x 0 0;
  /*
  &::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/foot_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    position: absolute;
  }
  */
}
@media all and (max-width: 480px) {
  footer {
    padding: 50px 0;
  }
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer ul li {
  width: 49%;
  line-height: 2em;
}
@media all and (max-width: 896px) {
  footer ul li {
    width: 100%;
  }
}
footer ul li:last-child {
  text-align: right;
  align-self: flex-end;
}
@media all and (max-width: 896px) {
  footer ul li:last-child {
    margin-top: 20px;
    text-align: center;
  }
}
footer #pagetop {
  position: fixed;
  right: 20px;
  z-index: 99;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    right: 10px !important;
    bottom: 10px !important;
  }
}
footer #pagetop a {
  overflow: hidden;
  outline: none;
}

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;
}
