@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
cite,
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* 汎用クラス */

[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left 0.5em;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.btn {
  display: block;
  text-decoration: none;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC,
.blkC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

a:hover {
  opacity: 0.8;
}

/* clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  overflow-x: hidden;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
 
@media only screen and (max-width: 750px) {
  body {
    letter-spacing: 0.5px;
  }
}


body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  }

body,
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 750px) {
  p {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}

a {
  color: #0d5698;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="text"],
button,
textarea,
select {
  font-family: "arial", "Yu Gothic", YuGothic, "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
}

button,
input[type="submit"] {
  font-family: "arial", "Yu Gothic", YuGothic, "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

figure img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .tab_hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none;
  }
}

.inner {
  margin-inline: auto;
}

@media (min-width: 750px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/

#pageTop {
  position: fixed;
  z-index: 9998;
  bottom: 50px;
  right: 20px;
}

#pageTop span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 65px;
  height: 65px;
  background: #d24e5c;
  border-radius: 50%;
  cursor: pointer;
}

#pageTop span:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 820px) {
  #pageTop {
    right: 10px;
  }
  #pageTop span {
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    width: 48px;
    height: 48px;
  }
  #pageTop span:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #pageTop {
    bottom: 100px;
  }
}
pre {
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}

#gnav_sp {
  display: none;
}
#gnav_sp .nav-content__bnr {
  padding: 10px;
}

#gnav_sp .nav-content__bnr > div {
  margin-bottom: 10px;
}

#gnav_sp .nav-content__bnr > div:nth-of-type(2) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
#gnav_sp {
  display: block;
}
.sec02 {
  display: none;
}
  #gnav_sp {
      background: #3a9d88;
      padding-top: 0px;
      padding-bottom: 10px;
      position: fixed;
      padding-left: 12px;
      top: 0;
      right: 0;
      z-index: 9999;
      height: 68px;
      /*チェックが入ったらもろもろ表示*/
  }

  #gnav_sp .head-logo .logo {
      max-width: 180px;
  }

  #gnav_sp .menu_ttl {
      display: block;
      color: #fff;
      font-weight: 100;
      font-size: 12px;
      position: relative;
      left: 1px;
      top: 3px;
  }

  #gnav_sp #nav-content {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      /*左に隠しておく*/
  }

  #gnav_sp .nab-sp {
      margin-left: auto;
  }

  #gnav_sp #nav-drawer {
      position: relative;
  }

  #gnav_sp .nav-unshown {
      display: none;
  }

  #gnav_sp #nav-open {
      display: inline-block;
      width: 51px;
      height: 40px;
      vertical-align: middle;
      padding-top: 16px;
      padding-left: 0px;
  }

  #gnav_sp #nav-open span:before {
      bottom: -10px;
  }

  #gnav_sp #nav-open span:after {
      bottom: -20px;
  }

  #gnav_sp #nav-open span,
  #gnav_sp #nav-open span:before,
  #gnav_sp #nav-open span:after {
      position: absolute;
      height: 3px;
      width: 37px;
      border-radius: 3px;
      background: #fff;
      display: block;
      content: '';
      cursor: pointer;
  }

  #gnav_sp #nav-close {
      display: none;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      overscroll-behavior: none;
        /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
      -ms-overflow-style: none;
      /*Firefoxへの対応*/
      scrollbar-width: none;
      overflow-y: scroll;
  }
  #gnav_sp #nav-close::-webkit-scrollbar{
    display: none;
  }

  #gnav_sp #nav-close span{
      display: block;
      height: 100.1%;
  }

  #gnav_sp #nav-close2 {
      display: none;
      position: fixed;
      z-index: 999999;
      top: .0;
      right: 0;
      width: 54px;
      height: 54px;
      vertical-align: middle;
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
  }

  #gnav_sp #nav-close2 span {
      position: relative;
  }

  #gnav_sp #nav-close2 span:before,
  #gnav_sp #nav-close2 span:after {
      position: absolute;
      height: 3px;
      width: 28px;
      top: 28px;
      left: 10px;
      border-radius: 3px;
      background: #555;
      display: block;
      content: '';
      cursor: pointer;
  }

  #gnav_sp #nav-close2 span:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #gnav_sp #nav-close2 span:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  #gnav_sp #nav-content {
      overflow: auto;
      position: fixed;
      overscroll-behavior: none;
      top: 0;
      right: 0;
      z-index: 10001;
      width: 90%;
      height: 100%;
      padding-top: 54px;
      background: #fff;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
  }
  #gnav_sp #nav-content::-webkit-scrollbar{
    display:none;
  }

  #gnav_sp #nav-content .wrap_nav_content {
      min-height: 100%;
      height: 100.1%;
      padding-bottom: 50px;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry {
      background: #583434;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry a {
      color: #fff;
      padding: 16px;
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list {
      display: none;
      background: #440a65;
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list li {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list li a {
      font-size: 13px;
      display: block;
      padding: 12px 16px;
      color: #fff;
  }

  #gnav_sp #nav-input:checked ~ #nav-close {
      display: block;
      /*カバーを表示*/
      opacity: .5;
  }

  #gnav_sp #nav-input:checked ~ #nav-close2 {
      display: block;
      opacity: 1;
  }

  #gnav_sp #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      /*中身を表示（右へスライド）*/
      -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
      box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  #gnav_sp .gnav_sp li {
      border-top: 1px solid #ddd;
  }

  #gnav_sp .gnav_sp li a {
      color: #440a65;
      display: block;
      font-size: 15px;
      font-weight: 600;
      padding: 12px 16px;
  }
}
