@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html,
body {
  height: 100%;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #000000;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}
@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item.no-fade {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  padding-top: 100px;
  min-width: 1220px;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 40px;
    min-width: auto;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
    margin-left: 0;
  }
}
/****サイトフォント設定 ******/
p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
p.txt-c {
  text-align: center;
}
p.txt-r {
  text-align: right;
}
p.red,
p .red {
  color: #CE3533;
}
p.source {
  font-size: 0.75rem;
  margin-top: 10px;
}
p.source a {
  color: #0774B4;
}

.red {
  color: #CE3533;
}

ul li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.attention li {
  font-size: 0.8125rem;
}

dl dt,
dl dd {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl dt,
  dl dd {
    font-size: 0.9375rem;
  }
}
dl.table-list {
  display: flex;
  flex-wrap: wrap;
}
dl.table-list dt {
  width: 17%;
  font-weight: 600;
  padding: 15px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  dl.table-list dt {
    width: 100%;
    border-right: 1px solid #000000;
  }
}
dl.table-list dt:first-of-type {
  border-top: 1px solid #000000;
}
dl.table-list dd {
  width: 83%;
  padding: 15px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  dl.table-list dd {
    width: 100%;
  }
}
dl.table-list dd:first-of-type {
  border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  dl.table-list dd:first-of-type {
    border-top: none;
  }
}

.color {
  color: #0071BC;
  font-weight: bold;
}

/****見出し設定 ******/
h2.ttl {
  font-size: 3rem;
}
h2.ttl .en {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h2.ttl .en {
    font-size: 1rem;
  }
}

.page-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.125rem;
  }
}

.contents .page-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contents .page-ttl {
    font-size: 2.125rem;
  }
}

.section-ttl {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 1.5rem;
  }
}
.section-ttl .en {
  display: block;
  color: #0071BC;
  font-size: 1rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-ttl .en {
    font-size: 0.75rem;
  }
}

.normal-ttl-en {
  font-size: 1.75rem;
  font-family: "Figtree", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .normal-ttl-en {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}

.page {
  position: relative;
}
.page .page-mv {
  width: calc(920px + (100% - 1200px) / 2);
  height: 520px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 3;
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .page .page-mv {
    width: 90%;
    height: auto;
    border-radius: 8px;
    top: 90px;
    right: 5%;
  }
}
.page .page-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/****ボタン設定******/
.btn {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 225px;
  }
}
.btn a {
  display: block;
  color: #fff;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 20px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 15px 35px;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}
.btn a:hover {
  color: #0071BC;
  background: #fff;
  border: 3px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    color: #fff;
    background: #00A1E9;
    background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
    border: 3px solid #fff;
  }
}
.btn a:hover::after {
  border-right: 3px solid #0071BC;
  border-bottom: 3px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .btn a:hover::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

/*.btn{
  width: 420px;

  @include mq(md){
    width: 100%;
  }

  a{
    display: block;
    border-radius: 40px;
    border: 1px solid $blue;
    text-align: center;
    padding: 20px;
    color: $blue;
    font-size: rem(15);

    @include mq(md){
      font-size: rem(14);
      padding: 15px;
    }

    &::after{
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 2px solid $blue;
      border-bottom: 2px solid $blue;
      transform: rotate(-45deg);
      margin-left: 10px;
    }

    &:hover{
      color: $white;
      background: $blue;

      @include mq(md){
        color: $blue;
        background: transparent;
      }

      &::after{
        border-right: 2px solid $white;
        border-bottom: 2px solid $white;

        @include mq(md){
          border-right: 2px solid $blue;
          border-bottom: 2px solid $blue;
        }
      }
    }
  }

  &.blank-link{
    a{
      .blank{
        content: '';
        display: inline-block;
        width: 17px;
        height: 14px;
        background: url(/assets/img/common/icon_blank.png) no-repeat;
        background-size: contain;
        margin-left: 20px;
      }
      &::after{
        margin-left: 15px;
      }

      &:hover{
        .blank{
          background: url(/assets/img/common/icon_blank_h.png) no-repeat;
          background-size: contain;

          @include mq(md){
            background: url(/assets/img/common/icon_blank.png) no-repeat;
            background-size: contain;
          }
        }
      }
    }
  }
}*/
/***********youtube**************/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******画像の横幅調整 ページコンテンツ部分のみ************/
.contents img {
  width: 100%;
}

/****テキストリンク******/
a.text-link {
  color: #0071BC;
  text-decoration: underline;
}
a.text-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.text-link:hover {
    text-decoration: underline;
  }
}

/****リンク関連 ******/
a.flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.flex-link:hover .link-arrow {
  background: #0071BC;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.text-link {
  color: #0071BC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.text-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.text-link:hover {
    text-decoration: underline;
  }
}
a.link-color {
  color: #0071BC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.link-color:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.link-color:hover {
    text-decoration: underline;
  }
}
a.pdf {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.pdf::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin: 0 5px;
  position: relative;
  top: 2px;
}
a.excel {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.excel::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_xls.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
a.word {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.word::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_word.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

/**********ヘッダー*********/
header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  min-width: 1220px;
  position: fixed;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  header {
    height: 40px;
    min-width: auto;
  }
}
header .header-wrap {
  width: 100%;
  height: 100%;
  padding: 0 1% 0 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    padding: 0;
  }
}
header .header-wrap .logo {
  width: 315px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .logo {
    width: 160px;
    margin-left: 10px;
  }
}
header .header-wrap .logo a {
  display: flex;
  align-items: center;
}
header .header-wrap .logo img {
  vertical-align: middle;
}
header .header-wrap .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-menu-btn {
    display: block;
    width: 40px;
    height: 100%;
    margin-right: 5px;
    position: relative;
    z-index: 900;
  }
  header .header-wrap .sp-menu-btn .line {
    width: 20px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 10px;
    transition: 0.5s all;
  }
  header .header-wrap .sp-menu-btn .line:nth-of-type(1) {
    top: 14px;
  }
  header .header-wrap .sp-menu-btn .line:nth-of-type(2) {
    top: 19px;
  }
  header .header-wrap .sp-menu-btn .line:nth-of-type(3) {
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-menu-btn.open .line {
    top: 19px;
  }
  header .header-wrap .sp-menu-btn.open .line:nth-of-type(1) {
    transform: rotate(45deg);
  }
  header .header-wrap .sp-menu-btn.open .line:nth-of-type(2) {
    display: none;
  }
  header .header-wrap .sp-menu-btn.open .line:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}
header .header-wrap .overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(125deg, rgba(0, 161, 233, 0.5) 0%, rgba(0, 113, 188, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .overlay.active {
    opacity: 1;
  }
}
header .header-wrap .menu-wrap {
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap {
    display: block;
    width: 80%;
    height: 100vh;
    margin-left: 20%;
    background: #fff;
    padding: 70px 6% 45px;
    transform: translateX(200%);
    transition: 0.5s all;
    position: absolute;
    top: 0;
    opacity: 0;
  }
}
header .header-wrap .menu-wrap.open {
  transform: translateX(0);
  opacity: 1;
  overflow-y: scroll;
}
header .header-wrap .menu-wrap .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
  margin-top: 3px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list {
    margin-top: 0;
    display: block;
    padding: 0 40px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li {
    margin-bottom: 10px;
  }
}
header .header-wrap .menu-wrap .menu-list li a {
  display: block;
  line-height: 2.1;
  position: relative;
  transition: transform 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(/assets/img/common/icon_menu_arrow.png) no-repeat;
    background-size: contain;
    margin-right: 7px;
    position: relative;
    top: 2px;
  }
}
header .header-wrap .menu-wrap .menu-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
  transform-origin: right top;
  transform: scale(0, 1);
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li a::after {
    content: none;
  }
}
header .header-wrap .menu-wrap .menu-list li a:hover {
  transform: translateY(-4px);
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li a:hover {
    transform: translateY(0);
    color: #000000;
    opacity: 1;
  }
}
header .header-wrap .menu-wrap .menu-list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li a:hover::after {
    content: none;
  }
}
header .header-wrap .menu-wrap .menu-list li.active a {
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .menu-list li.active a {
    color: #000000;
  }
}
header .header-wrap .menu-wrap .menu-list li.active a::after {
  width: 100%;
  transition: none;
  transform: scale(1, 1);
}
header .header-wrap .menu-wrap .sp-menu-info {
  display: contents;
}
header .header-wrap .menu-wrap .sp-menu-info .menu-logo,
header .header-wrap .menu-wrap .sp-menu-info .adress,
header .header-wrap .menu-wrap .sp-menu-info .business-hours,
header .header-wrap .menu-wrap .sp-menu-info .access-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .menu-logo,
  header .header-wrap .menu-wrap .sp-menu-info .adress,
  header .header-wrap .menu-wrap .sp-menu-info .business-hours,
  header .header-wrap .menu-wrap .sp-menu-info .access-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .menu-logo {
    max-width: 240px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .menu-logo a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .menu-logo .lisence-number {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .adress {
    line-height: 1.6;
  }
}
header .header-wrap .menu-wrap .sp-menu-info .phone-num p {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .phone-num p {
    font-size: 1rem;
  }
}
header .header-wrap .menu-wrap .sp-menu-info .phone-num p a {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .phone-num p a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .business-hours li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .business-hours li span::after {
    content: "／";
    display: inline-block;
    padding: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .access-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .access-btn a {
    color: #fff;
    font-size: 0.8125rem;
    font-family: "Figtree", sans-serif;
    background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
    padding: 7px 15px;
    border-radius: 18px;
    font-weight: 500;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-wrap .sp-menu-info .access-btn a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    bottom: 1px;
  }
}

.fixed-y {
  overflow-y: hidden;
}

/**********取扱物件*********/
.property {
  padding: 160px 0 175px;
  background: url(/assets/img/common/property.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .property {
    padding: 75px 0 65px;
    background-position: center center;
  }
}
.property .property-inner {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .property .property-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.property .property-inner h2 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .property .property-inner h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.property .property-inner .property-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .property .property-inner .property-link {
    justify-content: center;
    gap: 0 2%;
  }
}
.property .property-inner .property-link li {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .property .property-inner .property-link li {
    width: 150px;
  }
}
.property .property-inner .property-link li a {
  display: block;
}
.property .property-inner .property-link li a img {
  border-radius: 4px;
}

/**********フッター*********/
footer {
  min-width: 1220px;
  padding: 55px 0 25px;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
    padding: 30px 0 120px;
  }
}
footer .footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    width: 100%;
    padding: 0 6%;
  }
}
footer .footer-wrap .footer-logo {
  width: 335px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-logo {
    width: 240px;
  }
}
footer .footer-wrap .footer-logo a {
  display: block;
}
footer .footer-wrap .footer-logo .lisence-number {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-logo .lisence-number {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
footer .footer-wrap .footer-contents {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents {
    margin-top: 40px;
  }
}
footer .footer-wrap .footer-contents .company-info {
  width: 330px;
  margin-right: 95px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info {
    width: 100%;
    margin-right: 0;
  }
}
footer .footer-wrap .footer-contents .company-info .phone-num p {
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info .phone-num p {
    font-size: 1.125rem;
  }
}
footer .footer-wrap .footer-contents .company-info .phone-num p a {
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info .phone-num p a {
    font-size: 1.875rem;
  }
}
footer .footer-wrap .footer-contents .company-info .business-hours li {
  line-height: 1.6;
}
footer .footer-wrap .footer-contents .company-info .business-hours li span::after {
  content: "／";
  display: inline-block;
  padding: 0 2px;
}
footer .footer-wrap .footer-contents .company-info .access-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info .access-btn {
    margin-top: 20px;
  }
}
footer .footer-wrap .footer-contents .company-info .access-btn a {
  color: #0071BC;
  font-size: 0.9375rem;
  font-family: "Figtree", sans-serif;
  background: #fff;
  padding: 7px 15px;
  border-radius: 18px;
  font-weight: 500;
  border: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info .access-btn a {
    font-size: 0.8125rem;
  }
}
footer .footer-wrap .footer-contents .company-info .access-btn a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  transform: rotate(-45deg);
  position: relative;
  bottom: 1px;
}
footer .footer-wrap .footer-contents .company-info .access-btn a:hover {
  color: #fff;
  background: #0071BC;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .company-info .access-btn a:hover {
    color: #0071BC;
    background: #fff;
  }
}
footer .footer-wrap .footer-contents .company-info .access-btn a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
footer .footer-wrap .footer-contents .footer-menu {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .footer-menu {
    width: 100%;
    margin-top: 35px;
  }
}
footer .footer-wrap .footer-contents .footer-menu .footer-menu-list {
  width: 50%;
}
footer .footer-wrap .footer-contents .footer-menu .footer-menu-list li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-contents .footer-menu .footer-menu-list li {
    margin-bottom: 12px;
  }
}
footer .footer-wrap .footer-contents .footer-menu .footer-menu-list li a {
  color: #fff;
  position: relative;
}
footer .footer-wrap .footer-contents .footer-menu .footer-menu-list li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(/assets/img/common/arrow_h.png) no-repeat;
  background-size: contain;
  /*border-radius: 2px;
  border-right: 3px solid $white;
  border-bottom: 3px solid $white;
  transform: rotate(-45deg);*/
  margin-right: 10px;
  position: relative;
  top: 1px;
}
footer .footer-wrap .footer-others {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-others {
    margin-top: 15px;
  }
}
footer .footer-wrap .footer-others .copy-right {
  color: #fff;
  font-size: 0.75rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-others .copy-right {
    font-size: 0.625rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-others .others-link li {
    margin-bottom: 5px;
  }
}
footer .footer-wrap .footer-others .others-link li a {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-others .others-link li a {
    font-size: 0.625rem;
  }
}
footer .footer-wrap .footer-others .others-link li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-others .others-link li a:hover {
    text-decoration: underline;
  }
}
footer .sns-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
}
@media screen and (max-width: 767px) {
  footer .sns-link {
    bottom: 10px;
  }
}
footer .sns-link li {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  footer .sns-link li {
    width: 50px;
    height: 50px;
  }
}
footer .sns-link li a {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  footer .sns-link li a:hover {
    opacity: 1;
  }
}
footer .sns-link li:last-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .sns-link li:last-of-type {
    display: block;
  }
}

/************テーブル**************/
table {
  margin-bottom: 15px;
}
table thead th {
  font-size: 1rem;
  background: #eef8ff;
  font-weight: 500;
  border-top: 2px solid #0071BC;
  border-left: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  table thead th {
    font-size: 0.875rem;
  }
}
table thead th.txt-l {
  text-align: left;
}
table thead th.no-head {
  background: #F3F2EF;
}
table tbody th {
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  background: #eef8ff;
  padding: 10px 25px;
  border-left: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
}
@media screen and (max-width: 767px) {
  table tbody th {
    font-size: 0.875rem;
  }
}
table tbody th.txt-l {
  text-align: left;
}
table tbody td {
  font-size: 0.9375rem;
  border-left: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  padding: 10px 25px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  table tbody td {
    font-size: 0.875rem;
  }
}
table tbody td ul li {
  font-size: 0.875rem;
}
table tbody td.txt-l {
  text-align: left;
}
table tbody tr:first-of-type th {
  border-top: 2px solid #0071BC;
}
table tbody tr td {
  font-size: 0.9375rem;
}
.table-wrap {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    min-height: 130px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 1000px;
  }
}
.table-wrap .table-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table-wrap .table-img {
    width: 1000px;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  height: 90px;
  background: #0071BC;
}

/***************下層ページ********************/
.page .page-ttl {
  padding: 85px 0 170px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgba(0, 161, 233, 0.9) 0%, rgba(0, 113, 188, 0.9) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .page-ttl {
    padding: 20px 0 35px;
  }
}
.page .page-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: -0.5px;
}
@media screen and (max-width: 767px) {
  .page .page-ttl::after {
    height: 50px;
  }
}
.page .page-ttl .ttl-en {
  color: #fff;
  font-size: 4.5rem;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page .page-ttl .ttl-en {
    font-size: 1.75rem;
  }
}
.page .page-ttl .ttl-en .jp {
  display: block;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page .page-ttl .ttl-en .jp {
    font-size: 0.8125rem;
  }
}
.page .breadcrumb {
  margin-bottom: 30px;
  padding: 15px 4%;
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb {
    margin-bottom: 0;
  }
}
.page .breadcrumb li {
  font-size: 0.75rem;
  margin-right: 24px;
  font-weight: 500;
}
.page .breadcrumb li:last-of-type {
  margin-right: 0;
}
.page .breadcrumb li a {
  color: #4E4E4E;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
}
.page .breadcrumb li a:after {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -15px;
}
.page .breadcrumb li a:hover {
  color: #0071BC;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb li a:hover {
    color: #707070;
    text-decoration: underline;
  }
}
.page .contents {
  padding: 100px 0 145px;
}
@media screen and (max-width: 767px) {
  .page .contents {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page .contents.inner {
    padding: 50px 5% 80px;
  }
}
.page .contents .section-category {
  margin-bottom: 180px;
}
.page .contents .section-category.last {
  margin-bottom: 0;
}
.page .contents .section-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block {
    margin-bottom: 70px;
  }
}
.page .contents .section-block.last {
  margin-bottom: 0;
}
.page .contents .section-block:last-of-type {
  margin-bottom: 0;
}
.page .contents .section-block .section-ttl {
  width: 100%;
}
.page .contents .section-block .item-list {
  margin-bottom: 35px;
}
.page .contents .section-block .item-list dt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 1em;
}
.page .contents .section-block .item-list dt span {
  position: relative;
}
.page .contents .section-block .item-list dt span:before {
  content: "";
  display: block;
  width: 2px;
  height: 86%;
  background: #0071BC;
  position: absolute;
  left: -12px;
  top: 0.2em;
  /*top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
.page .contents .section-block .item-list dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd {
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .item-list dd .item-pic {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd .item-pic {
    margin-bottom: 10px;
  }
}
.page .contents .section-block .item-list dd .item-pic img {
  border: 1px solid #707070;
}
.page .contents .section-block .item-list dd .item-pic img.no-line {
  border: none;
}
.page .contents .section-block .item-list dd figure figcaption {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd figure figcaption {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .movie .movie-wrap {
  aspect-ratio: 16/9;
}
.page .contents .section-block .movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .movie .movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .txt-link p a .link-arrow {
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.page .contents .section-block .txt-link p a .link-arrow:before {
  top: 8px;
  left: 7px;
}
.page .contents .section-block .txt-link p a:hover {
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .txt-link p a:hover {
    color: #000000;
  }
}
.page .contents .section-block .link-list li {
  margin-bottom: 10px;
}
.page .contents .section-block .link-list li a.pdf {
  color: #0071BC;
}
.page .contents .section-block .link-list li a.pdf::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.page .contents .section-block .link-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .link-list li a:hover {
    text-decoration: none;
  }
}
.page .contents .section-block .section-block-col1 {
  width: 100%;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img {
  margin: 30px 0;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img img {
  max-width: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col1 .section-block-col1-img img {
    max-width: 100%;
    width: 100%;
  }
}
.page .contents .section-block .section-block-col1 .section-block-col1-img.w100 img {
  max-width: 100%;
  width: 100%;
}
.page .contents .section-block .section-block-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col2 .section-block-col2-left {
  width: 394px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-left {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-right {
  width: 424px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-right {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-w50 {
  width: 410px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-w50 {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-w50:nth-of-type(odd) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-w50:nth-of-type(odd) {
    width: 100%;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .item-list {
  width: 410px;
}
.page .contents .section-block .section-block-col2 .item-list:nth-of-type(odd) {
  margin-right: 30px;
}
.page .contents .section-block .section-block-col3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col3 .item-list {
  width: 265px;
  margin-right: calc((100% - 795px) / 2);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col3 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col3 .item-list:nth-of-type(3n) {
  margin-right: 0;
}
.page .contents .section-block .section-block-col4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col4 .item-list {
  width: 195px;
  margin-right: calc((100% - 780px) / 3);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col4 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col4 .item-list:nth-of-type(4n) {
  margin-right: 0;
}
.page.col01.top .ttl .page-ttl {
  color: #fff;
  /*font-size: rem(80);
  font-family: $font-family-site-en;
  color: rgba($white, 0.6);
  letter-spacing: 0;
  line-height: 1.3;

  @include mq(md){
    font-size: rem(60);
  }

  .jp{
    display: block;
    font-size: rem(26);
    font-family: $font-family;
    color: rgba($white, 1.0);
    letter-spacing: 0.06em;

    @include mq(md){
      font-size: rem(20);
    }
  }*/
}
.page.col01.top .ttl .breadcrumb li {
  padding-left: 3px;
  color: #fff;
  background: rgba(0, 113, 188, 0.4);
}
.page.col01.top .ttl .breadcrumb li a {
  color: rgba(255, 255, 255, 0.8);
}
.page.col01.top .ttl .breadcrumb li:last-of-type {
  padding-left: 0;
  padding-right: 3px;
}
.page.col01.top .contents .category-list {
  display: flex;
  flex-wrap: wrap;
}
.page.col01.top .contents .category-list li {
  width: 262px;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page.col01.top .contents .category-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.page.col01.top .contents .category-list li:nth-of-type(4n) {
  margin-right: 0;
}
.page.col01.top .contents .category-list li a {
  position: relative;
}
.page.col01.top .contents .category-list li a .category-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page.col01.top .contents .category-list li a .category-img {
    aspect-ratio: 17/9.5;
  }
}
.page.col01.top .contents .category-list li a .category-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(10, 69, 128);
  background: linear-gradient(180deg, rgba(10, 69, 128, 0) 0%, rgba(10, 69, 128, 0.03) 30%, rgba(10, 69, 128, 0.15) 55%, rgba(10, 69, 128, 0.56) 80%, rgba(10, 69, 128, 0.66) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page.col01.top .contents .category-list li a .category-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page.col01.top .contents .category-list li a .category-img p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

/******CMS固定ページ、投稿Wysiwyg用******/
.cms-page .large-ttl,
.cms-wysiwyg .large-ttl {
  font-size: 2.375rem;
  border-bottom: 1px solid #C6C5C4;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-page .large-ttl,
  .cms-wysiwyg .large-ttl {
    font-size: 1.5625rem;
    margin-bottom: 1em;
  }
}
.cms-page img,
.cms-wysiwyg img {
  max-width: 100%;
  width: revert-layer;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cms-page img,
  .cms-wysiwyg img {
    height: auto;
  }
}
.cms-page img.txt-c,
.cms-wysiwyg img.txt-c {
  display: block;
  margin: 0 auto;
}
.cms-page img.f-left,
.cms-wysiwyg img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .cms-page img.f-left,
  .cms-wysiwyg img.f-left {
    float: none;
    margin-right: 0;
  }
}
.cms-page img.f-right,
.cms-wysiwyg img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .cms-page img.f-right,
  .cms-wysiwyg img.f-right {
    float: none;
    margin-left: 0;
  }
}
.cms-page .wp-video,
.cms-wysiwyg .wp-video {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cms-page .wp-video,
  .cms-wysiwyg .wp-video {
    max-width: 330px;
  }
}
.cms-page blockquote,
.cms-wysiwyg blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.cms-page p,
.cms-wysiwyg p {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.cms-page a,
.cms-wysiwyg a {
  display: block;
  color: #0071BC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cms-page a:hover,
.cms-wysiwyg a:hover {
  text-decoration: none;
}
.cms-page ul,
.cms-wysiwyg ul {
  margin-left: 23px;
}
.cms-page ul li,
.cms-wysiwyg ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
}
.cms-page ul li:before,
.cms-wysiwyg ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #0071BC;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 0.4em;
}
.cms-page ul li span,
.cms-wysiwyg ul li span {
  font-weight: bold;
}
.cms-page h1, .cms-page h2, .cms-page h3, .cms-page h4, .cms-page h5, .cms-page h6,
.cms-wysiwyg h1,
.cms-wysiwyg h2,
.cms-wysiwyg h3,
.cms-wysiwyg h4,
.cms-wysiwyg h5,
.cms-wysiwyg h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.cms-page h1 strong, .cms-page h2 strong, .cms-page h3 strong, .cms-page h4 strong, .cms-page h5 strong, .cms-page h6 strong,
.cms-wysiwyg h1 strong,
.cms-wysiwyg h2 strong,
.cms-wysiwyg h3 strong,
.cms-wysiwyg h4 strong,
.cms-wysiwyg h5 strong,
.cms-wysiwyg h6 strong {
  font-weight: 500;
}
.cms-page h1,
.cms-wysiwyg h1 {
  font-size: 2.375rem;
  border-bottom: 1px solid #C6C5C4;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-page h1,
  .cms-wysiwyg h1 {
    font-size: 1.5625rem;
    margin-bottom: 1em;
  }
}
.cms-page h2.wp-block-heading,
.cms-wysiwyg h2.wp-block-heading {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .cms-page h2.wp-block-heading,
  .cms-wysiwyg h2.wp-block-heading {
    font-size: 1.375rem;
  }
}
.cms-page h3,
.cms-wysiwyg h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .cms-page h3,
  .cms-wysiwyg h3 {
    font-size: 1.3125rem;
    text-indent: -0.6em;
    padding-left: 1em;
  }
}
.cms-page h3:before,
.cms-wysiwyg h3:before {
  content: "■";
  display: inline-block;
  color: #0071BC;
  margin-right: 5px;
}
.cms-page h4,
.cms-wysiwyg h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.cms-page h4::before,
.cms-wysiwyg h4::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cms-page h4,
  .cms-wysiwyg h4 {
    font-size: 1.125rem;
  }
}
.cms-page h5,
.cms-wysiwyg h5 {
  font-size: 1.125rem;
  color: #0071BC;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .cms-page h5,
  .cms-wysiwyg h5 {
    font-size: 1rem;
  }
}
.cms-page h6,
.cms-wysiwyg h6 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cms-page h6,
  .cms-wysiwyg h6 {
    font-size: 0.9375rem;
  }
}
.cms-page .wp-block-group,
.cms-wysiwyg .wp-block-group {
  margin-bottom: 60px;
}
.cms-page .wp-block-group .wp-block-group,
.cms-wysiwyg .wp-block-group .wp-block-group {
  margin-bottom: 35px;
}
.cms-page .wp-block-button,
.cms-wysiwyg .wp-block-button {
  width: 420px;
  margin: 25px auto !important;
}
@media screen and (max-width: 767px) {
  .cms-page .wp-block-button,
  .cms-wysiwyg .wp-block-button {
    width: 100%;
  }
}
.cms-page .wp-block-button a,
.cms-wysiwyg .wp-block-button a {
  display: block;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #0071BC;
  text-align: center;
  padding: 20px;
  font-size: 0.9375rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cms-page .wp-block-button a,
  .cms-wysiwyg .wp-block-button a {
    font-size: 0.875rem;
    padding: 15px;
  }
}
.cms-page .wp-block-button a::after,
.cms-wysiwyg .wp-block-button a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.cms-page .wp-block-button a:hover,
.cms-wysiwyg .wp-block-button a:hover {
  color: #fff;
  background: #0071BC;
}
@media screen and (max-width: 767px) {
  .cms-page .wp-block-button a:hover,
  .cms-wysiwyg .wp-block-button a:hover {
    color: #0071BC;
    background: transparent;
  }
}
.cms-page .wp-block-button a:hover::after,
.cms-wysiwyg .wp-block-button a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .cms-page .wp-block-button a:hover::after,
  .cms-wysiwyg .wp-block-button a:hover::after {
    border-right: 2px solid #0071BC;
    border-bottom: 2px solid #0071BC;
  }
}
@media screen and (max-width: 767px) {
  .cms-page .wp-block-table table,
  .cms-wysiwyg .wp-block-table table {
    width: 800px;
  }
}
.cms-page table tbody tr td:last-of-type,
.cms-wysiwyg table tbody tr td:last-of-type {
  border-right: 1px solid #000000;
}
.cms-page .cate-page-link,
.cms-wysiwyg .cate-page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cms-page .cate-page-link,
  .cms-wysiwyg .cate-page-link {
    margin-left: 0;
    gap: 15px 4%;
    justify-content: flex-start;
  }
}
.cms-page .cate-page-link li,
.cms-wysiwyg .cate-page-link li {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cms-page .cate-page-link li,
  .cms-wysiwyg .cate-page-link li {
    width: 48%;
  }
}
.cms-page .cate-page-link li::before,
.cms-wysiwyg .cate-page-link li::before {
  content: none;
}
.cms-page .cate-page-link li a,
.cms-wysiwyg .cate-page-link li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #0071BC;
  color: #0071BC;
  text-align: center;
  padding: 15px 35px 15px 25px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-page .cate-page-link li a,
  .cms-wysiwyg .cate-page-link li a {
    padding: 10px 35px 10px 10px;
  }
}
.cms-page .cate-page-link li a::after,
.cms-wysiwyg .cate-page-link li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  transform: rotate(45deg);
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 43%;
  transform: rotate(45deg);
}
.cms-page .cate-page-link li a:hover,
.cms-wysiwyg .cate-page-link li a:hover {
  color: #fff;
  background: #0071BC;
}
.cms-page .cate-page-link li a:hover::after,
.cms-wysiwyg .cate-page-link li a:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.cms-page .breadcrumb li::before {
  content: none;
}

.cms-wysiwyg p {
  line-height: 2.1;
}
.cms-wysiwyg ul li::before {
  top: 0.3em;
}

/******ページトップに戻るボタン******/
#page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
#page-top.top {
  opacity: 1;
  visibility: visible;
}
#page-top.top.bottom {
  bottom: 110px;
}
@media screen and (max-width: 767px) {
  #page-top.top.bottom {
    bottom: 75px;
  }
}

#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: #0071BC;
  border-radius: 50%;
  color: #fff;
  padding-top: 3px;
}

#page-top a .page-top-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
}

#page-top a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #page-top a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #page-top {
    width: 45px;
    height: 45px;
    bottom: 75px;
  }
  #page-top a {
    font-size: 1.2rem;
  }
  #page-top a .page-top-arrow {
    width: 8px;
    height: 8px;
  }
}
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*****リンクなし ホバー解除******/
a[href*="javascript:void(0)"] {
  pointer-events: none;
  cursor: default;
}
a[href*="javascript:void(0)"]:hover {
  opacity: 1;
  background: none;
}

/******調整******/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb-em {
  margin-bottom: 1em;
}

.fs-12 {
  font-size: 0.75rem;
}/*# sourceMappingURL=common.css.map */