@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,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: #222222;
  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: 0.9375rem;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  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-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

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

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

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

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

ul li {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 0.9375rem;
  }
}
ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.indent li span {
  color: #F4B804;
}
ul.attention li {
  font-size: 0.75rem;
}

dl dt,
dl dd {
  font-size: 1rem;
  font-weight: 300;
}
@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: 27%;
  font-weight: bold;
  padding: 20px 15px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  dl.table-list dt {
    width: 35%;
    padding: 20px 5px 20px 0;
  }
}
dl.table-list dt:first-of-type {
  border-top: 1px solid #D6D6D6;
}
dl.table-list dd {
  width: 73%;
  padding: 20px 15px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  dl.table-list dd {
    width: 65%;
    padding: 20px 0;
  }
}
dl.table-list dd:first-of-type {
  border-top: 1px solid #D6D6D6;
}

/****見出し設定 ******/
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 {
  color: #fff;
  font-size: 2.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.1875rem;
  }
}
.page-ttl .en {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #846535;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-ttl .en {
    font-size: 0.9375rem;
  }
}

.large-ttl {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  padding-top: 25px;
  border-top: 2px solid #D8DDE3;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .large-ttl {
    padding-top: 20px;
    font-size: 1.5625rem;
    margin-bottom: 1em;
  }
}
.large-ttl:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #094181;
  position: absolute;
  top: -2px;
  left: 0;
}

.middle-ttl {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  border-left: 2px solid #094181;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .middle-ttl {
    font-size: 1.375rem;
  }
}
.middle-ttl .en {
  display: block;
  color: #846535;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .middle-ttl .en {
    font-size: 0.9375rem;
  }
}

.small-ttl {
  font-size: 1.25rem;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .small-ttl {
    font-size: 1.0625rem;
  }
}
.small-ttl:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #094181;
  position: absolute;
  top: 0;
  left: 0;
}

.simple-ttl {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .simple-ttl {
    font-size: 1.125rem;
  }
}

/******テーブル表******/
table {
  width: 100%;
}
/****ボタン設定******/
.btn {
  width: 166px;
  margin-top: 25px;
}
.btn a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #094181;
  border: 1px solid #094181;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 0.9375rem;
  }
}
.btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-40%);
  transform: rotate(-45deg);
  transition: 0.5s ease;
}
.btn a:hover {
  color: #094181;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    color: #fff;
    background: #094181;
  }
}
.btn a:hover:after {
  right: 10px;
  border-right: 1px solid #094181;
  border-bottom: 1px solid #094181;
}
@media screen and (max-width: 767px) {
  .btn a:hover:after {
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/***********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 .link-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #F4B804;
  background: #F4B804;
  position: relative;
  transition: 0.3s all;
}
a .link-arrow:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 9px;
  left: 8px;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
a .link-arrow.white {
  background: #fff;
}
a .link-arrow.white:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
a .link-arrow.down:before {
  top: 8px;
  left: 9px;
  transform: rotate(45deg);
}
a:hover .link-arrow {
  background: #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow {
    background: #F4B804;
  }
}
a:hover .link-arrow:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
a:hover .link-arrow.white {
  background: #F4B804;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white {
    background: #fff;
  }
}
a:hover .link-arrow.white:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white:before {
    border-right: 1px solid #F4B804;
    border-bottom: 1px solid #F4B804;
  }
}
a.flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.flex-link:hover .link-arrow {
  background: #094181;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.txt-link:hover {
  color: #094181;
}
a.txt-link:hover .link-arrow {
  background: #094181;
}
a.txt-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.link-color {
  color: #094181;
  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;
  }
}

/**********ヘッダー*********/
header {
  width: 100%;
  height: 70px;
  min-width: 1210px;
  position: fixed;
  z-index: 100000000000000000000000000000;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 50px;
  }
}
header .header-wrap {
  background: #fff;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    padding: 0;
  }
}
header .logo {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding-left: 5%;
    width: 174px;
  }
}
header .logo a {
  display: flex;
  align-items: center;
}
header .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .sp-menu-btn {
    display: block;
    width: 50px;
    height: 100%;
    background: #fff;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .sp-menu-btn .line {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #222222;
    position: absolute;
    left: 13px;
  }
  header .sp-menu-btn .line:nth-of-type(1) {
    top: 17px;
    transition: 0.3s;
  }
  header .sp-menu-btn .line:nth-of-type(2) {
    top: 24px;
  }
  header .sp-menu-btn .line:nth-of-type(3) {
    top: 31px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  header .sp-menu-btn.open .line:nth-of-type(1) {
    top: 24px;
    transform: rotate(45deg);
  }
  header .sp-menu-btn.open .line:nth-of-type(2) {
    display: none;
  }
  header .sp-menu-btn.open .line:nth-of-type(3) {
    top: 24px;
    transform: rotate(-45deg);
  }
}
header .main-menu-list {
  width: 492px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 767px) {
  header .main-menu-list {
    width: 100%;
    padding: 20px 5%;
    display: none;
    background: #0C1424;
    position: fixed;
    height: 100%;
    top: 50px;
    overflow-y: scroll;
  }
}
header .main-menu-list .main-cate {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
header .main-menu-list .main-cate > a {
  display: block;
  padding: 22px 20px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate > a {
    color: #fff;
    padding: 22px 0;
  }
}
header .main-menu-list .main-cate > a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate > a span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #094181;
    border-bottom: 2px solid #094181;
    position: absolute;
    top: 9px;
    right: -30px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:first-of-type {
    border-top: none;
  }
}
header .main-menu-list .main-cate:nth-of-type(2) a span:after, header .main-menu-list .main-cate:nth-of-type(3) a span:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #094181;
  border-bottom: 1px solid #094181;
  position: absolute;
  left: 45%;
  transform: translateX(-45%);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(2) a span:after, header .main-menu-list .main-cate:nth-of-type(3) a span:after {
    width: 12px;
    height: 1px;
    background: #094181;
    border-right: none;
    border-bottom: none;
    top: 50%;
    left: auto;
    right: -30px;
    transform: translateY(-50%);
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(2) a span:before, header .main-menu-list .main-cate:nth-of-type(3) a span:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #094181;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    transform: rotate(90deg);
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(2) a, header .main-menu-list .main-cate:nth-of-type(3) a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(5) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate.menu-open a span:before {
    transform: rotate(0);
  }
}
header .main-menu-list .main-cate .menu-list-child {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 5;
  padding: 0 0 25px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child {
    position: static;
    background: #0C1424;
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
}
header .main-menu-list .main-cate .menu-list-child li {
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li {
    border-bottom: 1px solid #585858;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li:last-of-type {
    border-bottom: none;
  }
}
header .main-menu-list .main-cate .menu-list-child li:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background: #094181;
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li:after {
    display: none;
  }
}
header .main-menu-list .main-cate .menu-list-child li a {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li a {
    font-size: 0.9375rem;
    color: #fff;
    pointer-events: all !important;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #094181;
    margin: 0 10px 0.2em;
  }
}
header .main-menu-list .main-cate .menu-list-child li a:after {
  right: 20px;
  left: auto;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: auto !important;
  transform: rotate(-45deg) !important;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate .menu-list-child li a:after {
    display: none;
  }
}
header .main-menu-list .main-cate .menu-list-child li a:hover {
  color: #094181;
}
header .main-menu-list .main-cate:hover a {
  color: #094181;
}
header .main-menu-list .main-cate:hover .menu-list-child {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(2):hover a, header .main-menu-list .main-cate:nth-of-type(3):hover a {
    color: #fff;
    pointer-events: none;
  }
}
header .main-menu-list .main-cate:nth-of-type(2):hover a span:after, header .main-menu-list .main-cate:nth-of-type(3):hover a span:after {
  bottom: -14px;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  header .main-menu-list .main-cate:nth-of-type(2):hover a span:after, header .main-menu-list .main-cate:nth-of-type(3):hover a span:after {
    transform: rotate(180deg);
  }
}
header .main-menu-list .sp-menu-list {
  display: none;
}
@media screen and (max-width: 767px) {
  header .main-menu-list .sp-menu-list {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .sp-menu-list .en {
    font-family: "Poppins", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu-list .sp-menu-list a {
    display: block;
    color: #fff;
    padding: 15px 0 10px;
  }
}
header .main-menu-list .sp-menu-list.logo {
  margin-top: 20px;
  padding-left: 0;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 1px solid #2B2D36;
}

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

/**********固定お問い合わせ*********/
.fixed-menu {
  width: 58px;
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 9999999;
}
@media screen and (max-width: 767px) {
  .fixed-menu {
    width: 50px;
    top: 0;
    right: 51px;
    z-index: 100000000000000000000000000000;
  }
}
.fixed-menu .contact-btn a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  background: #094181;
  font-weight: 500;
  writing-mode: vertical-rl;
  padding: 25px 0 40px;
  border: 1px solid #094181;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a {
    padding: 0;
    height: 50px;
    writing-mode: inherit;
    justify-content: center;
  }
}
.fixed-menu .contact-btn a .icon-contact {
  width: 18px;
  height: 13px;
  background: url(/assets/img/common/icon_mail.png) no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a .icon-contact {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a .txt {
    display: none;
  }
}
.fixed-menu .contact-btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a:after {
    display: none;
  }
}
.fixed-menu .contact-btn a:hover {
  background: #fff;
  color: #094181;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a:hover {
    background: #094181;
    color: #fff;
  }
}
.fixed-menu .contact-btn a:hover:after {
  border-right: 2px solid #094181;
  border-bottom: 2px solid #094181;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.fixed-menu .contact-btn a:hover .icon-contact {
  background: url(/assets/img/common/icon_mail_h.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a:hover .icon-contact {
    background: url(/assets/img/common/icon_mail.png) no-repeat;
    background-size: contain;
  }
}

/**********フッター*********/
footer {
  min-width: 1210px;
  background: #0C1424;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
  }
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    width: 100%;
    padding: 0 5%;
  }
}
footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-direction: column-reverse;
  }
}
footer .footer-main .footer-logo {
  width: 182px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
footer .footer-main .footer-logo .logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo .logo {
    width: 56%;
    margin: 0 auto 20px;
  }
}
footer .footer-main .footer-logo .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo .logo a img {
    width: 100%;
  }
}
footer .footer-main .footer-logo .insurance a {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo .insurance {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-logo .insurance img {
    width: 100%;
  }
}
footer .footer-main .footer-menu {
  width: 720px;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu {
    width: 100%;
    display: block;
  }
}
footer .footer-main .footer-menu .footer-menu-list:first-of-type {
  width: 75px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list:first-of-type {
    width: 100%;
  }
}
footer .footer-main .footer-menu .footer-menu-list:last-of-type {
  width: 130px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li {
    border-bottom: 1px solid #fff;
  }
}
footer .footer-main .footer-menu .footer-menu-list li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li a {
    padding: 15px 0;
  }
}
footer .footer-main .footer-menu .footer-menu-list li a span {
  position: relative;
}
footer .footer-main .footer-menu .footer-menu-list li a span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #094181;
  border-bottom: 2px solid #094181;
  position: absolute;
  right: -25px;
  top: 35%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li.sp a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li.sp a span:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #094181;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li.sp a span:after {
    width: 12px;
    height: 2px;
    background: #094181;
    border-right: none;
    border-bottom: none;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li.sp.open a span:before {
    transform: rotate(0);
  }
}
footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child {
    display: none;
    margin-bottom: 5px;
  }
}
footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li {
    padding: 0;
    border-bottom: none;
    border-top: 1px solid #585858;
  }
}
footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li a {
  display: block;
  font-size: 0.9375rem;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li a {
    padding: 12px 25px;
    pointer-events: all;
  }
}
footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #094181;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-menu .footer-menu-list li .footer-menu-list-child li a:before {
    left: 10px;
  }
}
footer .footer-sub {
  border-top: 1px solid #2B2D36;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-sub {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-sub .footer-sub-link {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}
footer .footer-sub .footer-sub-link li a {
  color: #fff;
  font-size: 0.75rem;
}
footer .footer-sub .copy-right {
  color: #fff;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/*********コンタクトエリア****************/
.contact {
  min-width: 1210px;
}
@media screen and (max-width: 767px) {
  .contact {
    min-width: auto;
  }
}
.contact a {
  display: block;
  overflow: hidden;
  position: relative;
}
.contact a:before {
  content: "";
  aspect-ratio: 1400/230;
  width: 100%;
  height: 100%;
  background: rgba(22, 42, 81, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.contact a .contact-ttl {
  color: #fff;
  font-size: 2.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: absolute;
  left: calc((100% - 1100px) / 2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .contact a .contact-ttl {
    font-size: 1.875rem;
    left: 5%;
  }
}
.contact a .contact-ttl:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: -45px;
  top: 45%;
  transform: translateY(-45%);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .contact a .contact-ttl:after {
    width: 15px;
    height: 15px;
  }
}
.contact a img {
  width: 100%;
  transition: 0.5s ease;
}
.contact a:hover img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .contact a:hover img {
    transform: scale(1);
  }
}

/************テーブル**************/
table thead th {
  background: #F0F3F5;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 10px 13px;
}
table thead th:last-of-type {
  border-right: 1px solid #ADADAD;
}
table tbody th {
  background: #F0F3F5;
  padding: 10px 13px;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
table tbody td {
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  vertical-align: middle;
  padding: 10px 13px;
}
table tbody tr td {
  font-size: 0.875rem;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #ADADAD;
}

.table-wrap {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 850px;
  }
}
.table-wrap .table-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table-wrap .table-img {
    width: 850px;
  }
}

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

/***************下層ページ********************/
.page .ttl {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  height: 270px;
  position: relative;
  z-index: 1;
  /*&:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(12, 20, 36, 10);
    background: linear-gradient(90deg,rgba(12, 20, 36, 0.8) 0%, rgba(12, 20, 36, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }*/
}
@media screen and (max-width: 767px) {
  .page .ttl {
    height: 190px;
    padding-bottom: 35px;
  }
}
.page .ttl .page-ttl .en {
  margin-bottom: 10px;
}
.page.top .ttl {
  height: 400px;
  padding-bottom: 95px;
  /*&:after{
    content: '';
    display: block;
    width: 289px;
    height: 400px;
    background: url(/assets/img/common/ttl_bg_pc.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }*/
}
@media screen and (max-width: 767px) {
  .page.top .ttl {
    height: 190px;
    padding-bottom: 35px;
  }
}
.page.top .category-page-list {
  display: flex;
  flex-wrap: wrap;
}
.page.top .category-page-list li {
  width: 326px;
  margin-right: 61px;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li {
    width: 100%;
    margin-right: 0;
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li:first-of-type {
    margin-top: 0;
  }
}
.page.top .category-page-list li:nth-of-type(3n) {
  margin-right: 0;
}
.page.top .category-page-list li:nth-child(n+4) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li:nth-child(n+4) {
    margin-top: 55px;
  }
}
.page.top .category-page-list li a .thmb {
  aspect-ratio: 326/197;
  overflow: hidden;
}
.page.top .category-page-list li a .thmb img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.page.top .category-page-list li a .page-name {
  background: #F5F6F7;
  padding: 15px 13px 13px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.page.top .category-page-list li a .page-name:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #094181;
  border-bottom: 1px solid #094181;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 13px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a .page-name {
    font-size: 0.9375rem;
  }
}
.page.top .category-page-list li a .page-name .en {
  display: block;
  font-size: 0.875rem;
  color: #846535;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a .page-name .en {
    font-size: 0.8125rem;
  }
}
.page.top .category-page-list li a:hover .thmb img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a:hover .thmb img {
    transform: scale(1);
  }
}
.page .contents {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .page .contents {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .page .contents.inner {
    padding: 80px 5%;
  }
}
.page .contents .section-category {
  margin-bottom: 100px;
}
.page .contents .section-block {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block {
    margin-bottom: 80px;
  }
}
.page .contents .section-block.last {
  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: #094181;
  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 #D8DDE3;
}
.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: #094181;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .txt-link p a:hover {
    color: #222222;
  }
}
.page .contents .section-block .link-list li {
  margin-bottom: 10px;
}
.page .contents .section-block .link-list li a.pdf {
  color: #094181;
}
.page .contents .section-block .link-list li a.pdf:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  background: url(/assets/img/common/pdf.svg) 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(9, 65, 129, 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;
}
.page.col02 .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page.col02 .contents .side-nav {
  width: 252px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav {
    width: 100%;
    margin-bottom: 70px;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap {
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap {
    position: static;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #707070;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .txt {
  width: calc(100% - 43px);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow:before {
  top: 10px;
  left: 10px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow.down:before {
  top: 10px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a:hover .link-arrow {
  background: #fff;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a:hover .link-arrow:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top {
  margin-bottom: 5px;
  border-bottom: none;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a {
  background: #F4B804;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  border: 1px solid #F4B804;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a {
    padding: 22px 15px 22px 45px;
    justify-content: flex-start;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 15px;
  transform: rotate(135deg);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:hover {
  background: #fff;
  color: #222222;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:hover:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #707070;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .link-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #094181;
  position: relative;
  /*&.down{
    transform: rotate(90deg);
  }*/
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .link-arrow:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  transform: rotate(45deg);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu:hover {
    opacity: 1;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion {
  display: none;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a {
  padding: 18px 10px;
  justify-content: start;
  border-bottom: 1px solid #D6D6D6;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #094181;
  margin-right: 6px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:hover {
  color: #094181;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:hover {
    color: #222222;
  }
}
.page.col02 .contents .contents-wrap {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .contents-wrap {
    width: 100%;
  }
}

/******ページトップに戻るボタン******/
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1%;
  bottom: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
#page-top.top {
  opacity: 1;
  visibility: visible;
}

#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #094181;
  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: 25px;
  }
  #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;
}

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

/*.test{
  width: 100px;
  height: 300px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000000000000000000000;
}*//*# sourceMappingURL=common.css.map */