@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 10px;
}

body,
button,
td,
th,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #282828;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

a {
  color: currentColor;
  text-decoration: none;
}

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

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

main {
  display: block;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

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

input[type='text'] {
  word-break: keep-all;
}

input[type='text']::-ms-clear {
  display: none;
}

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

button {
  padding: 0;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url("/img/cms/pdf.png") left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url("/img/cms/ppt.png") left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url("/img/cms/xls.png") left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url("/img/cms/doc.png") left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@-webkit-keyframes trigger_at {
  0% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes trigger_at {
  0% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}

@keyframes trigger_at {
  0% {
    background: #fff;
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes trigger_at_01 {
  0% {
    top: -2.21354vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-moz-keyframes trigger_at_01 {
  0% {
    top: -2.21354vw;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    top: 0;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    top: 0;
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
  }
}

@keyframes trigger_at_01 {
  0% {
    top: -2.21354vw;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes trigger_at_02 {
  0% {
    bottom: -2.21354vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-moz-keyframes trigger_at_02 {
  0% {
    bottom: -2.21354vw;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    bottom: 0;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    bottom: 0;
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
}

@keyframes trigger_at_02 {
  0% {
    bottom: -2.21354vw;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes trigger {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}

@-moz-keyframes trigger {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}

@keyframes trigger {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}

@-webkit-keyframes trigger_01 {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -2.21354vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-moz-keyframes trigger_01 {
  0% {
    top: 0;
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
  }
  50% {
    top: 0;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    top: -2.21354vw;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}

@keyframes trigger_01 {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -2.21354vw;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes trigger_02 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: -2.21354vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-moz-keyframes trigger_02 {
  0% {
    bottom: 0;
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    bottom: -2.21354vw;
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}

@keyframes trigger_02 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: -2.21354vw;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
}

@media screen and (min-width: 769px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
  }
  .show_sp {
    display: none !important;
  }
  .header-logo-tb {
    display: none;
  }
  .container {
    overflow: hidden;
    min-width: 1200px;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .link__alpha {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .link__alpha:hover {
    opacity: 0.6;
  }
  .link__color {
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .link__color:hover {
    color: #fff;
  }
  .link__text {
    cursor: pointer;
    position: relative;
  }
  .link__text:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .link__text:hover:before {
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .link__line {
    padding-bottom: 0.25em;
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 0 100%/0 1px no-repeat;
    background: -webkit-linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
    background: -moz- oldlinear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
    background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .link__line:hover {
    -moz-background-size: 100% 1px;
         background-size: 100% 1px;
  }
  .link__fill {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link__fill span {
    position: relative;
  }
  .link__fill:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .link__fill:hover:before {
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .link__zoom figure {
    overflow: hidden;
  }
  .link__zoom img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
  }
  .link__zoom:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .bg-blue {
    background: #003671;
  }
  .bg-yellow {
    background: #ffd800;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1200px;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header.fixed {
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
  }
  .header-logo {
    width: 19.92857%;
    max-width: 279px;
    max-height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-logo a {
    display: block;
    min-width: 239px;
    margin: 10.75269% 0 10.39427% 14.33692%;
  }
  .header-logo-pc{
    width: 19.92857%;
    max-width: 347px;
    max-height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-logo-pc a {
    display: block;
    min-width: 239px;
    margin: 10.75269% 0 10.39427% 14.33692%;
  }
  .header-nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-menu {
    width: 73.23818%;
    max-width: 821px;
  }
  .header-menu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 6.09013%;
  }
  .header-menu__wrap > li:not(:last-of-type) {
    margin-right: 3.50195%;
  }
  .header-menu__wrap > li > a {
    position: relative;
  }
  .header-menu__wrap > li > a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 5px;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .header-menu__wrap > li:hover > a:after {
    left: 0;
    right: 0;
  }
  .header-menu__wrap > li:hover .hasSub-wrap {
    opacity: 1;
    visibility: visible;
  }
  .header-menu__wrap a {
    display: block;
    font-size: 1.5rem;
    line-height: 36px;
    color: #fff;
    padding: 32px 0;
  }
  .header-menu__wrap .hasSub-wrap {
    width: 100%;
    background: #003671;
    position: fixed;
    top: 100px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header-menu__wrap .hasSub-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 12px;
  }
  .header-menu__wrap .hasSub-wrap ul li:not(:last-of-type) {
    margin-right: 51px;
  }
  .header-menu__wrap .hasSub-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 16px 0;
  }
  .header-menu__wrap .hasSub-wrap a:after {
    content: "";
    width: 20px;
    height: 6px;
    background: url("/img/arrow_link.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 18px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .header-menu__wrap .hasSub-wrap a:hover:after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .header-scroll {
    width: 26.76182%;
    max-width: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-scroll__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 100px;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 4px;
  }
  .header-scroll .bg-blue {
    color: #fff;
  }
  .header-scroll .bg-yellow {
    color: #282828;
  }
  .footer {
    font-weight: 500;
  }
  .footer-scroll {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-scroll .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    height: 240px;
    -moz-border-radius: 0;
         border-radius: 0;
    color: #fff;
  }
  .footer-scroll .btn:after {
    width: 42px;
    height: 9px;
    right: 40px;
  }
  .footer-scroll .btn .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 40px;
    letter-spacing: 5px;
    margin-bottom: 8px;
  }
  .footer-scroll .btn .ja {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 36px;
  }
  .footer-scroll .btn-yellow {
    color: #282828;
  }
  .footer-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 1200px;
    background: #fff;
    padding: 79px 0 51px 50px;
  }
  .footer-top__lf {
    width: 416px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 2px;
  }
  .footer-top__lf .logoft {
    display: block;
    width: 269px;
  }
  .footer-top__lf .logoft img {
    display: block;
  }
  .footer-top__lf .organizer {
    font-weight: 400;
    letter-spacing: 1px;
    margin: 32px 0;
  }
  .footer-top__lf .snsft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-top__lf .snsft a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-right: 28px;
  }
  .footer-top__lf .snsft .tw {
    background-image: url("/img/tw.png");
    background-color: black;
    border-radius: 50%;
  }
  .footer-top__lf .snsft .fb {
    background-image: url("/img/fb.png");
  }
  /* 220920 tamaru add start */
  .footer-top__lf .snsft .ins {
    background-image: url("/img/ins.png");
  }
  /* 220920 tamaru add end */
  .footer-top__rg {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top__rg .box {
    border-left: 1px solid #ccc;
    padding-left: 40px;
    padding-bottom: 30px;
  }
  .footer-top__rg .box:nth-of-type(1) {
    width: 274px;
  }
  .footer-top__rg .box:nth-of-type(2) {
    width: 258px;
  }
  .footer-top__rg .box a {
    display: block;
    line-height: 16px;
    color: #282828;
    margin-bottom: 20px;
  }
  .footer-top__rg .box a.sub {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 16px;
  }
  .footer-top__rg .box-item:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .footer-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e7eef6;
    padding: 50px 0;
  }
  .footer-banner a {
    width: 210px;
  }
  .footer-copy {
    background: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 2.4px;
    text-align: center;
    padding: 29px 0;
  }
  .schedule-items {
    background: #fff;
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
    padding: 35px 28px 40px;
  }
  .schedule-items:not(:last-of-type) {
    margin-bottom: 28px;
  }
  .schedule-items__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule-items__title .datetime {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule-items__title .datetime-date {
    min-width: 216px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 30px;
    color: #005bab;
    letter-spacing: 2px;
  }
  .schedule-items__title .datetime-date span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
  }
  .schedule-items__title .datetime-time {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 34px;
    color: #282828;
    letter-spacing: 2.3px;
    margin-left: 10px;
  }
  .schedule-items__title .cate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 42px;
    margin-top: -4px;
  }
  .schedule-items__title .cate span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 35px;
    -moz-border-radius: 17.5px;
         border-radius: 17.5px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
  }
  .schedule-items__title .cate-01 {
    width: 165px;
    border: 2px solid #00a0e9;
    color: #00a0e9;
    position: relative;
    padding-left: 20px;
  }
  .schedule-items__title .cate-01 .icon_cpt {
    width: 21px;
    height: 18px;
    background: url("/img/icon_cpt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  .schedule-items__title .cate-02 {
    background: #005bab;
    color: #fff;
    padding: 0 20px;
    margin-left: 9px;
  }
  .schedule-items__title .area {
    border: 2px solid #005bab;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #005bab;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    height: 35px;
    letter-spacing: 1.2px;
    margin-left: auto;
    width: 125px;
  }
  .schedule-items__cpn dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #282828;
    margin-top: 17px;
  }
  .schedule-items__cpn dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 110px;
    height: 35px;
    background: #f1f1f1;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 20px;
    padding: 0 10px;
  }
  .schedule-items__cpn dl dd {
    width: 100%;
    line-height: 30px;
    padding-top: 2px;
  }
  .sp_only {
    display: none;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1300px), print {
  .header-menu__wrap {
    padding-right: 20px;
  }
  .header-menu__wrap li:not(:last-of-type) {
    margin-right: 20px;
  }
  .header-menu__wrap a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px), print {
  .mv {
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    overflow: hidden;
  }
  .mv .row {
    padding: 137px 0 78px;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .mv .row:after {
    content: '';
    display: block;
    width: 409px;
    height: 409px;
    background: url("/img/mv_after.png") 0 0/100% no-repeat;
    position: absolute;
    bottom: 20px;
    left: -73px;
    opacity: 0.5;
    z-index: -1;
  }
  .mv__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff;
  }
  .mv__ttl--en {
    display: block;
    font-size: 6rem;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .13em;
    margin-bottom: 12px;
  }
  .mv__ttl--jp {
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .1em;
    display: block;
  }
  .c-breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    padding: 8px 0;
    margin: 0 40px;
  }
  .c-breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .c-breadcrumb ul li {
    display: block;
    font-size: 1.2rem;
    line-height: 20px;
    color: #005bab;
    letter-spacing: .075em;
  }
  .c-breadcrumb ul li:not(:last-of-type) {
    position: relative;
    margin-right: 15px;
  }
  .c-breadcrumb ul li:not(:last-of-type):after {
    content: '>';
    color: #282828;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    text-align: center;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-breadcrumb ul li.home a {
    padding-left: 16px;
  }
  .c-breadcrumb ul li.home a:before {
    content: '';
    width: 13px;
    height: 12px;
    background: url("/img/icon_home.png") 0 0/100% no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-breadcrumb ul li a {
    text-decoration: none;
    color: #282828;
    line-height: 1.3;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-breadcrumb ul li a:hover {
    opacity: .7;
  }
  .ttl {
    position: relative;
    border-bottom: 2px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: .075em;
    line-height: 1.5;
    color: #005bab;
  }
  .ttl:after {
    content: '';
    display: block;
    width: 118px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #005bab;
  }
  .boxFilter .tab_filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 47px;
  }
  .boxFilter .tab_filter .tab_btn {
    border: 0;
    width: 100%;
    margin: 0 10px;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    cursor: pointer;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .boxFilter .tab_filter .tab_btn span {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    font-size: 2.4rem;
    padding: 0 0 4px 0;
    font-weight: 500;
    letter-spacing: .075em;
    color: rgba(0, 54, 113, 0.4);
    background: #bdc8d3;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 10px 20px rgba(0, 64, 121, 0.13);
         box-shadow: 0 10px 20px rgba(0, 64, 121, 0.13);
    -webkit-transition: background .3s ease-out, color .3s ease-out;
    -moz-transition: background .3s ease-out, color .3s ease-out;
    transition: background .3s ease-out, color .3s ease-out;
  }
  .boxFilter .tab_filter .tab_btn span:after {
    content: '';
    display: block;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #005bab;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .boxFilter .tab_filter .tab_btn.filterActive span, .boxFilter .tab_filter .tab_btn:hover span {
    background: #005bab;
    color: #fff;
  }
  .boxFilter .tab_filter .tab_btn.filterActive span:after {
    opacity: 1;
  }
  .boxFilter .tab_filters .tab_item {
    display: none;
  }
  .boxFilter .tab_filters .tab_item.show {
    display: block;
  }
  .forum {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    background: #e7eef6;
    padding: 74px 0 95px;
  }
  .forum:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 1400px;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.1;
    background: url("/img/forum_bg.png") 0 0/100% no-repeat;
  }
  .forum .about__ttl {
    margin-bottom: 60px;
    font-size: 4.4rem;
  }
  .forum .about__ttl--sub {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .forum__list {
    counter-reset: num;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 25px;
  }
  .forum__list li {
    text-align: center;
    position: relative;
    width: -webkit-calc(33.333% - 50px);
    width: -moz-calc(33.333% - 50px);
    width: calc(33.333% - 50px);
    margin: 0 25px;
    counter-increment: num;
    background: #005bab;
    color: #fff;
    font-weight: 500;
    -moz-box-shadow: 0 0 30px rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 30px rgba(0, 64, 121, 0.13);
    padding: 120px 15px 55px;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .forum__list li:nth-child(3n + 2) {
    background: #003671;
  }
  .forum__list li .item__point {
    display: block;
    text-align: center;
    width: 116px;
    height: 126px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #005bab;
    padding: 35px 5px 0;
    background: url("/img/point_bg.png") 0 0/100% no-repeat;
    position: absolute;
    top: -28px;
    left: 50%;
    letter-spacing: .1em;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .forum__list li .item__point:after {
    content: counter(num);
    display: block;
    font-size: 4rem;
  }
  .forum__list .item__ttl {
    font-size: 2.2rem;
    letter-spacing: .075em;
    font-weight: 500;
    margin-bottom: 42px;
  }
  .forum__list p {
    letter-spacing: .075em;
  }
  .accordion__trigger {
    cursor: pointer;
  }
  .accordion__target {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -moz-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
  }
  .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 550px;
    height: 80px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 64, 121, 0.13);
         box-shadow: 0px 0px 20px 0px rgba(0, 64, 121, 0.13);
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn:after {
    content: "";
    width: 28px;
    height: 6px;
    background-image: url("/img/arrow_next.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .btn:hover {
    opacity: 0.8;
  }
  .btn:hover:after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .btn-back {
    background-color: #bdc8d3;
    background-image: none;
  }
  .btn-yellow {
    background-color: #ffd800;
    background-image: none;
    color: #282828;
  }
  .btn-yellow:after {
    background-image: url("/img/arrow_black.png");
  }
  .btn-white {
    background-color: #ffffff;
    background-image: none;
    color: #003671;
    font-size:12px;
    position: relative;
    padding-left: 10px;
    padding-top: 8px;
  }
  .btn-white:after {
    width: 15px;
    background-image: url("/img/arrow_next_blue.png");
    right: 10px;
  }
  .btn2 {
    width: 360px;
    height: 30px;
    border-radius: 40px;
  }
  .pagination {
    position: relative;
    z-index: 1;
  }
  .pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination ul li {
    margin: 0 17px;
  }
  .pagination ul li:not(.icon-pag).active a {
    color: #005bab;
  }
  .pagination ul li:not(.icon-pag) a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    color: #282828;
  }
  .pagination ul li:not(.icon-pag) a:hover {
    color: #005bab;
  }
  .pagination ul .icon-pag a {
    width: 72px;
    height: 72px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    display: block;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 64, 121, 0.13);
         box-shadow: 0px 0px 20px 0px rgba(0, 64, 121, 0.13);
    -moz-border-radius: 999px;
         border-radius: 999px;
    overflow: hidden;
  }
  .pagination ul .icon-pag a i {
    width: 72px;
    height: 72px;
    background-image: url("/img/arrow_next.png");
    -moz-background-size: 28px 6px;
         background-size: 28px 6px;
    background-position: 22px 31px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  .pagination ul .icon-pag a i.glyphs-arrow-next:before {
    content: "";
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pagination ul .icon-pag a i.glyphs-arrow-prev {
    background-color: #bdc8d3;
    background-image: url("/img/arrow_prev.png");
  }
  .pagination ul .icon-pag_prev {
    margin-right: 40px;
  }
  .pagination ul .icon-pag_prev:hover a {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .pagination ul .icon-pag_next {
    margin-left: 40px;
  }
  .pagination ul .icon-pag_next:hover a {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .contact {
    padding: 94px 0 120px;
    text-align: center;
    background-color: #e7eef6;
  }
  .contact-ttl {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 80px;
    color: #005bab;
    margin-bottom: 21px;
  }
  .contact-des {
    font-size: 1.6rem;
    line-height: 30px;
    color: #282828;
  }
  .contact .btn {
    margin-top: 43px;
  }
  .contact .note {
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 15px;
    position: relative;
  }
  .contact .note:before {
    content: "*";
    display: inline-block;
    color: #005bab;
  }
  .contact-form {
    margin: 45px 0 10px;
  }
  .contact-form .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .contact-form .form-row.required .form-row__label {
    position: relative;
  }
  .contact-form .form-row.required .form-row__label:after {
    content: "*";
    color: #005bab;
  }
  .contact-form .form-row__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    color: #005bab;
    width: 180px;
    margin-right: 22px;
    padding-top: 12px;
  }

  .annotation {
    font-size:14px;
  }

  .contact-form .form-row__wrap {
    width: -webkit-calc(100% - 202px);
    width: -moz-calc(100% - 202px);
    width: calc(100% - 202px);
  }
  .contact-form .form-row__wrap.r-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form .form-row__wrap.r-flex .c-form_input {
    width: 339px;
  }
  .contact-form .form-row__wrap.r-flex .c-form_input:nth-of-type(2n) {
    margin-left: 20px;
  }
  .contact-form .form-row--single {
    display: block;
    margin-top: 40px;
    padding: 10px 0 20px;
    border-top: 1px solid #fff;
  }
  .contact-form .form-row--single .c-radio {
    padding: 0;
    margin-top: -6px;
  }
  .contact-form .form-row--single + .form-row--single {
    margin-top: -15px;
    border-top: 0;
  }
  .contact-form .form-row--single .form-row__wrap {
    width: 100%;
  }
  .contact-form .form-row--single .form-row__label {
    margin-bottom: 13px;
    display: block;
    width: 100%;
  }
  .contact-form .form-row--checkbox {
    border-top: 1px solid #fff;
    margin-top: 7px;
    padding: 48px 0 4px;
  }
  .contact-form .c-form {
    display: block;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 20px;
    letter-spacing: 1px;
  }
  .contact-form .c-form_input, .contact-form .c-form_select {
    height: 56px;
    background-color: #fff;
    -moz-border-radius: 6px;
         border-radius: 6px;
    border: none;
  }
  .contact-form .c-form_input::-webkit-input-placeholder, .contact-form .c-form_select::-webkit-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input::-moz-placeholder, .contact-form .c-form_select::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input:-ms-input-placeholder, .contact-form .c-form_select:-ms-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input::placeholder, .contact-form .c-form_select::placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-checkbox {
    padding-left: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .contact-form .c-checkbox input {
    display: none;
  }
  .contact-form .c-checkbox input:checked ~ label:after {
    opacity: 1;
  }
  .contact-form .c-checkbox label {
    display: block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.7px;
    position: relative;
    padding-left: 32px;
  }
  .contact-form .c-checkbox label:before, .contact-form .c-checkbox label:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    margin: auto;
  }
  .contact-form .c-checkbox label:before {
    width: 26px;
    height: 26px;
    background: #fff;
    bottom: 0;
  }
  .contact-form .c-checkbox label:after {
    width: 22px;
    height: 19px;
    opacity: 0;
    background: url("/img/btn_check2.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 4px;
    left: -1px;
  }
  .contact-form .c-checkbox label a {
    display: inline-block;
    color: #005bab;
    border-bottom: 1px solid #005bab;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s;
  }
  .contact-form .c-checkbox label a:hover {
    border-color: transparent;
  }
  .contact-form .c-checkbox .c-error {
    text-align: center;
  }
  .contact-form .c-radio {
    padding: 12px 0;
    margin-right: 38px;
  }
  .contact-form .c-radio input {
    display: none;
  }
  .contact-form .c-radio input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .contact-form .c-radio label {
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
  }
  .contact-form .c-radio label:before, .contact-form .c-radio label:after {
    content: "";
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contact-form .c-radio label:before {
    width: 26px;
    height: 26px;
    left: 1px;
    background-color: #fff;
  }
  .contact-form .c-radio label:after {
    width: 14px;
    height: 14px;
    background: #5a93ce;
    left: 6.5px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .contact-form .select-item {
    position: relative;
  }
  .contact-form .select {
    color: #bfbfbf;
    background: #fff url("/img/rectangle2.png") no-repeat;
    -moz-background-size: 15px 11px;
    background-size: 15px 11px;
    background-position: -webkit-calc(100% - 20px) 23px;
    background-position: -moz-calc(100% - 20px) 23px;
    background-position: calc(100% - 20px) 23px;
    cursor: pointer;
  }
  .contact-form .select.empty {
    color: #282828;
  }
  .contact-form .c-error {
    font-size: 1.4rem;
    line-height: 24px;
    color: #ff0000;
    letter-spacing: 1px;
    margin: 9px 0 0;
    display: block;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

@media screen and (max-width: 1445px) {
  .header-logo-pc {
    display: none;
  }
  .header-logo-tb {
    display: block;
    padding-left:20px;
    width: 19.92857%;
    max-width: 239px;
    max-height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-logo-tb a {
    display: block;
    min-width: 0px;
    margin: 10.75269% 0 10.39427% 14.33692%;
  }
  .btn-white {
    background-color: #ffffff;
    background-image: none;
    color: #003671;
    font-size:12px;
    position: relative;
    padding-left: 10px;
    padding-top: 8px;
  }
  .btn-white:after {
    width: 15px;
    background-image: url("/img/arrow_next_blue.png");
    right: 10px;
  }
  .btn2 {
    width: 210px;
    height: 30px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
    line-height: 1.642857142857143;
    -webkit-text-size-adjust: 100%;
  }
  .show_pc {
    display: none !important;
  }
  .container {
    overflow: hidden;
    min-width: 320px;
  }
  .row {
    padding-left: 6.51042vw;
    padding-right: 6.51042vw;
  }
  .bg-blue {
    background: #003671;
  }
  .bg-yellow {
    background: #ffd800;
  }
  .header {
    width: 100%;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header.fixed .header-logo {
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
  }
  .header-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 4.94792vw 4.55729vw;
    position: relative;
    z-index: 102;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header-logo:before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header-logo.active:before {
    display: block;
  }
  .header-logo a {
    width: 31.11979vw;
  }
  .header-logo-sp a {
    width: 47.11979vw;
  }
  .header-logo a img {
    display: block;
    width: 90%;
  }
  .header-logo .trigger {
    width: 5.72917vw;
    height: 4.6875vw;
    margin-right: 0.65104vw;
    position: relative;
  }
  .header-logo .trigger span, .header-logo .trigger span:before, .header-logo .trigger span:after {
    width: 100%;
    height: 0.39062vw;
    min-height: 1.5px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .header-logo .trigger span {
    top: 2.34375vw;
  }
  .header-logo .trigger span:before {
    content: "";
    top: -2.21354vw;
  }
  .header-logo .trigger span:after {
    content: "";
    bottom: -2.21354vw;
  }
  .header-logo .trigger.in span {
    -webkit-animation: trigger_at 0.3s forwards;
       -moz-animation: trigger_at 0.3s forwards;
            animation: trigger_at 0.3s forwards;
  }
  .header-logo .trigger.in span:before {
    -webkit-animation: trigger_at_01 0.3s forwards;
       -moz-animation: trigger_at_01 0.3s forwards;
            animation: trigger_at_01 0.3s forwards;
  }
  .header-logo .trigger.in span:after {
    -webkit-animation: trigger_at_02 0.3s forwards;
       -moz-animation: trigger_at_02 0.3s forwards;
            animation: trigger_at_02 0.3s forwards;
  }
  .header-logo .trigger.out span {
    -webkit-animation: trigger 0.3s forwards;
       -moz-animation: trigger 0.3s forwards;
            animation: trigger 0.3s forwards;
  }
  .header-logo .trigger.out span:before {
    -webkit-animation: trigger_01 0.3s forwards;
       -moz-animation: trigger_01 0.3s forwards;
            animation: trigger_01 0.3s forwards;
  }
  .header-logo .trigger.out span:after {
    -webkit-animation: trigger_02 0.3s forwards;
       -moz-animation: trigger_02 0.3s forwards;
            animation: trigger_02 0.3s forwards;
  }
  .header-logo-pc, .header-logo-tb {
    display: none;
  }
  .header-scroll {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: -18.22917vw;
    left: 0;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .header-scroll.active {
    bottom: 0;
  }
  .header-scroll__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    height: 16.92708vw;
  }
  .header-scroll__btn .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 4.42708vw;
    line-height: 1;
    letter-spacing: 0.65104vw;
    margin-bottom: 0.52083vw;
  }
  .header-scroll__btn .ja {
    font-size: 2.60417vw;
    letter-spacing: 0.13021vw;
  }
  .header-scroll .bg-blue {
    color: #fff;
  }
  .header-scroll .bg-yellow {
    color: #282828;
  }
  .header-menu {
    width: 100%;
    height: 0;
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    padding-top: 15.10417vw;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    -webkit-transition: height 0.3s, visibility 0.3s, opacity 0.3s;
    -moz-transition: height 0.3s, visibility 0.3s, opacity 0.3s;
    transition: height 0.3s, visibility 0.3s, opacity 0.3s;
  }
  .header-menu.active {
    overflow-y: auto;
    height: 100vh;
    visibility: visible;
    opacity: 1;
  }
  .header-menu__wrap {
    padding: 4.42708vw 10.41667vw 6.38021vw 9.63542vw;
  }
  .header-menu__wrap a {
    display: block;
    line-height: 5.20833vw;
    color: #fff;
    letter-spacing: 0.13021vw;
    border-bottom: 1px solid transparent;
    position: relative;
  }
  .header-menu__wrap a:before {
    content: "";
    width: 4.42708vw;
    height: 0.91146vw;
    background: url("/img/arrow_link.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header-menu__wrap > li:not(:last-of-type) > a {
    border-bottom-color: #ccc;
  }
  .header-menu__wrap > li > a {
    font-size: 4.6875vw;
    padding: 6.51042vw 0;
  }
  .header-menu__wrap .hasSub {
    position: relative;
  }
  .header-menu__wrap .hasSub > a {
    padding-right: 6.51042vw;
  }
  .header-menu__wrap .hasSub > a:after, .header-menu__wrap .hasSub > a:before {
    content: "";
    background: #fff;
    width: 4.16667vw;
    height: 0.26042vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header-menu__wrap .hasSub > a:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .header-menu__wrap .hasSub > a.active:after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .header-menu__wrap .hasSub-wrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .header-menu__wrap .hasSub-wrap a {
    font-weight: 400;
    font-size: 4.42708vw;
    border-bottom-color: rgba(204, 204, 204, 0.3);
    padding: 4.16667vw 4.55729vw;
  }
  .header-menu__btn {
    padding-bottom: 9.50521vw;
  }
  .header-menu__btn .btn {
    height: 17.31771vw;
    -moz-border-radius: 8.65885vw;
         border-radius: 8.65885vw;
  }
  .header-menu__btn .btn:not(:first-of-type) {
    margin-top: 5.20833vw;
  }
  .header-menu__btn .btn-black {
    background-color: #003671;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
  }
  .header-menu__btn .btn-white {
    background-color: #fff;
    color: #00316d;
    background-image: none;
    position: relative;
  }
  .header-menu__btn .btn-white::after {
    background: url(/img/arrow_next_blue.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    content: "";
    display: block;
    height: 6.51042vw;
    position: absolute;
    top: 50%;
    right: 3.25521vw;
    -webkit-transform: translateY(-60%);
       -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
    width: 4.55729vw;
  }
  .footer {
    font-weight: 500;
  }
  .footer-scroll .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 33.72396vw;
    -moz-border-radius: 0;
         border-radius: 0;
    color: #fff;
    padding-bottom: 1.30208vw;
  }
  .footer-scroll .btn:after {
    width: 5.46875vw;
    height: 1.17188vw;
    right: 6.51042vw;
  }
  .footer-scroll .btn .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 6.51042vw;
    line-height: 6.51042vw;
    letter-spacing: 0.91146vw;
    margin-bottom: 1.95312vw;
  }
  .footer-scroll .btn .ja {
    font-size: 3.64583vw;
    line-height: 3.64583vw;
  }
  .footer-scroll .btn-yellow {
    color: #282828;
  }
  .footer-top {
    background: #fff;
    padding-top: 13.02083vw;
    padding-bottom: 10.02604vw;
  }
  .footer-top .logoft {
    display: block;
    width: 67.05729vw;
    margin: auto;
    position: relative;
    left: -1.30208vw;
  }
  .footer-top .logoft img {
    display: block;
  }
  .footer-top .organizer {
    font-weight: 400;
    font-size: 3.90625vw;
    letter-spacing: 0.26042vw;
    text-align: center;
    margin: 6.11979vw 0 10.67708vw;
  }
  .footer-top .snsft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-top .snsft a {
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-indent: -9999px;
    margin: 0 7.8125vw;
  }
  .footer-top .snsft .tw {
    width: 14.19271vw;
    height: 14.19271vw;
    background-image: url("/img/tw.png");
    background-color: black;
    border-radius: 50%;
  }
  .footer-top .snsft .fb {
    width: 13.41146vw;
    height: 13.41146vw;
    background-image: url("/img/fb.png");
  }
  /* 220920 tamaru add start */
  .footer-top .snsft .ins {
    width: 13.41146vw;
    height: 13.41146vw;
    background-image: url("/img/ins.png");
  }
  /* 220920 tamaru add end */
  .footer-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e7eef6;
    padding: 11.71875vw 0;
  }
  .footer-banner a {
    width: 57.03125vw;
  }
  .footer-copy {
    background: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 3.125vw;
    color: #fff;
    letter-spacing: 0.61198vw;
    text-align: center;
    padding: 6.90104vw 0 7.16146vw;
  }
  .schedule-items {
    background: #fff;
    -moz-box-shadow: 0 1.30208vw 2.60417vw 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 1.30208vw 2.60417vw 0 rgba(0, 64, 121, 0.13);
    padding: 7.16146vw 6.51042vw;
  }
  .schedule-items:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  .schedule-items__title .datetime {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.90625vw;
  }
  .schedule-items__title .datetime-date {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 5.46875vw;
    line-height: 5.46875vw;
    color: #005bab;
    letter-spacing: 0.39062vw;
  }
  .schedule-items__title .datetime-date span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.90625vw;
    margin-left: 0.26042vw;
  }
  .schedule-items__title .datetime-time {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 4.42708vw;
    line-height: 5.98958vw;
    color: #282828;
    letter-spacing: 0.39062vw;
    margin-left: 1.82292vw;
  }
  .schedule-items__title .cate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule-items__title .cate span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.8125vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.13021vw;
  }
  .schedule-items__title .cate-01 {
    width: 37.10938vw;
    border: 2px solid #00a0e9;
    color: #00a0e9;
    position: relative;
    padding-left: 4.55729vw;
  }
  .schedule-items__title .cate-01 .icon_cpt {
    width: 4.29688vw;
    height: 3.90625vw;
    background: url("/img/icon_cpt.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.25521vw;
    margin: auto;
  }
  .schedule-items__title .cate-02 {
    background: #005bab;
    color: #fff;
    padding: 0 4.55729vw;
    margin-left: 2.60417vw;
  }
  .schedule-items__title .area {
    border: 2px solid #005bab;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #005bab;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    font-weight: 500;
    height: 7.8125vw;
    letter-spacing: 0.15625vw;
    margin-top: 2.60417vw;
    width: 37.10938vw;
  }
  .schedule-items__cpn {
    padding-top: 2.60417vw;
  }
  .schedule-items__cpn dl {
    color: #282828;
    margin-top: 2.60417vw;
  }
  .schedule-items__cpn dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.8125vw;
    background: #f1f1f1;
    font-weight: 500;
    letter-spacing: 0.26042vw;
    margin-bottom: 2.21354vw;
  }
  .mv {
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    overflow: hidden;
    padding: 18.75vw 0 13.02083vw;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .mv:after {
    content: '';
    display: block;
    width: 81.51042vw;
    height: 81.51042vw;
    background: url("/img/mv_after.png") 0 0/100% no-repeat;
    position: absolute;
    bottom: -0.78125vw;
    left: -12.89062vw;
    opacity: 0.5;
    z-index: -1;
  }
  .mv__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff;
  }
  .mv__ttl--en {
    display: block;
    font-size: 8.59375vw;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .13em;
    margin-bottom: 1.5625vw;
  }
  .mv__ttl--jp {
    font-weight: 500;
    font-size: 3.125vw;
    letter-spacing: .1em;
    display: block;
  }
  .c-breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2.21354vw 6.51042vw;
  }
  .c-breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .c-breadcrumb ul li {
    display: block;
    font-size: 2.60417vw;
    line-height: 2.60417vw;
    color: #005bab;
    letter-spacing: .075em;
  }
  .c-breadcrumb ul li:not(:last-of-type) {
    position: relative;
    margin-right: 3.25521vw;
  }
  .c-breadcrumb ul li:not(:last-of-type):after {
    content: '>';
    color: #282828;
    position: absolute;
    top: 50%;
    right: -3.25521vw;
    width: 3.25521vw;
    text-align: center;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-breadcrumb ul li.home a {
    padding-left: 3.25521vw;
  }
  .c-breadcrumb ul li.home a:before {
    content: '';
    width: 2.47396vw;
    height: 2.34375vw;
    background: url("/img/icon_home.png") 0 0/100% no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-breadcrumb ul li a {
    text-decoration: none;
    color: #282828;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-breadcrumb ul li a:hover {
    opacity: .7;
  }
  .ttl {
    position: relative;
    border-bottom: 0.39062vw solid #ccc;
    padding-bottom: 2.99479vw;
    margin-bottom: 6.25vw;
    font-weight: 500;
    font-size: 4.6875vw;
    letter-spacing: .075em;
    line-height: 1.5;
    color: #005bab;
  }
  .ttl:after {
    content: '';
    display: block;
    width: 15.36458vw;
    height: 0.39062vw;
    position: absolute;
    bottom: -0.39062vw;
    left: 0;
    background: #005bab;
  }
  .forum {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    background: #e7eef6;
    padding: 14.97396vw 0 15.625vw;
  }
  .forum:after {
    content: '';
    display: block;
    width: 186.71875vw;
    position: absolute;
    z-index: -1;
    top: 8.85417vw;
    left: 54%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.1;
    background: url("/img/forum_bg.png") 0 0/100% no-repeat;
  }
  .forum .about__ttl {
    margin-bottom: 13.28125vw;
    font-size: 7.8125vw;
  }
  .forum .about__ttl--sub {
    line-height: 1.3;
    margin-bottom: 2.47396vw;
  }
  .forum__list {
    counter-reset: num;
    margin: 0 8.07292vw;
  }
  .forum__list li {
    text-align: center;
    position: relative;
    counter-increment: num;
    background: #005bab;
    color: #fff;
    font-weight: 500;
    -moz-box-shadow: 0 0 3.90625vw rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 3.90625vw rgba(0, 64, 121, 0.13);
    padding: 22.65625vw 1.95312vw 13.02083vw;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .forum__list li:nth-child(3n + 2) {
    background: #003671;
  }
  .forum__list li:not(:last-child) {
    margin-bottom: 11.06771vw;
  }
  .forum__list li .item__point {
    display: block;
    text-align: center;
    width: 23.17708vw;
    height: 25.39062vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #005bab;
    padding: 6.38021vw 0.65104vw 0;
    font-size: 3.38542vw;
    background: url("/img/point_bg_sp.png") 0 0/100% no-repeat;
    position: absolute;
    top: -6.90104vw;
    left: 50%;
    letter-spacing: .1em;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .forum__list li .item__point:after {
    content: counter(num);
    display: block;
    margin-top: 0.39062vw;
    font-size: 8.46354vw;
  }
  .forum__list .item__ttl {
    font-size: 4.42708vw;
    letter-spacing: .075em;
    font-weight: 500;
    margin-bottom: 7.55208vw;
  }
  .forum__list p {
    letter-spacing: .075em;
  }
  .boxFilter .tab_filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.30208vw 10.02604vw;
  }
  .boxFilter .tab_filter .tab_btn {
    border: 0;
    width: 100%;
    margin: 0 1.30208vw;
    padding: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    cursor: pointer;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  .boxFilter .tab_filter .tab_btn span {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10.9375vw;
    font-size: 3.64583vw;
    padding: 0 0 0.52083vw 0;
    font-weight: 500;
    letter-spacing: .075em;
    color: rgba(0, 54, 113, 0.4);
    background: #bdc8d3;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    -moz-box-shadow: 0 1.30208vw 2.60417vw rgba(0, 64, 121, 0.13);
         box-shadow: 0 1.30208vw 2.60417vw rgba(0, 64, 121, 0.13);
    -webkit-transition: background .3s ease-out, color .3s ease-out;
    -moz-transition: background .3s ease-out, color .3s ease-out;
    transition: background .3s ease-out, color .3s ease-out;
  }
  .boxFilter .tab_filter .tab_btn span:after {
    content: '';
    display: block;
    border-left: 1.95312vw solid transparent;
    border-right: 1.95312vw solid transparent;
    border-top: 2.73438vw solid #005bab;
    position: absolute;
    bottom: -2.60417vw;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .boxFilter .tab_filter .tab_btn.filterActive span {
    background: #005bab;
    color: #fff;
  }
  .boxFilter .tab_filter .tab_btn.filterActive span:after {
    opacity: 1;
  }
  .boxFilter .tab_filters .tab_item {
    display: none;
  }
  .boxFilter .tab_filters .tab_item.show {
    display: block;
  }
  .accordion__trigger {
    cursor: pointer;
  }
  .accordion__target {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -moz-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
  }
  .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 86.84896vw;
    height: 16.14583vw;
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.13021vw;
    -moz-border-radius: 8.07292vw;
         border-radius: 8.07292vw;
    -moz-box-shadow: 0 0 2.60417vw 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 2.60417vw 0 rgba(0, 64, 121, 0.13);
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    position: relative;
  }
  .btn:after {
    content: "";
    width: 4.42708vw;
    height: 0.91146vw;
    background: url("/img/arrow_next.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.64583vw;
    margin: auto;
  }
  .btn-back {
    background-color: #bdc8d3;
    background-image: none;
  }
  .btn-yellow {
    background-color: #ffd800;
    background-image: none;
    color: #282828;
  }
  .btn-yellow:after {
    background-image: url("/img/arrow_black.png");
  }
  .btn-white {
    background-color: #ffffff;
    background-image: none;
    color: #003671;
    font-size:12px;
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
  }
  .btn-white:after {
    width: 15px;
    background-image: url("/img/arrow_next_blue.png");
    right: 10px;
  }
  .btn2 {
    width: 360px;
    height: 30px;
    border-radius: 40px;
  }
  .pagination {
    position: relative;
    z-index: 1;
  }
  .pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination ul li {
    margin: 0 2.99479vw;
  }
  .pagination ul li:not(.icon-pag).active a {
    color: #005bab;
  }
  .pagination ul li:not(.icon-pag) a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 4.6875vw;
    font-weight: 500;
    color: #282828;
  }
  .pagination ul .icon-pag a {
    width: 13.02083vw;
    height: 13.02083vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    display: block;
    -moz-box-shadow: 0 0 2.60417vw 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 2.60417vw 0 rgba(0, 64, 121, 0.13);
    -moz-border-radius: 1301.95312vw;
         border-radius: 1301.95312vw;
    overflow: hidden;
  }
  .pagination ul .icon-pag a i {
    width: 13.02083vw;
    height: 13.02083vw;
    background-image: url("/img/arrow_next.png");
    -moz-background-size: 4.42708vw 0.91146vw;
         background-size: 4.42708vw 0.91146vw;
    background-position: 4.16667vw 5.59896vw;
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  .pagination ul .icon-pag a i.glyphs-arrow-next:before {
    content: "";
    background-color: #005bab;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 37, 99, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(90deg, rgba(0, 37, 99, 0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pagination ul .icon-pag a i.glyphs-arrow-prev {
    background-color: #bdc8d3;
    background-image: url("/img/arrow_prev.png");
  }
  .contact {
    padding-top: 14.58333vw;
    padding-bottom: 15.75521vw;
    text-align: center;
    background-color: #e7eef6;
  }
  .contact-ttl {
    font-size: 5.72917vw;
    font-weight: 500;
    line-height: 7.29167vw;
    color: #005bab;
    margin-bottom: 5.59896vw;
  }
  .contact-des {
    font-size: 3.64583vw;
    line-height: 5.98958vw;
    letter-spacing: 0.13021vw;
    color: #282828;
    text-align: left;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  .contact .btn {
    margin-top: 10.41667vw;
  }
  .contact .note {
    font-size: 3.64583vw;
    line-height: 5.98958vw;
    margin-top: 3.77604vw;
    position: relative;
  }
  .contact .note:before {
    content: "*";
    display: inline-block;
    color: #005bab;
    margin-right: 0.52083vw;
  }
  .contact-form {
    margin: 7.16146vw 0 0;
  }
  .contact-form .form-row {
    padding: 1.82292vw 0;
  }
  .contact-form .form-row.required .form-row__label {
    position: relative;
  }
  .contact-form .form-row.required .form-row__label:after {
    content: "*";
    color: #005bab;
  }
  .contact-form .form-row__label {
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 5.98958vw;
    letter-spacing: 0.13021vw;
    color: #005bab;
    margin-bottom: 1.5625vw;
    display: block;
  }

  .annotation {
    font-size:13px;
  }

  .contact-form .form-row__wrap.r-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form .form-row__wrap.r-flex .c-form_input {
    width: 42.1875vw;
  }
  .contact-form .form-row__wrap.r-flex .sp_company_input {
    width: 39.1875vw;
  }
  .contact-form .form-row__wrap.r-flex .c-form_input:nth-child(2n) {
    margin-left: 2.60417vw;
  }
  .contact-form .form-row--single {
    display: block;
    margin-top: 3.38542vw;
    padding: 3.90625vw 0;
    border-top: 0.26042vw solid #fff;
  }
  .contact-form .form-row--single .c-radio {
    padding: 0;
    margin-top: 0.26042vw;
  }
  .contact-form .form-row--single + .form-row--single {
    margin-top: -4.16667vw;
    border-top: 0;
  }
  .contact-form .form-row--single .form-row__wrap {
    width: 100%;
  }
  .contact-form .form-row--single .form-row__label {
    display: block;
    width: 100%;
  }
  .contact-form .form-row--checkbox {
    border-top: 0.26042vw solid #fff;
    margin-top: 0.91146vw;
    padding: 10.9375vw 0 7.29167vw;
  }
  .contact-form .c-form {
    display: block;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 3.51562vw;
    font-size: 1.6rem;
  }
  .contact-form .c-form_input, .contact-form .c-form_select {
    height: 12.23958vw;
    background-color: #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    border: none;
  }
  .contact-form .c-form_input::-webkit-input-placeholder, .contact-form .c-form_select::-webkit-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input::-moz-placeholder, .contact-form .c-form_select::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input:-ms-input-placeholder, .contact-form .c-form_select:-ms-input-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-form_input::placeholder, .contact-form .c-form_select::placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .contact-form .c-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-form .c-checkbox input {
    display: none;
  }
  .contact-form .c-checkbox input:checked ~ label:after {
    opacity: 1;
  }
  .contact-form .c-checkbox label {
    display: block;
    cursor: pointer;
    font-size: 3.24583vw;
    line-height: 5.98958vw;
    position: relative;
    padding-left: 7.55208vw;
  }
  .contact-form .c-checkbox label:before, .contact-form .c-checkbox label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.52083vw;
    margin: auto;
  }
  .contact-form .c-checkbox label:before {
    width: 5.07812vw;
    height: 5.07812vw;
    background: #fff;
    bottom: 0;
  }
  .contact-form .c-checkbox label:after {
    width: 4.29688vw;
    height: 3.64583vw;
    opacity: 0;
    background: url("/img/btn_check2.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 0.52083vw;
    left: 1.30208vw;
  }
  .contact-form .c-checkbox label a {
    display: inline-block;
    color: #005bab;
    border-bottom: 0.26042vw solid #005bab;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s;
  }
  .contact-form .c-checkbox .c-error {
    text-align: center;
    margin-top: 2.60417vw;
  }
  .contact-form .c-radio {
    padding: 0.65104vw 0;
    margin-right: 3.64583vw;
  }
  .contact-form .c-radio input {
    display: none;
  }
  .contact-form .c-radio input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .contact-form .c-radio label {
    display: block;
    font-size: 3.64583vw;
    line-height: 5.98958vw;
    letter-spacing: 0.13021vw;
    padding-left: 5.46875vw;
    position: relative;
    cursor: pointer;
  }
  .contact-form .c-radio label:before, .contact-form .c-radio label:after {
    content: "";
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contact-form .c-radio label:before {
    width: 4.42708vw;
    height: 4.42708vw;
    left: 0.13021vw;
    background-color: #fff;
  }
  .contact-form .c-radio label:after {
    width: 2.60417vw;
    height: 2.60417vw;
    background: #5a93ce;
    left: 0.97656vw;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .contact-form .select-item {
    position: relative;
  }
  .contact-form .select {
    color: #bfbfbf;
    background: #fff url("/img/rectangle2.png") no-repeat;
    -moz-background-size: 2.86458vw 2.08333vw;
         background-size: 2.86458vw 2.08333vw;
    background-position: right 3.90625vw center;
    cursor: pointer;
  }
  .contact-form .select.empty {
    color: #282828;
  }
  .contact-form .c-error {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    color: #ff0000;
    letter-spacing: 0.13021vw;
    margin: 0.65104vw 0 0;
    display: block;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .sp_only {
    display: block;
  }
}