@charset "UTF-8";
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"]) {
  /*padding: 1em 2em !important;*/
}
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"])::before {
  display: none;
}
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"])::after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.3em;
  margin-right: 0.3em;
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  -webkit-transform: none;
          transform: none;
}
#content #main a[target=_blank]:hover:not(.nonewtabIcon):not([href$=".pdf"])::after {
  border: none;
}

#content #main a[href$=".pdf"]:not(.nopdfIcon):not(.wp-block-file__button)::before, #content #main a[href$=".pdf"][target=_blank]:not(.nopdfIcon):not(.wp-block-file__button)::before {
  display: none;
}
#content #main a[href$=".pdf"]:not(.nopdfIcon):not(.wp-block-file__button)::after, #content #main a[href$=".pdf"][target=_blank]:not(.nopdfIcon):not(.wp-block-file__button)::after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.3em;
  margin-right: 0.3em;
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  -webkit-transform: none;
          transform: none;
}
#content #main a[href$=".pdf"]:hover:not(.nopdfIcon):not(.wp-block-file__button)::after {
  border: none;
}

.btn a {
  position: relative;
  display: inline-block;
  padding: 1em 4.3em 1em 3.7em;
  background-color: #3B9DFF;
  border: 0.1em solid #3B9DFF;
  border-radius: 3em;
  vertical-align: middle;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:hover {
  text-decoration: none;
  color: #3B9DFF;
  background-color: #fff;
  border-color: #3B9DFF;
  opacity: 1;
}
.btn a:hover::before {
  right: 20px;
  width: 30px;
  background: #3B9DFF;
}
.btn a:hover::after {
  right: 20px;
  border-left: 1px solid #3B9DFF;
  border-bottom: 1px solid #3B9DFF;
}
.colorSub.btn a {
  border-color: #00AB8D;
  background-color: #00AB8D;
}
.colorSub.btn a:hover {
  border-color: #00AB8D;
  color: #00AB8D;
  background-color: #fff;
}
.colorSub.btn a:hover::before {
  background: #00AB8D;
}
.colorSub.btn a:hover::after {
  border-left: 1px solid #00AB8D;
  border-bottom: 1px solid #00AB8D;
}
.narrow.btn a {
  padding: 1em 3.5em 1em 2em;
}
.narrow.btn a:hover::after {
  background-image: none;
}
.map.btn a::before {
  background-image: none;
  -webkit-transform: none;
          transform: none;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
.newtabIcon.btn a {
  padding: 1em 4em;
}

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

@media print, screen and (max-width: 768px) {
  .sp_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .tb_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1081px) {
  .pc_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1081px) and (max-width: 1299px) {
  .pc-narrow_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1300px) {
  .pc-wide_hidden {
    display: none !important;
  }
}

noscript {
  padding: 2em;
  text-align: center;
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------
Layout
--------------------------------------------------------------------------------*/
body.home #main {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

body:not(.home) #main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.home) #main #content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 769px) {
  body:not(.home) #main #content {
    margin-bottom: 5em;
  }
}

/*--------------------------------------------------------------------------------
widebox,contentbox
--------------------------------------------------------------------------------*/
.fullwidebox {
  width: 100%;
}

.contentwidebox {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentbox {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .contentbox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .contentbox {
    padding: 40px 0;
  }
}

.contentsubbox {
  width: 90%;
  max-width: 1096px;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .contentsubbox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .contentsubbox {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------------------------
Base
--------------------------------------------------------------------------------*/
a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.7;
}
a.colorLink {
  color: #0077ff;
  text-decoration: underline;
}
a.colorLink::hover {
  text-decoration: none;
}

::-moz-selection {
  background: #ddd;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

.fa {
  padding: 0 5px;
}

a,
a:hover,
a:focus,
content,
input[type=submit],
img,
p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*--------------------------------------------------------------------------------
#content / H1-6
entry-content / H1-6,wp-parts
--------------------------------------------------------------------------------*/
#content ul {
  list-style-type: none;
}
#content ul:not([class]), #content ul:not([class*=" "]).wp-block-list {
  list-style-type: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
#content ul:not([class]) li::marker, #content ul:not([class*=" "]).wp-block-list li::marker {
  color: #3B9DFF;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-weight: bold;
  line-height: 1.5;
  margin: 2em 0 2em 0;
}
@media screen and (max-width: 768px) {
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    margin: 1.5em 0 1.5em 0;
  }
}
#content h1 {
  font-size: 200%;
  line-height: 1.4;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #content h1 {
    font-size: 170%;
  }
}
#content h2 {
  font-size: 165%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h2 {
    font-size: 140%;
  }
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
  font-size: 140%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h3 {
    font-size: 130%;
  }
}
#content h4 {
  font-size: 130%;
  color: #000000;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #content h4 {
    font-size: 120%;
  }
}
#content h5 {
  font-size: 120%;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h5 {
    font-size: 110%;
  }
}
#content h6 {
  font-size: 110%;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #content h6 {
    font-size: 100%;
  }
}
#content .top0 {
  margin-top: 0 !important;
}
#content .btm0 {
  margin-bottom: 0 !important;
}
#content h1.entry-title,
#content h2.entry-title,
#content h3.entry-title,
#content h4.entry-title,
#content h5.entry-title,
#content h6.entry-title {
  margin-top: 0;
}
#content p {
  line-height: 1.7;
}
#content #main {
  width: 100%;
  margin-bottom: 5em;
  overflow: visible;
}
#content #main a {
  position: relative;
  /* 新規タブで開くリンク（PDF以外）のスタイル */
  /* 新規タブで開くPDFリンクのスタイル */
}
#content #main a:hover {
  text-decoration: none;
}
#content #main:not(.page404) > *:first-child {
  margin-top: 0;
}
#content #main h1:not(.nopreset) {
  font-weight: bold;
  border: 0;
  font-weight: 700;
  padding-bottom: 0.5em; /* 下線用スペース */
  position: relative;
  text-align: center;
}
#content #main h1:not(.nopreset)::after {
  content: "";
  background-color: #3B9DFF;
  border-radius: 0.5em;
  width: 2em;
  height: 0.2em;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content #main .h1style {
  margin-bottom: 4em;
}
#content #main .h1style h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#content #main .h2style,
#content #main h2:not(.nopreset) {
  position: relative;
  border: 0;
  font-weight: bold;
  padding-left: 5vw;
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style,
  #content #main h2:not(.nopreset) {
    padding-left: 2vw;
  }
}
#content #main .h2style::after,
#content #main h2:not(.nopreset)::after {
  content: "";
  background-color: #3B9DFF;
  position: absolute;
  bottom: -0.2em;
  border-radius: 0.5vw;
  height: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1vw;
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style::after,
  #content #main h2:not(.nopreset)::after {
    width: 0.5vw;
  }
}
#content #main .h2style span.description,
#content #main h2:not(.nopreset) span.description {
  font-weight: normal;
  font-size: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #content #main .h2style span.description,
  #content #main h2:not(.nopreset) span.description {
    display: block;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style span.description,
  #content #main h2:not(.nopreset) span.description {
    margin-left: 1em;
  }
}
#content #main .h2style {
  margin-bottom: 3em;
}
#content #main .h2style h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#content #main h3:not(.nopreset) {
  line-height: 1.4;
  padding: 0.6em 0;
  color: #000000;
  font-weight: 500;
  position: relative;
}
#content #main h3:not(.nopreset)::before {
  width: 2em;
  border-radius: 0.5vw;
  height: 0.4vw;
  display: inline-block;
  content: "";
  background-color: #3B9DFF;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content #main h3:not(.nopreset) span.description {
  font-weight: normal;
  font-size: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #content #main h3:not(.nopreset) span.description {
    display: block;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main h3:not(.nopreset) span.description {
    margin-left: 1em;
  }
}
#content #main h4:not(.nopreset) {
  line-height: 1.4;
  padding: 0.6em 0em 0.6em 1.5em;
  font-weight: 500;
}
#content #main h4:not(.nopreset)::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.2em;
  background-color: #3B9DFF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content #main h5:not(.nopreset) {
  border-bottom: 1px solid #3B9DFF;
  padding: 0.6em 0 0.6em 0;
}
#content #main h6:not(.nopreset) {
  color: #000000;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 2px dotted #dddddd;
}
#content #main h3.has_description::before,
#content #main h4.has_description::before {
  top: 1em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 1081px) {
  #content #main h3.has_description,
  #content #main h4.has_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content #main h3.has_description::before,
  #content #main h4.has_description::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#content #main h3.has_description span.description,
#content #main h4.has_description span.description {
  display: block;
  font-weight: 400;
  font-size: 80%;
  margin-top: 1em;
}
@media print, screen and (min-width: 1081px) {
  #content #main h3.has_description span.description,
  #content #main h4.has_description span.description {
    margin-top: 0;
    margin-left: 2.5em;
  }
}
#content #main h5 {
  border-bottom: 1px solid #3B9DFF;
  padding: 0.6em 0 0.6em 0;
}
#content #main h6 {
  color: #000000;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 2px dotted #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content #main .img100 img {
  max-width: none;
  width: 100%;
  height: auto;
}
#content table {
  border-bottom: 2px solid #444;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  border-collapse: collapse;
  table-layout: auto;
}
#content table p {
  margin-bottom: 0;
}
#content table th,
#content table td {
  border: none;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
#content table th ol,
#content table th ul,
#content table td ol,
#content table td ul {
  margin-bottom: 0;
}
#content table thead {
  border-bottom: 3px solid #cccccc;
  background-color: transparent;
}
#content table tfoot {
  border-top: 3px solid #cccccc;
}
#content table th {
  vertical-align: top;
  border-top: 2px solid #444;
  padding: 1.2em 2em 1.2em 0;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
#content table td {
  border-top: 2px solid #444;
  padding: 1.2em 0;
}
#content table td table th {
  width: auto;
}
#content table td table td {
  width: auto;
}
@media screen and (max-width: 768px) {
  #content table.fold {
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  #content table.fold th {
    width: 100%;
    display: block;
  }
  #content table.fold td {
    width: 100%;
    display: block;
    border-top: none;
    padding-top: 0;
  }
}
#content table.line {
  border-top: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#content table.line th,
#content table.line td {
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
#content table.line th {
  border-color: #dddddd;
  text-align: left;
  font-weight: 500;
  vertical-align: baseline;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #content table.line th {
    padding-right: 0;
  }
}
#content table.line td {
  border-color: #dddddd;
}
@media screen and (max-width: 768px) {
  #content table.line td {
    padding-left: 0;
    padding-right: 0;
  }
}
#content table.noline {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#content table.noline th,
#content table.noline td {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  background-color: transparent;
}
#content table.noline th {
  border: none;
  text-align: left;
  vertical-align: baseline;
}
#content table.nolinecenter {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media print, screen and (min-width: 769px) {
  #content table.nolinecenter {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
#content table.nolinecenter tr:not(:first-of-type) td:first-of-type {
  margin-top: 0.5em;
}
#content table.nolinecenter th,
#content table.nolinecenter td {
  vertical-align: top;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #content table.nolinecenter th,
  #content table.nolinecenter td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2em 0;
    white-space: normal !important;
  }
}
#content table.nolinecenter th {
  border: none;
  text-align: left;
  vertical-align: baseline;
}

/* #content */
/*--------------------------------------------------------------------------------
common parts font
--------------------------------------------------------------------------------*/
.colorBg {
  background-color: #f6f2f9;
  width: 100vw;
  margin: 3em calc(50% - 50vw);
  padding-top: 1em;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
  .colorBg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.stantBg_pageWrap {
  position: relative;
}
.stantBg_pageWrap::before {
  /*clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 20%);*/
  content: "";
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEEAE1), to(#ffffff));
  background: linear-gradient(#FEEAE1 0%, #ffffff 100%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .stantBg_pageWrap::before {
    border-radius: 60px 0 0 0;
    height: 18em;
  }
}
@media print, screen and (min-width: 769px) {
  .stantBg_pageWrap::before {
    border-radius: 80px 0 0 0;
    height: 30em;
  }
}
@media print, screen and (min-width: 1081px) {
  .stantBg_pageWrap::before {
    border-radius: 100px 0 0 0;
    height: 30em;
  }
}

.snsshareArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.snsshareArea a {
  color: #fff;
  text-align: center;
  padding: 0.5em;
  width: calc(33.3333333333% - 1em);
}
@media print, screen and (min-width: 769px) {
  .snsshareArea a {
    width: calc(33.3333333333% - 2em);
  }
}
.snsshareArea a.facebook {
  background-color: #3b5998;
}
.snsshareArea a.x {
  background-color: #000000;
}
.snsshareArea a.instagram {
  background-color: #000000;
}
.snsshareArea a.line {
  background-color: #00c300;
}

.utility li {
  list-style: none;
  line-height: 1em;
  border-left: 1px solid #000000;
  margin-left: 1em;
  padding-left: 1em;
}
.utility li:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.utility li a {
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .utility li {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}

.new {
  font-size: 0.8em;
  padding: 0 0.5em;
  letter-spacing: 0.1em;
  color: #d65a65;
}

.adobeBlock {
  padding: 0.8em;
  background-color: #efefef;
}
.adobeBlock p {
  font-size: 0.8em;
}
.adobeBlock p:last-of-type {
  margin-bottom: 0;
}

.font-poppins {
  font-family: "poppins", sans-serif;
}

.font-quicksand {
  font-family: "Quicksand", sans-serif;
}

.titleArea {
  position: relative;
}
.titleArea h2 {
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.titleArea span.en {
  display: block;
  color: #3B9DFF;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.65em;
  line-height: 1em;
  /*		@include tb {
  			font-size: 2em;
  			line-height: 1em;
  		}
  		@include pc {
  			font-size: 2.3em;
  		}*/
}
.titleArea span.mincho {
  font-family: "Noto Serif JP", serif;
  display: block;
  color: #3B9DFF;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
}
.titleArea span.txt {
  font-size: 1.25em;
  font-weight: 600;
  /*		@include tb {
  			font-size: 0.6em;
  		}*/
}
.titleArea .btn a {
  font-size: 0.9em;
}
.titleArea .btn::after {
  right: 1em;
}

/*--------------------------------------------------------------------------------
common parts ul
--------------------------------------------------------------------------------*/
.dateIcon::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.areaIcon::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.comIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.detailIcon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

ul.processList li {
  border: 0.1em solid #3B9DFF;
  border-radius: 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 1.5em;
}
ul.processList li:not(:first-of-type)::before {
  content: "";
  background-color: #3B9DFF;
  width: 0.1em;
  height: 1.5em;
  position: absolute;
  left: 50%;
  top: calc(-1.5em - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
ul.processList li.invert {
  background-color: #3B9DFF;
  color: #fff;
}
ul.processList li.bold {
  font-weight: bold;
}

ul.columnList {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 2em;
}
ul.columnList.column3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.columnList.column4 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  ul.columnList.column4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1081px) {
  ul.columnList.column4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

ul.commonList li {
  margin: 0 0 0 0;
  padding: 0.6em 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  width: 100%;
}
ul.commonList li:first-child {
  border-top: 1px solid #dddddd;
}
ul.commonList li a {
  padding-left: 1.25em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
ul.commonList li a:hover {
  text-decoration: none;
}
ul.commonList li a::before {
  color: #ebe1f1;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0%;
}

/* commonList */
/*--------------------------------------------------------------------------------
btn,cat
--------------------------------------------------------------------------------*/
.btnArea {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centerBtnBlock {
  text-align: center;
}
.centerBtnBlock a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------*/
.switch {
  background-color: transparent;
}
.switch #mainNavi .logoColumn .site-titleArea {
  height: 60px;
  padding-left: calc(60px * 2);
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .site-titleArea {
    height: 80px;
    padding-left: calc(80px * 2.2);
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .site-titleArea {
    height: 100px;
    padding-left: calc(100px * 2.4);
  }
}
.switch #mainNavi .logoColumn .site-titleArea #site-title a img {
  height: 60px;
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: 100px;
  }
}
.switch #mainNavi .logoColumn .menuArea .menuBtn {
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .switch #mainNavi .logoColumn .menuArea .menuBtn a {
    margin: 20px 20px 0 20px;
    width: calc(60px + 20px);
    height: calc(60px + 20px);
    line-height: calc(60px + 20px);
    font-size: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .menuArea .menuBtn a {
    margin: 30px 30px 0 30px;
    width: calc(80px + 30px);
    height: calc(80px + 30px);
    line-height: calc(80px + 30px);
    font-size: 2.5em;
  }
}
.switch.hide #mainNavi .logoColumn .site-titleArea #site-title {
  display: none;
}
.switch.hide #mainNavi .logoColumn .menuArea .menu-main-container ul#menu-main li a {
  color: #fff;
}
.switch.hide #mainNavi .logoColumn .menuArea .menu-main-container ul#menu-main li a::before {
  background: #fff;
}
.switch.hide #mainNavi .logoColumn .menuArea .menuBtn a {
  color: #ffffff;
}
.switch.show {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.switch.show #mainNavi .logoColumn {
  background-color: #fff;
}
.switch.show #mainNavi .logoColumn .menuArea .menuBtn a {
  color: #111;
}

@media screen and (max-width: 768px) {
  body:not(.home) {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  body:not(.home) {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  body:not(.home) {
    padding-top: 100px;
  }
}

body:not(.home) header {
  background-color: #fff;
  /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
}

header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 1000;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  header {
    height: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  header {
    height: 100px;
  }
}
header #mainNavi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  /* logocolumn */
}
header #mainNavi .logoColumn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; /* ie */
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* menu-main-container */
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn {
    height: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn {
    height: 100px;
  }
}
header #mainNavi .logoColumn .site-titleArea {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #mainNavi .logoColumn .site-titleArea #site-title {
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn .site-titleArea #site-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn .site-titleArea #site-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header #mainNavi .logoColumn .site-titleArea #site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
header #mainNavi .logoColumn .site-titleArea #site-title a img {
  vertical-align: bottom;
  display: inline-block;
  width: auto;
}
header #mainNavi .logoColumn .site-titleArea p.siteName {
  font-size: 85%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  header #mainNavi .logoColumn .site-titleArea p.siteName {
    /*font-size: max(70%, 3vw);*/
    font-size: 65%;
    line-height: 1.4;
  }
}
header #mainNavi .logoColumn .menuArea {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn .menuArea {
    height: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn .menuArea {
    height: 100px;
  }
}
header #mainNavi .logoColumn .menu-main-container {
  margin-right: 2vw;
  /* ul */
}
header #mainNavi .logoColumn .menu-main-container ul {
  margin: 0 auto;
  letter-spacing: -1em;
}
header #mainNavi .logoColumn .menu-main-container ul li {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-left: 1vw;
  padding-right: 1vw;
}
header #mainNavi .logoColumn .menu-main-container ul li a {
  color: #000000;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
header #mainNavi .logoColumn .menu-main-container ul li a.current {
  color: #3B9DFF;
}
header #mainNavi .logoColumn .menu-main-container ul li a::before {
  background: #3B9DFF;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header #mainNavi .logoColumn .menu-main-container ul li a:hover::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header #mainNavi .logoColumn .menu-main-container > ul > li > a:hover {
  opacity: 1;
  color: #3B9DFF;
}

/*--------------------------------------------------------------------------------
toggleMenu
--------------------------------------------------------------------------------*/
.toggleMenuWrap {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

#subMenuWrap #subMenu {
  background: #3B9DFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu {
    z-index: 999;
    height: 100dvh;
    overflow-y: auto;
    padding: 1.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  #subMenuWrap #subMenu {
    padding: 3em;
    right: 0;
    height: 100dvh;
    overflow-y: auto;
  }
}
#subMenuWrap #subMenu a {
  color: #111;
}
@media print, screen and (min-width: 1300px) {
  #subMenuWrap #subMenu .submenuinnerArea {
    width: max(70%, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
  max-width: 70vw;
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
  width: auto;
  height: 60px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin: 80px 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
    max-width: 100%;
  }
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
    height: 80px;
  }
}
@media print, screen and (min-width: 1081px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
    height: 100px;
  }
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea p {
  color: #fff;
}
#subMenuWrap #subMenu .submenuinnerArea .menu-common-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea ul.sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns li:not(:first-of-type) {
  margin-left: 1em;
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns li a {
  color: #fff;
  font-size: 2em;
}
#subMenuWrap #subMenu .submenuinnerArea ul.utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subMenuWrap #subMenu .submenuinnerArea ul.utility li {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea ul.utility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #subMenuWrap #subMenu .submenuinnerArea ul.utility li {
    margin: 0.5em 0;
    padding: 0;
    border: none;
  }
}

.menu-common-container {
  margin: 3em auto;
  /* common */
}
@media screen and (max-width: 768px) {
  .menu-common-container {
    margin: 1.5em auto;
  }
}
.menu-common-container ul.menu-parent {
  width: 100%;
}
.menu-common-container ul.menu-parent div.vertical {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi > a {
  position: relative;
  display: block;
  padding: 1.5em 0;
  font-weight: bold;
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi + .parentLi {
  /*margin-bottom: 1em;*/
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child {
  margin-bottom: 2em;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li {
  position: relative;
  display: block;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li a {
  font-size: 90%;
  padding-left: 1.5em;
  display: inline-block;
  font-weight: normal;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li::before {
  color: #fff;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.menu-common-container ul {
  margin: 0 auto;
  letter-spacing: -1em;
}
.menu-common-container ul li {
  list-style-type: none;
  letter-spacing: 0;
  vertical-align: middle;
}
.menu-common-container ul li a {
  color: #fff;
  text-decoration: none;
}
.menu-common-container ul li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/
footer {
  background: #111;
}
footer .footerAreaWrap {
  padding: 80px 0 30px 0;
  text-align: center;
  color: #fff;
}
footer .footerAreaWrap .logo {
  display: inline-block;
  width: 180px;
  margin: 0 auto 40px auto;
}
footer .footerAreaWrap .logo img {
  -webkit-filter: invert(88%) sepia(12%) saturate(12%) hue-rotate(281deg) brightness(110%) contrast(103%);
          filter: invert(88%) sepia(12%) saturate(12%) hue-rotate(281deg) brightness(110%) contrast(103%);
  width: 100%;
  height: auto;
}
footer .footerAreaWrap .copy {
  font-size: 75%;
}

/*--------------------------------------------------------------------------------
Animation
--------------------------------------------------------------------------------*/
.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.time_dif:nth-of-type(2) {
  /* 0.3秒の遅延 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.time_dif:nth-of-type(3) {
  /* 0.6秒の遅延 */
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fuwari {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
/*--------------------------------------------------------------------------------
IE
--------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #itemname {
    width: auto;
  }
}
/*--------------------------------------------------------------------------------
print
--------------------------------------------------------------------------------*/
@media print {
  .switch.hide {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .switch.hide #mainNavi .logoColumn .siteName,
  .switch.hide #mainNavi .logoColumn #site-title {
    opacity: 1;
  }
  .switch.hide #mainNavi .logoColumn .menu-main-container ul#menu-main li a {
    color: #000000;
  }
  .switch.hide #mainNavi .logoColumn .menu-main-container ul#menu-main li a:hover {
    opacity: 0.7;
  }
  html body {
    margin-top: 0;
  }
  html header {
    position: relative;
  }
  html #main .contentbox {
    max-width: 90%;
  }
  html #main .widebox {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  html .menu-common-container {
    display: block !important;
  }
}