@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: #333333;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: default;
}

/* ---------------------------
l-header
--------------------------- */
.l-page-head {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.l-head {
  display: flex;
  justify-content: space-between;
}
.l-head.on {
  background: #fff;
}
.l-head.on a {
  color: #333333;
}
.l-head.on .m-header-icon-allow {
  color: #333333 !important;
}
.l-head.on span {
  color: #333333;
}
.l-head.on .m-header-logo a .on {
  display: block;
}
.l-head.on .m-header-logo a .off {
  display: none;
}
.l-head.on .m-header-lang-txt {
  color: #333333;
}

.l-head-nav {
  transition: 2s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow: scroll;
  background: #0e2940;
  color: #fff;
}
.l-head-nav a {
  color: #fff;
}

.l-head-l {
  display: flex;
}

.m-header-logo {
  transition: 1.5s;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .m-header-logo {
    margin: -2px -14px 0 0;
    padding: 34px 15px 0;
    width: 25%;
  }
}
.m-header-nav-item {
  position: relative;
}
.m-header-nav-item > a {
  color: #fff;
}
.m-header-nav-item > a .m-header-icon-allow {
  color: #fff;
}
.m-header-nav-item:hover {
  background: #e9eef2;
}
.m-header-nav-item:hover .m-header-icon-allow {
  color: #333333;
}
.m-header-nav-item:hover .m-header-sub {
  height: 620px; /*サブメニューの高さ*/
  overflow: visible;
  padding: 30px 0 5px;
}
.m-header-nav-item.item-exam {
  margin: -10px -25px 0px 0;
}
.m-header-nav-item.item-exam a {
  background: #52c3f1;
  padding: 10px 29px 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.m-header-nav-item.item-exam a:after {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  width: 5px;
  height: 25px;
  font-size: 14px;
  top: 10px;
  right: 9px;
}
.m-header-nav-item.item-exam:hover {
  background: none;
}
.m-header-nav-item.item-j-scope {
  margin: -10px 0px 0px 0;
}
.m-header-nav-item.item-j-scope a {
  background: rgb(51, 51, 51);
  padding: 10px 29px 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.m-header-nav-item.item-j-scope a:after {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  width: 5px;
  height: 25px;
  font-size: 14px;
  top: 10px;
  right: 9px;
}
.m-header-nav-item.item-j-scope:hover {
  background: none;
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-nav-item {
    padding: 34px 22px 0 18px !important;
  }
  .m-header-nav-item > a {
    color: #fff;
    font-size: 13px;
  }
  .l-head-r-bottom {
    margin: 0px 0 0 10px !important;
  }
}
.m-header-icon-allow {
  color: #fff;
}
.m-header-icon-allow:after {
  content: "\e5c5";
  font-family: "Material Icons";
  position: absolute;
  right: 0px;
  font-size: 21px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-header-sub {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #e9eef2;
  height: 0;
  overflow: hidden;
}
.m-header-sub a {
  cursor: pointer;
}

.m-header-sub-cl2 {
  display: flex;
}

.m-header-sub-cl2-l {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #fff;
}

.m-header-sub-cl2-l-title {
  font-size: 1.4rem;
  color: #37474f;
}

.m-header-sub-cl2-r {
  width: 100%;
}

.m-header-sub-cl2-r-grid {
  display: grid;
  gap: 10px 40px;
}
.m-header-sub-cl2-r-grid.cl2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.m-header-sub-cl2-r-grid.cl3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.m-header-sub-cl2-r-grid-item-link a:hover {
  cursor: pointer;
}

.m-header-title {
  width: 100%;
  display: block;
  padding: 20px 10px 15px;
  border-bottom: 1px solid #fff;
  color: #333333;
}

.m-header-sub-cl2-r-grid-list {
  padding: 13px 0;
}

.m-header-sub-cl2-r-grid-list-item a {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-header-sub-cl2-r-grid-list-item ul {
  margin: 5px 0 20px;
}
.m-header-sub-cl2-r-grid-list-item ul li {
  padding-left: 20px;
  font-weight: 200;
}

.m-header-title {
  width: 100%;
  display: block;
}

.l-head-r {
  display: flex;
}

.l-head-r-top {
  margin-bottom: 13px;
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  background: #0e2940;
  color: #fff;
}
.l-footer a {
  color: #fff;
}

.l-footer-in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-footer-in02 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.l-footer-in02 .icon-pdf a {
  position: relative;
  display: table !important;
}
.l-footer-in02 .icon-pdf a:after {
  content: "" !important;
  font-family: "Material Icons";
  position: absolute;
  right: -25px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
  background: url(/common2022/img/base/icon_pdf.gif);
  background-size: cover;
  width: 17px !important;
  height: 17px !important;
}

.m-footer-logo {
  display: inline-block;
}

.m-footer-address {
  font-size: 0.9rem;
  margin-right: 30px;
}

/* ---------------------------
l-wrap
--------------------------- */
.m-page-inner {
  position: relative;
}

.m-page-h {
  position: relative;
}
.m-page-h .m-page-subH {
  position: absolute;
  z-index: 0;
}
.m-page-h .m-page-subH .label {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  color: #fff;
  font-weight: 200;
  line-height: 1;
}

.m-archives {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.m-archive-img {
  text-align: center;
}
.m-archive-body {
  padding: 14px;
  display: block;
}
.m-archive-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.m-archive-label {
  font-size: 0.75rem;
  background: #fff;
  padding: 2px 15px;
  border-radius: 2em;
  color: #37474f;
  border: 1px solid #37474f;
  display: block;
}
.m-archive-label02 {
  font-size: 0.75rem;
}
.m-archives02 {
  display: grid;
}

.m-archive02-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.m-archive02-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-archive02-head {
  display: flex;
  align-items: center;
}
.m-archive02-depart {
  color: #475d69;
  background-color: #cad7de;
  font-size: 0.8125rem;
}
.m-archive02-year {
  display: block;
  margin-left: auto;
  color: #666666;
  font-size: 0.8125rem;
}
.m-header-lang {
  display: flex;
  align-items: center;
}

.m-header-lang-txt {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 200;
  margin-right: 20px;
}

.m-header-lang-link {
  margin-right: 1px;
}
.m-header-lang-link a {
  background: #e0e0e0;
  color: #0e2940;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
  padding: 9px 23px;
  text-align: center;
  min-width: 100px;
}

.m-header-other {
  display: flex;
  justify-content: space-between;
}

.m-header-other-link {
  position: relative;
}
.m-header-other-link a {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 200;
}
.m-header-other-link.item-flag:after {
  content: "\e153";
  font-family: "Material Icons";
  position: absolute;
  color: #0e2940;
  left: -28px;
  font-size: 18px;
  top: 0px;
}
.m-header-other-link.item-access:after {
  content: "\e55f";
  font-family: "Material Icons";
  position: absolute;
  color: #0e2940;
  left: -28px;
  font-size: 18px;
  top: 0px;
}
.m-header-other-link.item-contact:after {
  content: "\e0be";
  font-family: "Material Icons";
  position: absolute;
  color: #0e2940;
  left: -28px;
  font-size: 18px;
  top: 0px;
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-other-link.item-flag:after {
    content: "\e153" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -20px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-access:after {
    content: "\e55f" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -19px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-contact:after {
    content: "\e0be" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -21px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
}
.gnavOpen {
  height: 100%;
  overflow: hidden;
}

.btn {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 2em;
  background: linear-gradient(to right, #51e0e0, #22f26b);
  text-align: center;
  transition: 2s;
}
.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #51e0e0, #22f26b);
  content: "";
}

.btn02 {
  border: 1px solid #52c3f1;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  height: 56px;
}

.btn03 {
  border: 1px solid #52c3f1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  min-height: 48px;
  font-size: 0.87rem;
}

/* ---------------------------
btns1col
--------------------------- */
.m-btnCols.is-1col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.m-btnCols.is-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m-btnCols.is-3col {
  display: grid;
}

.is-1col .m-btnCol:not(:last-child) {
  margin-bottom: 10px;
}
.is-1col .m-btnCol .m-btn {
  height: 100%;
}
.is-2col .m-btnCol .m-btn {
  height: 100%;
}

/* ---------------------------
m-form
--------------------------- */
.m-form-lead {
  font-weight: bold;
  margin-bottom: 2em;
}
.m-form-error {
  color: #e0e0e0;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem;
}
.m-form-wrap {
  border: 2px solid #f5f5f5;
}
.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.mw_wp_form_confirm .m-form-lead, .mw_wp_form_complete .m-form-lead {
  display: none;
}
.m-form-table {
  width: 100%;
}
.m-form-table > tbody > tr > th {
  font-weight: bold;
}
.m-form-table {
  display: block;
}
.m-form-table > tbody, .m-form-table > tbody > tr, .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
  display: block;
}
.m-form-table > tbody > tr {
  margin-bottom: 2em;
}
.m-form-table > tbody > tr > th {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
}
.m-form-zipBtn {
  padding: 8px 10px;
  cursor: pointer;
  width: 180px;
}
.mw_wp_form_confirm .m-form-zipBtn {
  display: none;
}
.m-form-radios.is-horizonal {
  display: flex;
  flex-wrap: wrap;
}
.m-form-radios-item {
  margin-bottom: 0.5em;
}
.is-horizonal .m-form-radios-item:not(:last-child) {
  margin-right: 1.3em;
}
.m-form-privacy {
  overflow-y: scroll;
  padding: 1em;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
}
.m-form-privacy section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.m-form-privacy h3,
.m-form-privacy h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.m-form-privacy table th,
.m-form-privacy table td {
  border: 1px solid #dedede;
  padding: 8px;
}
.m-form-privacy dt {
  font-weight: bold;
  margin: 0.5em 0;
}
.mw_wp_form_confirm .m-form-privacy {
  display: none;
}
.mw_wp_form_confirm .m-form-privacyAgree {
  display: none;
}
.m-form-btns-item:not(:last-child) {
  margin-bottom: 1em;
}
.m-form-must {
  color: #37474f;
  border: 1px solid #37474f;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 10px;
}
.m-form-notMust {
  color: #5f5f5f;
  border: 1px solid #5f5f5f;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 10px;
}
.m-form-wrapping {
  display: flex;
}
.m-form-wrapping-img {
  margin-right: 10px;
}
.m-form-noshis-item {
  margin-bottom: 1em;
}
.m-form-noshis-clear {
  display: flex;
  align-items: center;
}
.m-form-noshis-img {
  margin: 0 10px;
  border: 1px solid #edf2ef;
}
.m-form-noshis-label {
  font-size: 0.85rem;
}
.m-form-naireTable {
  width: 100%;
}
.m-form-naireTable th {
  font-weight: bold;
  padding-right: 2em;
}
.m-form-naireTable th,
.m-form-naireTable td {
  padding: 8px 0;
}
.m-form-calenderInputWrap {
  position: relative;
}
.m-form-calenderInputWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../img/base/ico_calendar_c1.svg") center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.m-form-checkboxSec {
  border: 1px solid #edf2ef;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1.5em;
}
.m-form-checkboxSec-h {
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #edf2ef;
}
.m-form-checkboxSec-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.m-form-checkboxSec-checkboxes-item {
  border-bottom: 1px dotted #edf2ef;
  line-height: 1.4;
}
.m-form-checkboxSec-checkboxes-item input {
  display: none;
}
.m-form-checkboxSec-checkboxes-clear {
  display: flex;
  align-items: center;
}
.m-form-checkboxSec-checkboxes-ico {
  border: 1px solid #edf2ef;
  background: #edf2ef;
  border-radius: 4px;
}
input:checked + .m-form-checkboxSec-checkboxes-clear .m-form-checkboxSec-checkboxes-ico {
  border-color: #37474f;
  background: #f9d9e7 url("../img/base/ico_check_02_c1.svg") center no-repeat;
  background-size: contain;
}
.m-form-checkboxSec-checkboxes-label {
  flex: 1;
}

.mw_wp_form_confirm .m-form-confirmHidden, .mw_wp_form_complete .m-form-confirmHidden {
  display: none;
}

.mwform-radio-field-text {
  display: inline !important;
}

.m-nav-link-item {
  width: 100%;
}
.m-nav-link-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3e5466;
  padding: 10px 5px;
  font-size: 0.8rem;
  text-align: center;
  min-height: 55px;
  height: 100%;
}
.m-nav-link-item a span {
  font-size: 1.1rem;
  padding-right: 8px;
}
.m-nav-link-item.item01 a {
  width: 285px;
}

.m-nav-cl2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-nav-link02-item {
  position: relative;
  width: 100%;
}
.m-nav-link02-item.item-flag:before {
  content: "\e153";
  font-family: "Material Icons";
  position: absolute;
  color: #fff;
  left: 7px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-nav-link02-item.item-access:before {
  content: "\e55f";
  font-family: "Material Icons";
  position: absolute;
  color: #fff;
  left: 7px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-nav-link02-item.item-doc:before {
  content: "\e873";
  font-family: "Material Icons";
  position: absolute;
  color: #fff;
  left: 7px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-nav-link02-item.item-contact:before {
  content: "\e0be";
  font-family: "Material Icons";
  position: absolute;
  color: #fff;
  left: 7px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-nav-lang-txt {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 200;
}

.m-nav-lang-link {
  margin-right: 1px;
}
.m-nav-lang-link a {
  background: #e0e0e0;
  color: #0e2940;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
  padding: 9px 23px;
  text-align: center;
  min-width: 100px;
}

.m-nav-toggle {
  border-top: 2px solid #fff;
}
.m-nav-toggle:last-child {
  border-bottom: 2px solid #fff;
}

.m-nav-text.on {
  padding-bottom: 30px;
}

.m-nav-textTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.m-nav-textTitle.on .m-nav-togglePlus:after {
  content: "−";
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 0;
  line-height: 0;
  right: 10px;
}

.m-nav-toggleText {
  font-size: 1.2rem;
}

.m-nav-togglePlus {
  position: relative;
}
.m-nav-togglePlus:after {
  content: "+";
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 0;
  line-height: 0;
  right: 10px;
}

.m-nav-textSub {
  max-width: 835px;
  width: 100%;
  margin: 0 auto 30px;
  display: none;
}

.m-nav-textSub-cl3 {
  display: grid;
}

.m-nav-toggle-list {
  padding-left: 20px;
}
.m-nav-toggle-list a {
  font-size: 0.9rem;
}

.m-nav-link03 {
  display: flex;
  justify-content: space-between;
}

.m-nav-link03-items {
  display: flex;
}

.m-nav-link03-item {
  position: relative;
}
.m-nav-link03-item:after {
  content: "｜";
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.9rem;
}
.m-nav-link03-item:first-child a {
  font-size: 0.8rem;
  padding-left: 0;
}
.m-nav-link03-item:last-child a {
  font-size: 0.8rem;
}
.m-nav-link03-item:last-child:after {
  display: none;
}
.m-nav-link03-item a {
  font-size: 0.8rem;
  padding: 0 10px;
}

.m-nav-sns-txt {
  font-size: 0.8rem;
  margin-right: 10px;
}

.m-nav-sns-link {
  margin-right: 10px;
}
.m-nav-sns-link:last-child {
  margin-right: 0px;
}

.m-nav-copy {
  font-size: 0.8rem;
}

.m-nav-btn {
  cursor: pointer;
}

.m-nav02-main {
  position: relative;
  z-index: 4;
}
.m-nav02-head {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e9eef2;
}
.m-nav02-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  font-family: "Material Icons";
  z-index: 5;
  line-height: 1;
  color: #3e5466;
}
.m-nav02-icon::before {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.m-nav02-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.m-nav02-h {
  margin-left: auto;
}
.m-nav02-h .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-nav02-h .label[href]::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  display: block;
  font-size: 1.25rem;
  color: #86949f;
  margin-left: auto;
}
.m-nav02-h .label[target=_blank]::after {
  font-family: "Material Icons Round";
  content: "\e3e0";
  font-size: 1rem;
  color: #86949f;
  margin-left: auto;
  transform: rotate(180deg);
}
.m-nav02-links {
  display: grid;
  background-color: #fff;
  border-bottom: 1px solid #e9eef2;
}
.m-nav02-link {
  display: flex;
  align-items: center;
  border-top: 1px solid #e9eef2;
}
.m-nav02-link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.m-nav02-link a::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #86949f;
}
.m-nav02-link a[target=_blank]::after {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.m-nav02-link a .label {
  display: block;
  font-size: 1.12rem;
  color: #475d69;
  line-height: 1.2;
}
.m-nav02-img {
  position: relative;
}
.m-nav02-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-nav03-wrap {
  border-bottom: 1px solid #e2e9ed;
}
.m-nav03-links {
  display: flex;
  flex-wrap: wrap;
}
.m-nav03-link a {
  font-weight: bold;
}
.m-nav03-links02 {
  display: flex;
  flex-wrap: wrap;
}
.m-nav03-link02 {
  position: relative;
}
.m-nav03-link02:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  background-color: #333333;
}
.m-nav03-link02 a {
  font-size: 0.875rem;
  line-height: 1.2;
}

.m-nav04 {
  width: 100%;
  background: #e9eef2;
  overflow: hidden;
}
.m-nav04 a {
  cursor: pointer;
}
.m-nav04-cl2 {
  display: flex;
  flex-wrap: wrap;
}
.m-nav04-cl2-l-title {
  font-size: 1.4rem;
  color: #37474f;
}
.m-nav04-cl2-r {
  width: 100%;
}
.m-nav04-cl2-r-grid {
  display: grid;
  gap: 10px 40px;
}
.m-nav04-cl2-r-grid.cl2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.m-nav04-cl2-r-grid.cl3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.m-nav04-cl2-r-grid-item-link a:hover {
  cursor: pointer;
}
.m-nav04-cl2-r-grid-list {
  padding: 13px 0;
}
.m-nav04-cl2-r-grid-list-item a {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-nav04-cl2-r-grid-list-item ul {
  margin: 5px 0 20px;
}
.m-nav04-cl2-r-grid-list-item ul li {
  padding-left: 20px;
  font-weight: 200;
}

.m-nav05-img {
  position: relative;
}
.m-nav05-main {
  position: relative;
  z-index: 2;
}
.m-nav05-head {
  display: flex;
  align-items: center;
  background: #fff;
}
.m-nav05-h .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-nav05-body {
  background: #fff;
}
.m-nav05-body .label {
  display: block;
  font-size: 0.937rem;
  line-height: 2;
}
.m-nav05-body .label:not(:last-child) {
  margin-bottom: 2em;
}
.m-nav05-lists {
  background: #fff;
  display: grid;
}
.m-nav05-list {
  display: flex;
  flex-wrap: wrap;
}
.m-nav05-list:not(:last-child) {
  border-bottom: 1px solid #e2e9ed;
}
.m-nav05-list-h {
  font-size: 0.9375rem;
  font-weight: bold;
}
.m-nav05-list-body {
  display: flex;
  flex-wrap: wrap;
}
.m-nav05-list-body-h {
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
  flex: 1;
}
.m-nav05-list-body-h::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.m-nav05-list-body-h.is-gschool::before {
  background-color: #475d69;
}
.m-nav05-list-body-h.is-manage::before {
  background-color: #f3c837;
}
.m-nav05-list-body-h.is-system::before {
  background-color: #647cbd;
}
.m-nav05-list-body-h.is-medical::before {
  background-color: #e07b8f;
}
.m-nav05-list-body-h.is-media::before {
  background-color: #6cc8bf;
}
.m-nav05-list-body-h.is-engineering::before {
  background-color: #fe8749;
}
.m-nav05-list-body-label {
  font-size: 0.9375rem;
}
.m-nav05-list-body-lists {
  display: grid;
  width: 100%;
}
.m-nav05-list-body-list {
  display: flex;
  flex-wrap: wrap;
}
.m-nav05-dl dt {
  font-weight: bold;
}
.m-nav05-dl dd {
  background: #f4f7f8;
  display: grid;
}
.m-nav05-dl dd .col {
  font-size: 0.9375rem;
  line-height: 2;
}
.m-nav05-link {
  display: flex;
  align-items: center;
  border-top: 1px solid #e9eef2;
  background: #fff;
}
.m-nav05-link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.m-nav05-link a::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #86949f;
}
.m-nav05-link a[target=_blank]::after {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.m-nav05-link a .label {
  display: block;
  font-size: 1.12rem;
  color: #475d69;
  line-height: 1.2;
}

.m-guidelines {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.m-guideline {
  border: solid 1px #edf2ef;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 30px;
}
.m-guideline-h {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.m-guideline-h::before {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #37474f;
}
.m-guideline-h .label {
  font-size: 1.9rem;
  font-weight: bold;
}
.m-guideline-label {
  text-align: center;
}

.m-gmap {
  position: relative;
}
.m-gmap::before {
  content: "";
  display: block;
  width: 100%;
}
.m-gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.m-gmap-48x23::before {
  padding-bottom: 47.9166666667%;
}
.m-gmap-97x56::before {
  padding-bottom: 57.7319587629%;
}

/* ---------------------------
m-title
--------------------------- */
.m-title {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-weight: 200;
}
.m-title span {
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: 0.3s;
}
.m-title span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: 0.3s;
  transition-delay: 0.05s;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(81, 224, 224)), color-stop(1, rgb(34, 242, 107)));
  background: -o-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -ms-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51E0E0', endColorstr='#22F26B' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51E0E0",endColorstr="#22F26B" , GradientType=1);
}
.m-title.on span {
  clip-path: inset(0 0 0 0);
}
.m-title.on span::after {
  clip-path: inset(0 0 0 0);
}

.m-title02 {
  display: flex;
  align-items: center;
  color: #fff;
}

.m-title03 {
  display: inline-block;
  font-weight: 200;
}
.m-title03 span {
  position: relative;
}
.m-title03 span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -13px;
  left: 0;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(81, 224, 224)), color-stop(1, rgb(34, 242, 107)));
  background: -o-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -ms-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51E0E0', endColorstr='#22F26B' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51E0E0",endColorstr="#22F26B" , GradientType=1);
}

.m-title04 {
  position: relative;
  letter-spacing: 2px;
}
.m-title04:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #52c3f1;
}

.m-title05 {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-weight: 200;
}
.m-title05 span {
  position: relative;
}
.m-title05 span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background: -moz-linear-gradient(0% 50% 0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(81, 224, 224)), color-stop(1, rgb(34, 242, 107)));
  background: -o-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -ms-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51E0E0', endColorstr='#22F26B' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51E0E0",endColorstr="#22F26B" , GradientType=1);
}

.m-title06 {
  font-family: "Roboto Condensed", sans-serif;
  color: #cad7de;
}

.m-links {
  display: grid;
  gap: 10px 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.m-link img {
  width: 100%;
}

.m-links02 {
  display: grid;
}

.m-link02 {
  border: 1px solid #e2e9ed;
}
.m-link02 a {
  color: #475d69;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
}
.m-link02 a::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  display: block;
  font-size: 1.25rem;
  color: #86949f;
  margin-left: auto;
  line-height: 1;
}
.m-link02 a[target=_blank]::after {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 1rem;
  transform: rotate(180deg);
}

.m-links03 {
  display: grid;
}

.m-link03-img {
  width: 100%;
}
.m-link03-img img {
  width: 100%;
}
.m-link03-label {
  color: #475d69;
  display: flex;
  align-items: center;
}
.m-link03-label::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  display: block;
  color: #86949f;
  margin-left: auto;
  line-height: 1;
}
.m-link03-label.icon-pdf {
  position: relative;
}
.m-link03-label.icon-pdf:after {
  content: "";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
  background: url(/common2022/img/base/icon_pdf.gif);
  background-size: cover;
  width: 17px !important;
  height: 17px !important;
}
[target=_blank] .m-link03-label::after {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 1.2rem;
  transform: rotate(180deg);
}

.m-link04 {
  background-color: #0e2940;
  width: 525px;
  margin-left: auto;
}
.m-link04 a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  color: #fff;
  padding: 10px 60px 10px 30px;
  position: relative;
}
.m-link04 a[target=_blank]::after {
  font-family: "Material Icons";
  content: "\e3e0";
  display: block;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  right: 28px;
}
.m-link04 a .label {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-weight: 100;
  font-size: 1.25rem;
  padding-right: 56px;
  position: relative;
}
.m-link04 a .label::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #fff;
}
.m-link04 a .label02 {
  display: block;
  font-weight: bold;
}

.m-link05 {
  display: block;
  position: relative;
  background-size: cover;
  cursor: pointer;
}
.m-link05::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-link05-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.m-link05-body .label {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 300;
  display: block;
  letter-spacing: 0.025em;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.m-link05-body .label02 {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.m-link06 a .img {
  width: 100%;
  display: block;
}
.m-link06 a .label {
  display: block;
  font-size: 0.95rem;
}
.m-link06-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.m-links07 {
  display: grid;
}

.m-link07 {
  background: #3e5466;
}
.m-link07 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-link07 a .icon {
  font-family: "Material Icons";
  line-height: 1;
}
.m-link07 a .label {
  font-size: 1.12rem;
  color: #fff;
  display: block;
}
.m-link07 a .label .small {
  font-size: 0.875rem;
}
.m-link07 a .label02 {
  font-size: 0.8125rem;
  color: #fff;
  display: block;
}

.m-map-img {
  text-align: center;
}
.m-map-link circle {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.m-map-link.active {
  pointer-events: none;
}
.m-map-link.active circle {
  fill: #fff;
}
.m-map-link.active path {
  fill: #37474f;
}
.m-map-link:hover {
  opacity: 1 !important;
}
.m-map-link:hover circle {
  fill: #fff;
  filter: none;
}
.m-map-link:hover path {
  fill: #37474f;
}
.m-map-select {
  text-align: center;
  width: 452px;
  margin: 40px auto 0;
}
.m-map-select select {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.1rem;
  padding: 15px 20px 15px 15px;
  border: solid 2px #edf2ef;
}
.m-map-select select option {
  font-size: 1.1rem;
}

.m-map02 {
  position: relative;
  padding-top: 57px;
}
.m-map02-btn {
  position: absolute;
}
.m-map02-btn a {
  color: #fff;
  background-color: #37474f;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.m-map02-btn.is-01 {
  top: 50.5%;
  left: 9%;
}
.m-map02-btn.is-02 {
  top: 81%;
  left: 25.5%;
}
.m-map02-btn.is-03 {
  top: 46%;
  left: 74.5%;
}
.m-map02-btn.is-04 {
  top: 46%;
  left: 82.3%;
}
.m-map02-btn.is-05 {
  top: 63%;
  left: 58%;
}
.m-map02-btn.is-06 {
  top: 2%;
  left: 81%;
}

.m-map03 {
  background-color: #e1ebd5;
  position: relative;
}
.m-map03-inner {
  max-width: 1438px;
  width: 100%;
  margin: 0 auto;
}
.m-map03-map {
  text-align: center;
  width: 100%;
}
.m-map03-map img {
  width: 100%;
}
.m-map03-body {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.m-map03-note {
  text-align: right;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.m-map03-h {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
}
.m-map03-label {
  margin-top: 10px;
}

.m-map04 {
  position: relative;
  overflow: hidden;
}
.m-map04::before {
  content: "";
  display: block;
  padding-bottom: 57.1527777778%;
}
.m-map04-inner {
  background-size: cover;
  padding: 60px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.m-map04-table {
  max-width: 288px;
  margin-top: 45px;
  padding-left: 10px;
}

.m-teachers-in {
  width: 100%;
}
.m-teachers-in hr {
  color: #e2e9ed;
}

.m-teachers-txt {
  font-size: 1.4rem;
}
.m-teachers-txt span {
  font-size: 0.9rem;
  margin-left: 10px;
}

.m-teachers-txt02 {
  font-family: "Roboto Condensed", sans-serif;
}

.m-teachers-txt03 {
  display: flex;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.m-teachers-txt04 {
  font-size: 0.8rem;
  word-wrap: break-word;
}
.m-teachers-txt04 a {
  font-size: 0.8rem;
  text-decoration: underline;
  color: #475d69;
}

.m-teacher-num {
  font-size: 0.8rem;
  position: relative;
  letter-spacing: 1px;
}

.m-teacher-galleries {
  display: grid;
}

.m-teacher-gallery {
  list-style: none !important;
}
.m-teacher-gallery .figure .caption {
  font-size: 0.9rem;
  padding-top: 0.1em;
}

.u-wysiwyg-teachers dl {
  border-bottom: 1px solid #e2e9ed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.u-wysiwyg-teachers dl:last-child {
  border-bottom: none;
}
.u-wysiwyg-teachers dt {
  font-weight: bold;
  margin-bottom: 14px;
}
.u-wysiwyg-teachers dd ul {
  padding-left: 1em;
}
.u-wysiwyg-teachers dd ul li {
  list-style-type: disc;
}
.u-wysiwyg-teachers dd a {
  text-decoration: underline;
  color: #475d69;
}

.u-wysiwyg-teachers02 dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.u-wysiwyg-teachers02 dd ul {
  padding-left: 1em;
}
.u-wysiwyg-teachers02 dd ul li {
  list-style-type: disc;
}

.m-teachers02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m-teachers02-h {
  border-bottom: solid 4px #e2e9ed;
}
.m-teachers02-h .label {
  font-size: 2.5rem;
  font-weight: 500;
}
.m-teachers02-h .label02 {
  font-size: 1.375rem;
}

.m-teacher02 {
  display: flex;
  flex-wrap: wrap;
}
.m-teacher02-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.m-teacher02-h {
  display: flex;
  align-items: center;
}
.m-teacher02-h .label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
}
.m-teacher02-h .label02 {
  font-size: 0.75rem;
}
.m-teacher02-h02 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.87rem;
  letter-spacing: 0.05em;
}
.m-teacher02-research-h {
  font-weight: 500;
}
.m-teacher02-btns {
  display: grid;
}
.m-pageHead {
  background: no-repeat center/cover;
}
.m-pageHead-body {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-pageHead-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-pageHead-label:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background: linear-gradient(90deg, #37474f 0%, #26c6da 100%);
}
.m-pageHead-h {
  font-weight: bold;
  font-size: 2rem;
}

.m-pageHead02 {
  background: no-repeat center/cover;
}
.m-pageHead02-body {
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-pageHead02-h {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 53px 0 15px;
}
.m-pageHead02-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.m-pageHead02-label:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background: linear-gradient(90deg, #37474f 0%, #26c6da 100%);
}

.m-pageHead03 {
  background: no-repeat center/cover;
}
.m-pageHead03-body {
  min-height: 720px;
  padding-top: 127px;
  display: flex;
  flex-direction: column;
}
.m-pageHead03-label {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.m-pageHead03-label:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background: linear-gradient(90deg, #37474f 0%, #26c6da 100%);
}
.m-pageHead03-h {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 15px;
}
.m-pageHead03-lead {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.m-pageHead03-txt {
  margin-top: 20px;
  line-height: 1.7;
}

.bread .current {
  font-size: 0.8rem;
}

.bread-item {
  font-size: 0.8rem;
  margin-right: 30px;
}
.bread-item a {
  font-size: 0.8rem;
  color: #475d69;
  position: relative;
}
.bread-item a:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
}

.m-postCols {
  display: grid;
}

.m-postNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-postNav-item {
  display: flex;
  align-items: center;
}
.m-postNav-item a {
  display: flex;
  align-items: center;
}
.m-postNav-item.is-prev span {
  padding-right: 10px;
}
.m-postNav-item.is-prev {
  min-width: 124px;
}
.m-postNav-item.is-center {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 2em;
  border: 1px solid #52c3f1;
  text-align: center;
  max-width: 165px;
  width: 100%;
  min-height: 48px;
}
.m-postNav-item.is-next span {
  padding-left: 10px;
}
.m-postNav-item.is-next {
  min-width: 124px;
}

.m-post-mv {
  width: 100%;
}
.m-post-mv img {
  width: 100%;
}
.m-post-head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.m-post-h {
  background: #21587d;
}
.m-post-h .label {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.4;
}
.m-post-cats {
  display: flex;
}
.m-post-depart .label {
  color: #475d69;
  background-color: #cad7de;
  font-size: 0.8125rem;
}
.m-post-cat {
  display: block;
  text-align: right;
  color: #475d69;
  text-decoration: underline !important;
  font-size: 0.8125rem;
}
.m-post-relate {
  border-bottom: 1px solid #e2e9ed;
}
.m-post-relate-h {
  font-size: 1.375rem;
  border-bottom: 4px solid #e2e9ed;
}
.m-post-relate-main {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
}
.m-post-relate-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-post-relate-h02 {
  color: #fff;
}
.m-post-relate-h02 .label {
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  letter-spacing: 0.16em;
}
.m-post-relate-h02 .label02 {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.m-post-relate-lead {
  margin-top: auto;
}
.m-post-relate-lead .label {
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.2;
  display: inline-block;
  background-color: #fff;
}
.m-post-relate-more {
  margin-left: auto;
}
.m-post-relate-more .label {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.m-post-relate-more .label::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  line-height: 1;
}

.m-posts {
  display: flex;
}
.m-posts.is-archive {
  flex-wrap: wrap;
}
.m-posts-item {
  font-weight: bold;
}
.m-slide-imgs .m-posts-item {
  margin-left: 20px;
  margin-right: 20px;
}
.m-posts-img {
  margin-bottom: 15px;
  position: relative;
  transition: 0.2s;
}
a:hover .m-posts-img {
  opacity: 0.7;
}
.m-posts-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-posts-tag .label {
  text-align: center;
  color: #37474f;
  background: #fff;
  border: 1px solid #37474f;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1px 20px;
  letter-spacing: 0.15em;
}
.m-posts-h02 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.m-posts-access {
  color: #37474f;
  font-weight: normal;
}
.m-posts-price {
  text-align: right;
  font-size: 1.3rem;
}
.m-posts-price .num {
  font-size: 1.8rem;
}
.m-posts-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-posts-btn {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #37474f;
  padding: 5px 20px;
  font-size: 0.85rem;
  color: #37474f;
  transition: 0.2s;
}
a:hover .m-posts-btn {
  color: #fff;
  background: #37474f;
}

.m-postWidgets {
  display: grid;
  grid-gap: 20px;
}

.m-postWidget-h {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e2e9ed;
}
.m-postWidget-h::after {
  font-family: "Material Icons";
  content: "arrow_drop_down";
  font-size: 1.3rem;
  margin-left: auto;
  line-height: 1;
}
.m-postWidget-main {
  border-left: 1px solid #e2e9ed;
  border-right: 1px solid #e2e9ed;
  border-bottom: 1px solid #e2e9ed;
}

.m-search-h {
  display: flex;
  align-items: center;
}
.m-search-h::before {
  font-family: "Material Icons";
  content: "search";
  color: #52c3f1;
  font-size: 2.4rem;
  line-height: 1;
}
.m-search-h .label {
  font-weight: 500;
  font-size: 1.37rem;
}
.m-search-cols {
  display: flex;
  flex-wrap: wrap;
}
.m-search-col {
  display: flex;
  align-items: center;
}
.m-search-selectWrap {
  flex: 1;
  position: relative;
}
.m-search-selectWrap::after {
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  font-size: 1.6rem;
  color: #757575;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-search-select {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  display: block;
  width: 100%;
  border: none;
  font-size: 1rem;
  appearance: none;
  position: relative;
}
.m-search-input {
  flex: 1;
}
.m-search-input input {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.m-search-submit {
  background-color: #37474f;
}
.m-search-submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m-search-h02 {
  font-weight: bold;
}
.m-search-initials {
  display: flex;
  flex-wrap: wrap;
}
.m-search-initials-wrap {
  display: flex;
  flex-wrap: wrap;
}
.m-search-initial a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  border: 2px solid #52c3f1;
  background-color: #fff;
  border-radius: 5px;
}
.m-search-initial a:hover {
  opacity: 1;
  background-color: #52c3f1;
  color: #fff;
}
.m-silde .slick-list {
  overflow: inherit;
}

.m-silde-item:hover {
  opacity: 0.8 !important;
}

.m-silde-item-img {
  width: 100%;
  height: 192px;
  background-size: cover;
  margin-bottom: 15px;
}

.slick-num {
  color: #fff;
  position: absolute;
  right: 0;
  background: #0e2940;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -24px;
  font-size: 0.8rem;
  font-weight: 200;
}

.slick-num-in-number {
  color: #fff !important;
}

.slick-prev {
  position: absolute;
  left: 0;
}

.slick-next {
  position: absolute;
  right: 0;
}

.slick-arrow {
  cursor: pointer;
}

.prev-arrow {
  color: #fff;
  position: absolute;
}

.next-arrow {
  color: #fff;
  position: absolute;
}

.m-home-slide-list .slick-list {
  overflow: inherit !important;
}

.slick-slide {
  height: auto !important;
}

.m-slides02 {
  overflow: visible !important;
}
.m-slides02 .slick-list {
  overflow: visible !important;
  position: relative;
}
.m-slides02 .slick-list .slick-track {
  overflow: visible !important;
}
.m-slides02 .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m-slides02 .slick-dots li {
  margin-left: 15px;
  margin-bottom: 10px;
}
.m-slides02 .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3e5466;
  cursor: pointer;
}
.m-slides02 .slick-dots .slick-active button {
  background: #52c3f1;
}

.m-slide02 {
  overflow: visible !important;
  background-color: #fff;
}
.m-slide02-inner {
  position: relative;
  overflow: visible !important;
}
.m-slide02-num {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: absolute;
}
.m-slide02-cols {
  display: grid;
}
.m-slide02-h {
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
}
.m-slide02-label {
  font-size: 0.937rem;
  line-height: 1.75;
}
.m-slide02-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.m-slide02-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-slide02-arrow {
  position: absolute;
  z-index: 20;
}
.m-slides03 {
  position: relative;
}
.m-slide03-img {
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-slide03-img img {
  width: 100%;
}
.m-slide03-body {
  font-weight: bold;
}
.m-slide03-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-slide03-thumb {
  opacity: 0.3;
  cursor: pointer;
}
.m-slide03-thumb.slick-current {
  opacity: 1;
}

.m-silde-side {
  overflow: hidden;
  text-align: center !important;
}
.m-silde-side .slick-list {
  overflow: inherit;
}

.m-sort-cols {
  display: grid;
}
.m-sort-h {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  width: 100%;
  border: 1px solid #e2e9ed;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.m-sort-h::after {
  font-family: "Material Icons";
  content: "arrow_drop_down";
  font-size: 1.4rem;
  position: absolute;
}
.m-sort-formWrap {
  border: 1px solid #e2e9ed;
  background: #f4f7f8;
}
.m-sort-form-lists {
  display: flex;
  flex-wrap: wrap;
}
.m-sort-form-list label {
  cursor: pointer;
}
.m-sort-form-btn {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.m-sort-form-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
}
.m-sort-wrap {
  width: 100%;
  position: relative;
}
.m-sort-wrap::after {
  font-family: "Material Icons";
  content: "arrow_drop_down";
  font-size: 1.4rem;
  position: absolute;
}
.m-sort-select {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  width: 100%;
  border: 1px solid #e2e9ed;
  font-size: 1rem;
  cursor: pointer;
  appearance: none;
}

.m-sort02-lists {
  display: grid;
  grid-gap: 5px;
}
.m-sort02-list label {
  display: flex;
  align-items: center;
}
.m-sort02-list label input[type=checkbox] {
  border: 1px solid #e2e9ed;
}
.m-sort02-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.m-sort02-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
}

.wp-pagenavi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi02 .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 30px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

.m-fixBnr {
  display: flex;
  z-index: 5;
}

.m-fixBnr-item {
  width: 230px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-fixBnr-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.m-fixBnr-item a span {
  margin-right: 5px;
}
.m-at {
  background: #fff;
  width: 100%;
  display: block;
}

.m-at-cl {
  display: flex;
  justify-content: space-between;
}

.m-at-textSub {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.m-at-level {
  display: flex;
  color: #fff;
  background: #e91e63;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
}

.m-at02-text {
  display: flex;
}

.m-at02-textIcon {
  margin-right: 9px;
}

.m-at02-textLink {
  position: relative;
  display: flex;
}
.m-at02-textLink a {
  color: #fff;
  text-decoration: underline;
}
.m-at02-textLink:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: -23px;
  color: #fff;
}

.m-sns-cl1 {
  width: 100%;
  overflow: scroll;
}
.m-sns-cl1 iframe {
  width: 100%;
}

.m-sns-cl2 {
  width: 100%;
}
.m-sns-cl2 img {
  width: 100%;
}

.m-tab {
  display: grid;
  gap: 10px 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.m-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  border: 1px solid #52c3f1;
  border-radius: 5px;
  position: relative;
  color: #000;
}
.m-tab-item.on {
  background: #52c3f1;
  color: #fff;
}
.m-tab-item.on:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #52c3f1;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  bottom: -15px;
  transform: rotateZ(90deg);
}

.m-tab-box-in {
  display: none;
}
.m-tab-box-in.on {
  display: block;
}

.m-cl-l {
  width: 100%;
}

.m-cl-r {
  width: 100%;
}

.m-cl02-l {
  width: 100%;
}

.m-cl02-r {
  width: 100%;
  border: 1px solid #e2e9ed;
  height: fit-content;
}

.m-cls03 {
  display: grid;
}

.m-cl03 {
  border: 1px solid #e2e9ed;
}
.m-cl03-h {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 13px;
}
.m-cl03-label {
  font-size: 0.94rem;
  line-height: 1.75;
  margin-top: 15px;
}

.m-cls04 {
  display: grid;
}

.m-cl04-img {
  width: 100%;
}
.m-cls05 {
  display: grid;
}

.m-cl05-index {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.m-cl05-index dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-cl05-index dl dt {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: auto;
}
.m-cl05-index dl dd .line {
  display: flex;
}
.m-cl05-index dl dd .line .symbol {
  display: block;
}
.m-cl05-index dl dd .line .label {
  display: block;
  flex: 1;
  font-size: 0.875rem;
}
.m-cl05-h {
  font-weight: bold;
  text-align: center;
  padding: 19px 0;
}
.m-cl05-img {
  width: 100%;
}
.m-cl05-h02 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.m-cl05-h02::after {
  content: "";
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
}
.m-cl05-h02::before {
  content: "";
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333333;
}
.m-cl05-h02 .label {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
.m-cl05-h02 .label::before {
  content: "";
  display: block;
  width: 21.213px;
  height: 21.213px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translate(-50%, 50%) rotate(135deg);
}
.m-cl05-h02 .symbol {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-cl05-catch {
  font-weight: bold;
}
.m-cl05-catch02 {
  display: block;
  font-size: 0.94rem;
  line-height: 1.75;
}
.m-cl05-lead {
  display: block;
  font-size: 0.94rem;
  line-height: 1.75;
}

.m-cls06 {
  display: grid;
}

.m-cl06-h {
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 32px;
}
.m-cl06-h::after {
  content: "";
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
}
.m-cl06-h::before {
  content: "";
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333333;
}
.m-cl06-h .label {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-cl06-h .label::before {
  content: "";
  display: block;
  width: 21.213px;
  height: 21.213px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translate(-50%, 50%) rotate(135deg);
}
.m-cl06-h .symbol {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m-cl06-lead {
  display: block;
  font-size: 0.94rem;
  line-height: 1.75;
}

.m-home {
  width: 100%;
  position: relative;
}

.m-home-video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.m-home-video.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 107, 137, 0.2);
}
.m-home-video.bg-gr:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  background: -moz-linear-gradient(0% 50% 0deg, #51e0e0 0%, #22f26b 100%);
  background: -webkit-linear-gradient(0deg, #51e0e0 0%, #22f26b 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #51e0e0), color-stop(1, #22f26b));
  background: -o-linear-gradient(0deg, #51e0e0 0%, #22f26b 100%);
  background: -ms-linear-gradient(0deg, #51e0e0 0%, #22f26b 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51E0E0', endColorstr='#22F26B' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#51e0e0), to(#22f26b));
  background: -webkit-linear-gradient(left, #51e0e0 0%, #22f26b 100%);
  background: -o-linear-gradient(left, #51e0e0 0%, #22f26b 100%);
  background: linear-gradient(90deg, #51e0e0 0%, #22f26b 100%);
}
.m-home-video.bg-bl {
  background: rgba(82, 195, 241, 0.1);
}

.m-home-video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.m-home-in {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.m-home-in {
  max-width: 900px;
  width: 100%;
  z-index: 1;
}

.m-home-slide-list-item {
  position: relative;
  overflow: hidden;
}
.m-home-slide-list-item p {
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
}
.m-home-slide-num {
  background: #0e2940;
}

.m-home-about__grids {
  display: grid;
  gap: 20px 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.m-home-about__grids li img {
  width: 100%;
}

.m-home-about-l p {
  font-size: 1.1rem;
}

.m-home-about-cl2 {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.m-home-about-cl2 a p {
  font-size: 0.95rem;
}

.m-home-depart {
  position: relative;
}

.m-home-depart-cl {
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}

.m-home-depart-cl-l {
  background: rgba(33, 88, 125, 0.9);
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
}

.m-home-depart-cl2-item {
  position: relative;
}
.m-home-depart-cl2-item.gr-allow:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.m-home-depart-cl2-item.gr-blank:after {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  right: 25px;
  top: 35%;
  transform: rotateZ(180deg);
  font-size: 14px;
}

.m-home-depart-cl-r {
  background: url(/common2022/img/home/depart-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s cubic-bezier(0.12, 0.14, 0.15, 0.73);
}

.m-home-event {
  position: relative;
}

.m-gallery-parent-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #e6f0f5;
  width: 50%;
}
.m-gallery-parent-in div img {
  width: 100%;
}

.m-gallery-parent-in02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #e6f0f5;
  width: 50%;
}
.m-gallery-parent-in02 div img {
  width: 100%;
}

.m-gallery-div1 {
  grid-area: 1/1/3/3;
}

.m-gallery-div2 {
  grid-area: 1/3/2/4;
}

.m-gallery-div3 {
  grid-area: 1/4/2/5;
}

.m-gallery-div4 {
  grid-area: 2/3/3/4;
}

.m-gallery-div5 {
  grid-area: 2/4/3/5;
}

.m-gallery-div6 {
  grid-area: 3/1/4/2;
}

.m-gallery-div7 {
  grid-area: 3/2/4/3;
}

.m-gallery-div8 {
  grid-area: 3/3/4/4;
}

.m-gallery-div9 {
  grid-area: 3/4/4/5;
}

.m-gallery-div10 {
  grid-area: 4/1/5/2;
}

.m-gallery-div11 {
  grid-area: 4/2/6/4;
}

.m-gallery-div12 {
  grid-area: 4/4/5/5;
}

.m-gallery-div13 {
  grid-area: 5/1/6/2;
}

.m-gallery-div14 {
  grid-area: 5/4/6/5;
}

.m-gallery-div15 {
  grid-area: 1/1/2/2;
}

.m-gallery-div16 {
  grid-area: 1/2/2/3;
}

.m-gallery-div17 {
  grid-area: 1/3/2/4;
}

.m-gallery-div18 {
  grid-area: 1/4/2/5;
}

.m-gallery-div19 {
  grid-area: 2/1/4/3;
}

.m-gallery-div20 {
  grid-area: 2/3/3/4;
}

.m-gallery-div21 {
  grid-area: 2/4/3/5;
}

.m-gallery-div22 {
  grid-area: 3/3/4/4;
}

.m-gallery-div23 {
  grid-area: 3/4/4/5;
}

.m-gallery-div24 {
  grid-area: 4/1/5/2;
}

.m-gallery-div25 {
  grid-area: 4/2/5/3;
}

.m-gallery-div26 {
  grid-area: 4/3/6/5;
}

.m-gallery-div27 {
  grid-area: 5/1/6/2;
}

.m-gallery-div28 {
  grid-area: 5/2/6/3;
}

.m-gallery-div1 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 1);
}

.m-gallery-div2 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 2);
}

.m-gallery-div3 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 3);
}

.m-gallery-div4 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 4);
}

.m-gallery-div5 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 5);
}

.m-gallery-div6 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 0);
}

.m-gallery-div7 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 1);
}

.m-gallery-div8 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 2);
}

.m-gallery-div9 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 3);
}

.m-gallery-div10 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 4);
}

.m-gallery-div11 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 5);
}

.m-gallery-div12 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 0);
}

.m-gallery-div13 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 1);
}

.m-gallery-div14 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 2);
}

.m-gallery-div15 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 3);
}

.m-gallery-div16 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 4);
}

.m-gallery-div17 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 5);
}

.m-gallery-div18 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 0);
}

.m-gallery-div19 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 1);
}

.m-gallery-div20 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 2);
}

.m-gallery-div21 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 3);
}

.m-gallery-div22 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 4);
}

.m-gallery-div23 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 5);
}

.m-gallery-div24 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 0);
}

.m-gallery-div25 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 1);
}

.m-gallery-div26 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 2);
}

.m-gallery-div27 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 3);
}

.m-gallery-div28 {
  transition: 0.35s cubic-bezier(0, 0.14, 0.29, 0.79);
  transition-delay: calc(0.07s * 4);
}

.m-topics-list a {
  display: block;
}
.m-topics-list a:hover {
  opacity: 0.8 !important;
}

.m-topics-cat {
  margin-bottom: 5px;
}
.m-topics-cat a {
  font-size: 0.9rem;
}

.m-topics-year {
  margin-bottom: 5px;
}
.m-topics-year a {
  font-size: 0.9rem;
}

.m-topics-years02 li {
  margin-bottom: 5px;
}
.m-topics-years02 li a {
  font-size: 0.9rem;
}

.m-h {
  line-height: 1.5;
}

.m-h02 {
  display: flex;
  align-items: center;
}
.m-h02 .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  font-family: "Material Icons";
  z-index: 3;
  font-size: 2.5rem;
  line-height: 1;
  color: #3e5466;
}
.m-h02 .icon::before {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 56px;
  height: 56px;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.m-h02 .icon::after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.m-h02 .label {
  width: calc(100% - 71px);
  margin-left: auto;
  font-size: 1.75rem;
}

.m-h03 .label {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
.m-h03 .label::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
}

.m-h04-head {
  background-color: #0e2940;
  position: relative;
}
.m-h04-head::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
}
.m-h04-head::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #51e0e0;
}
.m-h04-head-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-h04-head-inner::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(90deg, rgb(34, 242, 107) 0%, rgb(81, 224, 224) 100%);
}
.m-h04-head-inner::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #22f26b;
}
.m-h04-head-inner .label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}
.m-h04-body .label {
  font-weight: bold;
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}

.m-h05 {
  border-bottom: 1px solid #e2e9ed;
}
.m-h05 .label {
  font-size: 1.875rem;
}

.m-faculty {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.m-faculty-h .label {
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  letter-spacing: 0.16em;
  color: #fff;
}
.m-faculty-h .label02 {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.16em;
  padding-top: 13px;
  color: #fff;
}
.m-faculty-h .label02[href] {
  display: flex;
  align-items: center;
}
.m-faculty-h .label02[href]::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  line-height: 1;
}
.m-faculty-majors {
  display: grid;
}
.m-faculty-major .label {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  position: relative;
}
.m-faculty-major .label.is-anker::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  margin-left: auto;
}
.m-faculty-major-subLists {
  margin-top: 7px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 9px;
  padding-left: 17px;
}
.m-faculty-major-subList {
  position: relative;
  display: flex;
  align-items: center;
}
.m-faculty-major-subList::before {
  content: "－";
  padding-right: 14px;
}
.m-faculty-major-subList .label02 {
  line-height: 1.2;
  text-decoration: underline;
  font-weight: 400;
}

.m-mv {
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.m-mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.m-mv-main {
  position: relative;
  z-index: 10;
}
.m-mv-head {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.m-mv-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  font-family: "Material Icons";
  z-index: 3;
  line-height: 1;
  color: #3e5466;
}
.m-mv-icon::before {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.m-mv-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.m-mv-h {
  margin-left: auto;
}
.m-mv-h .label {
  display: flex;
  align-items: center;
}
.m-mv-h .label[href]::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  display: block;
  font-size: 1.25rem;
  color: #86949f;
  margin-left: auto;
}
.m-mv-links {
  display: grid;
  background-color: #fff;
}
.m-mv-link {
  display: flex;
  align-items: center;
  border-top: 1px solid #e9eef2;
}
.m-mv-link:nth-child(2n-1) {
  border-right: 1px solid #e9eef2;
}
.m-mv-link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.m-mv-link a::after {
  font-family: "Material Icons Round";
  content: "chevron_right";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #86949f;
}
.m-mv-link a[target=_blank]::after {
  font-family: "Material Icons";
  content: "\e3e0";
  font-size: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.m-mv-link a .label {
  display: block;
  color: #475d69;
  line-height: 1.2;
}
.m-mv-link a .label02 {
  display: block;
  font-size: 0.88rem;
  color: #475d69;
  line-height: 1.2;
  padding-top: 9px;
}

.m-mv02 {
  position: relative;
  background-repeat: no-repeat;
}
.m-mv02-h {
  color: #fff;
}
.m-mv02-h .label {
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  letter-spacing: 0.16em;
}
.m-mv02-h .label02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.m-mv02-h .label02 .label03 {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  display: block;
}
.m-mv02-catch .label {
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.2;
  display: inline-block;
  padding: 6px 10px 6px 8px;
  background-color: #fff;
}
.m-mv02-body {
  font-size: 0.88rem;
  color: #fff;
  line-height: 1.75;
}
.m-mv02-major-lists {
  display: grid;
}
.m-mv02-major-h {
  font-weight: bold;
  line-height: 1.71;
}
.m-mv02-major-links {
  margin-top: 5px;
}
.m-mv02-major-link {
  display: flex;
  align-items: center;
}
.m-mv02-major-link::before {
  content: "ー";
  display: block;
  font-size: 0.88rem;
  padding-right: 7px;
}
.m-mv02-major-link a {
  font-size: 0.88rem;
  line-height: 1.71;
  text-decoration: underline;
}

.m-mv02__international {
  position: relative;
  background-repeat: no-repeat;
}

.m-lists {
  display: grid;
}

.m-list-head {
  display: flex;
}
.m-list-num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.05em;
  line-height: 0.345;
  padding-top: 16px;
}
.m-list-h {
  flex: 1;
}
.m-list-h .label {
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
}
.m-list-h .label:not(:first-child) {
  padding-top: 3px;
}
.m-list-body {
  line-height: 1.75;
}

.m-lists02 {
  display: grid;
  grid-gap: 7px;
  list-style-type: none;
  padding-left: 0;
}

.m-list02 {
  font-size: 0.92rem;
  padding-left: 20px;
  position: relative;
  list-style-type: none;
}
.m-list02::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 50%;
  background: linear-gradient(90deg, #51e0e0, #22f26b);
}

.m-lists03 {
  display: grid;
  list-style-type: none;
  padding-left: 0;
}

.m-list-scroll {
  overflow: scroll;
  overflow-y: scroll;
  height: 200px;
  border: 1px solid #e2e9ed;
  padding: 20px 0px 20px 40px !important;
}
.m-list-scroll::-webkit-scrollbar {
  width: 10px;
  background: #fafafa;
}
.m-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 40px;
  background: #c1c1c1;
}

.is-style-m-list__circle li {
  list-style-type: circle !important;
}

.is-style-m-list__disclosure-closed li {
  list-style-type: disclosure-closed !important;
}

.is-style-m-list__disclosure-open li {
  list-style-type: disclosure-open !important;
}

.is-style-m-list__square li {
  list-style-type: square !important;
}

.m-lead-h {
  font-size: 1.12rem;
  font-weight: bold;
  text-align: center;
}
.m-lead-body .label {
  font-size: 0.94rem;
  line-height: 1.75;
  display: block;
}

.m-major {
  border: 1px solid #e2e9ed;
  background: #fff;
}
.m-major-h {
  font-weight: bold;
  line-height: 1.5;
}
.m-major-lead {
  font-size: 0.94rem;
  line-height: 1.75;
}
.m-major-lists {
  text-align: center;
}
.m-major-cls {
  display: grid;
}
.m-major-cl-h {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e2e9ed;
  border-bottom: 1px solid #e2e9ed;
}
.m-major-cl-body {
  font-size: 0.94rem;
  line-height: 1.75;
}

.m-infos {
  display: grid;
  grid-gap: 8px;
}

.m-info {
  border: 1px solid #e2e9ed;
  background-color: #fff;
}
.m-info-h {
  font-size: 1.12rem;
  font-weight: bold;
  text-align: center;
}
.m-info-links {
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
.m-info-link {
  position: relative;
}
.m-info-link::before {
  content: "－";
}
.m-info-link .label {
  font-size: 0.92rem;
  color: #475d69;
  text-decoration: underline;
}
.m-info-lists {
  display: grid;
}
.m-info-list {
  font-size: 0.92rem;
  color: #475d69;
  position: relative;
  padding-left: 17px;
}
.m-info-list::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.is-manage .m-info-list::before {
  background-color: #f3c837;
}
.is-system .m-info-list::before {
  background-color: #647cbd;
}
.is-medical .m-info-list::before {
  background-color: #e07b8f;
}
.is-media .m-info-list::before {
  background-color: #6cc8bf;
}
.m-info-note {
  background: #f4f7f8;
  margin-top: 35px;
  border-radius: 3px;
  padding: 23px 36px;
}
.m-info-note-cols {
  display: grid;
  grid-template-columns: 53fr 47fr;
  grid-gap: 20px;
  align-items: end;
}
.m-info-note-h {
  font-size: 1.12rem;
  font-weight: bold;
}
.m-info-note-label {
  font-size: 0.92rem;
  margin-top: 9px;
}
.m-info-note-lists {
  display: grid;
  grid-gap: 6px;
}
.m-info-note-list {
  font-size: 0.92rem;
  color: #475d69;
  position: relative;
  padding-left: 17px;
}
.m-info-note-list::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.is-manage .m-info-note-list::before {
  background-color: #f3c837;
}
.is-system .m-info-note-list::before {
  background-color: #647cbd;
}
.is-medical .m-info-note-list::before {
  background-color: #e07b8f;
}
.is-media .m-info-note-list::before {
  background-color: #6cc8bf;
}

.m-info02 {
  border: 1px solid #e2e9ed;
  background-color: #fff;
}
.m-info02 dl {
  display: flex;
}
.m-info02 dl dt {
  font-size: 1.12rem;
  font-weight: bold;
}
.m-info02 dl dd {
  font-size: 0.82rem;
  line-height: 1.8;
  margin-left: auto;
}
.m-info02-note {
  background: #f4f7f8;
  margin-top: 20px;
  padding: 5px 5px;
}
.m-info02-note .label {
  font-size: 0.8125rem;
  line-height: 1.2;
}

.m-popup-trigger {
  cursor: pointer;
}
.m-popup-target {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  max-width: 960px;
  width: 100%;
  max-height: calc(100vh - 190px);
  z-index: 100;
}
.m-popup-target.on {
  display: flex;
  align-items: center;
}
.m-popup-target-inner {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}
.m-popup-target-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 190px);
}
.m-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-popup-close::before {
  font-family: "Material Icons";
  content: "close";
  color: #fff;
  font-size: 2.5rem;
}

.m-cookie {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
}
.m-cookie .material-symbols-outlined {
  position: absolute;
  right: -15px;
  top: 0px;
  cursor: pointer;
}
.m-cookie .material-symbols-outlined.none {
  display: none;
}

.m-cookie-column-l {
  margin: 0 auto;
  position: relative;
}

.m-cookie-column-r {
  display: flex;
  justify-content: center;
  justify-content: flex-end;
}
.m-cookie-column-r.on {
  position: fixed;
  right: 0;
  bottom: 0;
}

.m-cookie-txt02 {
  font-size: 13px;
  color: #333333;
  padding-right: 20px;
}
.m-cookie-txt02 a {
  text-decoration: underline;
  font-size: 13px;
  color: #475d69;
}

.m-cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-cookie-button {
  background: #0070c9;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 112px;
  min-height: 40px;
  font-size: 0.875rem;
  background: #0e2940;
}
.m-cookie-button:first-child {
  margin-right: 10px;
  border: 1px solid #0e2940;
  background: none;
  color: #0e2940;
}

.cc-hide1 {
  display: none;
}

.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.cookie-consent {
  z-index: 5;
}

.cookie-consent.is-show {
  visibility: visible;
}

@media screen and (min-width: 1820px) and (max-width: 9999px), print {
  .m-cookie-column-r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.m-gnav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e2940;
  cursor: pointer;
}

.m-gnav-btn-lines {
  position: relative;
  top: 8px;
  cursor: pointer;
}

.m-gnav-btn-line {
  background: #fff;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.m-gnav02 {
  position: relative;
}
.m-gnav02-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3e5466;
  cursor: pointer;
}
.m-gnav02-inner .icon {
  font-family: "Material Icons";
  color: #fff !important;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
.m-gnav02-inner .label {
  text-align: center;
  display: block;
  color: #fff !important;
}
.m-gnav02-links {
  position: absolute;
  background: #3e5466;
  display: grid;
}
.m-gnav02-link:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.m-gnav02-link a {
  display: flex;
}
.m-gnav02-link a .icon {
  color: #fff !important;
  font-family: "Material Icons";
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}
.m-gnav02-link a .label {
  color: #fff !important;
  display: block;
}

.m-header-sub-cl2-r .m-gnavs03 {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: repeat(3, 1fr);
}
.m-header-sub-cl2-r .m-gnavs03.cl2 {
  grid-template-columns: repeat(2, 1fr);
}
.m-nav-textSub .m-gnavs03 {
  display: grid;
}
.m-nav04-cl2-r .m-gnavs03 {
  display: grid;
  gap: 10px 40px;
  grid-template-columns: repeat(3, 1fr);
}
.m-nav04-cl2-r .m-gnavs03.cl2 {
  grid-template-columns: repeat(2, 1fr);
}

.m-gnav03-h.icon-pdf a[href]:after {
  content: "" !important;
  font-family: "Material Icons";
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
  background: url(/common2022/img/base/icon_pdf.gif);
  background-size: cover;
  width: 17px !important;
  height: 17px !important;
}
.m-header-sub-cl2-r .m-gnav03-h .label {
  width: 100%;
  display: block;
  padding: 20px 10px 15px;
  border-bottom: 1px solid #fff;
  color: #333333;
}
.m-header-sub-cl2-r .m-gnav03-h .label[href] {
  position: relative;
}
.m-header-sub-cl2-r .m-gnav03-h .label[href]:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
}
.m-header-sub-cl2-r .m-gnav03-links {
  padding: 13px 0;
}
.m-header-sub-cl2-r .m-gnav03-link > a,
.m-header-sub-cl2-r .m-gnav03-link > .label {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-header-sub-cl2-r .m-gnav03-link > a[target=_blank]::after,
.m-header-sub-cl2-r .m-gnav03-link > .label[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-header-sub-cl2-r .m-gnav03-link > a[href$=".pdf"]::after,
.m-header-sub-cl2-r .m-gnav03-link > .label[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.m-header-sub-cl2-r .m-gnav03-link ul {
  margin: 5px 0 20px;
}
.m-header-sub-cl2-r .m-gnav03-link ul li {
  padding-left: 20px;
  font-weight: 200;
}
.m-header-sub-cl2-r .m-gnav03-link ul li a {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-header-sub-cl2-r .m-gnav03-link ul li a[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-header-sub-cl2-r .m-gnav03-link ul li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.m-nav-textSub .m-gnav03-h {
  margin-bottom: 10px;
}
.m-nav-textSub .m-gnav03-h .label {
  display: block;
}
.m-nav-textSub .m-gnav03-links {
  padding: 0 0 15px;
}
.m-nav-textSub .m-gnav03-link {
  padding-left: 20px;
}
.m-nav-textSub .m-gnav03-link > a,
.m-nav-textSub .m-gnav03-link > .label {
  font-size: 0.9rem;
}
.m-nav-textSub .m-gnav03-link > a[target=_blank]::after,
.m-nav-textSub .m-gnav03-link > .label[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-nav-textSub .m-gnav03-link > a[href$=".pdf"]::after,
.m-nav-textSub .m-gnav03-link > .label[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.m-nav-textSub .m-gnav03-link ul {
  margin: 5px 0 20px;
}
.m-nav-textSub .m-gnav03-link ul li {
  padding-left: 20px;
  font-weight: 200;
}
.m-nav-textSub .m-gnav03-link ul li a {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-nav-textSub .m-gnav03-link ul li a[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-nav-textSub .m-gnav03-link ul li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.m-nav04-cl2-r .m-gnav03-h .label {
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  color: #333333;
}
.m-nav04-cl2-r .m-gnav03-h .label[href] {
  position: relative;
}
.m-nav04-cl2-r .m-gnav03-h .label[href]:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
}
.m-nav04-cl2-r .m-gnav03-links {
  padding: 13px 0;
}
.m-nav04-cl2-r .m-gnav03-link > a,
.m-nav04-cl2-r .m-gnav03-link > .label {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-nav04-cl2-r .m-gnav03-link > a[target=_blank]::after,
.m-nav04-cl2-r .m-gnav03-link > .label[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-nav04-cl2-r .m-gnav03-link > a[href$=".pdf"]::after,
.m-nav04-cl2-r .m-gnav03-link > .label[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.m-nav04-cl2-r .m-gnav03-link ul {
  margin: 5px 0 20px;
}
.m-nav04-cl2-r .m-gnav03-link ul li {
  padding-left: 20px;
  font-weight: 200;
}
.m-nav04-cl2-r .m-gnav03-link ul li a {
  display: block;
  width: 100%;
  padding-left: 18px;
  font-size: 0.9rem;
  line-height: 1.9;
}
.m-nav04-cl2-r .m-gnav03-link ul li a[target=_blank]::after {
  font-family: "Material Icons";
  content: "filter_none";
  font-size: 0.875rem;
  transform: rotateZ(180deg);
  line-height: 1;
  display: inline-block;
}
.m-nav04-cl2-r .m-gnav03-link ul li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 0px;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}

.m-gnav04 {
  position: relative;
}
.m-gnav04-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3e5466;
  cursor: pointer;
}
.m-gnav04-inner .icon {
  font-family: "Material Icons";
  color: #fff !important;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
.m-gnav04-inner .label {
  text-align: center;
  display: block;
  color: #fff !important;
}
.m-gnav04-links button.gsc-search-button.gsc-search-button-v2 {
  margin-left: 10px !important;
}
.m-gnav04-links {
  position: absolute;
  background: #3e5466;
  display: none;
}
.m-gnav04-link:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.m-gnav04-link a {
  display: flex;
}
.m-gnav04-link a .icon {
  color: #fff !important;
  font-family: "Material Icons";
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}
.m-gnav04-link a .label {
  color: #fff !important;
  display: block;
}

.cdio {
  position: relative;
  padding: 90px 0 0;
}

.cdio-mv__in {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cdio-mv__lists {
  display: flex;
}

.cdio-mv__list {
  margin-right: 4px;
}

.cdio-mv__ttl {
  margin-top: 42px;
  font-size: 36px;
  font-weight: 900;
  line-height: 60px;
}

.cdio-mv__ttl02 {
  margin-top: 57px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 113.635px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 57px;
}
.cdio-mv__ttl02 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50.759px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

.cdio-mv__ttl03 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 76.267px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-top: 9px;
}
.cdio-mv__ttl03 .item-bottom {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  padding-left: 24px;
}
.cdio-mv__ttl03 .item-center {
  font-size: 52px;
  font-style: italic;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  position: relative;
  top: -6px;
  left: -8px;
  padding-right: 3px;
}

.cdio-mv__column-r {
  width: 32%;
}

.cdio-mv__logo {
  margin-top: 52px;
}

.cdio-mv__logo02 {
  margin-top: 110px;
}

.cdio-mv__logo03 {
  margin-top: 16px;
}

.cdio-mv__logosSp {
  max-width: 620px;
  width: 100%;
  margin: -20px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cdio-sec01 {
  margin-top: 30px;
  margin-bottom: 39px;
}

.cdio-sec__in {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.cdio-sec__bg {
  background: rgba(58, 58, 58, 0.8);
  padding: 40px 55px 65px;
  color: #FFF;
}

.cdio-sec__ttl {
  position: relative;
  left: -103px;
}
.cdio-sec__ttl span {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #000;
  padding: 0px 30px 3px 14px;
  display: table;
  margin-bottom: 6px;
}

.cdio-sec__txt {
  margin-top: 52px;
  line-height: 32px;
}

.cdio-sec__columns {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

.cdio-sec__column-l {
  margin-right: 92px;
  line-height: 12px;
}

.cdio-sec__txt02 {
  font-family: "Noto Serif JP", serif;
  font-size: 13.816px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cdio-sec__txt03 {
  color: #FFF;
  font-family: Roboto;
  font-size: 37px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
.cdio-sec__txt03 span {
  color: #36E2F0;
  font-family: Roboto;
  font-size: 37px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.cdio-sec__column-r {
  line-height: 12px;
}

.cdio-sec__img {
  margin: 40px -103px 0;
}

.cdio-sec02 {
  padding: 20px 0 70px;
}
.cdio-sec02 .cdio-sec__ttl {
  position: relative;
  left: -50px;
}

.cdio-sec02__columns {
  display: flex;
}

.cdio-sec02__column-l {
  width: 30%;
}

.cdio-sec02__column-r {
  width: 100%;
}

.cdio-sec02__img {
  max-width: 77%;
  text-align: center;
  margin: 45px auto 68px;
}

.cdio-sec02__attention {
  margin-top: 30px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

.cdio-sec03 {
  margin-bottom: 50px;
}

.mov-fadeup {
  opacity: 0;
  transform: translateY(10px);
}
.mov-fadeup.active {
  transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  transform: translateY(0);
}

.cdio-sec03-link {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.p-inter {
  padding-top: 100px;
}

.p-inter__lists {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
}

.p-inter__list {
  width: 100%;
}

.p-inter__columns {
  display: flex;
  align-items: center;
}

.p-inter__column-l {
  border: 1px solid #1ee763;
  /* padding: 10px; */
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  margin-right: 24px;
  height: 60px;
  font-weight: bold;
}

.p-inter__column-r {
  padding: 0px 0 0 0;
}

.p-inter__txt02 {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  margin-top: 15px;
}

.p-inter__txt03 {
  margin-top: 5px;
}

.p-inter__columns02 {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}

.p-inter__column02-l {
  max-width: 475px;
  width: 100%;
  margin-right: 50px;
}

.p-inter__column03-l {
  max-width: 664px;
  width: 100%;
}

.p-inter__column03-r {
  max-width: 394px;
  width: 100%;
}

.u-c-bk {
  color: #333333 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #37474f !important;
}
.u-c-c2 {
  color: #e0e0e0 !important;
}
.u-c-c3 {
  color: #21587d !important;
}
.u-c-c4 {
  color: #000 !important;
}
.u-c-c5 {
  color: #0e2940 !important;
}
.u-c-c6 {
  color: #52c3f1 !important;
}
.u-c-c7 {
  color: #e91e63 !important;
}
.u-c-c8 {
  color: #cad7de !important;
}
.u-c-c10 {
  color: #475d69 !important;
}
.u-c-c11 {
  color: #e6f0f5 !important;
}
.u-c-c9_1 {
  color: #edf2ef !important;
}
.u-c-c9_2 {
  color: #f5f5f5 !important;
}
.u-c-c9_3 {
  color: #5f5f5f !important;
}
.u-c-c9_4 {
  color: #626262 !important;
}
.u-c-c9_5 {
  color: #bdbdbd !important;
}
.u-c-c9_6 {
  color: #e9eef2 !important;
}
.u-c-wh {
  color: #fff !important;
}
.u-c-pk {
  color: #eea295 !important;
}

.u-bg-bk {
  background: #333333 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #333333 !important;
}
.u-bg-c1 {
  background: #37474f !important;
}
.u-bg-c2 {
  background: #e0e0e0 !important;
}
.u-bg-c3 {
  background: #21587d !important;
}
.u-bg-c4 {
  background: #000 !important;
}
.u-bg-c5 {
  background: #0e2940 !important;
}
.u-bg-c6 {
  background: #52c3f1 !important;
}
.u-bg-c14 {
  background: #f3f7f9 !important;
}
.u-bg-c9_1 {
  background: #edf2ef !important;
}
.u-bg-c9_2 {
  background: #f5f5f5 !important;
}
.u-bg-c9_3 {
  background: #5f5f5f !important;
}
.u-bg-c9_4 {
  background: #626262 !important;
}
.u-bg-c9_5 {
  background: #bdbdbd !important;
}
.u-bg-c9_6 {
  background: #e9eef2 !important;
}
.u-bg-c9g {
  background: linear-gradient(90deg, #fff 0%, #f2edea 100%);
}
.u-bg-c4 {
  background: #000 !important;
}
.u-bg-wh {
  background: #fff !important;
}
.u-bg-pk {
  background: #eea295 !important;
}
.u-bg-grid {
  background: #fff url(../img/base/grid_01.svg) center/20px;
}
.u-bg-green-gra {
  background: -moz-linear-gradient(0% 50% 0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(81, 224, 224)), color-stop(1, rgb(34, 242, 107)));
  background: -o-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  background: -ms-linear-gradient(0deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51E0E0', endColorstr='#22F26B' ,GradientType=0)";
  background: linear-gradient(90deg, rgb(81, 224, 224) 0%, rgb(34, 242, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51E0E0",endColorstr="#22F26B" , GradientType=1);
}

.u-bd-bk {
  border-color: #333333 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #333333 !important;
}
.u-bd-c1 {
  border-color: #37474f !important;
}
.u-bd-c2 {
  border-color: #e0e0e0 !important;
}
.u-bd-c3 {
  border-color: #21587d !important;
}
.u-bd-c4 {
  border-color: #000 !important;
}
.u-bd-wh {
  border-color: #fff !important;
}
.u-bd-pk {
  border-color: #eea295 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #f5f5f5;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
}
.u-input::placeholder {
  color: #5f5f5f;
}
.u-input:disabled {
  background: #edf2ef;
}
.u-input.invalid {
  border-color: #d45252;
}
.u-input.size-max {
  width: 100%;
}
.u-input.size-s {
  width: 5em;
}
.m-form .u-input {
  margin-bottom: 4px;
  margin-right: 8px;
}
.u-input-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}
.u-input-radio01:not(:last-child) {
  border-bottom: 2px dotted #edf2ef;
}
.u-input-radio01 input {
  opacity: 0;
  position: absolute;
}
.u-input-radio01 label {
  display: block;
}
.u-input-radio01-clear {
  display: flex;
}
.u-input-radio01-ico {
  border: 1px solid #edf2ef;
  background: #edf2ef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico {
  border-color: #37474f;
  background: #37474f;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #f9d9e7;
  border-radius: 50%;
}
input:focus + .u-input-radio01-clear .u-input-radio01-ico {
  box-shadow: 0 0 2px 1px #004aa1;
}
.u-input-radio01-txts {
  flex: 1;
}
.u-input-checkbox {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.u-input-checkboxClear label {
  display: flex;
  align-items: center;
  justify-content: center;
}

button,
input[type=submit] {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  border: none;
  outline: none;
  appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

.mwform-radio-field-text {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

/* margin */
.u-ml-2xs {
  margin-left: 5px !important;
}

.u-ml-xs {
  margin-left: 10px !important;
}

.u-ml-s {
  margin-left: 20px !important;
}

.u-ml {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

.u-ml-xl {
  margin-left: 50px !important;
}

.u-ml-2xl {
  margin-left: 80px !important;
}

.u-ml-3xl {
  margin-left: 100px !important;
}

/* margin */
.u-mr-2xs {
  margin-right: 5px !important;
}

.u-mr-xs {
  margin-right: 10px !important;
}

.u-mr-s {
  margin-right: 20px !important;
}

.u-mr {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

.u-mr-xl {
  margin-right: 50px !important;
}

.u-mr-2xl {
  margin-right: 80px !important;
}

.u-mr-3xl {
  margin-right: 100px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-1e {
  margin-bottom: 1em !important;
}
.u-mb-2e {
  margin-bottom: 2em !important;
}
.u-mb-3e {
  margin-bottom: 3em !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-ml-15 {
  margin-left: 15px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-ml-25 {
  margin-left: 25px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-15 {
  margin-right: 15px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}

.m-relative {
  position: relative;
}

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0;
}

/* ---------------------------
link
--------------------------- */
.u-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.u-link02:hover {
  opacity: 0.8;
}

.u-link02-info {
  position: relative;
}

.u-link02-cat {
  padding: 5px 10px;
  background: #cad7de;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475d69;
  font-size: 0.8rem;
  border-radius: 12px;
  margin-right: 10px;
}
.u-link02-cat.item-attention {
  padding: 5px 10px;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  font-size: 0.8rem;
  border-radius: 12px;
  margin-right: 10px;
  border: 2px solid red;
  font-weight: bold;
}

.u-links04 {
  display: flex;
}

.u-link04 {
  margin-right: 10px;
}
.u-link04:last-child {
  margin-right: 0;
}
.u-link04 a {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 2em;
  background: linear-gradient(to right, #51e0e0, #22f26b);
  text-align: center;
}
.u-link04 a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.u-link04 a:hover {
  color: #fff;
  opacity: 1;
}
.u-link04 a:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #51e0e0, #22f26b);
  content: "";
}

.u-hover-none:hover {
  pointer-events: none;
}

/* ---------------------------
list
--------------------------- */
.u-list {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  padding-left: 35px !important;
}
.u-list li {
  list-style-type: none;
  margin-bottom: 0.5em;
  position: relative;
}
.u-list li:before {
  content: "";
  width: 24px;
  height: 8px;
  background: #52c3f1;
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.u-list02 {
  padding-left: 35px;
}
.u-list02 li {
  position: relative;
  list-style-type: none;
}
.u-list02 li:before {
  content: "" !important;
  width: 8px;
  height: 8px;
  background: #52c3f1;
  display: block;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
}

.u-list03 {
  padding-left: 35px;
}
.u-list03 li {
  position: relative;
  list-style-type: none !important;
}
.u-list03 li:before {
  content: "○" !important;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  color: #52c3f1;
  font-size: 10px;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.edit-post-visual-editor__post-title-wrapper, .wp-block {
  max-width: 1100px !important; /* 好きな幅で */
  margin: auto;
  gap: 0 !important;
}

.edit-post-visual-editor h1, .edit-post-visual-editor h2, .edit-post-visual-editor h3, .edit-post-visual-editor h4, .edit-post-visual-editor h5, .edit-post-visual-editor h6, .edit-post-visual-editor p {
  display: block !important;
}
.edit-post-visual-editor .is-style-m-ex-lists02 {
  margin: auto !important;
}
.edit-post-visual-editor .editor-styles-wrapper {
  gap: 0 !important;
}
.edit-post-visual-editor .wp-block-button__width-25 {
  margin: 5px 0 !important;
}
.edit-post-visual-editor .wp-block-button__width-50 {
  margin: 5px 0 !important;
}
.edit-post-visual-editor .wp-block-button__width-75 {
  margin: 5px 0 !important;
}

.u-wysiwyg a[target=_blank], .m-page-wysiwyg a[target=_blank], .edit-post-visual-editor a[target=_blank] {
  position: relative;
}
.u-wysiwyg a[target=_blank]:after, .m-page-wysiwyg a[target=_blank]:after, .edit-post-visual-editor a[target=_blank]:after {
  font-family: "Material Icons";
  content: "\e3e0";
  display: inline-block;
  position: relative;
  right: 0;
  padding: 0 3px;
  font-size: 15px;
  bottom: -3px;
  color: #37474f;
}
.u-wysiwyg a[href$=".pdf"], .m-page-wysiwyg a[href$=".pdf"], .edit-post-visual-editor a[href$=".pdf"] {
  position: relative;
}
.u-wysiwyg a[href$=".pdf"]:after, .m-page-wysiwyg a[href$=".pdf"]:after, .edit-post-visual-editor a[href$=".pdf"]:after {
  content: "" !important;
  display: inline-block !important;
  width: 17px !important;
  height: 17px !important;
  right: 0px !important;
  background: url(/common2022/img/base/icon_pdf.gif) no-repeat !important;
  position: relative;
  bottom: -2px;
  padding: 0 3px;
  transform: translateY(0%);
  top: auto;
  left: 2px;
}
.u-wysiwyg h1, .m-page-wysiwyg h1, .edit-post-visual-editor h1 {
  border-bottom: 1px solid #e2e9ed;
}
.u-wysiwyg h2, .m-page-wysiwyg h2, .edit-post-visual-editor h2 {
  color: #37474f;
  margin-top: 1.5em;
  margin-bottom: 1.8em;
}
.u-wysiwyg h3, .m-page-wysiwyg h3, .edit-post-visual-editor h3 {
  color: #333333;
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1em;
}
.u-wysiwyg h3:after, .m-page-wysiwyg h3:after, .edit-post-visual-editor h3:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
  background: #e2e9ed;
}
.u-wysiwyg h4, .m-page-wysiwyg h4, .edit-post-visual-editor h4 {
  color: #333333;
  position: relative;
  letter-spacing: 2px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.u-wysiwyg h4:before, .m-page-wysiwyg h4:before, .edit-post-visual-editor h4:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #22f26b;
}
.u-wysiwyg h5, .m-page-wysiwyg h5, .edit-post-visual-editor h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.u-wysiwyg h6, .m-page-wysiwyg h6, .edit-post-visual-editor h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.u-wysiwyg ul, .m-page-wysiwyg ul, .edit-post-visual-editor ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.u-wysiwyg ul li, .m-page-wysiwyg ul li, .edit-post-visual-editor ul li {
  list-style-type: disc;
  margin-bottom: 1em;
}
.u-wysiwyg ol, .m-page-wysiwyg ol, .edit-post-visual-editor ol {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 1em;
}
.u-wysiwyg ol li, .m-page-wysiwyg ol li, .edit-post-visual-editor ol li {
  list-style-type: decimal;
  line-height: 2;
  margin-bottom: 0;
}
.u-wysiwyg ol li ol, .m-page-wysiwyg ol li ol, .edit-post-visual-editor ol li ol {
  counter-reset: ol;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.u-wysiwyg ol li ol li, .m-page-wysiwyg ol li ol li, .edit-post-visual-editor ol li ol li {
  counter-increment: ol;
  list-style-type: none;
}
.u-wysiwyg ol li ol li:before, .m-page-wysiwyg ol li ol li:before, .edit-post-visual-editor ol li ol li:before {
  content: counter(ol, cnt) ")";
  margin-right: 0.2em;
}
.u-wysiwyg p, .m-page-wysiwyg p, .edit-post-visual-editor p {
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 1px;
}
.u-wysiwyg p:not(:last-child), .m-page-wysiwyg p:not(:last-child), .edit-post-visual-editor p:not(:last-child) {
  margin-bottom: 2.2em;
}
.u-wysiwyg a, .m-page-wysiwyg a, .edit-post-visual-editor a {
  color: #475d69;
  text-decoration: underline;
}
.u-wysiwyg table, .m-page-wysiwyg table, .edit-post-visual-editor table {
  margin-bottom: 2em;
}
.u-wysiwyg table thead, .m-page-wysiwyg table thead, .edit-post-visual-editor table thead {
  background: #f9fbfc;
}
.u-wysiwyg table th, .m-page-wysiwyg table th, .edit-post-visual-editor table th {
  background: #f9fbfc;
}
.u-wysiwyg table tr, .u-wysiwyg table th, .u-wysiwyg table td, .m-page-wysiwyg table tr, .m-page-wysiwyg table th, .m-page-wysiwyg table td, .edit-post-visual-editor table tr, .edit-post-visual-editor table th, .edit-post-visual-editor table td {
  border: 1px solid #e2e9ed;
  padding: 20px;
}
.u-wysiwyg table tr, .m-page-wysiwyg table tr, .edit-post-visual-editor table tr {
  text-align: center;
}
.u-wysiwyg table td p, .m-page-wysiwyg table td p, .edit-post-visual-editor table td p {
  margin-bottom: 1em;
}
.u-wysiwyg .is-style-font-large, .m-page-wysiwyg .is-style-font-large, .edit-post-visual-editor .is-style-font-large {
  font-weight: 400;
  line-height: 1.7 !important;
}
.u-wysiwyg .wp-block-separator, .m-page-wysiwyg .wp-block-separator, .edit-post-visual-editor .wp-block-separator {
  margin: 40px 0;
  border-color: #e2e9ed;
}
.u-wysiwyg .wp-block-buttons, .m-page-wysiwyg .wp-block-buttons, .edit-post-visual-editor .wp-block-buttons {
  display: flex;
  flex-wrap: inherit;
}
.u-wysiwyg .wp-block-buttons.is-style-flex-wrap, .m-page-wysiwyg .wp-block-buttons.is-style-flex-wrap, .edit-post-visual-editor .wp-block-buttons.is-style-flex-wrap {
  flex-wrap: wrap;
}
.u-wysiwyg .wp-block-button a, .m-page-wysiwyg .wp-block-button a, .edit-post-visual-editor .wp-block-button a {
  text-decoration: none;
  position: relative;
}
.u-wysiwyg .wp-block-button a:after, .m-page-wysiwyg .wp-block-button a:after, .edit-post-visual-editor .wp-block-button a:after {
  display: none !important;
}
.u-wysiwyg .wp-block-button__width-25, .m-page-wysiwyg .wp-block-button__width-25, .edit-post-visual-editor .wp-block-button__width-25 {
  width: 25% !important;
  margin: 5px !important;
}
.u-wysiwyg .wp-block-button__width-25 a, .m-page-wysiwyg .wp-block-button__width-25 a, .edit-post-visual-editor .wp-block-button__width-25 a {
  max-width: 100% !important;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  border: 1px solid #22f26b;
  text-align: center;
  width: 100%;
  min-height: 48px;
}
.u-wysiwyg .wp-block-button__width-50, .m-page-wysiwyg .wp-block-button__width-50, .edit-post-visual-editor .wp-block-button__width-50 {
  width: 50% !important;
  margin: 5px !important;
}
.u-wysiwyg .wp-block-button__width-50 a, .m-page-wysiwyg .wp-block-button__width-50 a, .edit-post-visual-editor .wp-block-button__width-50 a {
  max-width: 100% !important;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  border: 1px solid #22f26b;
  text-align: center;
  width: 100%;
  min-height: 48px;
}
.u-wysiwyg .wp-block-button.is-style-arrow-r a:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-r a:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-r a:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-r div:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-r div:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-r div:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-under-r a:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-under-r a:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-under-r a:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #FFF;
  transform: rotateZ(90deg);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-arrow-under-r div:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-under-r div:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-under-r div:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #FFF;
  transform: rotateZ(90deg);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-arrow-l a:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-l a:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-l a:before {
  content: "\e5cb";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-l div:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-l div:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-l div:before {
  content: "\e5cb";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-blank a:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-blank a:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-blank a:before {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-blank div:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-blank div:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-blank div:before {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-pdf a:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-pdf a:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-pdf a:before {
  content: "";
  background: url(/common2022/img/base/icon_pdf02.svg) no-repeat;
  width: 40px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-arrow-pdf a:after, .m-page-wysiwyg .wp-block-button.is-style-arrow-pdf a:after, .edit-post-visual-editor .wp-block-button.is-style-arrow-pdf a:after {
  display: none !important;
}
.u-wysiwyg .wp-block-button.is-style-arrow-pdf div:before, .m-page-wysiwyg .wp-block-button.is-style-arrow-pdf div:before, .edit-post-visual-editor .wp-block-button.is-style-arrow-pdf div:before {
  content: "";
  background: url(/common2022/img/base/icon_pdf02.svg) no-repeat;
  width: 40px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-outline .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-outline .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-outline .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-r .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-r .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-r .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
  color: #333333;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-r .wp-block-button__link:before, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-r .wp-block-button__link:before, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-r .wp-block-button__link:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
  color: #333333;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link:before, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link:before, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-under-r .wp-block-button__link:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transform: rotateZ(90deg);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-l .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-l .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-l .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
  color: #333333;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-l .wp-block-button__link:before, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-l .wp-block-button__link:before, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-l .wp-block-button__link:before {
  content: "\e5cb";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-blank .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-blank .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-blank .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
  color: #333333;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-blank .wp-block-button__link:before, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-blank .wp-block-button__link:before, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-blank .wp-block-button__link:before {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  text-align: center;
  border: 1px solid #22f26b;
  padding: 20px 45px;
  font-size: 1rem;
  background: #FFF;
  color: #333333;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link:before, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link:before, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-pdf .wp-block-button__link:before {
  content: "";
  background: url(/common2022/img/base/icon_pdf02.svg) no-repeat;
  width: 40px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
}
.u-wysiwyg .wp-block-button.is-style-border-arrow-pdf a:after, .m-page-wysiwyg .wp-block-button.is-style-border-arrow-pdf a:after, .edit-post-visual-editor .wp-block-button.is-style-border-arrow-pdf a:after {
  display: none !important;
}
.u-wysiwyg .wp-block-button__link, .m-page-wysiwyg .wp-block-button__link, .edit-post-visual-editor .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5em;
  background: -webkit-gradient(linear, left top, right top, from(#51e0e0), to(#22f26b));
  background: -webkit-linear-gradient(left, #51e0e0, #22f26b);
  background: -o-linear-gradient(left, #51e0e0, #22f26b);
  background: linear-gradient(to right, #51e0e0, #22f26b);
  text-align: center;
  border: none;
  padding: 20px 45px;
  color: #fff;
}
.u-wysiwyg .wp-block-button.is-style-outline, .m-page-wysiwyg .wp-block-button.is-style-outline, .edit-post-visual-editor .wp-block-button.is-style-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.125em;
}
.u-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-r:before, .m-page-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-r:before, .edit-post-visual-editor .wp-block-button.is-style-outline.is-style-arrow-r:before {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-l:before, .m-page-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-l:before, .edit-post-visual-editor .wp-block-button.is-style-outline.is-style-arrow-l:before {
  content: "\e5cb";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-blank:before, .m-page-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-blank:before, .edit-post-visual-editor .wp-block-button.is-style-outline.is-style-arrow-blank:before {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-pdf:before, .m-page-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-pdf:before, .edit-post-visual-editor .wp-block-button.is-style-outline.is-style-arrow-pdf:before {
  content: "";
  background: url(/common2022/img/base/icon_pdf02.svg) no-repeat;
  width: 40px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.u-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-pdf:after, .m-page-wysiwyg .wp-block-button.is-style-outline.is-style-arrow-pdf:after, .edit-post-visual-editor .wp-block-button.is-style-outline.is-style-arrow-pdf:after {
  display: none;
}
.u-wysiwyg .wp-block-columns .wp-block-buttons, .m-page-wysiwyg .wp-block-columns .wp-block-buttons, .edit-post-visual-editor .wp-block-columns .wp-block-buttons {
  margin-bottom: 0 !important;
}
.u-wysiwyg .wp-block-column h2:first-child, .u-wysiwyg .wp-block-column h3:first-child, .u-wysiwyg .wp-block-column h4:first-child, .u-wysiwyg .wp-block-column h5:first-child, .u-wysiwyg .wp-block-column h6:first-child, .m-page-wysiwyg .wp-block-column h2:first-child, .m-page-wysiwyg .wp-block-column h3:first-child, .m-page-wysiwyg .wp-block-column h4:first-child, .m-page-wysiwyg .wp-block-column h5:first-child, .m-page-wysiwyg .wp-block-column h6:first-child, .edit-post-visual-editor .wp-block-column h2:first-child, .edit-post-visual-editor .wp-block-column h3:first-child, .edit-post-visual-editor .wp-block-column h4:first-child, .edit-post-visual-editor .wp-block-column h5:first-child, .edit-post-visual-editor .wp-block-column h6:first-child {
  margin-top: 0 !important;
}
.u-wysiwyg .wp-block-image figcaption, .m-page-wysiwyg .wp-block-image figcaption, .edit-post-visual-editor .wp-block-image figcaption {
  color: #333333;
}
.u-wysiwyg .size-full, .m-page-wysiwyg .size-full, .edit-post-visual-editor .size-full {
  width: 100%;
}
.u-wysiwyg .size-full img, .m-page-wysiwyg .size-full img, .edit-post-visual-editor .size-full img {
  width: 100%;
  margin: 0 auto;
}
.u-wysiwyg .m-module-col, .m-page-wysiwyg .m-module-col, .edit-post-visual-editor .m-module-col {
  background: #f4f7f8;
}
.u-wysiwyg .m-module-col-l, .m-page-wysiwyg .m-module-col-l, .edit-post-visual-editor .m-module-col-l {
  width: 100%;
}
.u-wysiwyg .m-module-col-l figure, .m-page-wysiwyg .m-module-col-l figure, .edit-post-visual-editor .m-module-col-l figure {
  display: block;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}
.u-wysiwyg .m-module-col-r, .m-page-wysiwyg .m-module-col-r, .edit-post-visual-editor .m-module-col-r {
  width: 100%;
}
.u-wysiwyg .m-module-col-title, .m-page-wysiwyg .m-module-col-title, .edit-post-visual-editor .m-module-col-title {
  display: flex;
  align-items: center;
}
.u-wysiwyg .m-module-col-title dd, .m-page-wysiwyg .m-module-col-title dd, .edit-post-visual-editor .m-module-col-title dd {
  font-weight: bold;
  letter-spacing: 1px;
}
.u-wysiwyg .is-style-border, .m-page-wysiwyg .is-style-border, .edit-post-visual-editor .is-style-border {
  border: 4px solid #e2e9ed;
}
.u-wysiwyg .is-style-border p, .m-page-wysiwyg .is-style-border p, .edit-post-visual-editor .is-style-border p {
  margin-bottom: 0;
}
.u-wysiwyg .m-module-bg, .m-page-wysiwyg .m-module-bg, .edit-post-visual-editor .m-module-bg {
  background: #86949f;
}
.u-wysiwyg .m-module-bg p, .m-page-wysiwyg .m-module-bg p, .edit-post-visual-editor .m-module-bg p {
  margin-bottom: 0;
}
.u-wysiwyg .m-module-link, .m-page-wysiwyg .m-module-link, .edit-post-visual-editor .m-module-link {
  position: relative;
}
.u-wysiwyg .m-module-link:after, .m-page-wysiwyg .m-module-link:after, .edit-post-visual-editor .m-module-link:after {
  content: "\e313";
  font-family: "Material Icons";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
}
.u-wysiwyg .has-large-font-size, .m-page-wysiwyg .has-large-font-size, .edit-post-visual-editor .has-large-font-size {
  font-weight: 400;
}
.u-wysiwyg .is-style-u-text-16, .m-page-wysiwyg .is-style-u-text-16, .edit-post-visual-editor .is-style-u-text-16 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-18, .m-page-wysiwyg .is-style-u-text-18, .edit-post-visual-editor .is-style-u-text-18 {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-20, .m-page-wysiwyg .is-style-u-text-20, .edit-post-visual-editor .is-style-u-text-20 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-22, .m-page-wysiwyg .is-style-u-text-22, .edit-post-visual-editor .is-style-u-text-22 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-24, .m-page-wysiwyg .is-style-u-text-24, .edit-post-visual-editor .is-style-u-text-24 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-28, .m-page-wysiwyg .is-style-u-text-28, .edit-post-visual-editor .is-style-u-text-28 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-30, .m-page-wysiwyg .is-style-u-text-30, .edit-post-visual-editor .is-style-u-text-30 {
  margin-bottom: 1em !important;
}
.u-wysiwyg .is-style-u-text-32, .m-page-wysiwyg .is-style-u-text-32, .edit-post-visual-editor .is-style-u-text-32 {
  margin-bottom: 1em !important;
}
.u-wysiwyg blockquote, .m-page-wysiwyg blockquote, .edit-post-visual-editor blockquote {
  border: 2px solid #edf2ef;
}
.u-wysiwyg blockquote > p:not(:last-of-type), .m-page-wysiwyg blockquote > p:not(:last-of-type), .edit-post-visual-editor blockquote > p:not(:last-of-type) {
  margin-bottom: 0.8em !important;
}
.u-wysiwyg blockquote cite, .m-page-wysiwyg blockquote cite, .edit-post-visual-editor blockquote cite {
  display: block;
  font-size: 0.8rem;
  margin-top: 1.5em;
}

.gsib_b {
  padding: 0 !important;
  border: 0 !important;
  display: none !important;
}

.gsc-above-wrapper-area {
  padding: 0 !important;
}

.gsc-orderby-container {
  padding: 0 !important;
}

.gsc-above-wrapper-area {
  display: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
  background: #FFF !important;
}

.gsc-search-box-tools td.gsc-search-button {
  padding: 0 !important;
}

.gsc-search-box-tools tr {
  border: none !important;
}

.gsq_a table {
  display: none;
}

.gssb_a {
  display: none;
}

.gsc-search-button-v2 {
  font-size: 0;
  margin-left: 10px !important;
  font-size: 0;
  padding: 6px 10px !important;
  width: auto;
  vertical-align: middle;
  border: 1px solid #03a9f4 !important;
  border-radius: 2px;
  margin-top: 0px !important;
  border-color: #03a9f4 !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
}

.gsc-input-box {
  border: none !important;
}

.gsc-search-box tr {
  padding: 0 !important;
}

.gsc-search-button {
  cursor: pointer;
  border: 0px solid #e2e9ed;
  padding: 0px;
}

.gsc-search-box-tools table:before {
  display: none;
}
.gsc-search-box-tools table:after {
  display: none;
}
.gsc-search-box-tools .gsc-search-box {
  min-width: auto !important;
  position: relative;
}

.m-page-wysiwyg .gsc-input {
  min-width: auto !important;
  border: none !important;
  width: 100%;
  padding: 0px 10px !important;
  border: none !important;
  margin: 0 !important;
  height: 40px !important;
  background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255);
  outline: none;
}
.m-page-wysiwyg .gsc-search-button .gsc-search-button-v2 {
  font-size: 0 !important;
  font-size: 0 !important;
  padding: 6px 10px !important;
  height: 40px !important;
  width: auto !important;
  vertical-align: middle !important;
  border: 1px solid #03a9f4 !important;
  border-radius: 2px;
  margin-top: 0px !important;
  border-color: #03a9f4 !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
  width: 70px !important;
}

.gsib_a {
  padding: 0 !important;
}
.gsib_a input {
  padding: 0 5px !important;
}

.gsc-thumbnail-inside a {
  color: #00c !important;
}
.gsc-thumbnail-inside a b {
  color: #00c !important;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #edf2ef;
}

.u-bordered02 {
  border: 5px solid #37474f;
}

.u-bdt-c9_2 {
  border-top: 1px solid #f5f5f5;
}

.u-bdb-c9_2 {
  border-bottom: 1px solid #f5f5f5;
}
.u-bdb-c9_5 {
  border-bottom: 1px solid #bdbdbd;
}

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none;
}

/* ---------------------------
u-table
--------------------------- */
.u-table {
  width: 100%;
  line-height: 2;
}
.u-table th,
.u-table td {
  border: 1px solid #e2e9ed;
  padding: 18px;
  vertical-align: top;
}
.u-table thead {
  background: #f9fbfc;
}
.u-table thead td,
.u-table th {
  padding-right: 2em;
  font-weight: bold;
  white-space: nowrap;
  background: #f9fbfc;
}
.u-table02 {
  width: 100%;
  line-height: 2;
}
.u-table02 tr {
  background-color: #fff;
}
.u-table02 th,
.u-table02 td {
  border: 1px solid #e2e9ed;
  padding: 18px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}
.u-table02 th a,
.u-table02 td a {
  text-decoration: underline;
}
.u-table02 th {
  font-weight: bold;
  white-space: nowrap;
  background: #f9fbfc;
}
.u-table02 td a {
  color: #37474f;
}

.u-table03 {
  width: 100%;
  line-height: 2;
}
.u-table03 tr {
  background-color: #fff;
}
.u-table03 th,
.u-table03 td {
  border: 1px solid #e2e9ed;
  padding: 18px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}
.u-table03 th a,
.u-table03 td a {
  text-decoration: underline;
}
.u-table03 th {
  font-weight: bold;
  white-space: nowrap;
  background: #f9fbfc;
}
.u-table03 td a {
  color: #37474f;
}

.u-table04 {
  width: 100%;
}
.u-table04 tr {
  border-bottom: solid 1px #edf2ef;
}
.u-table04 tr th,
.u-table04 tr td {
  vertical-align: top;
  padding-bottom: 13px;
}
.u-table04 tr th {
  padding-right: 13px;
}
.u-table04 tr:not(:first-child) th,
.u-table04 tr:not(:first-child) td {
  padding-top: 8px;
}

.u-table05 {
  width: 100%;
}
.u-table05 tr {
  border: solid 1px #bdbdbd;
}
.u-table05 tr th,
.u-table05 tr td {
  border-top: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;
  text-align: center;
}
.u-table05 tr th {
  background-color: #ebe9dc;
  padding: 10px 50px;
}
.u-table05 tr td {
  padding: 10px 20px;
}

.u-table06 {
  width: 100%;
}
.u-table06 thead tr th,
.u-table06 thead tr td {
  padding-bottom: 17px;
}
.u-table06 tbody tr {
  border-bottom: solid 1px #bdbdbd;
}
.u-table06 tbody tr th,
.u-table06 tbody tr td {
  padding-bottom: 13px;
}
.u-table06 tbody tr:not(:first-child) th,
.u-table06 tbody tr:not(:first-child) td {
  padding-top: 20px;
}
.u-table06 tr th,
.u-table06 tr td {
  vertical-align: top;
}
.u-table06 tr th {
  padding-right: 13px;
}
.u-table06 tr td {
  text-align: right;
}
.u-table06 tr:not(:first-child) th,
.u-table06 tr:not(:first-child) td {
  padding-top: 8px;
}

.u-table07 tr th,
.u-table07 tr td {
  border-bottom: 1px solid #fff;
}
.u-table07 tr th {
  color: #fff;
  background-color: #37474f;
}
.u-table08 {
  width: 100%;
}
.u-table08 thead {
  width: 100%;
}
.u-table08 thead tr {
  background: #6e7f8c;
  width: 100%;
}
.u-table08 thead tr th {
  color: #fff;
  font-weight: bold;
  font-size: 0.92rem;
  padding: 6px 13px;
}
.u-table08 tbody tr {
  background: #fff;
}
.u-table08 tbody tr:nth-child(2n) {
  background: #f4f7f8;
}
.u-table08 tbody tr th {
  font-size: 0.92rem;
  font-weight: bold;
  padding: 9px 5px 9px 8px;
  text-align: center;
  width: 230px;
  letter-spacing: -0.05em;
}
.u-table08 tbody tr td {
  font-size: 0.88rem;
  padding: 10px 10px;
}

.u-tab-trigger {
  cursor: pointer;
}
.u-tab-target {
  display: none;
}
.u-tab-target.is-active {
  display: block;
}

.icon-allow {
  position: relative;
}
.icon-allow:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #0e2940;
}

.icon-allow02 {
  position: relative;
}
.icon-allow02:after {
  content: "\e5cb";
  font-family: "Material Icons";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #52c3f1;
}

.icon-blank {
  position: relative;
}
.icon-blank:after {
  content: "\e3e0";
  font-family: "Material Icons";
  position: absolute;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  width: 5px;
  height: 25px;
  font-size: 14px;
  top: 30%;
  right: 9px;
  color: #0e2940;
}

.m-border {
  border-bottom: 1px solid #e0e0e0;
}

.m-allow:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.m-anker {
  position: relative;
}
.m-anker:after {
  content: "▼";
}

.m-border {
  border-bottom: 1px solid #e0e0e0;
}

.m-border-02 {
  border-bottom: 1px solid #e9eef2;
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
   Large
   ========================================================================== */
  .wrapin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-page-head {
    height: 94px;
    top: 0;
  }
  .l-head .m-header-logo a .on {
    display: none;
  }
  .l-head .m-header-logo a .off {
    display: block;
  }
  .l-head-nav.on {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .m-header-logo {
    margin: -8px -14px 0 0;
    padding: 34px 26px 0;
  }
}
@media screen and (min-width: 1399px) and (min-width: 768px) and (max-width: 1500px) {
  .m-header-logo {
    margin: -2px -14px 0 0;
    padding: 34px 15px 0;
    width: 25%;
  }
}
@media screen and (min-width: 1399px) {
  .m-header-nav {
    display: flex;
  }
  .m-header-nav-item {
    padding: 34px 20px 0 18px;
  }
}
@media screen and (min-width: 1399px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-nav-item {
    padding: 34px 22px 0 18px !important;
  }
  .m-header-nav-item > a {
    color: #fff;
    font-size: 13px;
  }
  .l-head-r-bottom {
    margin: 0px 0 0 10px !important;
  }
}
@media screen and (min-width: 1399px) {
  .l-head-r-bottom {
    margin: 0 0 0 -18px;
  }
}
@media screen and (min-width: 1399px) {
  /* ---------------------------
  l-footer
  --------------------------- */
  .m-footer-logo {
    margin-right: 40px;
  }
  .m-footer-cl {
    display: flex;
    align-items: center;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1440 {
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .m-page {
    padding-top: 94px;
  }
  .m-page-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-page-h .m-page-subH {
    right: 38px;
    bottom: -75px;
  }
  .m-page-h .m-page-subH .label {
    font-size: 6.25rem;
  }
  .m-archives02 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 25px;
  }
  .m-archive02-body {
    margin-top: 20px;
  }
  .m-archive02-depart {
    padding: 3px 11px;
    border-radius: 7px;
  }
  .m-archive02-h {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1399px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-other-link.item-flag:after {
    content: "\e153" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -20px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-access:after {
    content: "\e55f" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -19px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-contact:after {
    content: "\e0be" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -21px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
}
@media screen and (min-width: 1399px) {
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .btn {
    padding: 13px 45px;
  }
  .btn03 {
    padding: 5px 13px;
  }
}
@media screen and (min-width: 1399px) {
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 15px;
  }
  .m-btnCols.is-3col {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 460px;
  }
  .is-1col .m-btnCol.is-w300 {
    width: 300px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 100px 0;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-sec {
    border: 1px solid #f5f5f5;
    padding: 50px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #edf2ef;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-nav-link {
    display: flex;
  }
  .m-nav-link-item:not(:last-child) {
    margin-right: 1px;
  }
  .m-nav-link02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
  }
  .m-nav-link02-item a {
    font-size: 0.9rem;
    border: 1px solid #fff;
    border-right: 0;
    padding: 7px 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .m-nav-link02-item:last-child {
    border-right: 1px solid #fff;
  }
  .m-nav-lang {
    display: flex;
    align-items: center;
  }
  .m-nav-lang-txt {
    margin-right: 20px;
  }
  .m-nav-textSub-cl3 {
    gap: 10px 35px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-nav-sns {
    display: flex;
    align-items: center;
  }
  .m-nav02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav02-main {
    width: 800px;
  }
  .m-nav02-head {
    padding: 33px 40px;
  }
  .m-nav02-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-nav02-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-nav02-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-nav02-h {
    width: calc(100% - 71px);
  }
  .m-nav02-h .label {
    font-size: 1.75rem;
  }
  .m-nav02-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-nav02-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  .m-nav02-link:nth-child(2n-1) {
    border-right: 1px solid #e9eef2;
  }
  .m-nav02-img {
    width: 800px;
    margin-top: 80px;
    margin-left: -240px;
  }
  .m-nav03-wrap {
    padding: 20px 0;
  }
  .m-nav03-cols {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-nav03-link:not(:last-child) {
    margin-right: 40px;
  }
  .m-nav03-link a {
    font-size: 1.125rem;
  }
  .m-nav03-link02:not(:last-child) {
    padding-right: 42px;
  }
  .m-nav03-link02:not(:last-child)::after {
    height: 15px;
    top: 7px;
    right: 21px;
  }
  .m-nav04 {
    padding: 40px 0;
  }
  .m-nav04-cl2-l {
    border-right: 1px solid #fff;
    width: 200px;
    padding-right: 40px;
    margin-right: 40px;
  }
  .m-nav04-cl2-r {
    width: calc(100% - 240px);
  }
  .m-nav05 {
    display: flex;
  }
  .m-nav05.is-reverse {
    flex-direction: row-reverse;
  }
  .m-nav05-img {
    width: 72.7%;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-img {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-main {
    width: 72.7%;
    margin-top: 80px;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-main {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-head {
    padding: 48px 40px 27px;
  }
  .m-nav05-h .label {
    font-size: 1.75rem;
  }
  .m-nav05-body {
    padding: 0 40px 45px;
  }
  .m-nav05-lists {
    grid-gap: 6px;
    padding: 0 40px 0;
  }
  .m-nav05-list {
    padding-bottom: 17px;
  }
  .m-nav05-list-h {
    width: 130px;
    margin-right: auto;
  }
  .m-nav05-list-body {
    width: calc(100% - 140px);
  }
  .m-nav05-list-body-h {
    padding-left: 20px;
  }
  .m-nav05-list-body-h::before {
    width: 9px;
    height: 17px;
    top: 5px;
  }
  .m-nav05-list-body-label {
    width: calc(100% - 155px);
  }
  .m-nav05-list-body-lists {
    grid-gap: 7px;
  }
  .m-nav05-dl {
    margin-bottom: 8px;
  }
  .m-nav05-dl dd {
    padding: 11px 15px;
    grid-template-columns: 16% 29.2% 29.2%;
    grid-gap: 6px;
    margin-top: 8px;
  }
  .m-nav05-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  /* ---------------------------
  m-title
  --------------------------- */
  .m-title {
    font-size: 3rem;
  }
  .m-title02 {
    font-size: 1.5rem;
  }
  .m-title02 span {
    margin-right: 10px;
  }
  .m-title03 {
    font-size: 2.5rem;
  }
  .m-title04 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .m-title05 {
    font-size: 1.2rem;
  }
  .m-title06 {
    font-size: 3rem;
  }
  .m-links {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .m-links02 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 25px;
  }
  .m-link02 {
    min-height: 80px;
  }
  .m-link02 a {
    padding: 10px 18px;
  }
  .m-links03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-link03-label {
    font-size: 1.37rem;
    margin-top: 10px;
  }
  .m-link03-label::after {
    font-size: 1.4rem;
  }
  .m-link03-label.icon-pdf {
    position: relative;
  }
  .m-link05 {
    height: 226px;
    padding: 10px 55px 10px;
  }
  .m-link05::after {
    font-size: 2.5rem;
    right: 25px;
  }
  .m-link05-body .label {
    font-size: 3.75rem;
  }
  .m-link05-body .label02 {
    font-size: 1.375rem;
    padding-top: 10px;
    padding-left: 6px;
  }
  .m-links06 {
    display: grid;
    grid-template-columns: 47.3% 50%;
    grid-gap: 2.7%;
  }
  .m-link06 a .img {
    margin-bottom: 5px;
  }
  .m-link06-links {
    grid-gap: 10px 30px;
  }
  .m-links07 {
    grid-template-columns: 28% repeat(6, 11.9%);
    grid-gap: 0.1%;
  }
  .m-link07 a {
    padding: 11px 2px;
  }
  .m-link07 a .icon {
    font-size: 1.565rem;
  }
  .m-link07 a .label {
    margin-top: 2px;
  }
  .m-link07 a .label02 {
    margin-top: 10px;
  }
  .spOnly {
    display: none;
  }
  .m-teachers-in {
    padding: 20px 30px 25px;
  }
  .m-teacher-num {
    top: -10px;
    margin-top: -25px;
  }
  .m-teacher-galleries {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .u-wysiwyg-teachers02 dt {
    margin-bottom: 20px;
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .m-teachers02 {
    margin-top: 40px;
    grid-gap: 60px 50px;
  }
  .m-teachers02-h .label {
    letter-spacing: -0.1em;
  }
  .m-teacher02-thumb {
    width: 200px;
    height: 200px;
  }
  .m-teacher02-thumb img {
    width: 200px;
    height: 200px;
  }
  .m-teacher02-body {
    width: calc(100% - 230px);
    margin-left: auto;
  }
  .m-teacher02-h .label {
    padding-right: 13px;
  }
  .m-teacher02-research {
    margin-top: 13px;
  }
  .m-teacher02-research-h {
    font-size: 0.87rem;
  }
  .m-teacher02-research-label {
    font-size: 0.75rem;
  }
  .m-teacher02-btns {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 25px;
  }
  .bread {
    display: flex;
  }
  .m-postCols {
    grid-template-columns: 68.18% 27.27%;
    grid-gap: 4.55%;
  }
  .m-post-h {
    margin-top: -60px;
    padding: 20px 30px;
    width: 455px;
    margin-right: auto;
  }
  .m-post-cats {
    width: calc(100% - 460px);
    flex-direction: column;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 3px;
  }
  .m-post-depart .label {
    padding: 4px 13px;
    border-radius: 7px;
  }
  .m-post-cat {
    margin-top: 10px;
  }
  .m-post-article {
    margin-top: 38px;
  }
  .m-post-relate {
    padding-bottom: 40px;
  }
  .m-post-relate-h {
    padding-bottom: 17px;
  }
  .m-post-relate-main {
    margin-top: 40px;
    padding: 48px 30px 32px 40px;
    aspect-ratio: 2/1;
  }
  .m-post-relate-h02 .label {
    font-size: 1.5rem;
  }
  .m-post-relate-h02 .label02 {
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .m-post-relate-lead .label {
    padding: 6px 10px 6px 8px;
    font-size: 1.65rem;
  }
  .m-post-relate-lead .label:not(:last-child) {
    margin-bottom: 9px;
  }
  .m-post-relate-more .label::after {
    font-size: 1.2rem;
    padding-left: 4px;
  }
  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-postWidget-h {
    padding: 12px 7px 12px 18px;
  }
  .m-postWidget-main {
    padding: 17px 20px 27px;
  }
  .m-search-cols {
    margin-top: 22px;
  }
  .m-search-col {
    width: calc(50% - 25px);
  }
  .m-search-col:nth-child(2n) {
    margin-left: auto;
  }
  .m-search-selectWrap::after {
    right: 10px;
  }
  .m-search-select {
    height: 62px;
    padding: 10px 30px 10px 15px;
  }
  .m-search-input {
    height: 62px;
  }
  .m-search-input input {
    padding: 10px 17px;
  }
  .m-search-submit {
    width: 97px;
    height: 62px;
  }
  .m-search-h02 {
    margin-top: 15px;
  }
  .m-search-initials {
    margin-top: 10px;
  }
  .m-search-initials:first-child {
    margin-right: 40px;
  }
  .m-search-initial:not(:last-child) {
    margin-right: 10px;
  }
  .m-search-initial.is-ja a {
    min-width: 48px;
    min-height: 48px;
    padding: 5px 10px;
  }
  .m-search-initial.is-en a {
    min-height: 48px;
    padding: 5px 23px;
  }
  .m-silde .is-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
    z-index: 1;
  }
  .m-silde .is-next {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
  }
  .m-silde-item {
    padding: 0 20px;
  }
  .m-silde-item-img {
    max-width: 320px;
  }
  .slick-num {
    width: 216px;
  }
  .prev-arrow {
    left: 20px;
  }
  .next-arrow {
    right: 20px;
  }
  .m-slides02 .slick-dots {
    margin-top: 25px;
  }
  .m-slide02 {
    max-width: 1000px;
    width: calc(100vw - 40px);
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-slide02-inner {
    padding: 38px 38px;
  }
  .m-slide02-num {
    font-size: 3.125rem;
    left: 38px;
    top: -47px;
  }
  .m-slide02-cols {
    grid-template-columns: 49.24% 47.07%;
    grid-column-gap: 3.69%;
  }
  .m-slide02-h {
    font-size: 1.5rem;
    padding-top: 4px;
  }
  .m-slide02-label {
    margin-top: 11px;
  }
  .m-slide02-arrow {
    width: 64px;
    height: 64px;
    top: 50%;
  }
  .m-slide02-arrow.is-prev {
    right: 50%;
    transform: translate(-516px, -50%);
  }
  .m-slide02-arrow.is-next {
    left: 50%;
    transform: translate(516px, -50%);
  }
  .m-slides03 {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 104px;
    padding-right: 104px;
  }
  .m-slide03-img {
    aspect-ratio: 64/48;
  }
  .m-slide03-body {
    font-size: 1.25rem;
    margin-top: 15px;
  }
  .m-slide03-arrow.is-prev {
    width: 64px;
    left: 0;
  }
  .m-slide03-arrow.is-next {
    width: 64px;
    right: 0;
  }
  .m-slide03-thumbs {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .m-silde-side .is-prev {
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
    z-index: 1;
  }
  .m-silde-side .is-next {
    position: absolute;
    right: 0px;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
  }
  .slick-list.draggable {
    max-height: 460px !important;
  }
  .m-sort-cols {
    grid-template-columns: 69.09% 27.27%;
    grid-gap: 3.64%;
  }
  .m-sort-h {
    padding: 14px 15px;
  }
  .m-sort-h::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-formWrap {
    padding: 30px 30px;
  }
  .m-sort-form-lists {
    margin-top: 5px;
    grid-gap: 7px 20px;
  }
  .m-sort-form-btn {
    margin-top: 35px;
    height: 56px;
  }
  .m-sort-wrap::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-select {
    padding: 14px 15px;
  }
  .m-sort02-lists {
    margin-top: 15px;
  }
  .m-sort02-list label input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }
  .m-sort02-btn {
    margin-top: 35px;
    height: 56px;
  }
  .wp-pagenavi .wp-pagenavi span,
  .wp-pagenavi .wp-pagenavi a {
    min-width: 40px;
    min-height: 40px;
    padding: 13px 25px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi .wp-pagenavi span.current,
  .wp-pagenavi .wp-pagenavi a.current {
    border: 1px solid #52c3f1;
    background-color: #52c3f1;
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi .wp-pagenavi span.nextpostslink, .wp-pagenavi .wp-pagenavi span.previouspostslink,
  .wp-pagenavi .wp-pagenavi a.nextpostslink,
  .wp-pagenavi .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    min-width: 40px;
    min-height: 40px;
    padding: 13px 20px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi02 .wp-pagenavi span,
  .wp-pagenavi02 .wp-pagenavi a {
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi02 .wp-pagenavi span.current,
  .wp-pagenavi02 .wp-pagenavi a.current {
    background: linear-gradient(90deg, #51e0e0, #22f26b);
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi02 .wp-pagenavi span.nextpostslink, .wp-pagenavi02 .wp-pagenavi span.previouspostslink,
  .wp-pagenavi02 .wp-pagenavi a.nextpostslink,
  .wp-pagenavi02 .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-pagenavi02 .wp-pagenavi span:first-child,
  .wp-pagenavi02 .wp-pagenavi a:first-child {
    border-radius: 10px 0 0 10px;
  }
  .wp-pagenavi02 .wp-pagenavi span:last-child,
  .wp-pagenavi02 .wp-pagenavi a:last-child {
    border-radius: 0 10px 10px 0;
  }
  .m-fixBnr {
    min-width: 460px;
    max-height: 174px;
  }
  .m-fixBnr-item {
    min-height: 70px;
  }
  .m-at {
    padding: 7px 12px 7px 17px;
  }
  .m-at-level {
    padding: 10px 15px;
    min-width: 85px;
  }
  .m-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 82%;
    margin: 0 auto 50px;
  }
  .m-sns-item.cl1 {
    width: 100%;
    overflow: hidden;
  }
  .m-sns-item.cl1 iframe {
    width: 100%;
  }
  .m-sns-cl1 {
    max-width: 400px;
  }
  .m-sns-cl2 {
    margin-bottom: 20px;
  }
  .m-cl {
    display: flex;
  }
  .m-cl-l {
    max-width: 300px;
    margin-right: 50px;
  }
  .m-cl02 {
    display: flex;
  }
  .m-cl02-l {
    max-width: 750px;
    margin-right: 50px;
  }
  .m-cl02-r {
    max-width: 300px;
    padding: 0 30px;
  }
  .m-cls03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl03 {
    padding: 30px 27px 45px;
  }
  .m-cls04 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 33px;
  }
  .m-cl04-cap {
    margin-top: 12px;
  }
  .m-cls05 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl05-index {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 22px 35px;
  }
  .m-cl05-index dl dt {
    width: 31%;
  }
  .m-cl05-index dl dd {
    width: 58.9%;
  }
  .m-cl05-index dl dd .line .symbol {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .m-cl05-h {
    font-size: 1.25rem;
  }
  .m-cl05-body {
    margin-top: 19px;
  }
  .m-cl05-h02 .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl05-catch02 {
    margin-top: 30px;
  }
  .m-cl05-lead {
    margin-top: 13px;
  }
  .m-cls06 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 65px 45px;
  }
  .m-cl06-h .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl06-lead {
    margin-top: 13px;
  }
  .m-home {
    min-height: 860px;
  }
  .m-home-video {
    padding: 155px 0 0;
    height: 860px;
  }
  .m-home-in {
    padding-left: 100px;
  }
  .m-home-in {
    position: absolute;
    right: 100px;
  }
  .m-home-slide-list-item iframe {
    height: 420px !important;
  }
  .m-home-slide-list-item p {
    font-size: 1.1rem;
  }
  .m-home-about {
    display: flex;
  }
  .m-home-about-l {
    margin-right: 35px;
  }
  .m-home-about-cl2 {
    gap: 10px 30px;
  }
  .m-home-depart:before {
    content: "";
    background: url(/common2022/img/home/object-txt01.svg) no-repeat;
    max-width: 1124px;
    width: 100%;
    height: 100%;
    max-height: 188px;
    position: absolute;
    top: -35px;
    left: 0;
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.7s 0.15s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart:after {
    content: "";
    background: url(/common2022/img/home/object-txt02.svg) no-repeat;
    max-width: 1608px;
    width: 100%;
    height: 100%;
    max-height: 184px;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    transform: translateX(50px);
    opacity: 0;
    transition: 0.7s 0.2s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart.on:before, .m-home-depart.on:after {
    transform: translateX(0);
    opacity: 1;
  }
  .m-home-depart-cl {
    min-height: 640px;
  }
  .m-home-depart-cl-l {
    margin: 0 0 0 100px;
    padding: 40px;
  }
  .m-home-depart-cl2 {
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-home-depart-cl2-item a {
    color: #37474f;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 35px 20px;
    font-size: 1.1rem;
    height: 100%;
  }
  .m-home-depart-cl-r {
    width: calc(100% - 320px);
  }
  .m-gallery-parent {
    display: flex;
  }
  .m-topics-list {
    padding: 20px 15px;
  }
  .m-h {
    font-size: 2.25rem;
  }
  .m-h03 .label {
    padding-bottom: 15px;
  }
  .m-h04 {
    display: flex;
  }
  .m-h04-head {
    width: 220px;
    height: 180px;
  }
  .m-h04-head::before {
    width: 98px;
  }
  .m-h04-head::after {
    height: 60px;
  }
  .m-h04-head-inner::before {
    width: 98px;
  }
  .m-h04-head-inner::after {
    height: 60px;
  }
  .m-h04-head-inner .label {
    font-size: 1.875rem;
  }
  .m-h04-body {
    margin-left: 80px;
    margin-top: 11px;
    width: calc(100% - 300px);
  }
  .m-h04-body .label {
    font-size: 1.5rem;
  }
  .m-h05 {
    padding-bottom: 14px;
  }
  .m-faculty {
    background-size: 100% 512px;
  }
  .m-faculty-main {
    padding-top: 75px;
  }
  .m-faculty-h .label {
    font-size: 1.5rem;
  }
  .m-faculty-h .label02 {
    font-size: 2.5rem;
  }
  .m-faculty-h .label02[href]::after {
    font-size: 2.7rem;
  }
  .m-faculty-majors {
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin-top: 64px;
    padding: 35px 30px 45px;
    min-height: 174px;
  }
  .m-mv {
    min-height: 512px;
  }
  .m-mv-img {
    height: 100%;
  }
  .m-mv-main {
    max-width: 800px;
    width: 100%;
    padding-top: 80px;
  }
  .m-mv-head {
    padding: 34px 40px;
  }
  .m-mv-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-mv-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-mv-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-mv-h {
    width: calc(100% - 71px);
  }
  .m-mv-h .label {
    font-size: 1.75rem;
  }
  .m-mv-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-mv-link {
    min-height: 120px;
    padding: 30px 30px 30px 40px;
  }
  .m-mv-link a .label {
    font-size: 1.25rem;
  }
  .m-mv02 {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02-h .label {
    font-size: 1.5rem;
  }
  .m-mv02-h .label02 {
    font-size: 3.125rem;
    padding-top: 28px;
  }
  .m-mv02-h .label02 .label03 {
    margin-left: 17px;
  }
  .m-mv02-catch {
    margin-top: 28px;
  }
  .m-mv02-catch .label {
    font-size: 1.875rem;
  }
  .m-mv02-catch .label:not(:last-child) {
    margin-bottom: 11px;
  }
  .m-mv02-body {
    max-width: 525px;
    margin-top: 26px;
  }
  .m-mv02-major {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100vw - 635px);
    max-width: 660px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-mv02-major-lists {
    grid-gap: 30px;
  }
  .m-mv02-major-h {
    font-size: 0.88rem;
  }
  .m-mv02__international {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02__international .m-mv02-body {
    line-height: 27px;
  }
  .m-lists {
    grid-gap: 46px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-list-num {
    font-size: 3.125rem;
  }
  .m-list-h {
    margin-left: 38px;
  }
  .m-list-h .label {
    font-size: 1.5rem;
  }
  .m-list-body {
    margin-top: 18px;
    padding-left: 92px;
  }
  .m-lists03 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .m-lead-body {
    margin-top: 10px;
  }
  .m-major {
    padding: 30px 45px 50px;
  }
  .m-major-h {
    font-size: 1.5rem;
  }
  .m-major-lead {
    margin-top: 17px;
  }
  .m-major-lists {
    margin-top: 18px;
  }
  .m-major-cls {
    grid-template-columns: 1fr 1fr;
    grid-gap: 37px;
    margin-top: 35px;
  }
  .m-major-cl-h {
    padding: 11px 0;
  }
  .m-major-cl-body {
    margin-top: 16px;
  }
  .m-info {
    padding: 23px 50px 40px;
  }
  .m-info-links {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 200px;
    grid-row-gap: 4px;
    max-width: 805px;
  }
  .m-info-link::before {
    padding-right: 14px;
  }
  .m-info-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 7px;
  }
  .m-info02 dl {
    padding: 14px 55px 14px 33px;
  }
  .m-info02 dl dt {
    width: calc(100% - 870px);
  }
  .m-info02 dl dd {
    width: 79.8%;
  }
  .m-cookie {
    max-height: 174px;
  }
  .m-cookie .l-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 15px;
  }
  .m-cookie-column-l {
    min-height: 71px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #e2e9ed;
  }
  .m-cookie-column-r {
    min-height: 71px;
  }
  .m-cookie-in {
    margin: 0 auto 0 0;
    padding: 10px;
    display: flex;
    max-width: 890px;
    position: relative;
  }
  .m-cookie-buttons {
    min-width: 234px;
  }
  .m-cookie-button {
    width: 100%;
    height: 40px;
  }
  .cc-hide1 {
    display: none;
  }
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .cookie-consent {
    z-index: 5;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
}
@media screen and (min-width: 1399px) and (min-width: 1820px) and (max-width: 9999px) {
  .m-cookie-column-r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1399px) {
  .m-gnav-btn {
    width: 80px;
    height: 80px;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
    position: absolute;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(2) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 0px;
    position: absolute;
  }
  .m-gnav-btn-lines {
    width: 30px;
    height: 30px;
  }
  .m-gnav-btn-line {
    width: 30px;
    height: 2px;
  }
  .m-gnav-btn-line:first-child {
    margin-bottom: 10px;
  }
  .m-gnav02 {
    margin-left: 18px;
  }
  .m-gnav02.item-person {
    margin-left: 0;
  }
  .m-gnav02:hover .m-gnav02-links {
    overflow: visible;
    height: auto;
    padding: 36px 20px 32px;
  }
  .m-gnav02-inner {
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }
  .m-gnav02-inner .label {
    padding-top: 3px;
    font-size: 0.875rem;
  }
  .m-gnav02-links {
    overflow: hidden;
    height: 0;
    top: 80px;
    right: 0;
    min-width: 282px;
    grid-gap: 15px;
  }
  .m-gnav02-link:not(:last-child) {
    padding-bottom: 13px;
  }
  .m-gnav02-link a .label {
    padding-left: 11px;
  }
  .m-nav-textSub .m-gnavs03 {
    gap: 10px 35px;
    grid-template-columns: repeat(3, 1fr);
  }
  .m-nav04-cl2-r .m-gnav03-h .label {
    padding: 20px 10px 15px;
  }
  .m-gnav04 {
    margin-left: 18px;
  }
  .m-gnav04.item-person {
    margin-left: 0;
  }
  .m-gnav04-inner {
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }
  .m-gnav04-inner .label {
    padding-top: 3px;
    font-size: 0.875rem;
  }
  .m-gnav04-links button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 10px !important;
  }
  .m-gnav04-links {
    overflow: hidden;
    height: 0;
    top: 80px;
    right: 0;
    min-width: 282px;
    grid-gap: 15px;
    padding: 22px 20px 15px;
  }
  .m-gnav04-links.on {
    display: grid;
    overflow: visible;
    height: auto;
  }
  .m-gnav04-link:not(:last-child) {
    padding-bottom: 13px;
  }
  .m-gnav04-link a .label {
    padding-left: 11px;
  }
  .cdio:before {
    content: "";
    background: url(/common2022/img/cdio/img-mv__bg-pc.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 1895px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cdio-mv__logo02 {
    width: 324px;
    position: relative;
    right: 45px;
  }
  .cdio-mv__logo02 img {
    width: 100%;
  }
  .cdio-mv__logo03 {
    width: 324px;
    position: relative;
    right: 55px;
  }
  .cdio-mv__logo03 img {
    width: 100%;
  }
  .mov-fadeup {
    opacity: 0;
    transform: translateY(10px);
  }
  .mov-fadeup.active {
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .p-inter__txt {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    line-height: 31px;
    font-size: 16px;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .p-inter__lists {
    max-width: 1020px;
  }
  .p-inter__list:nth-child(3) {
    margin-top: 35px;
  }
  .p-inter__list:nth-child(4) {
    margin-top: 35px;
  }
  .p-inter__list {
    max-width: 475px;
  }
  .p-inter__list-txt span {
    background: #e9eef2;
    display: inline-block;
    padding: 2px 17px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .p-inter__columns {
    margin-top: 8px;
  }
  .p-inter__column-r {
    line-height: 1.4;
  }
  .p-inter__column-r p {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
  }
  .p-inter__column-r p span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .p-inter__column-r .u-text-9 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .p-inter__column-r .u-text-12 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .p-inter__txt02 {
    font-size: 18px;
  }
  .p-inter__txt02:before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/common2022/img/international/2024/icon-allow.png) no-repeat;
    background-size: cover;
  }
  .p-inter__txt03 {
    font-size: 16px;
  }
  .p-inter__columns02 {
    display: flex;
    align-items: flex-end;
  }
  .p-inter__column02-r {
    position: relative;
    top: -30px;
  }
  .p-inter__txt04 {
    margin-top: 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }
  .p-inter__columns03 {
    display: flex;
    max-width: 1096px;
    width: 100%;
    margin: 80px auto;
  }
  .p-inter__column03-l {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1399px) {
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-sl {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 50px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-sl {
    padding-top: 50px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  .u-ml-40 {
    margin-left: 40px !important;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .is-style-u-pt-2xs {
    padding-top: 5px !important;
    height: auto !important;
  }
  .is-style-u-pt-xs {
    padding-top: 10px !important;
    height: auto !important;
  }
  .is-style-u-pt-s {
    padding-top: 20px !important;
    height: auto !important;
  }
  .is-style-u-pt {
    padding-top: 30px !important;
    height: auto !important;
  }
  .is-style-u-pt-l {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-sl {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-xl {
    padding-top: 50px !important;
    height: auto !important;
  }
  .is-style-u-pt-2xl {
    padding-top: 80px !important;
    height: auto !important;
  }
  .is-style-u-pt-3xl {
    padding-top: 100px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xs {
    padding-bottom: 5px !important;
    height: auto !important;
  }
  .is-style-u-pb-xs {
    padding-bottom: 10px !important;
    height: auto !important;
  }
  .is-style-u-pb-s {
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .is-style-u-pb {
    padding-bottom: 30px !important;
    height: auto !important;
  }
  .is-style-u-pb-l {
    padding-bottom: 40px !important;
    height: auto !important;
  }
  .is-style-u-pb-xl {
    padding-bottom: 50px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xl {
    padding-bottom: 80px !important;
    height: auto !important;
  }
  .is-style-u-pb-3xl {
    padding-bottom: 100px !important;
    height: auto !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  .u-link02-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .u-link02-info.pd {
    padding: 18px 30px 19px 15px;
  }
  .u-link02-day {
    font-size: 0.8rem;
    margin-right: 20px;
  }
  .u-link03-title {
    padding-top: 10px;
    font-size: 1.7rem;
  }
  .u-link04 a {
    padding: 5px 30px;
  }
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .edit-post-visual-editor__post-title-wrapper, .wp-block {
    max-width: 1100px !important; /* 好きな幅で */
    margin: auto;
    gap: 0 !important;
  }
  .u-wysiwyg a[target=_blank], .m-page-wysiwyg a[target=_blank], .edit-post-visual-editor a[target=_blank] {
    position: relative;
  }
  .u-wysiwyg a[target=_blank]:after, .m-page-wysiwyg a[target=_blank]:after, .edit-post-visual-editor a[target=_blank]:after {
    font-family: "Material Icons";
    content: "\e3e0";
    display: inline-block;
    position: relative;
    right: 0;
    padding: 0 3px;
    font-size: 15px;
    bottom: -3px;
    color: #37474f;
  }
  .u-wysiwyg a[href$=".pdf"], .m-page-wysiwyg a[href$=".pdf"], .edit-post-visual-editor a[href$=".pdf"] {
    position: relative;
  }
  .u-wysiwyg a[href$=".pdf"]:after, .m-page-wysiwyg a[href$=".pdf"]:after, .edit-post-visual-editor a[href$=".pdf"]:after {
    content: "" !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    right: 0px !important;
    background: url(/common2022/img/base/icon_pdf.gif) no-repeat !important;
    position: relative;
    bottom: -2px;
    padding: 0 3px;
    transform: translateY(0%);
    top: auto;
    left: 2px;
  }
  .u-wysiwyg h1, .m-page-wysiwyg h1, .edit-post-visual-editor h1 {
    font-size: 1.875rem;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }
  .u-wysiwyg h2, .m-page-wysiwyg h2, .edit-post-visual-editor h2 {
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .u-wysiwyg h3, .m-page-wysiwyg h3, .edit-post-visual-editor h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .u-wysiwyg h4, .m-page-wysiwyg h4, .edit-post-visual-editor h4 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .u-wysiwyg h5, .m-page-wysiwyg h5, .edit-post-visual-editor h5 {
    font-size: 1.125rem;
  }
  .u-wysiwyg h6, .m-page-wysiwyg h6, .edit-post-visual-editor h6 {
    font-size: 1rem;
  }
  .u-wysiwyg table th, .m-page-wysiwyg table th, .edit-post-visual-editor table th {
    background: #f9fbfc;
  }
  .u-wysiwyg .is-style-font-large, .m-page-wysiwyg .is-style-font-large, .edit-post-visual-editor .is-style-font-large {
    font-size: 2.25rem;
  }
  .u-wysiwyg .wp-block-column, .m-page-wysiwyg .wp-block-column, .edit-post-visual-editor .wp-block-column {
    margin-bottom: 0px !important;
    padding: 0 10px;
  }
  .u-wysiwyg .m-module-col, .m-page-wysiwyg .m-module-col, .edit-post-visual-editor .m-module-col {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  .u-wysiwyg .m-module-col-l, .m-page-wysiwyg .m-module-col-l, .edit-post-visual-editor .m-module-col-l {
    margin-right: 50px;
    max-width: 300px;
  }
  .u-wysiwyg .m-module-col-r, .m-page-wysiwyg .m-module-col-r, .edit-post-visual-editor .m-module-col-r {
    max-width: 670px;
  }
  .u-wysiwyg .m-module-col-title dt, .m-page-wysiwyg .m-module-col-title dt, .edit-post-visual-editor .m-module-col-title dt {
    margin-right: 10px;
  }
  .u-wysiwyg .m-module-col-title dd, .m-page-wysiwyg .m-module-col-title dd, .edit-post-visual-editor .m-module-col-title dd {
    font-size: 1.5rem;
  }
  .u-wysiwyg .is-style-border, .m-page-wysiwyg .is-style-border, .edit-post-visual-editor .is-style-border {
    padding: 25px 30px;
  }
  .u-wysiwyg .m-module-bg, .m-page-wysiwyg .m-module-bg, .edit-post-visual-editor .m-module-bg {
    padding: 25px 30px;
  }
  .u-wysiwyg .is-style-u-text-16, .m-page-wysiwyg .is-style-u-text-16, .edit-post-visual-editor .is-style-u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-18, .m-page-wysiwyg .is-style-u-text-18, .edit-post-visual-editor .is-style-u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-20, .m-page-wysiwyg .is-style-u-text-20, .edit-post-visual-editor .is-style-u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-22, .m-page-wysiwyg .is-style-u-text-22, .edit-post-visual-editor .is-style-u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-24, .m-page-wysiwyg .is-style-u-text-24, .edit-post-visual-editor .is-style-u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-28, .m-page-wysiwyg .is-style-u-text-28, .edit-post-visual-editor .is-style-u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-30, .m-page-wysiwyg .is-style-u-text-30, .edit-post-visual-editor .is-style-u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-wysiwyg .is-style-u-text-32, .m-page-wysiwyg .is-style-u-text-32, .edit-post-visual-editor .is-style-u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .u-wysiwyg blockquote, .m-page-wysiwyg blockquote, .edit-post-visual-editor blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .gsib_b {
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
  }
  .gsc-above-wrapper-area {
    padding: 0 !important;
  }
  .gsc-orderby-container {
    padding: 0 !important;
  }
  .gsc-above-wrapper-area {
    display: none !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
  }
  .gsq_a table {
    display: none;
  }
  .gssb_a {
    display: none;
  }
  .gsc-search-button-v2 {
    font-size: 0;
    margin-left: 10px !important;
    font-size: 0;
    padding: 6px 10px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #03a9f4 !important;
    border-radius: 2px;
    margin-top: 0px !important;
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    background-image: none !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0px !important;
  }
  .gsc-input-box {
    border: none !important;
  }
  .gsc-search-box tr {
    padding: 0 !important;
  }
  .gsc-search-button {
    cursor: pointer;
    border: 0px solid #e2e9ed;
    padding: 0px;
  }
  .gsc-search-box-tools table:before {
    display: none;
  }
  .gsc-search-box-tools table:after {
    display: none;
  }
  .gsc-search-box-tools .gsc-search-box {
    min-width: auto !important;
    position: relative;
  }
  .m-page-wysiwyg .gsc-input {
    min-width: auto !important;
    border: none !important;
    width: 100%;
    padding: 0px 10px !important;
    border: none !important;
    margin: 0 !important;
    height: 40px !important;
    background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255);
    outline: none;
  }
  .gsib_a {
    padding: 0 !important;
  }
  .gsib_a input {
    padding: 0 5px !important;
  }
  button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 0 !important;
  }
  .gsc-thumbnail-inside a {
    color: #00c !important;
  }
  .gsc-thumbnail-inside a b {
    color: #00c !important;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ==========================================================================
   PC
   ========================================================================== */
  .wrapin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-page-head {
    height: 94px;
    top: 0;
  }
  .l-head .m-header-logo a .on {
    display: none;
  }
  .l-head .m-header-logo a .off {
    display: block;
  }
  .l-head-nav.on {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .m-header-logo {
    margin: -8px -14px 0 0;
    padding: 34px 26px 0;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px) and (min-width: 768px) and (max-width: 1500px) {
  .m-header-logo {
    margin: -2px -14px 0 0;
    padding: 34px 15px 0;
    width: 25%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  .m-header-nav {
    display: flex;
  }
  .m-header-nav-item {
    padding: 34px 18px 0 15px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-nav-item {
    padding: 34px 22px 0 18px !important;
  }
  .m-header-nav-item > a {
    color: #fff;
    font-size: 13px;
  }
  .l-head-r-bottom {
    margin: 0px 0 0 10px !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  .l-head-r-in {
    display: none;
  }
  .l-head-r-bottom {
    margin: 0 0 0 -18px;
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ---------------------------
  l-footer
  --------------------------- */
  .m-footer-logo {
    margin-right: 40px;
  }
  .m-footer-cl {
    display: flex;
    align-items: center;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1440 {
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .m-page {
    padding-top: 94px;
  }
  .m-page-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-page-h .m-page-subH {
    right: 38px;
    bottom: -75px;
  }
  .m-page-h .m-page-subH .label {
    font-size: 6.25rem;
  }
  .m-archives02 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 25px;
  }
  .m-archive02-body {
    margin-top: 20px;
  }
  .m-archive02-depart {
    padding: 3px 11px;
    border-radius: 7px;
  }
  .m-archive02-h {
    margin-top: 12px;
  }
  .m-header-other-link.item-flag:after {
    content: "\e153";
    font-family: "Material Icons";
    position: absolute;
    color: #0e2940;
    left: -26px;
    font-size: 18px;
    top: 0px;
  }
  .m-header-other-link.item-access:after {
    content: "\e0be";
    font-family: "Material Icons";
    position: absolute;
    color: #0e2940;
    left: -25px;
    font-size: 18px;
    top: 0px;
  }
  .m-header-other-link.item-contact:after {
    content: "\e55f";
    font-family: "Material Icons";
    position: absolute;
    color: #0e2940;
    left: -21px;
    font-size: 18px;
    top: 0px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-other-link.item-flag:after {
    content: "\e153" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -20px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-access:after {
    content: "\e55f" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -19px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-contact:after {
    content: "\e0be" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -21px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .btn {
    padding: 13px 45px;
  }
  .btn03 {
    padding: 5px 13px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 15px;
  }
  .m-btnCols.is-3col {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 460px;
  }
  .is-1col .m-btnCol.is-w300 {
    width: 300px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 100px 0;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-sec {
    border: 1px solid #f5f5f5;
    padding: 50px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #edf2ef;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-nav-link {
    display: flex;
  }
  .m-nav-link-item:not(:last-child) {
    margin-right: 1px;
  }
  .m-nav-link02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
  }
  .m-nav-link02-item a {
    font-size: 0.9rem;
    border: 1px solid #fff;
    border-right: 0;
    padding: 7px 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .m-nav-link02-item:last-child {
    border-right: 1px solid #fff;
  }
  .m-nav-lang {
    display: flex;
    align-items: center;
  }
  .m-nav-lang-txt {
    margin-right: 20px;
  }
  .m-nav-textSub-cl3 {
    gap: 10px 35px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-nav-sns {
    display: flex;
    align-items: center;
  }
  .m-nav02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav02-main {
    width: 800px;
  }
  .m-nav02-head {
    padding: 33px 40px;
  }
  .m-nav02-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-nav02-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-nav02-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-nav02-h {
    width: calc(100% - 71px);
  }
  .m-nav02-h .label {
    font-size: 1.75rem;
  }
  .m-nav02-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-nav02-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  .m-nav02-link:nth-child(2n-1) {
    border-right: 1px solid #e9eef2;
  }
  .m-nav02-img {
    width: 800px;
    margin-top: 80px;
    margin-left: -240px;
  }
  .m-nav03-wrap {
    padding: 20px 0;
  }
  .m-nav03-cols {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-nav03-link:not(:last-child) {
    margin-right: 40px;
  }
  .m-nav03-link a {
    font-size: 1.125rem;
  }
  .m-nav03-link02:not(:last-child) {
    padding-right: 42px;
  }
  .m-nav03-link02:not(:last-child)::after {
    height: 15px;
    top: 7px;
    right: 21px;
  }
  .m-nav04 {
    padding: 40px 0;
  }
  .m-nav04-cl2-l {
    border-right: 1px solid #fff;
    width: 200px;
    padding-right: 40px;
    margin-right: 40px;
  }
  .m-nav04-cl2-r {
    width: calc(100% - 240px);
  }
  .m-nav05 {
    display: flex;
  }
  .m-nav05.is-reverse {
    flex-direction: row-reverse;
  }
  .m-nav05-img {
    width: 72.7%;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-img {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-main {
    width: 72.7%;
    margin-top: 80px;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-main {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-head {
    padding: 48px 40px 27px;
  }
  .m-nav05-h .label {
    font-size: 1.75rem;
  }
  .m-nav05-body {
    padding: 0 40px 45px;
  }
  .m-nav05-lists {
    grid-gap: 6px;
    padding: 0 40px 0;
  }
  .m-nav05-list {
    padding-bottom: 17px;
  }
  .m-nav05-list-h {
    width: 130px;
    margin-right: auto;
  }
  .m-nav05-list-body {
    width: calc(100% - 140px);
  }
  .m-nav05-list-body-h {
    padding-left: 20px;
  }
  .m-nav05-list-body-h::before {
    width: 9px;
    height: 17px;
    top: 5px;
  }
  .m-nav05-list-body-label {
    width: calc(100% - 155px);
  }
  .m-nav05-list-body-lists {
    grid-gap: 7px;
  }
  .m-nav05-dl {
    margin-bottom: 8px;
  }
  .m-nav05-dl dd {
    padding: 11px 15px;
    grid-template-columns: 16% 29.2% 29.2%;
    grid-gap: 6px;
    margin-top: 8px;
  }
  .m-nav05-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  /* ---------------------------
  m-title
  --------------------------- */
  .m-title {
    font-size: 3rem;
  }
  .m-title02 {
    font-size: 1.5rem;
  }
  .m-title02 span {
    margin-right: 10px;
  }
  .m-title03 {
    font-size: 2.5rem;
  }
  .m-title04 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .m-title05 {
    font-size: 1.2rem;
  }
  .m-title06 {
    font-size: 3rem;
  }
  .m-links {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .m-links02 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 25px;
  }
  .m-link02 {
    min-height: 80px;
  }
  .m-link02 a {
    padding: 10px 18px;
  }
  .m-links03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-link03-label {
    font-size: 1.37rem;
    margin-top: 10px;
  }
  .m-link03-label::after {
    font-size: 1.4rem;
  }
  .m-link03-label.icon-pdf {
    position: relative;
  }
  .m-link05 {
    height: 226px;
    padding: 10px 55px 10px;
  }
  .m-link05::after {
    font-size: 2.5rem;
    right: 25px;
  }
  .m-link05-body .label {
    font-size: 3.75rem;
  }
  .m-link05-body .label02 {
    font-size: 1.375rem;
    padding-top: 10px;
    padding-left: 6px;
  }
  .m-links06 {
    display: grid;
    grid-template-columns: 47.3% 50%;
    grid-gap: 2.7%;
  }
  .m-link06 a .img {
    margin-bottom: 5px;
  }
  .m-link06-links {
    grid-gap: 10px 30px;
  }
  .m-links07 {
    grid-template-columns: 28% repeat(6, 11.9%);
    grid-gap: 0.1%;
  }
  .m-link07 a {
    padding: 11px 2px;
  }
  .m-link07 a .icon {
    font-size: 1.565rem;
  }
  .m-link07 a .label {
    margin-top: 2px;
  }
  .m-link07 a .label02 {
    margin-top: 10px;
  }
  .latbspOnly {
    display: none;
  }
  .tbOnly {
    display: none;
  }
  .spOnly {
    display: none;
  }
  .m-teachers-in {
    padding: 20px 30px 25px;
  }
  .m-teacher-num {
    top: -10px;
    margin-top: -25px;
  }
  .m-teacher-galleries {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .u-wysiwyg-teachers02 dt {
    margin-bottom: 20px;
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .m-teachers02 {
    margin-top: 40px;
    grid-gap: 60px 50px;
  }
  .m-teachers02-h .label {
    letter-spacing: -0.1em;
  }
  .m-teacher02-thumb {
    width: 200px;
    height: 200px;
  }
  .m-teacher02-thumb img {
    width: 200px;
    height: 200px;
  }
  .m-teacher02-body {
    width: calc(100% - 230px);
    margin-left: auto;
  }
  .m-teacher02-h .label {
    padding-right: 13px;
  }
  .m-teacher02-research {
    margin-top: 13px;
  }
  .m-teacher02-research-h {
    font-size: 0.87rem;
  }
  .m-teacher02-research-label {
    font-size: 0.75rem;
  }
  .m-teacher02-btns {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 25px;
  }
  .bread {
    display: flex;
  }
  .m-postCols {
    grid-template-columns: 68.18% 27.27%;
    grid-gap: 4.55%;
  }
  .m-post-h {
    margin-top: -60px;
    padding: 20px 30px;
    width: 455px;
    margin-right: auto;
  }
  .m-post-cats {
    width: calc(100% - 460px);
    flex-direction: column;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 3px;
  }
  .m-post-depart .label {
    padding: 4px 13px;
    border-radius: 7px;
  }
  .m-post-cat {
    margin-top: 10px;
  }
  .m-post-article {
    margin-top: 38px;
  }
  .m-post-relate {
    padding-bottom: 40px;
  }
  .m-post-relate-h {
    padding-bottom: 17px;
  }
  .m-post-relate-main {
    margin-top: 40px;
    padding: 48px 30px 32px 40px;
    aspect-ratio: 2/1;
  }
  .m-post-relate-h02 .label {
    font-size: 1.5rem;
  }
  .m-post-relate-h02 .label02 {
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .m-post-relate-lead .label {
    padding: 6px 10px 6px 8px;
    font-size: 1.65rem;
  }
  .m-post-relate-lead .label:not(:last-child) {
    margin-bottom: 9px;
  }
  .m-post-relate-more .label::after {
    font-size: 1.2rem;
    padding-left: 4px;
  }
  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-postWidget-h {
    padding: 12px 7px 12px 18px;
  }
  .m-postWidget-main {
    padding: 17px 20px 27px;
  }
  .m-search-cols {
    margin-top: 22px;
  }
  .m-search-col {
    width: calc(50% - 25px);
  }
  .m-search-col:nth-child(2n) {
    margin-left: auto;
  }
  .m-search-selectWrap::after {
    right: 10px;
  }
  .m-search-select {
    height: 62px;
    padding: 10px 30px 10px 15px;
  }
  .m-search-input {
    height: 62px;
  }
  .m-search-input input {
    padding: 10px 17px;
  }
  .m-search-submit {
    width: 97px;
    height: 62px;
  }
  .m-search-h02 {
    margin-top: 15px;
  }
  .m-search-initials {
    margin-top: 10px;
  }
  .m-search-initials:first-child {
    margin-right: 40px;
  }
  .m-search-initial:not(:last-child) {
    margin-right: 10px;
  }
  .m-search-initial.is-ja a {
    min-width: 48px;
    min-height: 48px;
    padding: 5px 10px;
  }
  .m-search-initial.is-en a {
    min-height: 48px;
    padding: 5px 23px;
  }
  .m-silde .is-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
    z-index: 1;
  }
  .m-silde .is-next {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
  }
  .m-silde-item {
    padding: 0 20px;
  }
  .m-silde-item-img {
    max-width: 320px;
  }
  .slick-num {
    width: 216px;
  }
  .prev-arrow {
    left: 20px;
  }
  .next-arrow {
    right: 20px;
  }
  .m-slides02 .slick-dots {
    margin-top: 25px;
  }
  .m-slide02 {
    max-width: 1000px;
    width: calc(100vw - 40px);
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-slide02-inner {
    padding: 38px 38px;
  }
  .m-slide02-num {
    font-size: 3.125rem;
    left: 38px;
    top: -47px;
  }
  .m-slide02-cols {
    grid-template-columns: 49.24% 47.07%;
    grid-column-gap: 3.69%;
  }
  .m-slide02-h {
    font-size: 1.5rem;
    padding-top: 4px;
  }
  .m-slide02-label {
    margin-top: 11px;
  }
  .m-slide02-arrow {
    width: 64px;
    height: 64px;
    top: 50%;
  }
  .m-slide02-arrow.is-prev {
    right: 50%;
    transform: translate(-516px, -50%);
  }
  .m-slide02-arrow.is-next {
    left: 50%;
    transform: translate(516px, -50%);
  }
  .m-slides03 {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 104px;
    padding-right: 104px;
  }
  .m-slide03-img {
    aspect-ratio: 64/48;
  }
  .m-slide03-body {
    font-size: 1.25rem;
    margin-top: 15px;
  }
  .m-slide03-arrow.is-prev {
    width: 64px;
    left: 0;
  }
  .m-slide03-arrow.is-next {
    width: 64px;
    right: 0;
  }
  .m-slide03-thumbs {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .m-silde-side .is-prev {
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
    z-index: 1;
  }
  .m-silde-side .is-next {
    position: absolute;
    right: 0px;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
  }
  .slick-list.draggable {
    max-height: 460px !important;
  }
  .m-sort-cols {
    grid-template-columns: 69.09% 27.27%;
    grid-gap: 3.64%;
  }
  .m-sort-h {
    padding: 14px 15px;
  }
  .m-sort-h::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-formWrap {
    padding: 30px 30px;
  }
  .m-sort-form-lists {
    margin-top: 5px;
    grid-gap: 7px 20px;
  }
  .m-sort-form-btn {
    margin-top: 35px;
    height: 56px;
  }
  .m-sort-wrap::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-select {
    padding: 14px 15px;
  }
  .m-sort02-lists {
    margin-top: 15px;
  }
  .m-sort02-list label input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }
  .m-sort02-btn {
    margin-top: 35px;
    height: 56px;
  }
  .wp-pagenavi .wp-pagenavi span,
  .wp-pagenavi .wp-pagenavi a {
    min-width: 40px;
    min-height: 40px;
    padding: 13px 25px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi .wp-pagenavi span.current,
  .wp-pagenavi .wp-pagenavi a.current {
    border: 1px solid #52c3f1;
    background-color: #52c3f1;
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi .wp-pagenavi span.nextpostslink, .wp-pagenavi .wp-pagenavi span.previouspostslink,
  .wp-pagenavi .wp-pagenavi a.nextpostslink,
  .wp-pagenavi .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    min-width: 40px;
    min-height: 40px;
    padding: 13px 20px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi02 .wp-pagenavi span,
  .wp-pagenavi02 .wp-pagenavi a {
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi02 .wp-pagenavi span.current,
  .wp-pagenavi02 .wp-pagenavi a.current {
    background: linear-gradient(90deg, #51e0e0, #22f26b);
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi02 .wp-pagenavi span.nextpostslink, .wp-pagenavi02 .wp-pagenavi span.previouspostslink,
  .wp-pagenavi02 .wp-pagenavi a.nextpostslink,
  .wp-pagenavi02 .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-pagenavi02 .wp-pagenavi span:first-child,
  .wp-pagenavi02 .wp-pagenavi a:first-child {
    border-radius: 10px 0 0 10px;
  }
  .wp-pagenavi02 .wp-pagenavi span:last-child,
  .wp-pagenavi02 .wp-pagenavi a:last-child {
    border-radius: 0 10px 10px 0;
  }
  .m-fixBnr {
    min-width: 460px;
    max-height: 174px;
  }
  .m-fixBnr-item {
    min-height: 70px;
  }
  .m-at {
    padding: 7px 12px 7px 17px;
  }
  .m-at-level {
    padding: 10px 15px;
    min-width: 85px;
  }
  .m-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 82%;
    margin: 0 auto 50px;
  }
  .m-sns-item.cl1 {
    width: 100%;
    overflow: hidden;
  }
  .m-sns-item.cl1 iframe {
    width: 100%;
  }
  .m-sns-cl1 {
    max-width: 400px;
  }
  .m-sns-cl2 {
    margin-bottom: 20px;
  }
  .m-cl {
    display: flex;
  }
  .m-cl-l {
    max-width: 300px;
    margin-right: 50px;
  }
  .m-cl02 {
    display: flex;
  }
  .m-cl02-l {
    max-width: 750px;
    margin-right: 50px;
  }
  .m-cl02-r {
    max-width: 300px;
    padding: 0 30px;
  }
  .m-cls03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl03 {
    padding: 30px 27px 45px;
  }
  .m-cls04 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 33px;
  }
  .m-cl04-cap {
    margin-top: 12px;
  }
  .m-cls05 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl05-index {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 22px 35px;
  }
  .m-cl05-index dl dt {
    width: 31%;
  }
  .m-cl05-index dl dd {
    width: 58.9%;
  }
  .m-cl05-index dl dd .line .symbol {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .m-cl05-h {
    font-size: 1.25rem;
  }
  .m-cl05-body {
    margin-top: 19px;
  }
  .m-cl05-h02 .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl05-catch02 {
    margin-top: 30px;
  }
  .m-cl05-lead {
    margin-top: 13px;
  }
  .m-cls06 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 65px 45px;
  }
  .m-cl06-h .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl06-lead {
    margin-top: 13px;
  }
  .m-home {
    min-height: 860px;
  }
  .m-home-video {
    padding: 155px 0 0;
    height: 860px;
  }
  .m-home-in {
    padding-left: 100px;
  }
  .m-home-in {
    position: absolute;
    right: 100px;
  }
  .m-home-slide-list-item iframe {
    height: 420px !important;
  }
  .m-home-slide-list-item p {
    font-size: 1.1rem;
  }
  .m-home-about {
    display: flex;
  }
  .m-home-about-l {
    margin-right: 35px;
  }
  .m-home-about-cl2 {
    gap: 10px 30px;
  }
  .m-home-depart:before {
    content: "";
    background: url(/common2022/img/home/object-txt01.svg) no-repeat;
    max-width: 1124px;
    width: 100%;
    height: 100%;
    max-height: 188px;
    position: absolute;
    top: -35px;
    left: 0;
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.7s 0.15s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart:after {
    content: "";
    background: url(/common2022/img/home/object-txt02.svg) no-repeat;
    max-width: 1608px;
    width: 100%;
    height: 100%;
    max-height: 184px;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    transform: translateX(50px);
    opacity: 0;
    transition: 0.7s 0.2s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart.on:before, .m-home-depart.on:after {
    transform: translateX(0);
    opacity: 1;
  }
  .m-home-depart-cl {
    min-height: 640px;
  }
  .m-home-depart-cl-l {
    margin: 0 0 0 100px;
    padding: 40px;
  }
  .m-home-depart-cl2 {
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-home-depart-cl2-item a {
    color: #37474f;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 35px 20px;
    font-size: 1.1rem;
    height: 100%;
  }
  .m-home-depart-cl-r {
    width: calc(100% - 320px);
  }
  .m-gallery-parent {
    display: flex;
  }
  .m-topics-list {
    padding: 20px 15px;
  }
  .m-h {
    font-size: 2.25rem;
  }
  .m-h03 .label {
    padding-bottom: 15px;
  }
  .m-h04 {
    display: flex;
  }
  .m-h04-head {
    width: 220px;
    height: 180px;
  }
  .m-h04-head::before {
    width: 98px;
  }
  .m-h04-head::after {
    height: 60px;
  }
  .m-h04-head-inner::before {
    width: 98px;
  }
  .m-h04-head-inner::after {
    height: 60px;
  }
  .m-h04-head-inner .label {
    font-size: 1.875rem;
  }
  .m-h04-body {
    margin-left: 80px;
    margin-top: 11px;
    width: calc(100% - 300px);
  }
  .m-h04-body .label {
    font-size: 1.5rem;
  }
  .m-h05 {
    padding-bottom: 14px;
  }
  .m-faculty {
    background-size: 100% 512px;
  }
  .m-faculty-main {
    padding-top: 75px;
  }
  .m-faculty-h .label {
    font-size: 1.5rem;
  }
  .m-faculty-h .label02 {
    font-size: 2.5rem;
  }
  .m-faculty-h .label02[href]::after {
    font-size: 2.7rem;
  }
  .m-faculty-majors {
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin-top: 64px;
    padding: 35px 30px 45px;
    min-height: 174px;
  }
  .m-mv {
    min-height: 512px;
  }
  .m-mv-img {
    height: 100%;
  }
  .m-mv-main {
    max-width: 800px;
    width: 100%;
    padding-top: 80px;
  }
  .m-mv-head {
    padding: 34px 40px;
  }
  .m-mv-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-mv-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-mv-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-mv-h {
    width: calc(100% - 71px);
  }
  .m-mv-h .label {
    font-size: 1.75rem;
  }
  .m-mv-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-mv-link {
    min-height: 120px;
    padding: 30px 30px 30px 40px;
  }
  .m-mv-link a .label {
    font-size: 1.25rem;
  }
  .m-mv02 {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02-h .label {
    font-size: 1.5rem;
  }
  .m-mv02-h .label02 {
    font-size: 3.125rem;
    padding-top: 28px;
  }
  .m-mv02-h .label02 .label03 {
    margin-left: 17px;
  }
  .m-mv02-catch {
    margin-top: 28px;
  }
  .m-mv02-catch .label {
    font-size: 1.875rem;
  }
  .m-mv02-catch .label:not(:last-child) {
    margin-bottom: 11px;
  }
  .m-mv02-body {
    max-width: 525px;
    margin-top: 26px;
  }
  .m-mv02-major {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100vw - 635px);
    max-width: 660px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-mv02-major-lists {
    grid-gap: 30px;
  }
  .m-mv02-major-h {
    font-size: 0.88rem;
  }
  .m-mv02__international {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02__international .m-mv02-body {
    line-height: 27px;
  }
  .m-lists {
    grid-gap: 46px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-list-num {
    font-size: 3.125rem;
  }
  .m-list-h {
    margin-left: 38px;
  }
  .m-list-h .label {
    font-size: 1.5rem;
  }
  .m-list-body {
    margin-top: 18px;
    padding-left: 92px;
  }
  .m-lists03 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .m-lead-body {
    margin-top: 10px;
  }
  .m-major {
    padding: 30px 45px 50px;
  }
  .m-major-h {
    font-size: 1.5rem;
  }
  .m-major-lead {
    margin-top: 17px;
  }
  .m-major-lists {
    margin-top: 18px;
  }
  .m-major-cls {
    grid-template-columns: 1fr 1fr;
    grid-gap: 37px;
    margin-top: 35px;
  }
  .m-major-cl-h {
    padding: 11px 0;
  }
  .m-major-cl-body {
    margin-top: 16px;
  }
  .m-info {
    padding: 23px 50px 40px;
  }
  .m-info-links {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 200px;
    grid-row-gap: 4px;
    max-width: 805px;
  }
  .m-info-link::before {
    padding-right: 14px;
  }
  .m-info-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 7px;
  }
  .m-info02 dl {
    padding: 14px 55px 14px 33px;
  }
  .m-info02 dl dt {
    width: calc(100% - 870px);
  }
  .m-info02 dl dd {
    width: 79.8%;
  }
  .m-cookie {
    max-height: 174px;
  }
  .m-cookie .l-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 15px;
  }
  .m-cookie-column-l {
    min-height: 71px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #e2e9ed;
  }
  .m-cookie-column-r {
    min-height: 71px;
  }
  .m-cookie-in {
    margin: 0 auto 0 0;
    padding: 10px;
    display: flex;
    max-width: 890px;
    position: relative;
  }
  .m-cookie-buttons {
    min-width: 234px;
  }
  .m-cookie-button {
    width: 100%;
    height: 40px;
  }
  .cc-hide1 {
    display: none;
  }
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .cookie-consent {
    z-index: 5;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px) and (min-width: 1820px) and (max-width: 9999px), print {
  .m-cookie-column-r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  .m-gnav-btn {
    width: 80px;
    height: 80px;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
    position: absolute;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(2) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 0px;
    position: absolute;
  }
  .m-gnav-btn-lines {
    width: 30px;
    height: 30px;
  }
  .m-gnav-btn-line {
    width: 30px;
    height: 2px;
  }
  .m-gnav-btn-line:first-child {
    margin-bottom: 10px;
  }
  .m-gnav02 {
    margin-left: 18px;
  }
  .m-gnav02.item-person {
    margin-left: 0;
  }
  .m-gnav02:hover .m-gnav02-links {
    overflow: visible;
    height: auto;
    padding: 36px 20px 32px;
  }
  .m-gnav02-inner {
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }
  .m-gnav02-inner .label {
    padding-top: 3px;
    font-size: 0.875rem;
  }
  .m-gnav02-links {
    overflow: hidden;
    height: 0;
    top: 80px;
    right: 0;
    min-width: 282px;
    grid-gap: 15px;
  }
  .m-gnav02-link:not(:last-child) {
    padding-bottom: 13px;
  }
  .m-gnav02-link a .label {
    padding-left: 11px;
  }
  .m-nav-textSub .m-gnavs03 {
    gap: 10px 35px;
    grid-template-columns: repeat(3, 1fr);
  }
  .m-nav04-cl2-r .m-gnav03-h .label {
    padding: 20px 10px 15px;
  }
  .m-gnav04 {
    margin-left: 18px;
  }
  .m-gnav04.item-person {
    margin-left: 0;
  }
  .m-gnav04-inner {
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }
  .m-gnav04-inner .label {
    padding-top: 3px;
    font-size: 0.875rem;
  }
  .m-gnav04-links button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 10px !important;
  }
  .m-gnav04-links {
    overflow: hidden;
    height: 0;
    top: 80px;
    right: 0;
    min-width: 282px;
    grid-gap: 15px;
    padding: 22px 20px 15px;
  }
  .m-gnav04-links.on {
    display: grid;
    overflow: visible;
    height: auto;
  }
  .m-gnav04-link:not(:last-child) {
    padding-bottom: 13px;
  }
  .m-gnav04-link a .label {
    padding-left: 11px;
  }
  .cdio:before {
    content: "";
    background: url(/common2022/img/cdio/img-mv__bg-pc.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 1895px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cdio-mv__logo02 {
    width: 324px;
    position: relative;
    right: 45px;
  }
  .cdio-mv__logo02 img {
    width: 100%;
  }
  .cdio-mv__logo03 {
    width: 324px;
    position: relative;
    right: 55px;
  }
  .cdio-mv__logo03 img {
    width: 100%;
  }
  .mov-fadeup {
    opacity: 0;
    transform: translateY(10px);
  }
  .mov-fadeup.active {
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .p-inter__txt {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    line-height: 31px;
    font-size: 16px;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .p-inter__lists {
    max-width: 1020px;
  }
  .p-inter__list:nth-child(3) {
    margin-top: 35px;
  }
  .p-inter__list:nth-child(4) {
    margin-top: 35px;
  }
  .p-inter__list {
    max-width: 475px;
  }
  .p-inter__list-txt span {
    background: #e9eef2;
    display: inline-block;
    padding: 2px 17px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .p-inter__columns {
    margin-top: 8px;
  }
  .p-inter__column-r {
    line-height: 1.4;
  }
  .p-inter__column-r p {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
  }
  .p-inter__column-r p span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .p-inter__column-r .u-text-9 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .p-inter__column-r .u-text-12 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .p-inter__txt02 {
    font-size: 18px;
  }
  .p-inter__txt02:before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/common2022/img/international/2024/icon-allow.png) no-repeat;
    background-size: cover;
  }
  .p-inter__txt03 {
    font-size: 16px;
  }
  .p-inter__columns02 {
    display: flex;
    align-items: flex-end;
  }
  .p-inter__column02-r {
    position: relative;
    top: -30px;
  }
  .p-inter__txt04 {
    margin-top: 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }
  .p-inter__columns03 {
    display: flex;
    max-width: 1096px;
    width: 100%;
    margin: 80px auto;
  }
  .p-inter__column03-l {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-sl {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 50px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-sl {
    padding-top: 50px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  .u-ml-40 {
    margin-left: 40px !important;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .is-style-u-pt-2xs {
    padding-top: 5px !important;
    height: auto !important;
  }
  .is-style-u-pt-xs {
    padding-top: 10px !important;
    height: auto !important;
  }
  .is-style-u-pt-s {
    padding-top: 20px !important;
    height: auto !important;
  }
  .is-style-u-pt {
    padding-top: 30px !important;
    height: auto !important;
  }
  .is-style-u-pt-l {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-sl {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-xl {
    padding-top: 50px !important;
    height: auto !important;
  }
  .is-style-u-pt-2xl {
    padding-top: 80px !important;
    height: auto !important;
  }
  .is-style-u-pt-3xl {
    padding-top: 100px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xs {
    padding-bottom: 5px !important;
    height: auto !important;
  }
  .is-style-u-pb-xs {
    padding-bottom: 10px !important;
    height: auto !important;
  }
  .is-style-u-pb-s {
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .is-style-u-pb {
    padding-bottom: 30px !important;
    height: auto !important;
  }
  .is-style-u-pb-l {
    padding-bottom: 40px !important;
    height: auto !important;
  }
  .is-style-u-pb-xl {
    padding-bottom: 50px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xl {
    padding-bottom: 80px !important;
    height: auto !important;
  }
  .is-style-u-pb-3xl {
    padding-bottom: 100px !important;
    height: auto !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  .u-link02-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .u-link02-info.pd {
    padding: 18px 30px 19px 15px;
  }
  .u-link02-day {
    font-size: 0.8rem;
    margin-right: 20px;
  }
  .u-link03-title {
    padding-top: 10px;
    font-size: 1.7rem;
  }
  .u-link04 a {
    padding: 5px 30px;
  }
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .edit-post-visual-editor__post-title-wrapper, .wp-block {
    max-width: 1100px !important; /* 好きな幅で */
    margin: auto;
    gap: 0 !important;
  }
  .u-wysiwyg a[target=_blank], .m-page-wysiwyg a[target=_blank], .edit-post-visual-editor a[target=_blank] {
    position: relative;
  }
  .u-wysiwyg a[target=_blank]:after, .m-page-wysiwyg a[target=_blank]:after, .edit-post-visual-editor a[target=_blank]:after {
    font-family: "Material Icons";
    content: "\e3e0";
    display: inline-block;
    position: relative;
    right: 0;
    padding: 0 3px;
    font-size: 15px;
    bottom: -3px;
    color: #37474f;
  }
  .u-wysiwyg a[href$=".pdf"], .m-page-wysiwyg a[href$=".pdf"], .edit-post-visual-editor a[href$=".pdf"] {
    position: relative;
  }
  .u-wysiwyg a[href$=".pdf"]:after, .m-page-wysiwyg a[href$=".pdf"]:after, .edit-post-visual-editor a[href$=".pdf"]:after {
    content: "" !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    right: 0px !important;
    background: url(/common2022/img/base/icon_pdf.gif) no-repeat !important;
    position: relative;
    bottom: -2px;
    padding: 0 3px;
    transform: translateY(0%);
    top: auto;
    left: 2px;
  }
  .u-wysiwyg h1, .m-page-wysiwyg h1, .edit-post-visual-editor h1 {
    font-size: 1.875rem;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }
  .u-wysiwyg h2, .m-page-wysiwyg h2, .edit-post-visual-editor h2 {
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .u-wysiwyg h3, .m-page-wysiwyg h3, .edit-post-visual-editor h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .u-wysiwyg h4, .m-page-wysiwyg h4, .edit-post-visual-editor h4 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .u-wysiwyg h5, .m-page-wysiwyg h5, .edit-post-visual-editor h5 {
    font-size: 1.125rem;
  }
  .u-wysiwyg h6, .m-page-wysiwyg h6, .edit-post-visual-editor h6 {
    font-size: 1rem;
  }
  .u-wysiwyg table th, .m-page-wysiwyg table th, .edit-post-visual-editor table th {
    background: #f9fbfc;
  }
  .u-wysiwyg .is-style-font-large, .m-page-wysiwyg .is-style-font-large, .edit-post-visual-editor .is-style-font-large {
    font-size: 2.25rem;
  }
  .u-wysiwyg .wp-block-column, .m-page-wysiwyg .wp-block-column, .edit-post-visual-editor .wp-block-column {
    margin-bottom: 0px !important;
    padding: 0 10px;
  }
  .u-wysiwyg .m-module-col, .m-page-wysiwyg .m-module-col, .edit-post-visual-editor .m-module-col {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  .u-wysiwyg .m-module-col-l, .m-page-wysiwyg .m-module-col-l, .edit-post-visual-editor .m-module-col-l {
    margin-right: 50px;
    max-width: 300px;
  }
  .u-wysiwyg .m-module-col-r, .m-page-wysiwyg .m-module-col-r, .edit-post-visual-editor .m-module-col-r {
    max-width: 670px;
  }
  .u-wysiwyg .m-module-col-title dt, .m-page-wysiwyg .m-module-col-title dt, .edit-post-visual-editor .m-module-col-title dt {
    margin-right: 10px;
  }
  .u-wysiwyg .m-module-col-title dd, .m-page-wysiwyg .m-module-col-title dd, .edit-post-visual-editor .m-module-col-title dd {
    font-size: 1.5rem;
  }
  .u-wysiwyg .is-style-border, .m-page-wysiwyg .is-style-border, .edit-post-visual-editor .is-style-border {
    padding: 25px 30px;
  }
  .u-wysiwyg .m-module-bg, .m-page-wysiwyg .m-module-bg, .edit-post-visual-editor .m-module-bg {
    padding: 25px 30px;
  }
  .u-wysiwyg .is-style-u-text-16, .m-page-wysiwyg .is-style-u-text-16, .edit-post-visual-editor .is-style-u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-18, .m-page-wysiwyg .is-style-u-text-18, .edit-post-visual-editor .is-style-u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-20, .m-page-wysiwyg .is-style-u-text-20, .edit-post-visual-editor .is-style-u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-22, .m-page-wysiwyg .is-style-u-text-22, .edit-post-visual-editor .is-style-u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-24, .m-page-wysiwyg .is-style-u-text-24, .edit-post-visual-editor .is-style-u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-28, .m-page-wysiwyg .is-style-u-text-28, .edit-post-visual-editor .is-style-u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-30, .m-page-wysiwyg .is-style-u-text-30, .edit-post-visual-editor .is-style-u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-wysiwyg .is-style-u-text-32, .m-page-wysiwyg .is-style-u-text-32, .edit-post-visual-editor .is-style-u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .u-wysiwyg blockquote, .m-page-wysiwyg blockquote, .edit-post-visual-editor blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .gsib_b {
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
  }
  .gsc-above-wrapper-area {
    padding: 0 !important;
  }
  .gsc-orderby-container {
    padding: 0 !important;
  }
  .gsc-above-wrapper-area {
    display: none !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
  }
  .gsq_a table {
    display: none;
  }
  .gssb_a {
    display: none;
  }
  .gsc-search-button-v2 {
    font-size: 0;
    margin-left: 10px !important;
    font-size: 0;
    padding: 6px 10px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #03a9f4 !important;
    border-radius: 2px;
    margin-top: 0px !important;
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    background-image: none !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0px !important;
  }
  .gsc-input-box {
    border: none !important;
  }
  .gsc-search-box tr {
    padding: 0 !important;
  }
  .gsc-search-button {
    cursor: pointer;
    border: 0px solid #e2e9ed;
    padding: 0px;
  }
  .gsc-search-box-tools table:before {
    display: none;
  }
  .gsc-search-box-tools table:after {
    display: none;
  }
  .gsc-search-box-tools .gsc-search-box {
    min-width: auto !important;
    position: relative;
  }
  .m-page-wysiwyg .gsc-input {
    min-width: auto !important;
    border: none !important;
    width: 100%;
    padding: 0px 10px !important;
    border: none !important;
    margin: 0 !important;
    height: 40px !important;
    background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255);
    outline: none;
  }
  .gsib_a {
    padding: 0 !important;
  }
  .gsib_a input {
    padding: 0 5px !important;
  }
  button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 0 !important;
  }
  .gsc-thumbnail-inside a {
    color: #00c !important;
  }
  .gsc-thumbnail-inside a b {
    color: #00c !important;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ==========================================================================
   TB
   ========================================================================== */
  .wrapin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-page-head {
    bottom: 0;
    left: 0;
    height: 56px;
    z-index: 1000;
  }
  .l-head {
    background: #fff;
  }
  .l-head .m-header-logo a .on {
    display: block !important;
  }
  .l-head .m-header-logo a .off {
    display: none;
  }
  .l-head-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-head-nav.on {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .m-header-logo {
    margin: 0;
    padding: 15px 15px 0;
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 768px) and (max-width: 1500px) {
  .m-header-logo {
    margin: -2px -14px 0 0;
    padding: 34px 15px 0;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .m-header-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-nav-item {
    padding: 34px 22px 0 18px !important;
  }
  .m-header-nav-item > a {
    color: #fff;
    font-size: 13px;
  }
  .l-head-r-bottom {
    margin: 0px 0 0 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-head-r {
    width: 168px;
  }
  .l-head-r-in {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ---------------------------
  l-footer
  --------------------------- */
  .m-footer-logo {
    margin-right: 40px;
  }
  .m-footer-cl {
    display: flex;
    align-items: center;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1440 {
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-page-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-page-h .m-page-subH {
    right: 38px;
    bottom: -75px;
    bottom: -51px;
    right: 20px;
  }
  .m-page-h .m-page-subH .label {
    font-size: 6.25rem;
  }
  .m-archives02 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 25px;
  }
  .m-archive02-body {
    margin-top: 20px;
  }
  .m-archive02-depart {
    padding: 3px 11px;
    border-radius: 7px;
  }
  .m-archive02-h {
    margin-top: 12px;
  }
  .m-header-sub-cl2 {
    display: block !important;
  }
  .m-header-sub-cl2 .m-gnavs03 {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-other-link.item-flag:after {
    content: "\e153" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -20px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-access:after {
    content: "\e55f" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -19px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-contact:after {
    content: "\e0be" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -21px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .btn {
    padding: 13px 45px;
  }
  .btn03 {
    padding: 5px 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 15px;
  }
  .m-btnCols.is-3col {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 460px;
  }
  .is-1col .m-btnCol.is-w300 {
    width: 300px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 100px 0;
    padding: 50px 0;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-sec {
    border: 1px solid #f5f5f5;
    padding: 50px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #edf2ef;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-nav-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-nav-link-item {
    display: inline-block;
    width: 49.7%;
    margin-top: 2px;
  }
  .m-nav-link-item.item01 {
    width: 100%;
    display: block;
  }
  .m-nav-link-item.item01 a {
    width: 100%;
    min-height: 50px;
  }
  .m-nav-cl2 {
    flex-flow: column-reverse nowrap;
  }
  .m-nav-link02 {
    width: 100%;
    display: grid;
    gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav-link02-item a {
    font-size: 0.9rem;
    border: 1px solid #fff;
    padding: 7px 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .m-nav-lang {
    margin-bottom: 20px;
  }
  .m-nav-lang-txt {
    text-align: center;
    margin-bottom: 15px;
  }
  .m-nav-lang-link {
    display: inline-block;
  }
  .m-nav-textSub-cl3 {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav-link03 {
    flex-flow: column-reverse nowrap;
  }
  .m-nav-link03-items {
    flex-wrap: wrap;
  }
  .m-nav-link03-item {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .m-nav-link03-item:after {
    content: "｜";
    color: #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9rem;
    position: absolute;
  }
  .m-nav-link03-item:first-child a {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .m-nav-link03-item:nth-child(2):after {
    display: none;
  }
  .m-nav-link03-item:last-child a {
    font-size: 0.8rem;
  }
  .m-nav-link03-item:last-child:after {
    display: none;
  }
  .m-nav-link03-item a {
    font-size: 0.8rem;
    padding: 0 10px;
  }
  .m-nav-sns {
    text-align: center;
  }
  .m-nav-sns-txt {
    text-align: center;
    margin: 0 auto 10px;
  }
  .m-nav-sns-link {
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .m-nav02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-nav02-main {
    margin-top: -125px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .m-nav02-head {
    padding: 33px 40px;
  }
  .m-nav02-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-nav02-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-nav02-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-nav02-h {
    width: calc(100% - 71px);
  }
  .m-nav02-h .label {
    font-size: 1.75rem;
  }
  .m-nav02-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-nav02-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  .m-nav02-link:nth-child(2n-1) {
    border-right: 1px solid #e9eef2;
  }
  .m-nav02-img {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .m-nav03-wrap {
    padding: 20px 0;
  }
  .m-nav03-cols {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-nav03-link:not(:last-child) {
    margin-right: 40px;
  }
  .m-nav03-link a {
    font-size: 1.125rem;
  }
  .m-nav03-link02:not(:last-child) {
    padding-right: 42px;
  }
  .m-nav03-link02:not(:last-child)::after {
    height: 15px;
    top: 7px;
    right: 21px;
  }
  .m-nav04 {
    padding: 40px 0;
  }
  .m-nav04-cl2-l {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 30px;
  }
  .m-nav04-cl2-l-img {
    display: none;
  }
  .m-nav04-cl2-r {
    width: 100%;
  }
  .m-nav05 {
    display: flex;
  }
  .m-nav05.is-reverse {
    flex-direction: row-reverse;
  }
  .m-nav05-img {
    width: 72.7%;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-img {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-main {
    width: 72.7%;
    margin-top: 80px;
    margin-left: -22.7%;
  }
  .is-reverse .m-nav05-main {
    margin-left: 0;
    margin-right: -22.7%;
  }
  .m-nav05-head {
    padding: 48px 40px 27px;
  }
  .m-nav05-h .label {
    font-size: 1.75rem;
  }
  .m-nav05-body {
    padding: 0 40px 45px;
  }
  .m-nav05-lists {
    grid-gap: 6px;
    padding: 0 40px 0;
  }
  .m-nav05-list {
    padding-bottom: 17px;
  }
  .m-nav05-list-h {
    width: 130px;
    margin-right: auto;
  }
  .m-nav05-list-body {
    width: calc(100% - 140px);
  }
  .m-nav05-list-body-h {
    padding-left: 20px;
  }
  .m-nav05-list-body-h::before {
    width: 9px;
    height: 17px;
    top: 5px;
  }
  .m-nav05-list-body-label {
    width: calc(100% - 155px);
  }
  .m-nav05-list-body-lists {
    grid-gap: 7px;
  }
  .m-nav05-dl {
    margin-bottom: 8px;
  }
  .m-nav05-dl dd {
    padding: 11px 15px;
    grid-template-columns: 16% 29.2% 29.2%;
    grid-gap: 6px;
    margin-top: 8px;
  }
  .m-nav05-link {
    min-height: 80px;
    padding: 7px 30px 7px 40px;
  }
  /* ---------------------------
  m-title
  --------------------------- */
  .m-title {
    font-size: 3rem;
  }
  .m-title02 {
    font-size: 1.5rem;
  }
  .m-title02 span {
    margin-right: 10px;
  }
  .m-title03 {
    font-size: 2.5rem;
  }
  .m-title04 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .m-title05 {
    font-size: 1.2rem;
  }
  .m-title06 {
    font-size: 3rem;
  }
  .m-links {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .m-links02 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 25px;
  }
  .m-link02 {
    min-height: 80px;
  }
  .m-link02 a {
    padding: 10px 18px;
  }
  .m-links03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-link03-label {
    font-size: 1.37rem;
    margin-top: 10px;
  }
  .m-link03-label::after {
    font-size: 1.4rem;
  }
  .m-link03-label.icon-pdf {
    position: relative;
  }
  .m-link05 {
    height: 226px;
    padding: 10px 55px 10px;
  }
  .m-link05::after {
    font-size: 2.5rem;
    right: 25px;
  }
  .m-link05-body .label {
    font-size: 3.75rem;
  }
  .m-link05-body .label02 {
    font-size: 1.375rem;
    padding-top: 10px;
    padding-left: 6px;
  }
  .m-links06 {
    display: grid;
    grid-template-columns: 47.3% 50%;
    grid-gap: 2.7%;
  }
  .m-link06 a .img {
    margin-bottom: 5px;
  }
  .m-link06-links {
    grid-gap: 10px 30px;
  }
  .m-links07 {
    grid-template-columns: 28% repeat(6, 11.9%);
    grid-gap: 0.1%;
  }
  .m-link07 a {
    padding: 11px 2px;
  }
  .m-link07 a .icon {
    font-size: 1.565rem;
  }
  .m-link07 a .label {
    margin-top: 2px;
  }
  .m-link07 a .label02 {
    margin-top: 10px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: none;
    display: none;
  }
  #wrapper {
    padding-top: 60px;
  }
  .m-teachers-in {
    padding: 20px 30px 25px;
  }
  .m-teacher-num {
    top: -10px;
    margin-top: -25px;
  }
  .m-teacher-galleries {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .u-wysiwyg-teachers02 dt {
    margin-bottom: 20px;
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .m-teachers02 {
    margin-top: 40px;
    grid-gap: 60px 50px;
  }
  .m-teachers02-h .label {
    letter-spacing: -0.1em;
  }
  .m-teacher02-thumb {
    position: relative;
    width: 100%;
  }
  .m-teacher02-thumb::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .m-teacher02-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
  }
  .m-teacher02-body {
    width: 100%;
    margin-top: 10px;
  }
  .m-teacher02-h .label {
    padding-right: 13px;
  }
  .m-teacher02-research {
    margin-top: 13px;
  }
  .m-teacher02-research-h {
    font-size: 0.87rem;
  }
  .m-teacher02-research-label {
    font-size: 0.75rem;
  }
  .m-teacher02-btns {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 25px;
  }
  .bread {
    display: flex;
  }
  .m-postCols {
    grid-template-columns: 68.18% 27.27%;
    grid-gap: 4.55%;
  }
  .m-post-h {
    margin-top: -60px;
    padding: 20px 30px;
    width: 455px;
    margin-right: auto;
  }
  .m-post-cats {
    width: calc(100% - 460px);
    flex-direction: column;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 3px;
  }
  .m-post-depart .label {
    padding: 4px 13px;
    border-radius: 7px;
  }
  .m-post-cat {
    margin-top: 10px;
  }
  .m-post-article {
    margin-top: 38px;
  }
  .m-post-relate {
    padding-bottom: 40px;
  }
  .m-post-relate-h {
    padding-bottom: 17px;
  }
  .m-post-relate-main {
    margin-top: 40px;
    padding: 48px 30px 32px 40px;
    aspect-ratio: 2/1;
  }
  .m-post-relate-h02 .label {
    font-size: 1.5rem;
  }
  .m-post-relate-h02 .label02 {
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .m-post-relate-lead .label {
    padding: 6px 10px 6px 8px;
    font-size: 1.65rem;
  }
  .m-post-relate-lead .label:not(:last-child) {
    margin-bottom: 9px;
  }
  .m-post-relate-more .label::after {
    font-size: 1.2rem;
    padding-left: 4px;
  }
  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-postWidget-h {
    padding: 12px 7px 12px 18px;
  }
  .m-postWidget-main {
    padding: 17px 20px 27px;
  }
  .m-search-cols {
    margin-top: 22px;
  }
  .m-search-col {
    width: calc(50% - 25px);
  }
  .m-search-col:nth-child(2n) {
    margin-left: auto;
  }
  .m-search-selectWrap::after {
    right: 10px;
  }
  .m-search-select {
    height: 62px;
    padding: 10px 30px 10px 15px;
  }
  .m-search-input {
    height: 62px;
  }
  .m-search-input input {
    padding: 10px 17px;
  }
  .m-search-submit {
    width: 97px;
    height: 62px;
  }
  .m-search-h02 {
    margin-top: 15px;
  }
  .m-search-initials {
    margin-top: 10px;
  }
  .m-search-initials:first-child {
    margin-right: 40px;
  }
  .m-search-initial:not(:last-child) {
    margin-right: 10px;
  }
  .m-search-initial.is-ja a {
    min-width: 48px;
    min-height: 48px;
    padding: 5px 10px;
  }
  .m-search-initial.is-en a {
    min-height: 48px;
    padding: 5px 23px;
  }
  .m-silde .is-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
    z-index: 1;
  }
  .m-silde .is-next {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 58px;
  }
  .m-silde-item {
    padding: 0 20px;
  }
  .m-silde-item-img {
    max-width: 320px;
  }
  .slick-num {
    width: 216px;
  }
  .prev-arrow {
    left: 20px;
  }
  .next-arrow {
    right: 20px;
  }
  .m-slides02 .slick-dots {
    margin-top: 25px;
    padding-bottom: 19px;
    padding-right: 148px;
    padding-left: 148px;
  }
  .m-slide02 {
    max-width: 1000px;
    width: calc(100vw - 40px);
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-slide02-inner {
    padding: 38px 38px;
  }
  .m-slide02-num {
    font-size: 3.125rem;
    left: 38px;
    top: -47px;
  }
  .m-slide02-cols {
    grid-template-columns: 49.24% 47.07%;
    grid-column-gap: 3.69%;
  }
  .m-slide02-h {
    font-size: 1.5rem;
    padding-top: 4px;
  }
  .m-slide02-label {
    margin-top: 11px;
  }
  .m-slide02-arrow {
    width: 64px;
    height: 64px;
    bottom: 0;
  }
  .m-slide02-arrow.is-prev {
    right: 84px;
  }
  .m-slide02-arrow.is-next {
    right: 20px;
  }
  .m-slides03 {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 104px;
    padding-right: 104px;
  }
  .m-slide03-img {
    aspect-ratio: 64/48;
  }
  .m-slide03-body {
    font-size: 1.25rem;
    margin-top: 15px;
  }
  .m-slide03-arrow {
    display: none !important;
  }
  .m-slide03-arrow.is-prev {
    width: 64px;
    left: 0;
  }
  .m-slide03-arrow.is-next {
    width: 64px;
    right: 0;
  }
  .m-slide03-thumbs {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .m-silde-side .is-prev {
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
    z-index: 1;
  }
  .m-silde-side .is-next {
    position: absolute;
    right: 0px;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 24px;
  }
  .slick-list.draggable {
    max-height: 460px !important;
  }
  .m-sort-cols {
    grid-template-columns: 69.09% 27.27%;
    grid-gap: 3.64%;
  }
  .m-sort-h {
    padding: 14px 15px;
  }
  .m-sort-h::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-formWrap {
    padding: 30px 30px;
  }
  .m-sort-form-lists {
    margin-top: 5px;
    grid-gap: 7px 20px;
  }
  .m-sort-form-btn {
    margin-top: 35px;
    height: 56px;
  }
  .m-sort-wrap::after {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-sort-select {
    padding: 14px 15px;
  }
  .m-sort02-lists {
    margin-top: 15px;
  }
  .m-sort02-list label input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }
  .m-sort02-btn {
    margin-top: 35px;
    height: 56px;
  }
  .wp-pagenavi .wp-pagenavi span,
  .wp-pagenavi .wp-pagenavi a {
    min-width: 40px;
    min-height: 40px;
    padding: 13px 25px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi .wp-pagenavi span.current,
  .wp-pagenavi .wp-pagenavi a.current {
    border: 1px solid #52c3f1;
    background-color: #52c3f1;
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi .wp-pagenavi span.nextpostslink, .wp-pagenavi .wp-pagenavi span.previouspostslink,
  .wp-pagenavi .wp-pagenavi a.nextpostslink,
  .wp-pagenavi .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    min-width: 40px;
    min-height: 40px;
    padding: 13px 20px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi02 .wp-pagenavi span,
  .wp-pagenavi02 .wp-pagenavi a {
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi02 .wp-pagenavi span.current,
  .wp-pagenavi02 .wp-pagenavi a.current {
    background: linear-gradient(90deg, #51e0e0, #22f26b);
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi02 .wp-pagenavi span.nextpostslink, .wp-pagenavi02 .wp-pagenavi span.previouspostslink,
  .wp-pagenavi02 .wp-pagenavi a.nextpostslink,
  .wp-pagenavi02 .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    width: 56px;
    height: 56px;
    padding: 10px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-pagenavi02 .wp-pagenavi span:first-child,
  .wp-pagenavi02 .wp-pagenavi a:first-child {
    border-radius: 10px 0 0 10px;
  }
  .wp-pagenavi02 .wp-pagenavi span:last-child,
  .wp-pagenavi02 .wp-pagenavi a:last-child {
    border-radius: 0 10px 10px 0;
  }
  .m-fixBnr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
  }
  .m-fixBnr-item {
    width: 50% !important;
    height: 60px;
  }
  .m-fixBnr-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
  }
  .m-at {
    padding: 7px 12px 7px 17px;
  }
  .m-at-level {
    padding: 10px 15px;
    min-width: 85px;
  }
  .m-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    gap: 10px 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 82%;
    margin: 0 auto 50px;
  }
  .m-sns-item.cl1 {
    width: 100%;
    overflow: hidden;
  }
  .m-sns-item.cl1 iframe {
    width: 100%;
  }
  .m-sns-cl1 {
    max-width: 400px;
  }
  .m-sns-cl2 {
    margin-bottom: 20px;
  }
  .m-cl {
    display: flex;
  }
  .m-cl-l {
    max-width: 300px;
    margin-right: 50px;
  }
  .m-cl02 {
    display: flex;
  }
  .m-cl02-l {
    max-width: 750px;
    margin-right: 50px;
  }
  .m-cl02-r {
    max-width: 300px;
    padding: 0 30px;
  }
  .m-cls03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl03 {
    padding: 30px 27px 45px;
  }
  .m-cls04 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 33px;
  }
  .m-cl04-cap {
    margin-top: 12px;
  }
  .m-cls05 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
  .m-cl05-index {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 22px 35px;
  }
  .m-cl05-index dl dt {
    width: 31%;
  }
  .m-cl05-index dl dd {
    width: 58.9%;
  }
  .m-cl05-index dl dd .line .symbol {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 3px;
  }
  .m-cl05-h {
    font-size: 1.25rem;
  }
  .m-cl05-body {
    margin-top: 19px;
  }
  .m-cl05-h02 .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl05-catch02 {
    margin-top: 30px;
  }
  .m-cl05-lead {
    margin-top: 13px;
  }
  .m-cls06 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 65px 45px;
  }
  .m-cl06-h .symbol {
    width: 30px;
    height: 30px;
  }
  .m-cl06-lead {
    margin-top: 13px;
  }
  .m-home {
    min-height: 860px;
  }
  .m-home-video {
    padding: 155px 0 0;
    height: 860px;
  }
  .m-home-in {
    padding-left: 100px;
  }
  .m-home-in {
    position: absolute;
    right: 100px;
  }
  .m-home-slide-list-item iframe {
    height: 420px !important;
  }
  .m-home-slide-list-item p {
    font-size: 1.1rem;
  }
  .m-home-about {
    display: flex;
  }
  .m-home-about-l {
    margin-right: 35px;
  }
  .m-home-about-cl2 {
    gap: 10px 30px;
  }
  .m-home-depart:before {
    content: "";
    background: url(/common2022/img/home/object-txt01.svg) no-repeat;
    max-width: 1124px;
    width: 100%;
    height: 100%;
    max-height: 188px;
    position: absolute;
    top: -35px;
    left: 0;
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.7s 0.15s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart:after {
    content: "";
    background: url(/common2022/img/home/object-txt02.svg) no-repeat;
    max-width: 1608px;
    width: 100%;
    height: 100%;
    max-height: 184px;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    transform: translateX(50px);
    opacity: 0;
    transition: 0.7s 0.2s cubic-bezier(0.06, 0.7, 0.57, 0.97);
  }
  .m-home-depart.on:before, .m-home-depart.on:after {
    transform: translateX(0);
    opacity: 1;
  }
  .m-home-depart-cl {
    min-height: 640px;
  }
  .m-home-depart-cl-l {
    margin: 0 0 0 100px;
    padding: 40px;
  }
  .m-home-depart-cl2 {
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-home-depart-cl2-item a {
    color: #37474f;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 35px 20px;
    font-size: 1.1rem;
    height: 100%;
  }
  .m-home-depart-cl-r {
    width: calc(100% - 320px);
  }
  .m-gallery-parent {
    display: flex;
  }
  .m-topics-list {
    padding: 20px 15px;
  }
  .m-h {
    font-size: 2.25rem;
  }
  .m-h03 .label {
    padding-bottom: 15px;
  }
  .m-h04 {
    display: flex;
  }
  .m-h04-head {
    width: 220px;
    height: 180px;
  }
  .m-h04-head::before {
    width: 98px;
  }
  .m-h04-head::after {
    height: 60px;
  }
  .m-h04-head-inner::before {
    width: 98px;
  }
  .m-h04-head-inner::after {
    height: 60px;
  }
  .m-h04-head-inner .label {
    font-size: 1.875rem;
  }
  .m-h04-body {
    margin-left: 80px;
    margin-top: 11px;
    width: calc(100% - 300px);
  }
  .m-h04-body .label {
    font-size: 1.5rem;
  }
  .m-h05 {
    padding-bottom: 14px;
  }
  .m-faculty {
    background-size: 100% 512px;
  }
  .m-faculty-main {
    padding-top: 75px;
  }
  .m-faculty-h .label {
    font-size: 1.5rem;
  }
  .m-faculty-h .label02 {
    font-size: 2.5rem;
  }
  .m-faculty-h .label02[href]::after {
    font-size: 2.7rem;
  }
  .m-faculty-majors {
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin-top: 64px;
    padding: 35px 30px 45px;
    min-height: 174px;
  }
  .m-mv {
    min-height: 512px;
  }
  .m-mv-img {
    height: 100%;
  }
  .m-mv-main {
    max-width: 800px;
    width: 100%;
    padding-top: 80px;
  }
  .m-mv-head {
    padding: 34px 40px;
  }
  .m-mv-icon {
    width: 56px;
    height: 56px;
    font-size: 2.5rem;
  }
  .m-mv-icon::before {
    width: 56px;
    height: 56px;
  }
  .m-mv-icon::after {
    width: 54px;
    height: 54px;
  }
  .m-mv-h {
    width: calc(100% - 71px);
  }
  .m-mv-h .label {
    font-size: 1.75rem;
  }
  .m-mv-links {
    grid-template-columns: 1fr 1fr;
  }
  .m-mv-link {
    min-height: 120px;
    padding: 30px 30px 30px 40px;
  }
  .m-mv-link a .label {
    font-size: 1.25rem;
  }
  .m-mv02 {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02-h .label {
    font-size: 1.5rem;
  }
  .m-mv02-h .label02 {
    font-size: 3.125rem;
    padding-top: 28px;
  }
  .m-mv02-h .label02 .label03 {
    margin-left: 17px;
  }
  .m-mv02-catch {
    margin-top: 28px;
  }
  .m-mv02-catch .label {
    font-size: 1.875rem;
  }
  .m-mv02-catch .label:not(:last-child) {
    margin-bottom: 11px;
  }
  .m-mv02-body {
    max-width: 525px;
    margin-top: 26px;
  }
  .m-mv02-major {
    margin-top: 30px;
    padding: 30px 40px;
  }
  .m-mv02-major-lists {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 40px;
  }
  .m-mv02-major-h {
    font-size: 0.88rem;
  }
  .m-mv02__international {
    background-size: cover;
    padding-top: 95px;
    min-height: 640px;
  }
  .m-mv02__international .m-mv02-body {
    line-height: 27px;
  }
  .m-lists {
    grid-gap: 46px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-list-num {
    font-size: 3.125rem;
  }
  .m-list-h {
    margin-left: 38px;
  }
  .m-list-h .label {
    font-size: 1.5rem;
  }
  .m-list-body {
    margin-top: 18px;
    padding-left: 92px;
  }
  .m-lists03 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .m-lead-body {
    margin-top: 10px;
  }
  .m-major {
    padding: 30px 45px 50px;
  }
  .m-major-h {
    font-size: 1.5rem;
  }
  .m-major-lead {
    margin-top: 17px;
  }
  .m-major-lists {
    margin-top: 18px;
  }
  .m-major-cls {
    grid-template-columns: 1fr 1fr;
    grid-gap: 37px;
    margin-top: 35px;
  }
  .m-major-cl-h {
    padding: 11px 0;
  }
  .m-major-cl-body {
    margin-top: 16px;
  }
  .m-info {
    padding: 23px 50px 40px;
  }
  .m-info-links {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 200px;
    grid-row-gap: 4px;
    max-width: 805px;
  }
  .m-info-link::before {
    padding-right: 14px;
  }
  .m-info-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 7px;
  }
  .m-info02 dl {
    padding: 14px 55px 14px 33px;
  }
  .m-info02 dl dt {
    width: calc(100% - 870px);
  }
  .m-info02 dl dd {
    width: 79.8%;
  }
  .m-cookie {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
  }
  .m-cookie.on {
    background: none;
  }
  .m-cookie .material-symbols-outlined {
    right: 0;
    top: 6px;
  }
  .m-cookie-in {
    margin-bottom: 15px;
  }
  .m-cookie-txt02 {
    margin-bottom: 15px;
    padding: 40px 20px 0px;
    border-top: 1px solid #e2e9ed;
  }
  .m-cookie-buttons {
    padding: 0 20px;
  }
  .m-cookie-button {
    width: 100%;
    padding: 5px 0;
  }
  .cc-hide1 {
    display: none;
  }
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .cookie-consent {
    z-index: 5;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 1820px) and (max-width: 9999px) {
  .m-cookie-column-r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .m-gnav-btn {
    width: 56px;
    height: 56px;
  }
  .m-gnav-btn.on .m-gnav-btn-lines {
    top: 2px;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
    position: absolute;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(2) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -12px;
    position: absolute;
  }
  .m-gnav-btn-lines {
    width: 18px;
    height: 18px;
    top: 5px;
  }
  .m-gnav-btn-line {
    width: 18px;
    height: 2px;
  }
  .m-gnav-btn-line:first-child {
    margin-bottom: 4px;
  }
  .m-gnav02 {
    width: 56px;
  }
  .m-gnav02-inner {
    width: 56px;
    height: 56px;
  }
  .m-gnav02-inner .label {
    font-size: 0.8571rem;
  }
  .m-gnav02-links {
    grid-gap: 15px;
    width: 100vw;
    bottom: 100%;
    right: -100%;
    padding: 25px 20px;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.4s;
    z-index: 50;
  }
  .m-gnav02-links.on {
    transform: translateX(0);
    pointer-events: auto;
  }
  .m-gnav02-link:not(:last-child) {
    padding-bottom: 15px;
  }
  .m-gnav02-link a .label {
    padding-left: 12px;
  }
  .m-nav-textSub .m-gnavs03 {
    gap: 10px 35px;
    grid-template-columns: repeat(3, 1fr);
  }
  .m-nav04-cl2-r .m-gnav03-h .label {
    padding: 0 10px 15px;
  }
  .m-gnav04 {
    width: 56px;
  }
  .m-gnav04-inner {
    width: 56px;
    height: 56px;
  }
  .m-gnav04-inner .label {
    font-size: 0.8571rem;
  }
  .m-gnav04-links button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 10px !important;
  }
  .m-gnav04-links {
    grid-gap: 15px;
    width: 100vw;
    bottom: 100%;
    right: -56px;
    padding: 25px 20px;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.4s;
    z-index: 50;
  }
  .m-gnav04-links.on {
    transform: translateX(0);
    pointer-events: auto;
    display: grid;
    left: auto;
    right: -200%;
    margin: 0 auto;
  }
  .m-gnav04-link:not(:last-child) {
    padding-bottom: 15px;
  }
  .m-gnav04-link a .label {
    padding-left: 12px;
  }
  .cdio {
    padding: 0px 0 0;
  }
  .cdio:before {
    content: "";
    background: url(/common2022/img/cdio/img-mv__bg.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 1895px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cdio:after {
    content: "";
    background: url(/common2022/img/cdio/img-mv__earth.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 1497px;
    height: 1894px;
    position: absolute;
    top: 87px;
    left: -33px;
    z-index: -1;
    margin: 0 auto;
    right: 0;
  }
  .cdio-mv {
    padding: 0 30px;
  }
  .cdio-mv__logo02 {
    width: 324px;
    position: relative;
    right: 45px;
  }
  .cdio-mv__logo02 img {
    width: 100%;
  }
  .cdio-mv__logo03 {
    width: 324px;
    position: relative;
    right: 55px;
  }
  .cdio-mv__logo03 img {
    width: 100%;
  }
  .cdio-sec__in {
    padding: 0 20px;
  }
  .cdio-sec__bg {
    padding: 40px 30px 65px;
  }
  .cdio-sec__ttl {
    left: -40px;
  }
  .cdio-sec__txt {
    margin-top: 30px;
  }
  .cdio-sec__columns {
    margin-top: 55px;
  }
  .cdio-sec__img {
    margin: 35px -40px 0;
  }
  .cdio-sec02 .cdio-sec__ttl {
    position: relative;
    left: -10px;
  }
  .cdio-sec02__column-l {
    width: 40%;
  }
  .mov-fadeup {
    opacity: 0;
    transform: translateY(10px);
  }
  .mov-fadeup.active {
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .p-inter__txt {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    line-height: 31px;
    font-size: 16px;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .p-inter__lists {
    max-width: 1020px;
  }
  .p-inter__list:nth-child(3) {
    margin-top: 35px;
  }
  .p-inter__list:nth-child(4) {
    margin-top: 35px;
  }
  .p-inter__list {
    max-width: 475px;
  }
  .p-inter__list-txt span {
    background: #e9eef2;
    display: inline-block;
    padding: 2px 17px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .p-inter__columns {
    margin-top: 8px;
  }
  .p-inter__column-r {
    line-height: 1.4;
  }
  .p-inter__column-r p {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
  }
  .p-inter__column-r p span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .p-inter__column-r .u-text-9 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .p-inter__column-r .u-text-12 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .p-inter__txt02 {
    font-size: 18px;
  }
  .p-inter__txt02:before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/common2022/img/international/2024/icon-allow.png) no-repeat;
    background-size: cover;
  }
  .p-inter__txt03 {
    font-size: 16px;
  }
  .p-inter__columns02 {
    display: flex;
    align-items: flex-end;
  }
  .p-inter__column02-r {
    position: relative;
    top: -30px;
  }
  .p-inter__txt04 {
    margin-top: 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }
  .p-inter__columns03 {
    display: flex;
    max-width: 1096px;
    width: 100%;
    margin: 80px auto;
  }
  .p-inter__column03-l {
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 3px !important;
  }
  .u-mt-xs {
    margin-top: 6px !important;
  }
  .u-mt-s {
    margin-top: 12px !important;
  }
  .u-mt {
    margin-top: 18px !important;
  }
  .u-mt-l {
    margin-top: 24px !important;
  }
  .u-mt-sl {
    margin-top: 30px !important;
  }
  .u-mt-xl {
    margin-top: 36px !important;
  }
  .u-mt-2xl {
    margin-top: 48px !important;
  }
  .u-mt-3xl {
    margin-top: 60px !important;
  }
  .u-mb-2xs {
    margin-bottom: 3px !important;
  }
  .u-mb-xs {
    margin-bottom: 6px !important;
  }
  .u-mb-s {
    margin-bottom: 12px !important;
  }
  .u-mb {
    margin-bottom: 18px !important;
  }
  .u-mb-l {
    margin-bottom: 24px !important;
  }
  .u-mb-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-2xl {
    margin-bottom: 48px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  .u-ml-1em {
    margin-left: 0.6em !important;
  }
  .u-mr-1em {
    margin-right: 0.6em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 3px !important;
  }
  .u-pt-xs {
    padding-top: 6px !important;
  }
  .u-pt-s {
    padding-top: 12px !important;
  }
  .u-pt {
    padding-top: 18px !important;
  }
  .u-pt-l {
    padding-top: 24px !important;
  }
  .u-pt-sl {
    padding-top: 30px !important;
  }
  .u-pt-xl {
    padding-top: 36px !important;
  }
  .u-pt-2xl {
    padding-top: 48px !important;
  }
  .u-pt-3xl {
    padding-top: 60px !important;
  }
  .u-pb-2xs {
    padding-bottom: 3px !important;
  }
  .u-pb-xs {
    padding-bottom: 6px !important;
  }
  .u-pb-s {
    padding-bottom: 12px !important;
  }
  .u-pb {
    padding-bottom: 18px !important;
  }
  .u-pb-l {
    padding-bottom: 24px !important;
  }
  .u-pb-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-2xl {
    padding-bottom: 48px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-p-xs {
    padding: 6px !important;
  }
  .u-p-s {
    padding: 12px !important;
  }
  .u-p {
    padding: 18px !important;
  }
  .u-p-l {
    padding: 24px !important;
  }
  .u-p-xl {
    padding: 36px !important;
  }
  .u-ml-40 {
    margin-left: 40px !important;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .is-style-u-pt-2xs {
    padding-top: 5px !important;
    height: auto !important;
  }
  .is-style-u-pt-xs {
    padding-top: 10px !important;
    height: auto !important;
  }
  .is-style-u-pt-s {
    padding-top: 20px !important;
    height: auto !important;
  }
  .is-style-u-pt {
    padding-top: 30px !important;
    height: auto !important;
  }
  .is-style-u-pt-l {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-sl {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-xl {
    padding-top: 50px !important;
    height: auto !important;
  }
  .is-style-u-pt-2xl {
    padding-top: 80px !important;
    height: auto !important;
  }
  .is-style-u-pt-3xl {
    padding-top: 100px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xs {
    padding-bottom: 5px !important;
    height: auto !important;
  }
  .is-style-u-pb-xs {
    padding-bottom: 10px !important;
    height: auto !important;
  }
  .is-style-u-pb-s {
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .is-style-u-pb {
    padding-bottom: 30px !important;
    height: auto !important;
  }
  .is-style-u-pb-l {
    padding-bottom: 40px !important;
    height: auto !important;
  }
  .is-style-u-pb-xl {
    padding-bottom: 50px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xl {
    padding-bottom: 80px !important;
    height: auto !important;
  }
  .is-style-u-pb-3xl {
    padding-bottom: 100px !important;
    height: auto !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  .u-link02-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .u-link02-info.pd {
    padding: 18px 30px 19px 15px;
  }
  .u-link02-day {
    font-size: 0.8rem;
    margin-right: 20px;
  }
  .u-link03-title {
    padding-top: 10px;
    font-size: 1.7rem;
  }
  .u-link04 a {
    padding: 5px 30px;
  }
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .edit-post-visual-editor__post-title-wrapper, .wp-block {
    max-width: 1100px !important; /* 好きな幅で */
    margin: auto;
    gap: 0 !important;
  }
  .u-wysiwyg a[target=_blank], .m-page-wysiwyg a[target=_blank], .edit-post-visual-editor a[target=_blank] {
    position: relative;
  }
  .u-wysiwyg a[target=_blank]:after, .m-page-wysiwyg a[target=_blank]:after, .edit-post-visual-editor a[target=_blank]:after {
    font-family: "Material Icons";
    content: "\e3e0";
    display: inline-block;
    position: relative;
    right: 0;
    padding: 0 3px;
    font-size: 15px;
    bottom: -3px;
    color: #37474f;
  }
  .u-wysiwyg a[href$=".pdf"], .m-page-wysiwyg a[href$=".pdf"], .edit-post-visual-editor a[href$=".pdf"] {
    position: relative;
  }
  .u-wysiwyg a[href$=".pdf"]:after, .m-page-wysiwyg a[href$=".pdf"]:after, .edit-post-visual-editor a[href$=".pdf"]:after {
    content: "" !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    right: 0px !important;
    background: url(/common2022/img/base/icon_pdf.gif) no-repeat !important;
    position: relative;
    bottom: -2px;
    padding: 0 3px;
    transform: translateY(0%);
    top: auto;
    left: 2px;
  }
  .u-wysiwyg h1, .m-page-wysiwyg h1, .edit-post-visual-editor h1 {
    font-size: 1.875rem;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }
  .u-wysiwyg h2, .m-page-wysiwyg h2, .edit-post-visual-editor h2 {
    border: 1px solid #e2e9ed;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 25px 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .u-wysiwyg h3, .m-page-wysiwyg h3, .edit-post-visual-editor h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .u-wysiwyg h4, .m-page-wysiwyg h4, .edit-post-visual-editor h4 {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .u-wysiwyg h5, .m-page-wysiwyg h5, .edit-post-visual-editor h5 {
    font-size: 1.125rem;
  }
  .u-wysiwyg h6, .m-page-wysiwyg h6, .edit-post-visual-editor h6 {
    font-size: 1rem;
  }
  .u-wysiwyg table th, .m-page-wysiwyg table th, .edit-post-visual-editor table th {
    background: #f9fbfc;
  }
  .u-wysiwyg .is-style-font-large, .m-page-wysiwyg .is-style-font-large, .edit-post-visual-editor .is-style-font-large {
    font-size: 2.25rem;
  }
  .u-wysiwyg .wp-block-column, .m-page-wysiwyg .wp-block-column, .edit-post-visual-editor .wp-block-column {
    margin-bottom: 0px !important;
    padding: 0 10px;
  }
  .u-wysiwyg .m-module-col, .m-page-wysiwyg .m-module-col, .edit-post-visual-editor .m-module-col {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  .u-wysiwyg .m-module-col-l, .m-page-wysiwyg .m-module-col-l, .edit-post-visual-editor .m-module-col-l {
    margin-right: 50px;
    max-width: 300px;
  }
  .u-wysiwyg .m-module-col-r, .m-page-wysiwyg .m-module-col-r, .edit-post-visual-editor .m-module-col-r {
    max-width: 670px;
  }
  .u-wysiwyg .m-module-col-title dt, .m-page-wysiwyg .m-module-col-title dt, .edit-post-visual-editor .m-module-col-title dt {
    margin-right: 10px;
  }
  .u-wysiwyg .m-module-col-title dd, .m-page-wysiwyg .m-module-col-title dd, .edit-post-visual-editor .m-module-col-title dd {
    font-size: 1.5rem;
  }
  .u-wysiwyg .is-style-border, .m-page-wysiwyg .is-style-border, .edit-post-visual-editor .is-style-border {
    padding: 25px 30px;
  }
  .u-wysiwyg .m-module-bg, .m-page-wysiwyg .m-module-bg, .edit-post-visual-editor .m-module-bg {
    padding: 25px 30px;
  }
  .u-wysiwyg .is-style-u-text-16, .m-page-wysiwyg .is-style-u-text-16, .edit-post-visual-editor .is-style-u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-18, .m-page-wysiwyg .is-style-u-text-18, .edit-post-visual-editor .is-style-u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-20, .m-page-wysiwyg .is-style-u-text-20, .edit-post-visual-editor .is-style-u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-22, .m-page-wysiwyg .is-style-u-text-22, .edit-post-visual-editor .is-style-u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-24, .m-page-wysiwyg .is-style-u-text-24, .edit-post-visual-editor .is-style-u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-28, .m-page-wysiwyg .is-style-u-text-28, .edit-post-visual-editor .is-style-u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-30, .m-page-wysiwyg .is-style-u-text-30, .edit-post-visual-editor .is-style-u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-wysiwyg .is-style-u-text-32, .m-page-wysiwyg .is-style-u-text-32, .edit-post-visual-editor .is-style-u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .u-wysiwyg blockquote, .m-page-wysiwyg blockquote, .edit-post-visual-editor blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .gsib_b {
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
  }
  .gsc-above-wrapper-area {
    padding: 0 !important;
  }
  .gsc-orderby-container {
    padding: 0 !important;
  }
  .gsc-above-wrapper-area {
    display: none !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    background: #FFF !important;
  }
  .gsq_a table {
    display: none;
  }
  .gssb_a {
    display: none;
  }
  .gsc-search-button-v2 {
    font-size: 0;
    margin-left: 10px !important;
    font-size: 0;
    padding: 6px 10px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #03a9f4 !important;
    border-radius: 2px;
    margin-top: 0px !important;
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    background-image: none !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0 !important;
    background: #FFF;
    border: none !important;
  }
  .gsc-input-box {
    border: none !important;
    padding: 0 !important;
    background: #FFF;
  }
  .gsc-search-box tr {
    padding: 0 !important;
  }
  .gsc-search-button {
    cursor: pointer;
    border: 0px solid #e2e9ed;
    padding: 0px;
  }
  .gsc-search-box-tools table:before {
    display: none;
  }
  .gsc-search-box-tools table:after {
    display: none;
  }
  .gsc-search-box-tools .gsc-search-box {
    min-width: auto !important;
    position: relative;
  }
  .m-page-wysiwyg .gsc-input {
    min-width: auto !important;
    border: none !important;
    width: 100%;
    padding: 0px 10px !important;
    border: none !important;
    margin: 0 !important;
    height: 40px !important;
    background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255);
    outline: none;
    padding: 0px !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0px !important;
  }
  .m-page-wysiwyg td.gsc-search-button {
    padding: 0px !important;
  }
  .m-page-wysiwyg .gsc-search-button.gsc-search-button-v2 {
    margin-left: 0 !important;
  }
  .m-page-wysiwyg .gsib_a {
    padding: 0 !important;
  }
  .gsib_a {
    padding: 0 !important;
  }
  .gsib_a input {
    padding: 0 5px !important;
  }
  .gsc-thumbnail-inside a {
    color: #00c !important;
  }
  .gsc-thumbnail-inside a b {
    color: #00c !important;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-page-head {
    bottom: 0;
    left: 0;
    height: 56px;
    z-index: 1000;
  }
  .l-head {
    background: #fff;
  }
  .l-head .m-header-logo a .on {
    display: block !important;
  }
  .l-head .m-header-logo a .off {
    display: none;
  }
  .l-head-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-head-nav.on {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
  .m-header-logo {
    margin: 0;
    padding: 15px 15px 0;
    width: 170px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1500px) {
  .m-header-logo {
    margin: -2px -14px 0 0;
    padding: 34px 15px 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .m-header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-nav-item {
    padding: 34px 22px 0 18px !important;
  }
  .m-header-nav-item > a {
    color: #fff;
    font-size: 13px;
  }
  .l-head-r-bottom {
    margin: 0px 0 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-head-r {
    width: 168px;
  }
  .l-head-r-in {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* ---------------------------
  l-footer
  --------------------------- */
  .m-footer-logo {
    margin-bottom: 9px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 20px;
  }
  .m-page-h div {
    margin-bottom: 20px;
  }
  .m-page-h div:last-child {
    margin-bottom: 0;
  }
  .m-page-h .m-page-subH {
    bottom: -60px;
    right: 5px;
  }
  .m-page-h .m-page-subH .label {
    font-size: 3.8rem;
  }
  .m-archives02 {
    grid-gap: 20px;
  }
  .m-archive02-body {
    margin-top: 13px;
  }
  .m-archive02-depart {
    padding: 2px 7px;
    border-radius: 5px;
  }
  .m-archive02-h {
    margin-top: 8px;
  }
  .m-header-sub-cl2 {
    display: block !important;
  }
  .m-header-sub-cl2 .m-gnavs03 {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) and (min-width: 1400px) and (max-width: 1550px) {
  .m-header-other-link.item-flag:after {
    content: "\e153" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -20px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-access:after {
    content: "\e55f" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -19px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
  .m-header-other-link.item-contact:after {
    content: "\e0be" !important;
    font-family: "Material Icons" !important;
    position: absolute !important;
    color: #0e2940 !important;
    left: -21px !important;
    font-size: 18px !important;
    top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .btn {
    padding: 9px 34px;
  }
}
@media screen and (max-width: 767px) {
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 10px;
  }
  .m-btnCols.is-3col {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 100%;
  }
  .is-2col .m-btnCol {
    width: 100%;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-wrap {
    padding: 20px;
  }
  .m-form-h {
    font-size: 1.6rem;
  }
  .m-form-lead {
    margin-bottom: 30px;
  }
  .m-form-privacy {
    padding: 10px;
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem;
  }
  .m-form-noshis-img {
    max-width: 30%;
  }
  .m-form-noshis-label {
    flex: 1;
  }
  .m-form-popupContent {
    padding: 20px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.1rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 50%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(2n)) {
    border-right: 1px dotted #edf2ef;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 12px 18px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .m-schedule-form iframe {
    width: 100%;
  }
  .m-nav-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-nav-link-item {
    display: inline-block;
    width: 49.7%;
    margin-top: 2px;
  }
  .m-nav-link-item.item01 {
    width: 100%;
    display: block;
  }
  .m-nav-link-item.item01 a {
    width: 100%;
    min-height: 50px;
  }
  .m-nav-cl2 {
    flex-flow: column-reverse nowrap;
  }
  .m-nav-link02 {
    width: 100%;
    display: grid;
    gap: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav-link02-item a {
    font-size: 0.9rem;
    border: 1px solid #fff;
    padding: 7px 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .m-nav-lang {
    margin-bottom: 20px;
  }
  .m-nav-lang-txt {
    text-align: center;
    margin-bottom: 15px;
  }
  .m-nav-lang-link {
    display: inline-block;
  }
  .m-nav-textSub-cl3 {
    display: -ms-grid;
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-nav-link03 {
    flex-flow: column-reverse nowrap;
  }
  .m-nav-link03-items {
    flex-wrap: wrap;
  }
  .m-nav-link03-item {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .m-nav-link03-item:after {
    content: "｜";
    color: #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9rem;
    position: absolute;
  }
  .m-nav-link03-item:first-child a {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .m-nav-link03-item:nth-child(2):after {
    display: none;
  }
  .m-nav-link03-item:last-child a {
    font-size: 0.8rem;
  }
  .m-nav-link03-item:last-child:after {
    display: none;
  }
  .m-nav-link03-item a {
    font-size: 0.8rem;
    padding: 0 10px;
  }
  .m-nav-sns {
    text-align: center;
  }
  .m-nav-sns-txt {
    text-align: center;
    margin: 0 auto 10px;
  }
  .m-nav-sns-link {
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .m-nav02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .m-nav02-main {
    width: 100%;
    margin-top: -85px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-nav02-head {
    padding: 15px 25px;
  }
  .m-nav02-icon {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .m-nav02-icon::before {
    width: 40px;
    height: 40px;
  }
  .m-nav02-icon::after {
    width: 38px;
    height: 38px;
  }
  .m-nav02-h {
    width: calc(100% - 50px);
  }
  .m-nav02-h .label {
    font-size: 1.45rem;
  }
  .m-nav02-link {
    padding: 15px 15px 15px 20px;
  }
  .m-nav02-img {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .m-nav03-wrap {
    padding: 10px 0;
  }
  .m-nav03-cols {
    display: grid;
    grid-gap: 10px;
  }
  .m-nav03-link:not(:last-child) {
    margin-right: 10px;
  }
  .m-nav03-link02:not(:last-child) {
    padding-right: 20px;
  }
  .m-nav03-link02:not(:last-child)::after {
    height: 10px;
    top: 7px;
    right: 10px;
  }
  .m-nav04 {
    display: none;
  }
  .m-nav05 {
    display: flex;
    flex-direction: column;
  }
  .m-nav05-main {
    width: 100%;
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-nav05-head {
    padding: 15px 25px 10px;
  }
  .m-nav05-h .label {
    font-size: 1.45rem;
  }
  .m-nav05-body {
    padding: 0 25px 20px;
  }
  .m-nav05-lists {
    grid-gap: 5px;
    padding: 0 25px 0;
  }
  .m-nav05-list {
    padding-bottom: 10px;
  }
  .m-nav05-list-h {
    width: 100%;
  }
  .m-nav05-list-body {
    width: 100%;
    margin-top: 6px;
  }
  .m-nav05-list-body-h {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .m-nav05-list-body-h::before {
    width: 5px;
    height: 13px;
    top: 4px;
  }
  .m-nav05-list-body-label {
    width: 100%;
  }
  .m-nav05-list-body-lists {
    grid-gap: 6px;
  }
  .m-nav05-dl {
    margin-bottom: 5px;
  }
  .m-nav05-dl dd {
    padding: 7px 10px;
    grid-gap: 0;
    margin-top: 7px;
  }
  .m-nav05-link {
    padding: 15px 15px 15px 20px;
  }
  /* ---------------------------
  m-title
  --------------------------- */
  .m-title {
    font-size: 2.6rem;
  }
  .m-title.sp-u-mb {
    margin-bottom: 10px;
  }
  .m-title02 {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  .m-title02 span {
    margin-right: 10px;
    width: 42px;
  }
  .m-title03 {
    font-size: 2rem;
  }
  .m-title04 {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .m-title05 {
    font-size: 1.2rem;
  }
  .m-title06 {
    font-size: 1.5rem;
  }
  .m-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-links02 {
    grid-gap: 15px;
  }
  .m-link02 a {
    padding: 15px 15px;
  }
  .m-links03 {
    grid-gap: 20px;
  }
  .m-link03-label {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .m-link03-label::after {
    font-size: 1.3rem;
  }
  .m-link03-label.icon-pdf {
    position: relative;
  }
  .m-link05 {
    width: 100%;
    padding: 15px 35px 15px 15px;
  }
  .m-link05::after {
    font-size: 2rem;
    right: 10px;
  }
  .m-link05-body .label {
    font-size: 3rem;
  }
  .m-link05-body .label02 {
    font-size: 0.95rem;
    padding-top: 6px;
    padding-left: 4px;
  }
  .m-link06 a .img {
    margin-bottom: 3px;
  }
  .m-link06-links {
    grid-gap: 15px 5px;
  }
  .m-links07 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item01 item01" "item02 item03" "item04 item05" "item06 item07";
    grid-gap: 1px;
  }
  .m-link07:nth-child(1) {
    grid-area: item01;
  }
  .m-link07:nth-child(2) {
    grid-area: item02;
  }
  .m-link07:nth-child(3) {
    grid-area: item03;
  }
  .m-link07:nth-child(4) {
    grid-area: item04;
  }
  .m-link07:nth-child(5) {
    grid-area: item05;
  }
  .m-link07:nth-child(6) {
    grid-area: item06;
  }
  .m-link07:nth-child(7) {
    grid-area: item07;
  }
  .m-link07 a {
    padding: 8px 2px;
  }
  .m-link07 a .icon {
    font-size: 1.5rem;
  }
  .m-link07 a .label {
    margin-top: 2px;
  }
  .m-link07 a .label02 {
    margin-top: 4px;
  }
  .lapctbOnly {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .tbOnly {
    display: none;
  }
  #wrapper {
    padding-top: 60px;
  }
  .m-teachers-img img {
    width: 100%;
  }
  .m-teachers-in {
    padding: 15px 15px 25px;
  }
  .m-teacher-num {
    margin-bottom: 10px;
  }
  .m-teacher-galleries {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .u-wysiwyg-teachers02 dt {
    margin-bottom: 20px;
    border: 1px solid #e2e9ed;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 15px 15px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
  }
  .m-teachers02 {
    margin-top: 25px;
    grid-gap: 30px 20px;
  }
  .m-teacher02-thumb {
    position: relative;
    width: 100%;
  }
  .m-teacher02-thumb::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .m-teacher02-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
  }
  .m-teacher02-body {
    width: 100%;
    margin-top: 10px;
  }
  .m-teacher02-h .label {
    padding-right: 8px;
  }
  .m-teacher02-research {
    margin-top: 5px;
  }
  .m-teacher02-research-h {
    font-size: 0.95rem;
  }
  .m-teacher02-research-label {
    font-size: 0.8rem;
  }
  .m-teacher02-btns {
    grid-template-rows: 1fr 1fr;
    grid-gap: 7px;
    margin-top: 15px;
  }
  .bread-item {
    display: inline;
  }
  .m-postCols {
    grid-gap: 30px;
  }
  .m-postNav-item.is-prev span {
    width: 50px;
  }
  .m-postNav-item.is-center {
    max-width: 110px;
  }
  .m-postNav-item.is-next span {
    width: 50px;
  }
  .m-post-h {
    margin-top: -40px;
    padding: 10px 15px;
    width: 85%;
  }
  .m-post-cats {
    width: 100%;
    margin-top: 14px;
    align-items: center;
  }
  .m-post-depart .label {
    padding: 2px 7px;
    border-radius: 5px;
    margin-right: auto;
  }
  .m-post-cat {
    margin-left: 10px;
  }
  .m-post-article {
    margin-top: 20px;
  }
  .m-post-relate {
    padding-bottom: 20px;
  }
  .m-post-relate-h {
    padding-bottom: 8px;
  }
  .m-post-relate-main {
    margin-top: 20px;
    padding: 20px 10px 15px 15px;
  }
  .m-post-relate-h02 .label {
    font-size: 0.9rem;
  }
  .m-post-relate-h02 .label02 {
    padding-top: 6px;
    font-size: 1.7rem;
  }
  .m-post-relate-lead {
    margin-top: 14px;
  }
  .m-post-relate-lead .label {
    padding: 4px 6px 4px 5px;
    font-size: 1.1rem;
  }
  .m-post-relate-lead .label:not(:last-child) {
    margin-bottom: 5px;
  }
  .m-post-relate-more .label {
    font-size: 0.9rem;
  }
  .m-post-relate-more .label::after {
    font-size: 1.1rem;
    padding-left: 3px;
  }
  .is-archive .m-posts-item {
    margin-bottom: 30px;
  }
  .m-posts-foot {
    margin-top: 10px;
  }
  .m-postWidget-h {
    padding: 7px 3px 7px 12px;
  }
  .m-postWidget-main {
    padding: 10px 13px 15px;
  }
  .m-search-cols {
    margin-top: 20px;
  }
  .m-search-col {
    width: 100%;
  }
  .m-search-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .m-search-selectWrap::after {
    right: 7px;
  }
  .m-search-select {
    padding: 10px 20px 10px 10px;
  }
  .m-search-input input {
    padding: 10px 10px;
  }
  .m-search-submit {
    padding: 10px 20px;
  }
  .m-search-h02 {
    margin-top: 15px;
  }
  .m-search-initials:first-child {
    margin-top: 10px;
    margin-right: 20px;
  }
  .m-search-initial {
    margin-bottom: 7px;
  }
  .m-search-initial:not(:last-child) {
    margin-right: 7px;
  }
  .m-search-initial.is-ja a {
    min-width: 40px;
    min-height: 40px;
    padding: 3px 7px;
  }
  .m-search-initial.is-en a {
    min-height: 40px;
    padding: 3px 15px;
  }
  .m-silde .is-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    z-index: 1;
  }
  .m-silde .is-next {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
  }
  .m-silde-item-img {
    background-size: cover;
    background-position: center;
  }
  .slick-num {
    width: 164px;
    height: 48px;
    bottom: -64px;
  }
  .prev-arrow {
    left: 12px;
  }
  .next-arrow {
    right: 12px;
  }
  .m-slides02 .slick-dots {
    margin-top: 14px;
    padding-right: 84px;
    padding-left: 84px;
  }
  .m-slide02 {
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
  }
  .m-slide02-inner {
    padding: 25px 20px;
  }
  .m-slide02-num {
    font-size: 2.5rem;
    left: 20px;
    top: -27px;
  }
  .m-slide02-cols {
    grid-gap: 15px;
  }
  .m-slide02-h {
    font-size: 1.3rem;
  }
  .m-slide02-label {
    margin-top: 7px;
  }
  .m-slide02-arrow {
    width: 32px;
    height: 32px;
    bottom: 0;
  }
  .m-slide02-arrow.is-prev {
    right: 52px;
  }
  .m-slide02-arrow.is-next {
    right: 20px;
  }
  .m-slide03-arrow {
    display: none !important;
  }
  .m-silde-side .is-prev {
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 45px;
    z-index: 1;
  }
  .m-silde-side .is-next {
    position: absolute;
    right: 0px;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 45px;
  }
  .slick-list.draggable {
    max-height: 230px !important;
  }
  .slick-list.draggable iframe {
    max-height: 190px !important;
    width: 100%;
  }
  .m-sort-cols {
    grid-gap: 15px;
  }
  .m-sort-h {
    padding: 10px 12px;
  }
  .m-sort-formWrap {
    padding: 10px 10px;
  }
  .m-sort-form-lists {
    margin-top: 4px;
    grid-gap: 4px 9px;
  }
  .m-sort-form-list label input[type=checkbox] {
    margin-right: 3px;
  }
  .m-sort-form-btn {
    margin-top: 20px;
    height: 40px;
  }
  .m-sort-select {
    padding: 10px 12px;
  }
  .m-sort02-lists {
    margin-top: 10px;
  }
  .m-sort02-list label input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .m-sort02-btn {
    margin-top: 20px;
    height: 40px;
  }
  .wp-pagenavi .wp-pagenavi span,
  .wp-pagenavi .wp-pagenavi a {
    min-width: 30px;
    min-height: 30px;
    padding: 7px 15px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi .wp-pagenavi span.current,
  .wp-pagenavi .wp-pagenavi a.current {
    border: 1px solid #52c3f1;
    background-color: #52c3f1;
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi .wp-pagenavi span.nextpostslink, .wp-pagenavi .wp-pagenavi span.previouspostslink,
  .wp-pagenavi .wp-pagenavi a.nextpostslink,
  .wp-pagenavi .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    min-width: 30px;
    min-height: 30px;
    padding: 5px 5px;
    line-height: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .wp-pagenavi02 .wp-pagenavi span,
  .wp-pagenavi02 .wp-pagenavi a {
    width: 35px;
    height: 35px;
    padding: 7px 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi02 .wp-pagenavi span.current,
  .wp-pagenavi02 .wp-pagenavi a.current {
    background: linear-gradient(90deg, #51e0e0, #22f26b);
    color: #fff;
    box-shadow: none;
    margin: -1px;
  }
  .wp-pagenavi02 .wp-pagenavi span.nextpostslink, .wp-pagenavi02 .wp-pagenavi span.previouspostslink,
  .wp-pagenavi02 .wp-pagenavi a.nextpostslink,
  .wp-pagenavi02 .wp-pagenavi a.previouspostslink {
    color: #000;
    font-family: "Material Icons Round";
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    min-width: 35px;
    min-height: 35px;
    padding: 5px 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-fixBnr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
  }
  .m-fixBnr-item {
    width: 50% !important;
    height: 60px;
  }
  .m-fixBnr-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
  }
  .m-at {
    padding: 7px 7px 7px 10px;
  }
  .m-at-textSub {
    font-size: 0.9rem;
  }
  .m-at-textMain {
    font-size: 0.8rem;
  }
  .m-at-level {
    padding: 10px 8px;
    min-width: 65px;
  }
  .m-at02-textIcon {
    width: 22px;
  }
  .m-at02-textLink {
    align-items: center;
  }
  .m-at02-textLink a {
    font-size: 0.8rem;
  }
  .m-sns {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .m-sns-item {
    margin-bottom: 20px;
  }
  .m-sns-item.cl1 {
    width: 100%;
    overflow: hidden;
  }
  .m-sns-item.cl1 iframe {
    width: 100%;
  }
  .m-sns-item.cl2 {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .m-sns-cl1 {
    max-width: 100%;
  }
  .m-tab {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-tab-box {
    padding-top: 15px;
  }
  .m-cl-l {
    margin-bottom: 20px;
  }
  .m-cl02-l {
    margin-bottom: 20px;
  }
  .m-cl02-r {
    padding: 0 15px;
  }
  .m-cls03 {
    grid-gap: 15px;
  }
  .m-cl03 {
    padding: 15px 15px 25px;
  }
  .m-cls04 {
    grid-gap: 15px;
  }
  .m-cl04-cap {
    margin-top: 5px;
  }
  .m-cls05 {
    grid-gap: 30px;
  }
  .m-cl05-index {
    padding: 12px 10px 12px 15px;
  }
  .m-cl05-index dl dt {
    width: 100%;
  }
  .m-cl05-index dl dd .line .symbol {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-top: 5px;
  }
  .m-cl05-h {
    font-size: 1.12rem;
    padding: 9px 0;
  }
  .m-cl05-body {
    margin-top: 15px;
  }
  .m-cl05-h02 .symbol {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  .m-cl05-catch02 {
    margin-top: 15px;
  }
  .m-cl05-lead {
    margin-top: 5px;
  }
  .m-cls06 {
    grid-gap: 15px;
  }
  .m-cl06-h .symbol {
    width: 20px;
    height: 20px;
  }
  .m-cl06-lead {
    margin-top: 5px;
  }
  .m-home-video {
    padding: 35px 15px 0 25px;
    height: 90vh;
  }
  .m-home-in {
    padding-left: 0px;
  }
  .m-home-in {
    padding-right: 0px;
  }
  .m-home-slide-list-item p {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  .m-home-about__grids {
    display: grid;
    gap: 10px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-home-about-l {
    margin-bottom: 10px;
  }
  .m-home-about-cl2 {
    gap: 15px 5px;
  }
  .m-home-depart:before {
    content: "";
    background: url(/common2022/img/home/object-txt01.svg) no-repeat;
    max-width: 248px;
    width: 100%;
    height: 100%;
    max-height: 188px;
    position: absolute;
    top: -5px;
    left: 0;
    background-size: contain;
  }
  .m-home-depart:after {
    content: "";
    background: url(/common2022/img/home/object-txt02.svg) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 184px;
    position: absolute;
    bottom: -147px;
    left: 0;
    z-index: -1;
    background-size: contain;
  }
  .m-home-depart-cl-l {
    margin: 54px 0 0 0px;
    padding: 20px 0px 20px 0;
    width: 90%;
  }
  .m-home-depart-cl2 {
    display: -ms-grid;
    display: grid;
    gap: 6px 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .m-home-depart-cl2-item a {
    color: #37474f;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    font-size: 1.1rem;
    height: 100%;
  }
  .m-home-depart-cl-r {
    width: calc(100% - 40px);
    background: url(/common2022/img/home/depart-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 515px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .m-gallery-parent-in {
    width: 100%;
  }
  .m-gallery-parent-in02 {
    width: 100%;
  }
  .m-topics-list {
    padding: 10px 35px 15px 15px;
  }
  .m-h {
    font-size: 1.8rem;
  }
  .m-h03 .label {
    padding-bottom: 9px;
  }
  .m-h04-head {
    width: 180px;
    height: 130px;
  }
  .m-h04-head::before {
    width: 60px;
  }
  .m-h04-head::after {
    height: 25px;
  }
  .m-h04-head-inner::before {
    width: 60px;
  }
  .m-h04-head-inner::after {
    height: 25px;
  }
  .m-h04-head-inner .label {
    font-size: 1.6rem;
  }
  .m-h04-body {
    width: 100%;
    margin-top: 13px;
  }
  .m-h04-body .label {
    font-size: 1.3rem;
  }
  .m-faculty {
    background-size: 100% 300px cover;
  }
  .m-faculty-main {
    padding-top: 25px;
  }
  .m-faculty-h .label {
    font-size: 1.35rem;
  }
  .m-faculty-h .label02 {
    font-size: 2rem;
  }
  .m-faculty-h .label02[href]::after {
    font-size: 1.85rem;
  }
  .m-faculty-majors {
    grid-gap: 25px;
    padding: 20px 15px 30px;
    margin-top: 30px;
  }
  .m-mv-img {
    height: 32vw;
  }
  .m-mv-main {
    padding-top: 80px;
  }
  .m-mv-head {
    padding: 15px 25px;
  }
  .m-mv-icon {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .m-mv-icon::before {
    width: 40px;
    height: 40px;
  }
  .m-mv-icon::after {
    width: 38px;
    height: 38px;
  }
  .m-mv-h {
    width: calc(100% - 50px);
  }
  .m-mv-h .label {
    font-size: 1.45rem;
  }
  .m-mv-link {
    padding: 15px 15px 15px 20px;
  }
  .m-mv-link a .label {
    font-size: 1.2rem;
  }
  .m-mv02 {
    padding-top: 30px;
    background-size: cover;
  }
  .m-mv02-h .label {
    font-size: 1.2rem;
  }
  .m-mv02-h .label02 {
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .m-mv02-h .label02 .label03 {
    width: 100%;
    margin-top: 5px;
  }
  .m-mv02-catch {
    margin-top: 15px;
  }
  .m-mv02-catch .label {
    font-size: 1.4rem;
  }
  .m-mv02-catch .label:not(:last-child) {
    margin-bottom: 8px;
  }
  .m-mv02-body {
    margin-top: 18px;
  }
  .m-mv02-major {
    margin-top: 30px;
    padding: 25px 20px;
  }
  .m-mv02-major-lists {
    grid-gap: 15px;
  }
  .m-mv02__international {
    padding-top: 30px;
    background-size: cover;
    background-position: center;
    height: 430px;
  }
  .m-mv02__international .m-mv02-body {
    margin-top: 18px;
    line-height: 24px;
  }
  .m-lists {
    grid-gap: 25px;
  }
  .m-list-num {
    font-size: 2rem;
  }
  .m-list-h {
    margin-left: 15px;
  }
  .m-list-h .label {
    font-size: 1.3rem;
  }
  .m-list-body {
    margin-top: 9px;
    padding-left: 45px;
  }
  .m-lists03 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .m-list-scroll {
    padding: 20px 0px 20px 30px !important;
  }
  .m-list-scroll::-webkit-scrollbar {
    width: 8px;
    background: #fafafa;
  }
  .m-list-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    height: 40px;
    background: #c1c1c1;
  }
  .m-major {
    padding: 15px 15px 25px;
  }
  .m-major-h {
    font-size: 1.35rem;
  }
  .m-major-lead {
    margin-top: 10px;
  }
  .m-major-lists {
    margin-top: 10px;
  }
  .m-major-cls {
    grid-gap: 20px;
    margin-top: 18px;
  }
  .m-major-cl-h {
    padding: 6px 0;
  }
  .m-major-cl-body {
    margin-top: 8px;
  }
  .m-info {
    padding: 20px 15px 20px;
  }
  .m-info-links {
    margin-top: 15px;
    grid-gap: 6px;
  }
  .m-info-link::before {
    padding-right: 3px;
  }
  .m-info-lists {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .m-info02 dl {
    flex-wrap: wrap;
    padding: 15px 15px 20px;
  }
  .m-info02 dl dt {
    width: 100%;
  }
  .m-info02 dl dd {
    width: 100%;
    margin-top: 5px;
  }
  .m-cookie {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
  }
  .m-cookie.on {
    background: none;
  }
  .m-cookie .material-symbols-outlined {
    right: 0;
    top: 6px;
  }
  .m-cookie-in {
    margin-bottom: 15px;
  }
  .m-cookie-txt02 {
    margin-bottom: 15px;
    padding: 40px 20px 0px;
    border-top: 1px solid #e2e9ed;
  }
  .m-cookie-buttons {
    padding: 0 20px;
  }
  .m-cookie-button {
    width: 100%;
    padding: 5px 0;
  }
  .cc-hide1 {
    display: none;
  }
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .cookie-consent {
    z-index: 5;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
}
@media screen and (max-width: 767px) and (min-width: 1820px) and (max-width: 9999px) {
  .m-cookie-column-r {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-gnav-btn {
    width: 56px;
    height: 56px;
  }
  .m-gnav-btn.on .m-gnav-btn-lines {
    top: 2px;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
    position: absolute;
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-of-type(2) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -12px;
    position: absolute;
  }
  .m-gnav-btn-lines {
    width: 18px;
    height: 18px;
    top: 5px;
  }
  .m-gnav-btn-line {
    width: 18px;
    height: 2px;
  }
  .m-gnav-btn-line:first-child {
    margin-bottom: 4px;
  }
  .m-gnav02 {
    width: 56px;
  }
  .m-gnav02-inner {
    width: 56px;
    height: 56px;
  }
  .m-gnav02-inner .label {
    font-size: 0.8571rem;
  }
  .m-gnav02-links {
    grid-gap: 15px;
    width: 100vw;
    bottom: 100%;
    right: -100%;
    padding: 25px 20px;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.4s;
    z-index: 50;
  }
  .m-gnav02-links.on {
    transform: translateX(0);
    pointer-events: auto;
  }
  .m-gnav02-link:not(:last-child) {
    padding-bottom: 15px;
  }
  .m-gnav02-link a .label {
    padding-left: 12px;
  }
  .m-nav-textSub .m-gnavs03 {
    gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .m-gnav04 {
    width: 56px;
  }
  .m-gnav04-inner {
    width: 56px;
    height: 56px;
  }
  .m-gnav04-inner .label {
    font-size: 0.8571rem;
  }
  .m-gnav04-links button.gsc-search-button.gsc-search-button-v2 {
    margin-left: 10px !important;
  }
  .m-gnav04-links {
    grid-gap: 15px;
    width: 100vw;
    bottom: 100%;
    right: -56px;
    padding: 25px 20px;
    transform: translateX(100%);
    pointer-events: none;
    transition: 0.4s;
    z-index: 50;
  }
  .m-gnav04-links.on {
    transform: translateX(0);
    pointer-events: auto;
    display: grid;
    left: auto;
    right: -200%;
    margin: 0 auto;
  }
  .m-gnav04-link:not(:last-child) {
    padding-bottom: 15px;
  }
  .m-gnav04-link a .label {
    padding-left: 12px;
  }
  .cdio {
    padding: 0px 0 0;
  }
  .cdio:before {
    content: "";
    background: url(/common2022/img/cdio/img-mv__bg.png) no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 1895px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cdio:after {
    content: "";
    background: url(/common2022/img/cdio/img-mv__earth.png) no-repeat;
    background-position: top;
    background-size: contain;
    width: 1200px;
    height: 1000px;
    position: absolute;
    top: 166px;
    left: auto;
    z-index: -1;
    right: -542px;
  }
  .cdio-mv__in {
    display: block;
  }
  .cdio-mv__columns {
    padding: 0 20px;
  }
  .cdio-mv__list {
    margin-right: -2px;
    width: 22%;
  }
  .cdio-mv__ttl {
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-top: 36px;
  }
  .cdio-mv__ttl02 {
    font-size: 65.392px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    margin-top: 26px;
    letter-spacing: 3px;
  }
  .cdio-mv__ttl02 span {
    font-size: 29.23px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
  }
  .cdio-mv__ttl03 {
    font-size: 43.92px;
    font-style: italic;
    font-weight: 700;
    margin-top: 5px;
  }
  .cdio-mv__ttl03 .item-bottom {
    font-size: 17.276px;
    font-style: italic;
    font-weight: 700;
    padding-left: 12px;
  }
  .cdio-mv__ttl03 .item-center {
    font-size: 35px;
    position: relative;
    top: 4px;
    left: -13px;
  }
  .cdio-mv__column-r {
    width: 100%;
  }
  .cdio-mv__logo {
    margin-top: 52px;
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
  }
  .cdio-mv__logo02 {
    margin-top: 0;
    text-align: center;
    width: 46%;
    margin: 12px auto 0;
  }
  .cdio-mv__logo03 {
    margin-top: 0;
    text-align: center;
    width: 46%;
    margin: 12px auto 0;
  }
  .cdio-mv__logosSp {
    display: block;
  }
  .cdio-sec01 {
    margin-top: 20px;
    margin-bottom: 39px;
  }
  .cdio-sec__in {
    padding: 0 15px;
  }
  .cdio-sec__bg {
    padding: 40px 15px 65px;
  }
  .cdio-sec__ttl {
    left: -35px;
    width: 400px;
  }
  .cdio-sec__ttl span {
    font-size: 19px;
    padding: 0px 15px 3px 14px;
  }
  .cdio-sec__txt {
    margin-top: 29px;
  }
  .cdio-sec__columns {
    margin-top: 30px;
    display: block;
    padding: 0 15px;
  }
  .cdio-sec__txt02 {
    font-size: 9.924px;
  }
  .cdio-sec__txt03 {
    font-size: 27.984px;
    letter-spacing: 2px;
  }
  .cdio-sec__txt03 span {
    font-size: 27.984px;
  }
  .cdio-sec__column-r {
    margin-top: 18px;
  }
  .cdio-sec__img {
    margin: 25px -30px 0;
  }
  .cdio-sec02 {
    padding: 10px 0 50px;
  }
  .cdio-sec02 .cdio-sec__ttl {
    position: relative;
    left: -15px;
  }
  .cdio-sec02__columns {
    display: block;
  }
  .cdio-sec02__column-r {
    margin-top: 10px;
  }
  .cdio-sec02__img {
    max-width: 100%;
    margin: 50px auto 55px;
  }
  .cdio-sec03 {
    margin-bottom: 50px;
  }
  .mov-fadeup {
    opacity: 0;
    transform: translateY(10px);
  }
  .mov-fadeup.active {
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 1;
    transform: translateY(0);
  }
  .p-inter__txt {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 1px;
    margin-top: 35px;
  }
  .p-inter__list:nth-child(2) {
    margin-top: 35px;
  }
  .p-inter__list:nth-child(3) {
    margin-top: 35px;
  }
  .p-inter__list:nth-child(4) {
    margin-top: 35px;
  }
  .p-inter__list figure img {
    width: 100%;
  }
  .p-inter__list-txt span {
    background: #e9eef2;
    display: inline-block;
    padding: 2px 17px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .p-inter__columns {
    margin-top: 14px;
  }
  .p-inter__column-r {
    line-height: 1.3;
  }
  .p-inter__column-r p {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
  }
  .p-inter__column-r p span {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .p-inter__column-r .u-text-9 {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 20px;
    display: block;
  }
  .p-inter__column-r .u-text-12 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 8px;
    display: block;
  }
  .p-inter__txt02 {
    font-size: 16px;
  }
  .p-inter__txt02:before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/common2022/img/international/2024/icon-allow.png) no-repeat;
    background-size: contain;
  }
  .p-inter__txt03 {
    font-size: 14px;
  }
  .p-inter__column02-r {
    margin-top: 30px;
  }
  .p-inter__column02-r figure {
    width: 80%;
  }
  .p-inter__txt04 {
    margin-top: 22px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
  }
  .p-inter__columns03 {
    display: flex;
    max-width: 1096px;
    width: 100%;
    margin: 40px auto;
    flex-flow: column-reverse nowrap;
  }
  .p-inter__column03-l {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
    font-size: 0.85rem;
  }
  .u-input.size-l {
    width: 100%;
  }
  .u-input.size-m {
    width: 120px;
  }
  .u-input.padding-s {
    padding: 7px 3px;
  }
  .u-input-selectWrap {
    position: relative;
  }
  .u-input-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #333333;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }
  .u-input-selectWrap .u-input {
    overflow: hidden;
    appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }
  .u-input-radio01-clear {
    padding: 8px;
  }
  .u-input-radio01-ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .u-input-checkbox {
    width: 20px;
    height: 20px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 10px !important;
  }
  .u-mt {
    margin-top: 15px !important;
  }
  .u-mt-l {
    margin-top: 20px !important;
  }
  .u-mt-sl {
    margin-top: 20px !important;
  }
  .u-mt-xl {
    margin-top: 30px !important;
  }
  .u-mt-2xl {
    margin-top: 40px !important;
  }
  .u-mt-3xl {
    margin-top: 50px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 10px !important;
  }
  .u-mb {
    margin-bottom: 15px !important;
  }
  .u-mb-l {
    margin-bottom: 20px !important;
  }
  .u-mb-xl {
    margin-bottom: 30px !important;
  }
  .u-mb-2xl {
    margin-bottom: 40px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 10px !important;
  }
  .u-pt {
    padding-top: 15px !important;
  }
  .u-pt-l {
    padding-top: 20px !important;
  }
  .u-pt-sl {
    padding-top: 20px !important;
  }
  .u-pt-xl {
    padding-top: 30px !important;
  }
  .u-pt-2xl {
    padding-top: 40px !important;
  }
  .u-pt-3xl {
    padding-top: 50px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 10px !important;
  }
  .u-pb {
    padding-bottom: 15px !important;
  }
  .u-pb-l {
    padding-bottom: 20px !important;
  }
  .u-pb-xl {
    padding-bottom: 30px !important;
  }
  .u-pb-2xl {
    padding-bottom: 40px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 10px !important;
  }
  .u-p {
    padding: 15px !important;
  }
  .u-p-l {
    padding: 20px !important;
  }
  .u-p-xl {
    padding: 20px !important;
  }
  .u-ml-40 {
    margin-left: 20px !important;
  }
  .m-mainContent-bg01 {
    padding-bottom: 40px;
  }
  .m-mainContentMargin {
    height: 50px;
  }
  /* margin */
  .is-style-u-pt-2xs {
    padding-top: 5px !important;
    height: auto !important;
  }
  .is-style-u-pt-xs {
    padding-top: 10px !important;
    height: auto !important;
  }
  .is-style-u-pt-s {
    padding-top: 10px !important;
    height: auto !important;
  }
  .is-style-u-pt {
    padding-top: 15px !important;
    height: auto !important;
  }
  .is-style-u-pt-l {
    padding-top: 20px !important;
    height: auto !important;
  }
  .is-style-u-pt-sl {
    padding-top: 20px !important;
    height: auto !important;
  }
  .is-style-u-pt-xl {
    padding-top: 30px !important;
    height: auto !important;
  }
  .is-style-u-pt-2xl {
    padding-top: 40px !important;
    height: auto !important;
  }
  .is-style-u-pt-3xl {
    padding-top: 50px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xs {
    padding-bottom: 5px !important;
    height: auto !important;
  }
  .is-style-u-pb-xs {
    padding-bottom: 10px !important;
    height: auto !important;
  }
  .is-style-u-pb-s {
    padding-bottom: 10px !important;
    height: auto !important;
  }
  .is-style-u-pb {
    padding-bottom: 15px !important;
    height: auto !important;
  }
  .is-style-u-pb-l {
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .is-style-u-pb-xl {
    padding-bottom: 30px !important;
    height: auto !important;
  }
  .is-style-u-pb-2xl {
    padding-bottom: 40px !important;
    height: auto !important;
  }
  .is-style-u-pb-3xl {
    padding-bottom: 60px !important;
    height: auto !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  .u-links02 {
    margin: 0 -15px;
  }
  .u-link02-info.pd {
    padding: 10px 30px 15px 15px;
  }
  .u-link02-day {
    font-size: 0.9rem;
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 7px;
  }
  .u-link02-cat {
    display: inline-block;
  }
  .u-link02-cat.item-attention {
    padding: 5px 10px;
    background: none !important;
    display: inline-block;
    color: red;
    font-size: 0.8rem;
    border-radius: 12px;
    margin-right: 10px;
    border: 2px solid red;
    font-weight: bold;
  }
  .u-link02-title {
    padding-top: 10px;
  }
  .u-link03-title {
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .u-links04 {
    flex-wrap: wrap;
  }
  .u-link04 {
    margin-bottom: 8px;
  }
  .u-link04 a {
    padding: 5px 15px;
  }
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .edit-post-visual-editor__post-title-wrapper, .wp-block {
    max-width: 1100px !important; /* 好きな幅で */
    margin: auto;
    gap: 0 !important;
  }
  .u-wysiwyg a[target=_blank], .m-page-wysiwyg a[target=_blank], .edit-post-visual-editor a[target=_blank] {
    position: relative;
  }
  .u-wysiwyg a[target=_blank]:after, .m-page-wysiwyg a[target=_blank]:after, .edit-post-visual-editor a[target=_blank]:after {
    font-family: "Material Icons";
    content: "\e3e0";
    display: inline-block;
    position: relative;
    right: 0;
    padding: 0 3px;
    font-size: 15px;
    bottom: -3px;
    color: #37474f;
  }
  .u-wysiwyg a[href$=".pdf"], .m-page-wysiwyg a[href$=".pdf"], .edit-post-visual-editor a[href$=".pdf"] {
    position: relative;
  }
  .u-wysiwyg a[href$=".pdf"]:after, .m-page-wysiwyg a[href$=".pdf"]:after, .edit-post-visual-editor a[href$=".pdf"]:after {
    content: "" !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    right: 0px !important;
    background: url(/common2022/img/base/icon_pdf.gif) no-repeat !important;
    position: relative;
    bottom: -2px;
    padding: 0 3px;
    transform: translateY(0%);
    top: auto;
    left: 2px;
  }
  .u-wysiwyg h1, .m-page-wysiwyg h1, .edit-post-visual-editor h1 {
    margin-bottom: 10px;
  }
  .u-wysiwyg h2, .m-page-wysiwyg h2, .edit-post-visual-editor h2 {
    border: 1px solid #e2e9ed;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbfc;
    padding: 15px 15px;
    border-radius: 10px;
    letter-spacing: 2px;
    color: #475d69;
    width: 100%;
  }
  .u-wysiwyg h3, .m-page-wysiwyg h3, .edit-post-visual-editor h3 {
    font-size: 1.25rem;
  }
  .u-wysiwyg h3:after, .m-page-wysiwyg h3:after, .edit-post-visual-editor h3:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -5px !important;
    left: 0 !important;
    top: auto !important;
    background: #e2e9ed;
  }
  .u-wysiwyg h4, .m-page-wysiwyg h4, .edit-post-visual-editor h4 {
    font-size: 1.2rem;
    padding-left: 15px;
    width: 100%;
  }
  .u-wysiwyg h5, .m-page-wysiwyg h5, .edit-post-visual-editor h5 {
    font-size: 1.1rem;
    width: 100%;
  }
  .u-wysiwyg h6, .m-page-wysiwyg h6, .edit-post-visual-editor h6 {
    font-size: 1rem;
    width: 100%;
  }
  .u-wysiwyg .table-wrap, .m-page-wysiwyg .table-wrap, .edit-post-visual-editor .table-wrap {
    overflow-x: auto;
  }
  .u-wysiwyg table, .m-page-wysiwyg table, .edit-post-visual-editor table {
    min-width: 800px;
    position: relative;
  }
  .u-wysiwyg table::before, .m-page-wysiwyg table::before, .edit-post-visual-editor table::before {
    content: "←スクロールできます→";
    position: sticky;
    top: 0;
    left: 0;
    font-size: 0.8rem;
  }
  .u-wysiwyg table.no-scroll, .m-page-wysiwyg table.no-scroll, .edit-post-visual-editor table.no-scroll {
    min-width: auto;
  }
  .u-wysiwyg table.no-scroll::before, .m-page-wysiwyg table.no-scroll::before, .edit-post-visual-editor table.no-scroll::before {
    content: "";
    display: none;
  }
  .u-wysiwyg table th, .m-page-wysiwyg table th, .edit-post-visual-editor table th {
    background: #f9fbfc;
  }
  .u-wysiwyg .is-style-font-large, .m-page-wysiwyg .is-style-font-large, .edit-post-visual-editor .is-style-font-large {
    font-size: 1.5rem !important;
  }
  .u-wysiwyg .wp-block-buttons, .m-page-wysiwyg .wp-block-buttons, .edit-post-visual-editor .wp-block-buttons {
    flex-wrap: wrap;
  }
  .u-wysiwyg .wp-block-button__width-25, .m-page-wysiwyg .wp-block-button__width-25, .edit-post-visual-editor .wp-block-button__width-25 {
    width: 100% !important;
  }
  .u-wysiwyg .wp-block-button__width-50, .m-page-wysiwyg .wp-block-button__width-50, .edit-post-visual-editor .wp-block-button__width-50 {
    width: 100% !important;
  }
  .u-wysiwyg .wp-block-column, .m-page-wysiwyg .wp-block-column, .edit-post-visual-editor .wp-block-column {
    margin-bottom: 0px !important;
  }
  .u-wysiwyg .is-style-column-reverse .wp-block-columns, .m-page-wysiwyg .is-style-column-reverse .wp-block-columns, .edit-post-visual-editor .is-style-column-reverse .wp-block-columns {
    flex-flow: column-reverse nowrap;
    flex-wrap: inherit !important;
  }
  .u-wysiwyg .m-module-col, .m-page-wysiwyg .m-module-col, .edit-post-visual-editor .m-module-col {
    padding: 20px;
  }
  .u-wysiwyg .m-module-col-l figure, .m-page-wysiwyg .m-module-col-l figure, .edit-post-visual-editor .m-module-col-l figure {
    width: 100%;
    text-align: center;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .m-module-col-title dt, .m-page-wysiwyg .m-module-col-title dt, .edit-post-visual-editor .m-module-col-title dt {
    margin-right: 5px;
  }
  .u-wysiwyg .m-module-col-title dd, .m-page-wysiwyg .m-module-col-title dd, .edit-post-visual-editor .m-module-col-title dd {
    font-size: 1.2rem;
  }
  .u-wysiwyg .is-style-border, .m-page-wysiwyg .is-style-border, .edit-post-visual-editor .is-style-border {
    padding: 10px 15px;
  }
  .u-wysiwyg .m-module-bg, .m-page-wysiwyg .m-module-bg, .edit-post-visual-editor .m-module-bg {
    padding: 10px 15px;
  }
  .u-wysiwyg .is-style-u-text-16, .m-page-wysiwyg .is-style-u-text-16, .edit-post-visual-editor .is-style-u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-18, .m-page-wysiwyg .is-style-u-text-18, .edit-post-visual-editor .is-style-u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-20, .m-page-wysiwyg .is-style-u-text-20, .edit-post-visual-editor .is-style-u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-22, .m-page-wysiwyg .is-style-u-text-22, .edit-post-visual-editor .is-style-u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-24, .m-page-wysiwyg .is-style-u-text-24, .edit-post-visual-editor .is-style-u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-28, .m-page-wysiwyg .is-style-u-text-28, .edit-post-visual-editor .is-style-u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1em !important;
  }
  .u-wysiwyg .is-style-u-text-30, .m-page-wysiwyg .is-style-u-text-30, .edit-post-visual-editor .is-style-u-text-30 {
    font-size: 1.6rem !important;
  }
  .u-wysiwyg .is-style-u-text-32, .m-page-wysiwyg .is-style-u-text-32, .edit-post-visual-editor .is-style-u-text-32 {
    font-size: 1.6rem !important;
  }
  .u-wysiwyg blockquote, .m-page-wysiwyg blockquote, .edit-post-visual-editor blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .gsib_b {
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
  }
  .gsc-above-wrapper-area {
    padding: 0 !important;
  }
  .gsc-orderby-container {
    padding: 0 !important;
  }
  .gsc-above-wrapper-area {
    display: none !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    background: #FFF !important;
  }
  .gsq_a table {
    display: none;
  }
  .gssb_a {
    display: none;
  }
  .gsc-search-button-v2 {
    font-size: 0;
    margin-left: 10px !important;
    font-size: 0;
    padding: 6px 10px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #03a9f4 !important;
    border-radius: 2px;
    margin-top: 0px !important;
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important;
    background-image: none !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0 !important;
    background: #FFF;
    border: none !important;
  }
  .gsc-input-box {
    border: none !important;
    padding: 0 !important;
    background: #FFF;
  }
  .gsc-search-box tr {
    padding: 0 !important;
  }
  .gsc-search-button {
    cursor: pointer;
    border: 0px solid #e2e9ed;
    padding: 0px;
  }
  .gsc-search-box-tools table:before {
    display: none;
  }
  .gsc-search-box-tools table:after {
    display: none;
  }
  .gsc-search-box-tools .gsc-search-box {
    min-width: auto !important;
    position: relative;
  }
  .m-page-wysiwyg .gsc-input {
    min-width: auto !important;
    border: none !important;
    width: 100%;
    padding: 0px 10px !important;
    border: none !important;
    margin: 0 !important;
    height: 40px !important;
    background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left center no-repeat rgb(255, 255, 255);
    outline: none;
    padding: 0px !important;
  }
  .m-page-wysiwyg td.gsc-input {
    padding: 0px !important;
  }
  .m-page-wysiwyg td.gsc-search-button {
    padding: 0px !important;
  }
  .m-page-wysiwyg .gsc-search-button.gsc-search-button-v2 {
    margin-left: 0 !important;
  }
  .m-page-wysiwyg .gsib_a {
    padding: 0 !important;
  }
  .gsib_a {
    padding: 0 !important;
  }
  .gsib_a input {
    padding: 0 5px !important;
  }
  .gsc-thumbnail-inside a {
    color: #00c !important;
  }
  .gsc-thumbnail-inside a b {
    color: #00c !important;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 18px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table-scroll {
    overflow: scroll;
  }
  .u-table {
    font-size: 0.85rem;
  }
  .u-table.is-spBlock,
  .u-table.is-spBlock tbody,
  .u-table.is-spBlock tr,
  .u-table.is-spBlock th,
  .u-table.is-spBlock td {
    display: block;
  }
  .u-table.is-spBlock th {
    white-space: normal;
  }
  .u-table-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .u-table-wrap .u-table01 {
    width: 600px;
  }
  .u-table02 {
    font-size: 0.85rem;
  }
  .u-table02.is-spBlock,
  .u-table02.is-spBlock tbody,
  .u-table02.is-spBlock tr,
  .u-table02.is-spBlock th,
  .u-table02.is-spBlock td {
    display: block;
  }
  .u-table02.is-spBlock th {
    white-space: normal;
  }
  .u-table03 {
    font-size: 0.85rem;
  }
  .u-table03.is-spBlock,
  .u-table03.is-spBlock tbody,
  .u-table03.is-spBlock tr,
  .u-table03.is-spBlock th,
  .u-table03.is-spBlock td {
    display: block;
  }
  .u-table03.is-spBlock th {
    white-space: normal;
  }
  .u-table08 {
    min-width: 860px;
  }
  .u-table08-wrap {
    overflow-x: scroll;
  }
  .m-border-02 {
    border-bottom: none;
  }
}

/*# sourceMappingURL=common2022.css.map */
