@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..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&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: 700;
}

.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: 81px;
  padding-right: 80px;
  min-width: 1220px;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 60px;
    min-width: auto;
    padding-right: 0;
  }
}

.inner {
  width: 1140px;
  margin-left: calc((100% - 1140px) / 2);
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
    margin-left: 0;
  }
}
/****サイトフォント設定 ******/
p {
  font-size: 1rem;
  line-height: 2;
}
@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: #CE3533;
}
p.source {
  font-size: 0.75rem;
  margin-top: 10px;
}
p.source a {
  color: #0774B4;
}

ul li {
  font-size: 1rem;
}
@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.attention li {
  font-size: 0.8125rem;
}

dl dt,
dl dd {
  font-size: 1rem;
}
@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;
  background: #F5F5F5;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  dl.table-list dt {
    width: 100%;
    border-right: 1px solid #222222;
  }
}
dl.table-list dt:first-of-type {
  border-top: 1px solid #222222;
}
dl.table-list dd {
  width: 83%;
  padding: 15px;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  dl.table-list dd {
    width: 100%;
  }
}
dl.table-list dd:first-of-type {
  border-top: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  dl.table-list dd:first-of-type {
    border-top: none;
  }
}

/****見出し設定 ******/
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.75rem;
  line-height: 1.48;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.1875rem;
  }
}
.page-ttl .en {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  color: #CE3533;
  display: block;
  line-height: 1;
  padding-left: 15px;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ttl .en {
    font-size: 0.9375rem;
  }
}
.page-ttl .en:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent; /* 上の透明部分 */
  border-left: 10px solid #CE3533;
  position: absolute;
  left: 0;
  transform: rotate(90deg);
}

.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.5rem;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 1.75rem;
  }
}

.large-ttl {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  padding-top: 25px;
  border-top: 2px solid #707070;
  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: #3D83B7;
  position: absolute;
  top: -2px;
  left: 0;
}

.middle-ttl {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1em;
  padding-left: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222222;
  position: relative;
  /*.en{
    display: block;
    color: $en-color;
    font-family: $font-family-en;
    font-size: rem(16);
    padding-top: 10px;

    @include mq(md){
      font-size: rem(15);
    }
  }*/
}
@media screen and (max-width: 767px) {
  .middle-ttl {
    font-size: 1.375rem;
  }
}
.middle-ttl:before {
  content: "";
  display: block;
  width: 4px;
  height: 1em;
  background: #CE3533;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

.small-ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .small-ttl {
    font-size: 0.9375rem;
  }
}
.small-ttl:before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background: #CE3533;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

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

/******テーブル表******/
table {
  width: 100%;
}
/****ボタン設定******/
.btn {
  width: 170px;
  margin-top: 25px;
}
.btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  position: relative;
}
.btn a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s ease;
}
.btn a .la-arrow-left {
  margin-right: 15px;
}
.btn a .la-arrow-right {
  margin-left: 15px;
}
.btn a .txt {
  width: calc(100% - 53px);
}
.btn a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    color: #222222;
  }
}
.btn a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn a:hover:after {
    width: 0;
  }
}
.btn a:hover .la-arrow-left,
.btn a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn a:hover .la-arrow-left,
  .btn a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.btn a:hover .la-arrow-left:before,
.btn a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .btn a:hover .la-arrow-left:before,
  .btn a:hover .la-arrow-right:before {
    color: #fff;
  }
}

/***********矢印**************/
.la-arrow-right,
.la-arrow-left {
  width: 38px;
  height: 38px;
  background: #CE3533;
  border: 1px solid #CE3533;
  border-radius: 50%;
  position: relative;
}
.la-arrow-right:before,
.la-arrow-left:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/***********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: #3D83B7;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.txt-link:hover {
  color: #3D83B7;
}
a.txt-link:hover .link-arrow {
  background: #3D83B7;
}
a.txt-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.link-color {
  color: #CE3533;
  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: "PDF";
  color: #CE3533;
  font-size: 0.75rem;
  display: inline-block;
  border: 1px solid #CE3533;
  border-radius: 10px;
  padding: 0 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  a.pdf:after {
    font-size: 0.625rem;
  }
}
a.pdf:hover {
  color: #CE3533;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.pdf:hover {
    color: #222222;
    text-decoration: underline;
  }
}

/**********ヘッダー*********/
header {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #222222;
  min-width: 1220px;
  position: fixed;
  z-index: 100000000000000000000000000000;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 60px;
  }
}
header .header-wrap {
  margin-left: calc((100% - 1210px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    margin-left: 0;
  }
}
header .header-wrap .logo {
  width: 128px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .logo {
    width: 100px;
    margin-left: 15px;
  }
}
header .header-wrap .logo a {
  display: block;
}
header .header-wrap .logo a img {
  vertical-align: middle;
}
header .header-wrap .main-menu-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap {
    flex-direction: row-reverse;
    position: relative;
  }
}
header .header-wrap .main-menu-wrap .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: #222222;
    position: relative;
    z-index: 1000000000000000000000000000000;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn span {
    display: block;
    width: 28px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 16px;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn span:nth-of-type(1) {
    top: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn span:nth-of-type(2) {
    top: 29.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn span:nth-of-type(3) {
    top: 36.5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn.open span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn.open span:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .sp-menu-btn.open span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
  }
}
header .header-wrap .main-menu-wrap .main-menu-list {
  width: 590px;
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list {
    width: 100%;
    height: 100%;
    display: none;
    width: 100%;
    background: #222222;
    margin-right: 0;
    padding: 60px 7.5% 80px;
    position: fixed;
    top: 0;
    overflow-y: scroll;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li {
    display: block;
    height: auto;
    margin-bottom: 25px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:before {
    content: "";
    display: block;
    width: 2px;
    height: 1rem;
    background: #CE3533;
    position: absolute;
    top: 20px;
    left: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li a {
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li a {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    padding: 15px 0 15px 10px;
    position: relative;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li a:before, header .header-wrap .main-menu-wrap .main-menu-list li a:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li a:after {
    transform: rotate(90deg);
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:first-of-type a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:first-of-type a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:nth-of-type(5) a {
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:nth-of-type(5) a:before {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    top: calc(50% - 7px);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:nth-of-type(5) a:after {
    content: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:nth-of-type(6) a {
  padding-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list {
  width: calc(100% - 80px);
  background: #F5F5F5;
  padding: 45px calc((100% - 1248px) / 2) 60px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list {
    display: none;
    width: 100%;
    background: #222222;
    padding: 0;
    position: static;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li {
  width: 271px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li:nth-of-type(4n) {
  margin-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li:nth-of-type(n + 5) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li:before {
    content: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 17px;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a {
    color: #fff;
    border-bottom: none;
    padding: 10px 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    pointer-events: all;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a .txt {
  width: calc(100% - 43px);
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a .la-arrow-right {
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a .la-arrow-right {
    display: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:hover {
    color: #fff;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:hover:after {
    content: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:before, header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li a:after {
    content: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li.sp-link {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list li.sp-link {
    display: block;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.about li:nth-of-type(4) {
  margin-right: 28px;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.about li:nth-of-type(5) {
  margin-top: 0;
  margin-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.about li:nth-of-type(n + 6) {
  margin-top: 15px;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li, header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.recruit li, header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.guide li {
  min-height: 76px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li, header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.recruit li, header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.guide li {
    min-height: auto;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course {
  padding: 45px calc((100% - 1220px) / 2) 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course {
    padding: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li:nth-of-type(3n) {
  margin-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li:nth-of-type(4n) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li:nth-of-type(4n) {
    margin-right: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li:nth-of-type(n + 4) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.course li:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.visiter li:nth-of-type(3) {
  margin-right: 295px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.visiter li:nth-of-type(3) {
    margin-right: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.visiter li:nth-of-type(4) {
  margin-top: 15px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.visiter li:nth-of-type(4) {
    margin-top: 0;
    margin-right: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li .menu-child-list.visiter li:nth-of-type(7) {
  margin-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover a {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:hover a {
    color: #fff;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list {
  opacity: 1;
  visibility: visible;
  min-width: 1168px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li {
    border-bottom: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a {
  color: #222222;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a {
    font-size: 0.875rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a:hover {
    color: #fff;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a:hover .la-arrow-right {
  background: #fff;
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover .menu-child-list li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.open a:after {
    transform: rotate(0);
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0 50px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0.5px, transparent 0.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li {
    width: 47%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a {
    font-size: 1rem;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a:before, header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a:after {
    content: none;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-oc {
  background: #CE3533;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-oc .icon-campus {
    font-size: 1.375rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-oc .txt {
    font-weight: 600;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-shiryo {
  background: #EB7600;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-shiryo {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .btn-menu-list li a.btn-shiryo .icon-book {
    font-size: 1.125rem;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .menu-child-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .menu-child-list.other-link-list {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list li.sp-menu .menu-child-list.other-link-list li a {
    font-size: 0.75rem;
    padding: 5px 0;
  }
}
header .contact-btn {
  width: 80px;
  height: 80px;
  background: #222222;
}
@media screen and (max-width: 767px) {
  header .contact-btn {
    width: 60px;
    height: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .contact-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
header .contact-btn a .icon-mail:before {
  font-size: 0.8125rem;
}
header .contact-btn a .txt {
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  header .contact-btn a .txt {
    font-size: 0.625rem;
  }
}

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

/**********PCサイドナビ*********/
.side-nav {
  width: 80px;
  height: calc(100vh - 80px);
  position: fixed;
  left: calc(100% - 80px);
  top: 80px;
  background: #EBEBEB;
  z-index: 100000000000000000000000000000;
}
@media screen and (max-width: 767px) {
  .side-nav {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 100000000000000000000000000000;
  }
}
.side-nav .side-nav-btn li {
  height: 139px;
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li {
    width: 50%;
    height: 100%;
  }
}
.side-nav .side-nav-btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li a {
    border-bottom: none;
    flex-direction: row;
  }
}
.side-nav .side-nav-btn li a.btn-oc {
  border-top: 1px solid #fff;
  background: #CE3533;
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li a.btn-oc {
    border-top: none;
  }
}
.side-nav .side-nav-btn li a.btn-oc .icon-campus {
  font-size: 1.0625rem;
}
.side-nav .side-nav-btn li a.btn-oc .txt {
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li a.btn-oc .txt {
    font-size: 0.9375rem;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li a.btn-oc .txt br {
    display: none;
  }
}
.side-nav .side-nav-btn li a.btn-shiryo {
  background: #EB7600;
}
.side-nav .side-nav-btn li a.btn-shiryo .icon-book {
  font-size: 0.9375rem;
}
.side-nav .side-nav-btn li a.btn-shiryo .txt {
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn li a.btn-shiryo .txt {
    font-size: 0.9375rem;
    padding-top: 0;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .side-nav .side-nav-btn.sp-menu-open {
    z-index: 500;
  }
}
.side-nav .pagetop {
  height: calc(100vh - 360px);
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop {
    width: 36px;
    height: 36px;
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 100000000000000000000000000000;
  }
}
.side-nav .pagetop a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop a {
    background: #CE3533;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 15px;
    transform: rotate(135deg);
  }
}
.side-nav .pagetop a .line {
  background: #222222;
  width: 1px;
  height: 35%;
  position: absolute;
  bottom: 9.4%;
  animation: linemove 1.5s ease infinite;
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop a .line {
    display: none;
  }
}
@keyframes linemove {
  0% {
    bottom: 9.4%;
  }
  50% {
    bottom: 13%;
  }
  100% {
    bottom: 9.4%;
  }
}
.side-nav .pagetop a .txt {
  position: absolute;
  top: 33%;
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop a .txt {
    display: none;
  }
}
.side-nav .pagetop.top a .line {
  animation: linemove02 1.5s ease infinite;
}
@keyframes linemove02 {
  0% {
    top: 30%;
  }
  50% {
    top: 33%;
  }
  100% {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .side-nav .pagetop.sp-menu-open {
    z-index: 500;
  }
}

/**********固定お問い合わせ*********/
.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: #3D83B7;
  font-weight: 500;
  writing-mode: vertical-rl;
  padding: 25px 0 40px;
  border: 1px solid #3D83B7;
  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: #3D83B7;
}
@media screen and (max-width: 767px) {
  .fixed-menu .contact-btn a:hover {
    background: #3D83B7;
    color: #fff;
  }
}
.fixed-menu .contact-btn a:hover:after {
  border-right: 2px solid #3D83B7;
  border-bottom: 2px solid #3D83B7;
}
@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;
  }
}

/**********フッター*********/
.link-area {
  background: #F5F5F5;
}
.link-area .link-area-wrap {
  width: 980px;
  margin: 0 auto;
  padding: 98px 0;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap {
    width: 100%;
    padding: 70px 5%;
  }
}
.link-area .link-area-wrap .sns-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .sns-link {
    margin-bottom: 50px;
  }
}
.link-area .link-area-wrap .sns-link li {
  width: 475px;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .sns-link li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .sns-link li:first-of-type {
    margin-bottom: 20px;
  }
}
.link-area .link-area-wrap .sns-link li a {
  display: block;
}
.link-area .link-area-wrap .student-link,
.link-area .link-area-wrap .visiter-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-area .link-area-wrap .student-link li,
.link-area .link-area-wrap .visiter-link li {
  width: 307px;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link li,
  .link-area .link-area-wrap .visiter-link li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.link-area .link-area-wrap .student-link li a .txt,
.link-area .link-area-wrap .visiter-link li a .txt {
  font-weight: bold;
}
.link-area .link-area-wrap .student-link li a .la-arrow-right,
.link-area .link-area-wrap .visiter-link li a .la-arrow-right {
  width: 24px;
  height: 24px;
}
.link-area .link-area-wrap .student-link li a .la-arrow-right:before,
.link-area .link-area-wrap .visiter-link li a .la-arrow-right:before {
  font-size: 0.75rem;
}
.link-area .link-area-wrap .student-link li a:hover,
.link-area .link-area-wrap .visiter-link li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link li a:hover,
  .link-area .link-area-wrap .visiter-link li a:hover {
    color: #222222;
  }
}
.link-area .link-area-wrap .student-link li a:hover .la-arrow-right,
.link-area .link-area-wrap .visiter-link li a:hover .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link li a:hover .la-arrow-right,
  .link-area .link-area-wrap .visiter-link li a:hover .la-arrow-right {
    background: #CE3533;
  }
}
.link-area .link-area-wrap .student-link li a:hover .la-arrow-right:before,
.link-area .link-area-wrap .visiter-link li a:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link li a:hover .la-arrow-right:before,
  .link-area .link-area-wrap .visiter-link li a:hover .la-arrow-right:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link {
    margin-bottom: 0;
  }
}
.link-area .link-area-wrap .student-link li a {
  padding: 20px 18px 20px 28px;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.link-area .link-area-wrap .student-link li a .txt {
  position: relative;
}
.link-area .link-area-wrap .student-link li a .txt:before {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #CE3533;
  position: absolute;
  left: -8px;
  top: 0.3em;
}
.link-area .link-area-wrap .student-link.admission {
  margin-bottom: 35px;
}
.link-area .link-area-wrap .student-link.admission li {
  width: 475px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .student-link.admission li {
    width: 100%;
    margin-right: 0;
  }
}
.link-area .link-area-wrap .student-link.admission li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .visiter-link li {
    margin-bottom: 10px;
  }
}
.link-area .link-area-wrap .visiter-link li a {
  padding: 15px 18px;
  border-bottom: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.link-area .link-area-wrap .visiter-link li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .link-area .link-area-wrap .visiter-link li a:after {
    content: none;
  }
}
.link-area .link-area-wrap .visiter-link li a:hover:after {
  width: 100%;
}

.footer-map {
  min-width: 1220px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .footer-map {
    min-width: auto;
    padding-right: 0;
  }
}
.footer-map .footer-map-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
.footer-map .footer-map-contents .map {
  width: 835px;
}
@media screen and (max-width: 767px) {
  .footer-map .footer-map-contents .map {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-map .footer-map-contents .school-info {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .footer-map .footer-map-contents .school-info {
    width: 100%;
  }
}
.footer-map .footer-map-contents .school-info .logo a {
  display: block;
}
.footer-map .footer-map-contents .school-info .adress {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 25px;
}
.footer-map .footer-map-contents .school-info .phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-map .footer-map-contents .school-info .phone dt {
  width: 95px;
  font-size: 0.75rem;
  text-align: center;
  background: #EBEBEB;
  margin-bottom: 13px;
}
.footer-map .footer-map-contents .school-info .phone dt:last-of-type {
  margin-bottom: 0;
}
.footer-map .footer-map-contents .school-info .phone dd {
  width: calc(100% - 95px);
  font-size: 0.875rem;
  padding-left: 7px;
  margin-bottom: 13px;
}
.footer-map .footer-map-contents .school-info .phone dd:last-of-type {
  margin-bottom: 0;
}

footer {
  min-width: 1220px;
  background: #222222;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
    padding-right: 0;
  }
}
footer .footer-main-menu-wrap {
  padding: 85px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap {
    padding: 55px 5% 0;
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box {
  width: 230px;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box {
    width: 100%;
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate {
  margin-bottom: 25px;
}
footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  padding-left: 8px;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a:before, footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a:after {
    transform: rotate(90deg);
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a span {
  position: relative;
}
footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate a span:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #CE3533;
  position: absolute;
  top: 0.3em;
  left: -8px;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box .menu-cate.open a:after {
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box .footer-main-menu-list {
    display: none;
    padding-bottom: 30px;
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box .footer-main-menu-list li {
  margin-bottom: 1em;
}
footer .footer-main-menu-wrap .footer-main-menu-box .footer-main-menu-list li:last-of-type {
  margin-bottom: 0;
}
footer .footer-main-menu-wrap .footer-main-menu-box .footer-main-menu-list li a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(3) .footer-main-menu-list:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(3) .footer-main-menu-list:first-of-type {
    margin-bottom: 0;
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate:first-of-type, footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate:nth-of-type(2) {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate:first-of-type, footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate:nth-of-type(2) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate a {
    pointer-events: all;
  }
}
footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate a:before, footer .footer-main-menu-wrap .footer-main-menu-box:nth-of-type(4) .menu-cate a:after {
  content: none;
}
footer .footer-sub-menu {
  width: 1170px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 0 5%;
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap {
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu {
  width: 705px;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu {
    width: 100%;
    padding-top: 0;
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate {
  width: 230px;
  margin-right: 50px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  padding-left: 8px;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate:before, footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate:after {
    transform: rotate(90deg);
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate span {
  position: relative;
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate span:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #CE3533;
  position: absolute;
  top: 0.3em;
  left: -8px;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .menu-cate.open:after {
    transform: rotate(0);
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .visiter-menu-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .visiter-menu-list-wrap {
    width: 100%;
    display: none;
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .visiter-menu-list-wrap .visiter-menu-list {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu .visiter-menu-list-wrap .visiter-menu-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu-list li,
footer .footer-sub-menu .footer-sub-menu-wrap .form-menu-list li {
  margin-bottom: 1em;
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu-list li:last-of-type,
footer .footer-sub-menu .footer-sub-menu-wrap .form-menu-list li:last-of-type {
  margin-bottom: 0;
}
footer .footer-sub-menu .footer-sub-menu-wrap .visiter-menu-list li a,
footer .footer-sub-menu .footer-sub-menu-wrap .form-menu-list li a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
footer .footer-sub-menu .footer-sub-menu-wrap .form-menu {
  width: 465px;
  padding: 25px 70px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 6px;
}
@media screen and (max-width: 767px) {
  footer .footer-sub-menu .footer-sub-menu-wrap .form-menu {
    width: 100%;
    padding: 25px 0 30px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0.5px, transparent 0.5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
}
footer .footer-copy-right {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-copy-right {
    width: 100%;
  }
}
footer .footer-copy-right .footer-copy-right-wrap {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-copy-right .footer-copy-right-wrap {
    padding: 25px 5% 80px;
  }
}
footer .footer-copy-right .footer-copy-right-wrap .footer-other-link {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-copy-right .footer-copy-right-wrap .footer-other-link {
    width: 100%;
    display: block;
  }
}
footer .footer-copy-right .footer-copy-right-wrap .footer-other-link li {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer-copy-right .footer-copy-right-wrap .footer-other-link li {
    margin-right: 0;
  }
}
footer .footer-copy-right .footer-copy-right-wrap .footer-other-link li:last-of-type {
  margin-right: 0;
}
footer .footer-copy-right .footer-copy-right-wrap .footer-other-link li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  footer .footer-copy-right .footer-copy-right-wrap .footer-other-link li a {
    display: block;
    padding: 5px 0;
  }
}
footer .footer-copy-right .footer-copy-right-wrap .copy-right {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  text-align: right;
}

/************テーブル**************/
table {
  margin-bottom: 15px;
}
table thead th {
  font-size: 1rem;
  background: #F5F5F5;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 13px;
}
table thead th:last-of-type {
  border-right: 1px solid #000000;
}
table thead th.txt-l {
  text-align: left;
}
table tbody th {
  vertical-align: middle;
  background: #F5F5F5;
  padding: 10px 13px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
table tbody th.txt-l {
  text-align: left;
}
table tbody td {
  font-size: 1rem;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
  padding: 10px 13px;
}
table tbody td.txt-l {
  text-align: left;
}
table tbody tr td {
  font-size: 1rem;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #000000;
}

.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: #222222;
}

/***************下層ページ********************/
.page .ttl {
  padding: 20px 0;
  width: 100%;
  background-color: #F5F5F5;
  background-image: url(/assets/img/common/page/page_mv_pattern01.png), url(/assets/img/common/page/page_mv_pattern02.png), url(/assets/img/common/page/page_mv_pattern03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 478px 197px, 146px 74px, 146px 151px;
  background-position: right 0 top 0, bottom 0 right 32%, left 0 top 0;
  display: flex;
  align-items: flex-end;
  height: 222px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page .ttl {
    padding: 60px 0 25px;
    min-height: 200px;
    height: auto;
    background-image: url(/assets/img/common/page/page_mv_pattern01_sp.png), url(/assets/img/common/page/page_mv_pattern02_sp.png), url(/assets/img/common/page/page_mv_pattern03_sp.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 232px 107px, 81px 37px, 103px 114px;
    background-position: right 0 top 0, bottom 0 right 47%, left 0 top 0;
  }
}
.page .breadcrumb {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page .breadcrumb li {
  font-size: 0.75rem;
  margin-right: 38px;
  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;
  width: 14px;
  height: 1px;
  background: rgba(34, 34, 34, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -26px;
}
.page .breadcrumb li a:hover {
  color: #CE3533;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb li a:hover {
    color: #4E4E4E;
    text-decoration: underline;
  }
}
.page.top .ttl {
  height: 290px;
  background-image: url(/assets/img/common/page_top/page_mv_pattern01.png), url(/assets/img/common/page_top/page_mv_pattern02.png), url(/assets/img/common/page_top/page_mv_pattern03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 478px 197px, 146px 74px, 146px 181px;
  background-position: right 0 top 0, bottom 0 left 52%, left 0 top 0;
  padding-bottom: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .page.top .ttl {
    align-items: flex-start;
    padding-top: 75px;
    min-height: 250px;
    height: auto;
    background-image: url(/assets/img/common/page/page_mv_pattern01_sp.png), url(/assets/img/common/page/page_mv_pattern02_sp.png), url(/assets/img/common/page/page_mv_pattern03_sp.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 232px 107px, 81px 37px, 103px 114px;
    background-position: right 0 top 0, bottom 0 right 47%, left 0 top 0;
    margin-bottom: 175px;
  }
}
.page.top .ttl:after {
  content: "";
  width: calc(570px + (100% - 1140px) / 2);
  height: 280px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .page.top .ttl:after {
    width: 88%;
    height: 142px;
    bottom: -75px;
  }
}
.page.top .ttl .breadcrumb {
  position: absolute;
  right: calc((100% - 1140px) / 2);
  bottom: -90px;
}
@media screen and (max-width: 767px) {
  .page.top .ttl .breadcrumb {
    right: 5%;
    bottom: -110px;
  }
}
.page.top .category-page-list {
  display: flex;
  flex-wrap: wrap;
}
.page.top .category-page-list li {
  width: 255px;
  margin-right: 40px;
}
@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(4n) {
  margin-right: 0;
}
.page.top .category-page-list li:nth-child(n+5) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li:nth-child(n+5) {
    margin-top: 55px;
  }
}
.page.top .category-page-list li a .page-cate-image {
  aspect-ratio: 255/160;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.page.top .category-page-list li a .page-cate-image img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.page.top .category-page-list li a .page-cate-ttl {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.page.top .category-page-list li a .page-cate-ttl .txt {
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
}
.page.top .category-page-list li a .page-cate-ttl .la-arrow-right {
  width: 28px;
  height: 28px;
  margin-left: 20px;
}
.page.top .category-page-list li a:hover .page-cate-image img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a:hover .page-cate-image img {
    transform: scale(1);
  }
}
.page.top .category-page-list li a:hover .page-cate-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a:hover .page-cate-ttl {
    color: #222222;
  }
}
.page.top .category-page-list li a:hover .page-cate-ttl .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a:hover .page-cate-ttl .la-arrow-right {
    background: #CE3533;
  }
}
.page.top .category-page-list li a:hover .page-cate-ttl .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .page.top .category-page-list li a:hover .page-cate-ttl .la-arrow-right:before {
    color: #fff;
  }
}
.page .contents {
  padding: 140px 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: #3D83B7;
  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: #3D83B7;
}
@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: #3D83B7;
}
.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(61, 131, 183, 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: #3D83B7;
  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: #3D83B7;
  margin-right: 6px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:hover {
  color: #3D83B7;
}
@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: #3D83B7;
  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;
}

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

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