@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap');
/* font-family: "Bai Jamjuree", sans-serif;*/
/*  font-family: "Noto Sans JP", sans-serif;*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  color: #222;
  font-family: 'Bai Jamjuree', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
}

h1,
h2,
h3 {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #222;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }
}


/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
}

.min {
  padding-left: 15px;
  display: block;
  font-size: 13px;
  color: #999;
  position: relative;
}

.min::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  color: #035adc;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .min {
    font-size: 11px;
  }
}


/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 768px) {
  /*============================
表示切り替え
============================*/

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


/*============================
wrapper
============================*/

.wrapper {
  position: relative;
}

/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 90.625%;
  }
}


/*============================
header
============================*/

#top {
  position: fixed;
  padding: 10px 20px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.5s;
}

#top .siteTitle {
  width: 180px;
}

.siteTitle a {
  padding-top: 33.3333%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  background-size: 100%;
}

@media only screen and (max-width: 980px) {
  #top {
    padding: 7px;
    width: 100%;
    min-width: 0;
  }

  #top.active {
    top: 0 !important;
  }

  #top .inner {
    width: 100%;
    position: relative;
    padding: 10px;
  }

  #top .siteTitle {
    width: 110px;
  }
}

/*============================
nav
============================*/

#top nav {
  margin-left: auto;
}

#top .globalNav {
  width: 100%;
  margin: auto;
}

#top .globalNav li a {
  padding-right: 30px;
  font-weight: 700;
  font-size: 15px;
}

#top .globalNav li a:hover {
  opacity: 1;
  color: #0554e6;
}

#top .globalNav li:nth-last-child(3) a {
  padding-right: 20px;
}

#top .globalNav li:nth-last-child(2) a,
#top .globalNav li:last-of-type a {
  display: block;
  padding-right: 0;
  height: 60px;
  width: 150px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

#top .globalNav li:nth-last-child(2) a:hover,
#top .globalNav li:last-of-type a:hover {
  letter-spacing: 0.12em;
}

#top .globalNav li:nth-last-child(2) a {
  margin-right: 10px;
  background-color: #0554e6;
  font-size: 20px;
}

#top .globalNav li:last-of-type a {
  background-color: #f56e36;
  font-size: 24px;
}

/*スクロール時*/
#top.white {
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#top.white .siteTitle {
  width: 130px;
}

#top.white .globalNav li:nth-last-child(2) a,
#top.white .globalNav li:last-of-type a {
  height: 50px;
  width: 130px;
  line-height: 50px;
}

@media only screen and (max-width: 980px) {
  #top nav {
    margin-top: 50px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(3, 90, 220, 0.9);
    overflow-y: scroll;
  }

  #top .globalNav li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(225, 225, 225, 0.1);
  }

  #top .globalNav li:last-child {
    border-bottom: none;
  }

  #top .globalNav li a {
    display: block;
    overflow: inherit;
    width: 100%;
    height: inherit;
    color: #fff;
    padding: 15px 0;
    text-align: center;
  }

  #top .globalNav li a:hover {
    opacity: 1;
  }

  #top .globalNav li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }

  #top .globalNav li:nth-last-child(3) a {
    padding-right: 0;
  }

  #top .globalNav li:nth-last-child(2) a,
  #top .globalNav li:last-of-type a {
    width: 100%;
    line-height: 1.7;
    font-size: 18px;
  }

  #top .globalNav li:nth-last-child(2) a:hover,
  #top .globalNav li:last-of-type a:hover {
    letter-spacing: 0.06em;
  }

  /*スクロール時*/
  #top.white {
    padding: 7px;
  }

  #top.white .siteTitle {
    width: 110px;
  }

  #top.white .globalNav li:nth-last-child(2) a,
  #top.white .globalNav li:last-of-type a {
    width: 100%;
    height: auto;
    line-height: 1.7;
  }
}


/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 980px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f56e36;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #f56e36;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}


/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  justify-content: space-evenly;
}

.link a,
.link input {
  display: block;
  line-height: inherit;
  width: 350px;
  padding: 13px 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #f56e36;
  border-radius: 50px;
  position: relative;
}

.link a:hover {
  opacity: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #f56e36;
}

@media only screen and (max-width: 768px) {
  .link {
    padding-top: 30px;
    width: 90%;
  }

  .link a:hover {
    opacity: 1;
    letter-spacing: 0.06em;
    background-color: #f56e36;
    color: #fff;
  }
}


/*============================
article
============================*/

article {
  padding: 120px 0;
}

#point,
#merit,
#info {
  padding: 40px 0;
}

article .inner p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  article {
    padding: 50px 0;
  }

  #point,
  #merit,
  #info {
    padding: 20px 0;
  }
}


/*============================
.phpto（あしらい）
============================*/

.photo {
  width: 520px;
  position: relative;
}

.photo::before {
  position: absolute;
  content: '';
  display: block;
  width: 520px;
  height: 390px;
  background-color: #f56e36;
  top: 10px;
  right: -10px;
  border-radius: 3px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .photo {
    margin: 30px auto 0;
    width: 90%;
  }

  .photo::before {
    width: 100%;
    height: 100%;
  }
}


/*============================
.toTop
============================*/

.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  width: 41px;
}

.toTop li a {
  padding-top: 172.9508%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .toTop {
    bottom: 10px;
    right: 10px;
    width: 30px;
  }

  .toTop li a {
    width: 100%;
  }
}


/*============================
footer
============================*/

footer {
  padding-top: 60px;
  font-size: 15px;
  border-top: 1px solid #035adc;
}

footer .inner {
  position: relative;
  align-items: center;
}

footer .inner > .flex {
  justify-content: flex-start;
  align-items: center;
}

footer .siteTitle {
  width: 249px;
  margin-right: 40px;
}

footer .siteTitle a {
  padding-top: 20.080%;
  background: url(../images/common/footer/sitetitle.png) no-repeat left center;
  background-size: 100%;
}

footer .sublink {
  margin-top: 30px;
}

footer .sublink li a {
  font-size: 13px;
  line-height: 1;
  position: relative;
}

footer .sublink li:last-of-type a {
  margin-left: 30px;
}

footer .copyright {
  margin-top: 60px;
  padding: 15px 0 15px 130px;
  font-size: 12px;
  color: #fff;
  background-color: #035adc;
}

@media only screen and (max-width: 1040px) {
  footer {
    padding-top: 30px;
  }

  footer .siteTitle {
    width: 50%;
    margin: 0 auto 20px;
  }

  footer .detail {
    width: 100%;
    text-align: center;
  }

  footer .sublink {
    margin-top: 20px;
    text-align: center;
  }

  footer .sublink li {
    width: 100%;
  }

  footer .sublink li a {
    font-size: 13px;
    line-height: 1;
    position: relative;
  }

  footer .sublink li:last-of-type a {
    margin: 0;
  }


  footer .copyright {
    margin-top: 30px;
    padding: 10px 0 60px;
    font-size: 10px;
    text-align: center;
  }
}


/*============================
.bl_floatingBanner
========================== */
.bl_floatingBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 210px;
  z-index: 10000;
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner a {
  width: 100%;
}

.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

.bl_floatingBanner_img img {
  width: 100%;
  border-radius: 3px;
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}

.bl_floatingBanner_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  background-color: #222;
  border-radius: 50px;
  padding: 10px;
}

.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
}


@media only screen and (max-width: 768px) {
  .bl_floatingBanner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .bl_floatingBanner_img img {
    display: block;
    width: 100%;
    padding-top: 13.3333%;
    height: 0;
    overflow: hidden;
    background: url(../images/common/banner_sp.png)no-repeat center center;
    background-size: 100%;
    border-radius: 0;
  }

  .bl_floatingBanner_img:hover {
    opacity: 1;
  }

  .bl_floatingBanner_close {
    display: none;
  }

}


/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}


/*============================
animation
============================*/
@keyframes yurayura {

  0%,
  100% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }
}

@keyframes yurayura02 {
  0% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(-5%);
  }
}
