@charset "UTF-8";



@media screen and (min-width:300px) and (max-width:479px) {
}
@media screen and (min-width:480px) and (max-width:599px) {
}
@media screen and (min-width:600px) and (max-width:759px) {
}
@media screen and (min-width:760px) and (max-width:1079px) {
}


/* common
------------------------------- */
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background-color: black;
}
body {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;*/
    line-height: 1.7;
    font-weight: 500;
    /*color: white;*/
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust:100%;
}
a {
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:top;
}
button {
    width: 100%;
}
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}
.text-link a {
    color: #eaa9b6;
}
.flex-reverse {
    flex-flow: row-reverse;
}
html, body {
    height: auto !important;
    min-height: 100vh !important;
    overflow-x: hidden;
}


/* text
------------------------------- */
.font-bold {
    font-weight: bold;
}
.bold-font1 {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.text-blk {
    display: inline-block;
    text-align: left;
}
.list li{
    margin-left: 1.3em;
    text-indent: -1.3em;
}
.title-font {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tel-number a {
    text-decoration: none;
    }


/* color
------------------------------- */
.font-blk {
    color: #432;
}
.font-blue2 {
    color: #1E90FF;
}


/* font
------------------------------- */
.main-contents {
    font-size: 1.7rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents {
    font-size: 1.3rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents {
    font-size: 1.4rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents {
    font-size: 1.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents {
    font-size: 1.6rem;
}
}


/* web-font
------------------------------- */
@font-face {
  font-family: 'Makinas4';
  src: url('../webfonts/Makinas-4-Flat.woff2') format('woff2'),
       url('../webfonts/Makinas-4-Flat.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


/* display
------------------------------- */
.w300in {
    display: none;
}
.w480in {
    display: none;
}
.w600in {
    display: none;
}
.w1080in {
    display: none;
}
@media screen and (min-width:300px) and (max-width:479px) {
.w300in {
    display: block;
}
.w300out {
    display: none;
}
.w480in {
    display: block;
}
.w480out {
    display: none;
}
.w600in {
    display: block;
}
.w600out {
    display: none;
}
.w1080in {
    display: block;
}
.w1080out {
    display: none;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.w480in {
    display: block;
}
.w480out {
    display: none;
}
.w600in {
    display: block;
}
.w600out {
    display: none;
}
.w1080in {
    display: block;
}
.w1080out {
    display: none;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.w600in {
    display: block;
}
.w600out {
    display: none;
}
.w1080in {
    display: block;
}
.w1080out {
    display: none;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.w1080in {
    display: block;
}
.w1080out {
    display: none;
}
}


/* margin
------------------------------- */
.mgn-t5 {
    margin-top: 5px;
    margin-top: 0.5rem;
}
.mgn-t10 {
    margin-top: 10px;
    margin-top: 1.0rem;
}
.mgn-t20 {
    margin-top: 20px;
    margin-top: 2.0rem;
}
.mgn-t30 {
    margin-top: 30px;
    margin-top: 3.0rem;
}
.mgn-t40 {
    margin-top: 40px;
    margin-top: 4.0rem;
}
.mgn-t50 {
    margin-top: 50px;
    margin-top: 5.0rem;
}
.mgn-t75 {
    margin-top: 750px;
    margin-top: 7.5rem;
}
.mgn-t100 {
    margin-top: 100px;
    margin-top: 10.0rem;
}
.mgn-l3 {
    margin-left: 3px;
    margin-left: 0.3rem;
}
.mgn-l5 {
    margin-left: 5px;
    margin-left: 0.5rem;
}
.mgn-l10 {
    margin-left: 10px;
    margin-left: 1.0rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.mgn-t20 {
    margin-top: 1.5rem;
}
.mgn-t30 {
    margin-top: 2.0rem;
}
.mgn-t40 {
    margin-top: 3.0rem;
}
.mgn-t50 {
    margin-top: 3.5rem;
}
.mgn-t75 {
    margin-top: 3.75rem;
}
.mgn-t100 {
    margin-top: 7.0rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.mgn-t30 {
    margin-top: 2.5rem;
}
.mgn-t40 {
    margin-top: 3.5rem;
}
.mgn-t50 {
    margin-top: 4.0rem;
}
.mgn-t75 {
    margin-top: 4.5rem;
}
.mgn-t100 {
    margin-top: 8.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.mgn-t50 {
    margin-top: 4.25rem;
}
.mgn-t75 {
    margin-top: 5.5rem;
}
.mgn-t100 {
    margin-top: 9.0rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.mgn-t50 {
    margin-top: 4.5rem;
}
.mgn-t75 {
    margin-top: 6.0rem;
}
.mgn-t100 {
    margin-top: 9.5rem;
}
}


/* padding
------------------------------- */
.pdn-t100 {
    padding-top: 100px;
    padding-top: 10.0rem;
}
.pdn0 {
    padding: 0 !important;
}
@media screen and (min-width:300px) and (max-width:479px) {
.pdn-t100 {
    padding-top: 7.0rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.pdn-t100 {
    padding-top: 8.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.pdn-t100 {
    padding-top: 9.0rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.pdn-t100 {
    padding-top: 9.5rem;
}
}


/* loading home text
------------------------------- */
/* 初期状態：上にオフセット・透明 */
.animate.up {
  opacity: 0;
  transform: translateY(-100px);
}
/* 初期状態：下にオフセット・透明 */
.animate.down {
  opacity: 0;
  transform: translateY(50px);
}
/* 上から跳ねる keyframes */
@keyframes dropBounce {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  60% {
    transform: translateY(20px);
    opacity: 1;
  }
  80% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1; /* 最終的に1で固定 */
  }
}
/* アニメーション付与時に最終状態を保持 */
.animate.up.start {
  animation: dropBounce 0.8s forwards; /* forwardsで最後の状態を維持 */
}
/* 下からフェードイン */
@keyframes fadeUp {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate.down.start {
  animation: fadeUp 1.2s forwards; /* forwardsで最後の状態を維持 */
}


/* text fade in
------------------------------- */
/* 左からスライド */
.slide-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
}
.slide-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* フェードイン（下から少し遅れて表示） */
.fade-in-delay {
    opacity: 0;
    transform: translateY(1px); /* 少し下にずらす */
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}
.fade-in-delay.visible {
    opacity: 1;
    transform: translateY(0);
}


/* scroll
------------------------------- */
#services {
    scroll-margin-top: 150px;
}
#equipment {
    scroll-margin-top: 150px;
}
#company {
    scroll-margin-top: 150px;
}
#contact {
    scroll-margin-top: 150px;
}


/* home-img
------------------------------- */
.home-blk {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.home-back-blk {
    display: flex;
}
.home-fix {
    position: fixed;/*absoluteで固定解除*/
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;/*削除でアドレスバーなしで100vh表示*/
}
.home-img {
    background-image: url('../images/pc-top-001.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
}
.home-img-back {
    background-image: url('../images/main-img2.jpg');
    position: fixed;
    z-index: -1;
}
.home-inner {
    position: absolute;
    bottom: 7%;
    right: 7%;
    transform: none;
    max-width: 80%;     /* 最大幅は制限、でも内容に応じて縮む */
    text-align: left;
}
.home-inner a {
    font-size: 1.8rem;
    background: rgba(0,0,0,0.6);
    border: solid 1.0px #fff;
    border-radius: 0px;
    padding: 1rem 5rem;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: 0.5s;
    margin-top: 22.0rem;
}
.home-inner2 a {
    margin-top: 0rem;
    background: rgba(0,0,0,0.4);
}
.home-inner a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.home-title {
    font-size: 4.0rem;
    color: #fff;
    /*text-decoration: underline;*/
    /*text-decoration-thickness: 2px;*/
    font-family: 'Makinas4', sans-serif;
}
.home-text {
    font-size: 3.0rem;
    color: #fff;
    font-family: 'Makinas4', sans-serif;
}
@media screen and (min-width:300px) and (max-width:479px) {
.home-blk {
    height: 80vh; /* ビューポートの高さの60% */
    min-height: 80vh; /* 他のmin-height指定を上書き */
}
.home-img {
    background-image: url('../images/pc-top-001.jpg');
}
.home-img-back {
    background-image: url('../images/main-img2.jpg');
}
.home-title {
    font-size: 2.1rem;
}
.home-text {
    font-size: 1.6rem;
}
.home-inner {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 90vw;
    text-align: left;
    white-space: normal;
    word-break: break-word;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.home-img {
    background-image: url('../images/pc-top-001.jpg');
}
.home-img-back {
    background-image: url('../images/main-img2.jpg');
}
.home-title {
    font-size: 2.5rem;
}
.home-text {
    font-size: 2.0rem;
}
.home-inner {
    max-width: 70%;     /* 最大幅は制限、でも内容に応じて縮む */
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.home-img {
    background-image: url('../images/pc-top-001.jpg');
}
.home-img-back {
    background-image: url('../images/main-img2.jpg');
}
.home-title {
    font-size: 2.7rem;
}
.home-text {
    font-size: 2.2rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.home-img {
    background-image: url('../images/pc-top-001.jpg');
}
.home-img-back {
    background-image: url('../images/main-img2.jpg');
}
.home-title {
    font-size: 3.2rem;
}
.home-text {
    font-size: 2.7rem;
}
}


/* sub-img
------------------------------- */
.sub-blk {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.sub-img1 {
    background-image: url('../images/cyprus_img.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    min-height: 60vh;
    min-height: calc(var(--vh, 1vh) * 60);
    min-height: -webkit-fill-available;
}
.sub-img2 {
    background-image: url('../images/footer_img.jpg');
}
.sub-img3 {
    height: 40vh;
    min-height: 40vh;
    min-height: calc(var(--vh, 1vh) * 40);
    background-image: url('../images/shipping_img.jpg');
}
.sub-img4 {
    background-image: url('../images/cold-cube_link.jpg');
}
.sub-img5 {
    background-image: url('../images/cold-cube_top.jpg');
}
.sub-img6 {
    background-image: url('../images/cold-cube_bottom.jpg');
}
@media screen and (min-width:300px) and (max-width:479px) {
.sub-img1 {
    height: 45vh;
    min-height: 45vh;
    min-height: calc(var(--vh, 1vh) * 45);
}
.sub-img3 {
    height: 25vh;
    min-height: 25vh;
    min-height: calc(var(--vh, 1vh) * 25);
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.sub-img1 {
    height: 47.5vh;
    min-height: 47.5vh;
    min-height: calc(var(--vh, 1vh) * 47.5);
}
.sub-img3 {
    height: 27.5vh;
    min-height: 27.5vh;
    min-height: calc(var(--vh, 1vh) * 27.5);
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.sub-img1 {
    height: 50vh;
    min-height: 50vh;
    min-height: calc(var(--vh, 1vh) * 50);
}
.sub-img3 {
    height: 30vh;
    min-height: 30vh;
    min-height: calc(var(--vh, 1vh) * 30);
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.sub-img1 {
    height: 55vh;
    min-height: 55vh;
    min-height: calc(var(--vh, 1vh) * 55);
}
.sub-img3 {
    height: 35vh;
    min-height: 35vh;
    min-height: calc(var(--vh, 1vh) * 35);
}
}


/* business-img
------------------------------- */
.image-container-b {
    width: 75%;
    position: relative;
    margin: 0 auto; /* 中央寄せ（任意） */
}
.image-container-b img {
    width: 100%;
    height: auto;
    display: block;
}
.business-text {
    position: absolute;
    top: 5%;
    left: 5%;
    color: white;
    text-align: left;
}
.business-text .title{
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    font-size: 3.0rem;
}
.business-text .content{
    font-size: 2.0rem;
}

@media screen and (min-width:300px) and (max-width:479px) {
.image-container-b {
    width: 100%;
}
.business-text .title{
    font-size: 1.7rem;
}
.business-text .content{
    font-size: 1.3rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.image-container-b {
    width: 100%;
}
.business-text .title{
    font-size: 2.0rem;
}
.business-text .content{
    font-size: 1.4rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.image-container-b {
    width: 100%;
}
.business-text .title{
    font-size: 2.4rem;
}
.business-text .content{
    font-size: 1.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.image-container-b {
    width: 95%;
}
.business-text .title{
    font-size: 2.4rem;
}
.business-text .content{
    font-size: 1.5rem;
}
}


/* loading
------------------------------- */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
    width: 10%;
    height: auto;
    margin: 280px auto;
    text-align: center;
    /*background-color: #fff;
    border-radius: 100%;*/
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
0% {
    transform: scale(1.0);
} 100% {
    transform: scale(1.0);
    /*opacity: 0;*/
}
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width:300px) and (max-width:479px) {
.spinner {
    width: 30%;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.spinner {
    width: 25%;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.spinner {
    width: 20%;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.spinner {
    width: 15%;
}
}


/* global-nav-fix
------------------------------- */
.page-header  {
    z-index: 4;
    width: 100%;
    transition: .8s;
    background-color: rgba(255,255,255,0);
    height: 100px;
    height: 10rem;
    position: fixed;
    top: 0;
}
.page-header1  {
    z-index: 4;
    width: 100%;
    transition: .8s;
    background-color: rgba(255,255,255,0);
    height: 100px;
    height: 10rem;
    position: fixed;
    top: 0;
}
.mgn-header {
    margin-top: 10rem;
}
.is-fixed  {
    position:  fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: rgba(0,0,0,0.65);
    -webkit-transition: all .8s ease 0s,background .6s ease .2s;
    transition: all .8s ease 0s,background .6s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 90px;
    height: 9rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.page-header  {
    height: 6.5rem;
}
.mgn-header {
    margin-top: 6.5rem;
}
.is-fixed  {
    height: 6rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.page-header  {
    height: 7.0rem;
}
.mgn-header {
    margin-top: 7.0rem;
}
.is-fixed  {
    height: 6.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.page-header  {
    height: 7.0rem;
}
.mgn-header {
    margin-top: 7.0rem;
}
.is-fixed  {
    height:6.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.page-header  {
    height: 8.0rem;
}
.mgn-header {
    margin-top: 8.0rem;
}
.is-fixed  {
    height: 7.0rem;
}
}


/* slider
------------------------------- */
.slider{
    margin: 0 auto;
    width: 94%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before {
    color: #09C;
    margin-left: -2.0rem;
}
.slick-next:before {
    color: #09C;
    margin-left: 1.0rem;
}
/*.slick-dotted.slick-slider {
    padding-left: 0rem;
    margin: 0rem;
}*/
.slick-dots li button::before  {
    top: -200%;
}
@media screen and (min-width:300px) and (max-width:479px) {
.slider{
    margin: 0 auto;
    width: 80%;
}
.slick-prev:before {
    margin-left: -1.0rem;
}
.slick-next:before {
    margin-left: 0.5rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.slick-prev:before {
    margin-left: -1.0rem;
}
.slick-next:before {
    margin-left: 0.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
}
@media screen and (min-width:760px) and (max-width:1079px) {
}

/* header
------------------------------- */
.header-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 230px;
    width: 23rem;
    margin: 15px 0 20px 0;
    margin: 1.5rem 0 2.0rem 0;
}
@media screen and (min-width:300px) and (max-width:479px) {
.header-blk {
    display: block;
    text-align: center;
}
.logo {
    width: 15rem;
    margin: 1.5rem 0 1.5rem 0;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.header-blk {
    display: block;
    text-align: center;
}
.logo {
    width: 17rem;
    margin: 1.5rem 0 1.5rem 0;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.header-blk {
    display: block;
    text-align: center;
}
.logo {
    width: 17rem;
    margin: 1.5rem 0 1.5rem 0;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.logo {
    width: 17rem;
    margin: 1.5rem 0 2.0rem 0;
}
}


/* global-nav
------------------------------- */
.global-nav {
    font-size: 14px;/*IE8*/
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-nav a {
    transition: 0.5s;
}
.main-nav li {
    position: relative;
    width: 130px;
    width: 13rem;
    text-align: center;
    white-space: nowrap;
    font-family: 'Makinas4', sans-serif;
}
.main-nav > li {
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.main-nav > li+ li {
    border-left: 0;
    border-right: 1px solid white;
}
.main-nav1 > li {
    border-left: solid 1px rgba(0,153,204,0.3);
    border-right: solid 1px rgba(0,153,204,0.3);
}
.main-nav1 > li+ li {
    border-left: 0;
    border-right: solid 1px rgba(0,153,204,0.3);
}
.main-nav .cat {
    display: block;
    color: white;
    /*font-weight: bold;*/
    padding: 0.8rem 1.6rem;
}
.main-nav1 .cat {
    color: #09C;
}
.link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.0rem;
}
.link-icon a {
    font-size: 20px;/*IE8*/
    font-size: 2.0rem;
    color: #fff;
    display: inline-block;
    margin-left: 3.6rem;
}
.link-icon1 a {
    color: #09C;
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-nav {
    display: block;
    text-align: center;
}
.main-nav li {
    width: 20rem;
}
.main-nav > li {
    border-left: 0;
    border-right: 0;
}
.main-nav > li+ li {
    border-left: 0;
    border-right: 0;
}
.main-nav .cat {
    padding: 0;
    margin: 2.5rem 0;
    display: block;
    color: #fff;
}
.link-icon {
    position: absolute;
    top: 1.7rem;
    right: 5%;
}
.link-icon a {
    font-size: 2.0rem;
    margin-left: 1.3rem;
    margin-top: 0.2rem;
    margin-right: 0.6rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-nav {
    display: block;
    text-align: center;
}
.main-nav li {
    width: 20rem;
}
.main-nav > li {
    border-left: 0;
    border-right: 0;
}
.main-nav > li+ li {
    border-left: 0;
    border-right: 0;
}
.main-nav .cat {
    padding: 0;
    margin: 2.5rem 0;
    display: block;
    color: #fff;
}
.link-icon {
    position: absolute;
    top: 1.7rem;
    right: 5%;
}
.link-icon a {
    font-size: 20px;/*IE8*/
    font-size: 2.0rem;
    margin-left: 1.3rem;
    margin-top: 0.4rem;
    margin-right: 0.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-nav {
    display: block;
    text-align: center;
}
.main-nav li {
    width: 20rem;
}
.main-nav > li {
    border-left: 0;
    border-right: 0;
}
.main-nav > li+ li {
    border-left: 0;
    border-right: 0;
}
.main-nav .cat {
    padding: 0;
    margin: 2.5rem 0;
    display: block;
    color: #fff;
}
.link-icon {
    position: absolute;
    top: 1.7rem;
    right: 5%;
}
.link-icon a {
    font-size: 20px;/*IE8*/
    font-size: 2.0rem;
    margin-left: 1.3rem;
    margin-top: 0.45rem;
    margin-right: 0.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.global-nav {
    font-size: 13px;/*IE8*/
    font-size: 1.3rem;
}
.main-nav li {
    width: 11rem;
}
.main-nav .cat {
    padding: 0.5rem 1.0rem;
}
.link-icon {
    margin-left: 0.5rem;
}
.link-icon a {
    font-size: 20px;/*IE8*/
    font-size: 2.0rem;
    margin-left: 2.7rem;
}
}


/*Instagram
--------------------------------------------------------------*/
/* Instagramリンク初期スタイル（右外に隠す） */
.link {
    position: fixed;
    right: -60px;       /* 初期は画面右外 */
    bottom: 50px;
    width: 40px;
    height: 40px;
    z-index: 99999;
    box-sizing: border-box;
    background: transparent;
    opacity: 0;         /* 初期は見えない */
    transition: right 0.5s ease, opacity 0.5s ease; /* フェード+スライド */
}
/* ロード後表示用クラス */
.link.visible {
    right: 60px;        /* 表示位置 */
    opacity: 1;
}
/* 非表示用クラス（下までスクロール時） */
.link.hide {
    opacity: 0;
    right: -80px;       /* 右方向にスライドして隠す */
    pointer-events: none;
}
/* アイコンの丸ボタンデザイン */
.link-icon .inst a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6); /* 半透明 */
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: #E1306C;
    font-size: 32px;
    transition: 0.3s;
}
.link-icon .inst a:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}
/* スマホ用調整（画面幅760px以下） */
@media screen and (max-width: 759px) {
    .link {
        right: -50px;   /* 初期は画面右外 */
        bottom: 50px;
        width: 40px;
        height: 40px;
    }

    .link.visible {
        right: 15px;   /* スマホ表示位置 */
    }

    .link.hide {
        right: -50px;  /* スマホ用非表示位置 */
    }

    .link-icon .inst a {
        width: 50px;
        height: 50px;
        font-size: 27px;
    }
}


/*hover action-main
--------------------------------------------------------------*/
@media screen and (min-width:960px) {
.main-nav a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 70%;
    margin-left: 15%;
    height: 2px;
    /*background: -moz-linear-gradient(right, #1E90FF, #9400D3);
    background: -webkit-linear-gradient(right, #1E90FF, #9400D3);
    background: linear-gradient(to right, #1E90FF, #9400D3);*/
    background: white;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s;
}
.main-nav a:hover::after {
    /*transform-origin: left top;
    transform: scale(1, 1);*/
}
.tw a:hover {
    transition: .5s;
    color: #1E90FF;
    /*background: -webkit-linear-gradient(0deg, #1E90FF, #9400D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.main-nav a:hover {
    transition: .5s;
    opacity: 0.8;
}
.main-contents .licard:hover {
    /*-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #32cd32;*/
    /*transform: scale(1.05);*/
    /*background: -moz-linear-gradient(right, red, orange);
    background: -webkit-linear-gradient(right, red, orange);
    background: linear-gradient(to right, red, orange);*/
}
.f-link a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 90%;
    margin-left: 5%;
    height: 1.5px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s;
}
.f-link a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.page-link a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 90%;
    margin-left: 5%;
    height: 1.6px;
    background: -moz-linear-gradient(right, #1E90FF, #9400D3);
    background: -webkit-linear-gradient(right, #1E90FF, #9400D3);
    background: linear-gradient(to right, #1E90FF, #9400D3);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s;
}
.page-link a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
}


/* breadcrumbs
------------------------------- */
.breadcrumbs {
    /*margin-top: 10px;*/
    font-size: 13px;/*IE8*/
    font-size: 1.3rem;
    display: flex;
    list-style: none;
    align-items: center;
    /*-webkit-transform: skew(-15deg);
    transform: skew(-15deg);*/
}
.breadcrumbs li {
    /*content: '/';*/
    display: inline-block;
    padding: 0 0.4rem;
}
.breadcrumbs li:last-child::after{
    display: none;
}
.breadcrumbs a{
    color: #432;
    display: inline-block;
}
.breadcrumbs .active-page {
    background: -webkit-linear-gradient(0deg, #1E90FF, #9400D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width:300px) and (max-width:479px) {
.breadcrumbs {
    font-size: 1.0rem;
    margin-top: 0.2rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.breadcrumbs {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.breadcrumbs {
    font-size: 1.15rem;
    margin-top: 0.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.breadcrumbs {
    font-size: 1.2rem;
}
}


/* title
------------------------------- */
.main-contents .main-title1 {
    font-family: 'Makinas4', sans-serif;
    font-size: 30px;/*IE8*/
    font-size: 3.0rem;
    position: relative;
    text-align: center;
}
.main-contents .sub-title1 {
    font-size: 17px;/*IE8*/
    font-size: 1.7rem;
    color: #eaa9b6
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents .main-title1 {
    font-size: 2.2rem;
}
.main-contents .sub-title1 {
    font-size: 1.3rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents .main-title1 {
    font-size: 2.3rem;
}
.main-contents .sub-title1 {
    font-size: 1.4rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents .main-title1 {
    font-size: 2.4rem;
}
.main-contents .sub-title1 {
    font-size: 1.5rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents .main-title1 {
    font-size: 2.8rem;
}
.main-contents .sub-title1 {
    font-size: 1.6rem;
}
}


/* licard
------------------------------- */
.main-contents .licard-a {
    display: flex;
    height: auto;
    position: relative;
}
.main-contents .licard-a .licard-img {
    width: 55%;
    height: 100%;
    padding: 0%;
}
.main-contents .licard-a .licard-title {
    font-size: 1.9rem;
}
.main-contents .licard-a .licard-text {
    width: 45%;
    height: auto;
    padding: 1.75% 3%;
    background-color: #fff;
    font-size: 1.6rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents .licard-a {
    display: block;
}
.main-contents .licard-a .licard-img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-contents .licard-a .licard-title {
    font-size: 1.6rem;
}
.main-contents .licard-a .licard-text {
    width: 90%;
    margin: 0 auto;
    padding: 4.0% 4.0%;
    font-size: 1.3rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents .licard-a {
    display: block;
}
.main-contents .licard-a .licard-img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-contents .licard-a .licard-title {
    font-size: 1.7rem;
}
.main-contents .licard-a .licard-text {
    width: 90%;
    margin: 0 auto;
    padding: 4.0% 4.0%;
    font-size: 1.4rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents .licard-a {
    display: block;
}
.main-contents .licard-a .licard-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-contents .licard-a .licard-title {
    font-size: 1.7rem;
}
.main-contents .licard-a .licard-text {
    width: 100%;
    margin: 0 auto;
    padding: 4.0% 4.0%;
    font-size: 1.4rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents .licard-a {
    display: block;
}
.main-contents .licard-a .licard-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main-contents .licard-a .licard-title {
    font-size: 1.8rem;
}
.main-contents .licard-a .licard-text {
    width: 100%;
    margin: 0 auto;
    padding: 3.5% 3.5%;
    font-size: 1.5rem;
}
}


/* licard-wrapper
------------------------------- */
.licard-a-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.0rem; /* グリッド間の余白 */
}
/* 300px〜479px：スマホ小サイズ → 1列表示 */
@media screen and (min-width: 300px) and (max-width: 479px) {
.licard-a-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
}
/* 480px〜599px：スマホ中サイズ → 2列表示（2×2） */
@media screen and (min-width: 480px) and (max-width: 599px) {
.licard-a-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
}
/* 600px〜759px：タブレット小サイズ → 2列表示維持 */
@media screen and (min-width: 600px) and (max-width: 759px) {
.licard-a-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
/* 760px〜1079px：PC中サイズ → 2列表示維持または拡張 */
@media screen and (min-width: 760px) and (max-width: 1079px) {
.licard-a-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}


/* news
------------------------------- */
.main-contents .news-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-left: 5%;
}
.main-contents .news-text {
    border-bottom: solid 0.5px #fff;
    padding-bottom: 2.2rem;
    font-size: 15.5px;
    font-size: 1.55rem;
    width: 90%;
    margin-left: 5%;
}
.main-contents .news-day {
    white-space: nowrap;
    width: 115px;
    width: 11.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0px;
}
.main-contents .news-info {
    white-space: nowrap;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 1px #932e44;
    background-color: #932e44;
    color: #fff;
    padding: 0.3rem 1.0rem;
    margin: 0.5rem 1.0rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents .news-text {
    padding-bottom: 1.4rem;
    font-size: 1.3rem;
}
.main-contents .news-day {
    width: 9rem;
    font-size: 1.25rem;
}
.main-contents .news-info {
    font-size: 1rem;
    padding: 0.3rem 1.0rem;
    margin: 0.5rem 1.0rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents .news-text {
    padding-bottom: 1.6rem;
    font-size: 1.35rem;
}
}
.main-contents .news-day {
    width: 9.5rem;
    font-size: 1.3rem;
}
.main-contents .news-info {
    font-size: 1.05rem;
    padding: 0.3rem 1.0rem;
    margin: 0.5rem 1.0rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents .news-text {
    padding-bottom: 1.8rem;
    font-size: 1.4rem;
}
.main-contents .news-day {
    width: 10rem;
    font-size: 1.35rem;
}
.main-contents .news-info {
    font-size: 1.1rem;
    padding: 0.3rem 1.0rem;
    margin: 0.5rem 1.0rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents .news-text {
    padding-bottom: 2.0rem;
    font-size: 1.45rem;
}
.main-contents .news-day {
    width: 10.5rem;
    font-size: 1.4rem;
}
.main-contents .news-info {
    font-size: 1.15rem;
    padding: 0.3rem 1.0rem;
    margin: 0.5rem 1.0rem;
}
}


/* hamburger-menu
------------------------------- */
/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(147,46,68,0.8);
    /*丸のスタート位置と形状*/
	  transform: scale(0);/*scaleをはじめは0に*/
	  bottom:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
    display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.2s;/*0.2 秒遅らせて出現*/
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes gnaviAnime{
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    width: 45%;
}
.openbtn2 span{
    background-color: #932e44;
}
.openbtn1 span:nth-of-type(1) {
    top:15px;
}
.openbtn1 span:nth-of-type(2) {
    top:23px;
}
.openbtn1 span:nth-of-type(3) {
    top:31px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #fff;
}
.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #fff;
}
@media screen and (min-width:300px) and (max-width:479px) {
.ham-nav {
    font-size: 1.5rem;
}
#g-nav-list {
    left: 0;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.ham-nav {
    font-size: 1.5rem;
}
#g-nav-list {
    left: 0;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.ham-nav {
    font-size: 1.5rem;
}
#g-nav-list {
    left: 0;
}
}


/* link-btn
------------------------------- */
/*== ボタン共通設定 */
.link-btn1{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;/* ボーダーの色と太さ */
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    width: 15%;
    margin-left: 42.5%;
}
.link-btn1 a{
    display: block;
    transition: 0.5s;
    padding: 0.5rem 0rem;
}
/*ボタン内spanの形状*/
.link-btn1 span {
    position: relative;
    z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color:#fff;
    transition: ease .2s;
    display: block;
    padding: 0.6rem 0;
}
@media screen and (min-width:960px) {
/*.link-btn1:hover span{
    color:black;
    transition: ease .2s;
    font-weight: bold;
}*/
.link-btn1 a:hover{
    transition: 0.5s;
    background-color: rgba(255,255,255,0.2);
}
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents .link-btn1{
    width: 45%;
    margin-left: 27.5%;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents .link-btn1{
    width: 35%;
    margin-left: 32.5%;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents .link-btn1{
    width: 30%;
    margin-left: 40%;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents .link-btn1{
    width: 25%;
    margin-left: 37.5%;
}
}


/* accordion
------------------------------- */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
/*.qa-list dl::before {
    position: absolute;
    top: 30px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}*/
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.qa-list dt a{
    color: #432;
}
.qa-list dt a:hover{
    /*background: -webkit-linear-gradient(0deg, #1E90FF, #9400D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #1E90FF;
    transition: 0.3s;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
}


/* scroll-up load-up
------------------------------- */
.scroll-up {
    opacity: 0; transform: translateX(50px); /*スクロールアップする距離*/
    transition: all 1.5s;/*処理にかかる時間*/
}
.scroll-up.done, .scroll-fade.done {
    opacity : 1; transform : translate(0, 0);
}
.load-up {
    opacity: 0; transform: translateX(-70px); /*スクロールアップする距離*/
    transition: all 1.0s;/*処理にかかる時間*/
}
.load-up.done, .load-fade.done {
    opacity : 1; transform : translate(0, 0);
}
.scroll-up1 {
    opacity: 0; transform: translateX(50px); /*スクロールアップする距離*/
    transition: all 1.5s;/*処理にかかる時間*/
}
.scroll-up1.done, .scroll-fade1.done {
    opacity : 1; transform : translate(0, 0);
}
.load-up1 {
    opacity: 0; transform: translateX(70px); /*スクロールアップする距離*/
    transition: all 1.0s;/*処理にかかる時間*/
}
.load-up1.done, .load-fade1.done {
    opacity : 1; transform : translate(0, 0);
}
@keyframes zoomInAnime{
from {
	transform: scale(0.6);
}
to {
    transform: scale(1);
}
}


/* table
------------------------------- */
.main-contents table {
    /*width: 96%;*/
    margin: 0 auto;
    font-size: 16.5px;/*IE8*/
    font-size: 1.65rem;
}
.table-scroll{
    overflow: auto;
    /*overflow-x: scroll;
    -webkit-overflow-scrolling: touch;*/
}
.table-std table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: center;
    width: 100%;
    /*white-space: nowrap;*/
}
.table-std table .td1 {
    white-space: nowrap;
    width: 25%;
}
.table-std table tr {
    border-bottom: solid 0.5px #fff;
}
.table-std table td {
    padding: 2.2rem 2.0rem;
}
.president-photo img {
    width: 40%;
    height: 100%;
    display: block;
    padding: 1.5% 0%;
}
@media screen and (min-width:300px) and (max-width:479px) {
.main-contents table {
    font-size: 1.25rem;
}
.table-std table .td1 {
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
}
.table-std table td {
    padding: 1.4rem 1.6rem;
    display: block;
}
.president-photo img {
    width: 70%;
    padding: 1.5% 0%;
    display: inline-block; /* 中央寄せに必要 */
}
.president-photo {
    text-align: center; /* td内で中央寄せ */
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.main-contents table {
    font-size: 1.35rem;
}
.table-std table .td1 {
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
}
.table-std table td {
    padding: 1.6rem 1.6rem;
    display: block;
}
.president-photo img {
    width: 65%;
    padding: 1.5% 0%;
    display: inline-block; /* 中央寄せに必要 */
}
.president-photo {
    text-align: center; /* td内で中央寄せ */
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents table {
    font-size: 1.45rem;
}
.table-std table td {
    padding: 1.8rem 1.5rem;
}
.president-photo img {
    width: 65%;
    padding: 1.5% 0%;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.main-contents table {
    font-size: 1.55rem;
}
.table-std table td {
    padding: 2.0rem 1.8rem;
}
.president-photo img {
    width: 65%;
    padding: 1.5% 0%;
}
}


/* contact-form
------------------------------- */
.contact-form .form-blka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.0rem 2.0rem;
    border-bottom: solid 2px #f5f5f5;
    align-items: center;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}
/*.contact-form p{
    padding: 0.45rem 0rem;
}*/
.contact-form .form-blka .blk1{
    width: 30%;
}
.contact-form .form-blka .blk2{
    width: 70%;
    /*background: #32cd32;*/
}
/*.contact-form .form-blkb .blk1{
    width: 50%;
}
.contact-form .form-blkb .blk2{
    width: 50%;
}*/
.contact-form .form-blka .blk2 p{
    margin: 0;
    padding: 0;
}
.contact-form .sel-box{
    background: #fff;
    border: 1.5px solid #cccccc;
    /*border-radius: 6px;*/
}
.contact-form select {
    font-size: 17px;
    padding: 0.3rem 2.0rem;
}
.contact-form .text-box{
    background: #fff;
    border: 1.5px solid #cccccc;
    /*border-radius: 6px*/
    display: block;
    width: 95%;
    padding: 0.8rem 1.5rem;
    margin: 0;
}
.contact-form .req-blk {
    padding: 4.0rem 2.0rem;
}
.contact-form .req-blk .text-box {
    margin-top: 1.5rem;
    width: 96.5%;
}
.contact-form .confirm-btn p {
    padding: 0;
}
.contact-form .confirm-btn {
    margin: 1.7rem 2rem;
}
.contact-form .infobox p {
    padding: 0;
}
.contact-form .infobox-container {
    padding: 2rem 2rem 1rem 2rem;
}
.contact-form .infobox {
    height: 30rem;
    padding: 1rem 1.5rem;
    width: 96.5%;
    overflow: auto;
    border: 1.5px solid #cccccc;
    background-color: #fff;
}
.contact-form .ag-check {
    margin: 0rem 2rem;
}
.contact-form .send-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.send-form p{
    padding: 0rem 0rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.contact-form .form-blka {
    padding: 2.4rem 1.2rem;
    display: block;
}
.contact-form .form-blka .blk1{
    width: 100%;
}
.contact-form .form-blka .blk2{
    width: 100%;
    margin-top: 0.3rem;
}
.contact-form .text-box{
    width: 100%;
}
.contact-form .req-blk {
    padding: 2.4rem 1.2rem;
}
.contact-form .req-blk .blk1 p{
    padding: 0;
}
.contact-form .req-blk .text-box {
    margin-top: 0.6rem;
    width: 100%;
}
.contact-form .confirm-btn {
    margin: 1.0rem 1.2rem;
}
.contact-form .infobox-container {
    padding: 1.2rem 1.2rem 1rem 1.2rem;
}
.contact-form .infobox {
    height: 25rem;
    padding: 0.4rem 0.6rem;
    width: 100%;
}
.contact-form .ag-check {
    margin: 0rem 1.2rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.contact-form .form-blka {
    padding: 2.6rem 1.4rem;
    display: block;
}
.contact-form .form-blka .blk1{
    width: 100%;
}
.contact-form .form-blka .blk2{
    width: 100%;
    margin-top: 0.5rem;
}
.contact-form .text-box{
    width: 100%;
}
.contact-form .req-blk {
    padding: 2.6rem 1.4rem;
}
.contact-form .req-blk .text-box {
    margin-top: 0.8rem;
    width: 100%;
}
.contact-form .confirm-btn {
    margin: 1.0rem 1.4rem;
}
.contact-form .infobox-container {
    padding: 1.4rem 1.4rem 1rem 1.4rem;
}
.contact-form .infobox {
    height: 25rem;
    padding: 0.5rem 0.8rem;
    width: 100%;
}
.contact-form .ag-check {
    margin: 0rem 1.4rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.contact-form .form-blka {
    padding: 2.8rem 1.6rem;
}
.contact-form .form-blka .blk1{
    width: 32%;
}
.contact-form .form-blka .blk2{
    width: 68%;
}
.contact-form .text-box{
    width: 95%;
}
.contact-form .req-blk {
    padding: 2.8rem 1.6rem;
}
.contact-form .req-blk .text-box {
    margin-top: 1.0rem;
    width: 96.5%;
}
.contact-form .confirm-btn {
    margin: 1.0rem 1.6rem;
}
.contact-form .infobox-container {
    padding: 1.6rem 1.6rem 1rem 1.6rem;
}
.contact-form .infobox {
    height: 25rem;
    padding: 0.7rem 1.2rem;
    width: 96.5%;
}
.contact-form .ag-check {
    margin: 0rem 1.6rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.contact-form .form-blka {
    padding: 3.2rem 1.8rem;
}
.contact-form .form-blka .blk1{
    width: 30%;
}
.contact-form .form-blka .blk2{
    width: 70%;
}
.contact-form .text-box{
    width: 95%;
}
.contact-form .req-blk {
    padding: 3.2rem 1.8rem;
}
.contact-form .req-blk .text-box {
    margin-top: 1.3rem;
    width: 96.5%;
}
.contact-form .confirm-btn {
    margin: 1.2rem 1.8rem;
}
.contact-form .infobox-container {
    padding: 1.8rem 1.8rem 1rem 1.8rem;
}
.contact-form .infobox {
    height: 30rem;
    padding: 0.8rem 1.3rem;
    width: 96.5%;
}
.contact-form .ag-check {
    margin: 0rem 1.8rem;
}
}


/* sitemap
------------------------------- */
.sitemap ul li ul {
    margin-top: .5em;
    margin-bottom: .5em;
    margin-left: 50px;
}
.sitemap ul li ul li {
    margin-bottom: .25em;
    position: relative;
}
.sitemap ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.3em;
    left: -15px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1.5px solid white;
}

.sitemap ul li ul li:last-child::before {
    height: calc(1em + .25em);
}

.sitemap ul li ul li::after {
    content: "";
    position: absolute;
    top: 0.85em;
    left: -15px;
    width: 15px;
    border-bottom: 1.5px solid white;
}
.sitemap a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sitemap a:hover {
    color: #ccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-blk {
    display: flex;
    justify-content: start;
}
.site-contents {
    margin-right: 5%;
}
@media screen and (min-width:300px) and (max-width:479px) {
.site-blk {
    display: block;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.site-blk {
    display: block;
}
.site-contents {
    margin-left: 5%;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
}
@media screen and (min-width:760px) and (max-width:1079px) {
}


/* footer
------------------------------- */
#container {
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    background: rgba(51, 16, 45, 0.9);
    color: #fff;
}
#container1 {
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    background: rgba(30, 30, 30, 0.85);
    color: #fff;
}
#container-f {
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    background: rgba(51, 16, 45, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* 画面いっぱいに伸ばす */
}
#contents {
    padding-bottom: 300px;
    padding-bottom: 30rem;
    /*background-color: #fff0e0;*/
    /*background: rgba(0,0,0,0.6);*/
}
#contents1 {
    padding-bottom: 120px;
    padding-bottom: 12rem;
}
.contents-f {
    flex: 1; 
}
.page-footer {
    position: absolute;
    /*background-color: #000066;*/
    bottom: 0;
    width: 100%;
    /*border-top: 1px solid white;*/
    background: #4f1622;
    padding-top: 1.5rem;
}
.footer-contents {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.footer-contents .f-link {
    font-size: 14px;/*IE8*/
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    /*margin: 0 auto;*/
}
.footer-contents .f-text {
    font-size: 14px;/*IE8*/
    font-size: 1.4rem;
    margin: 0 1.5rem;
    color: #fff;
}
.footer-contents a {
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 1.5rem;
    white-space: nowrap;
}
.footer-contents1 a {
    color: #432;
}
.f-logo-blk {
    display: flex;
}
.f-logo {
    width: 110px;
    width: 11rem;
    height: auto;
    margin: 2.5rem 1.0rem 1.5rem 1.0rem;
}
.copy-right {
    color: #fff;
    text-align: center;
    /*background: #000066;*/
    padding-bottom: 0.5rem;
}
.copy-right .ps a {
    color: #fff;
}
small {
    font-size: 13px;/*IE8*/
    font-size: 1.3rem;
}
@media screen and (min-width:300px) and (max-width:479px) {
.footer-contents {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.footer-contents .f-blk {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
}
.footer-contents .f-link {
    font-size: 1.1rem;
    display: block;
    text-align: left;
    /*margin: 1rem;*/
    margin-right: 1.5rem;
}
.footer-contents .f-text {
    font-size: 1.1rem;
    margin: 1rem 0.7rem;
}
.footer-contents a {
    margin: 0 0.7rem;
}
.f-logo {
    width: 7rem;
    margin: 1.0rem 0rem 1.0rem 1.0rem;
    display: inline-block;
}
.copy-right .blk {
    display: block;
}
#contents {
    padding-bottom: 20rem;
}
#contents1 {
    padding-bottom: 5rem;
}
small {
    font-size: 1.0rem;
}
}
@media screen and (min-width:480px) and (max-width:599px) {
.footer-contents {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.footer-contents .f-blk {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
}
.footer-contents .f-link {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    /*margin: 1.5rem;*/
    margin-right: 2.5rem;
}
.footer-contents .f-text {
    font-size: 1.2rem;
    margin: 0 0.7rem;
}
.footer-contents a {
    margin: 0 0.7rem;
}
.f-logo {
    width: 7.5rem;
    margin: 1.5rem 0rem 1.5rem 1.25rem;
    display: inline-block;
}
#contents {
    padding-bottom: 22rem;
}
#contents1 {
    padding-bottom: 7rem;
}
small {
    font-size: 1.0rem;
}
}
@media screen and (min-width:600px) and (max-width:759px) {
.main-contents .join-logo img {
    width: 28%;
    margin-top: 1.2rem;
}
.footer-contents {
    /*display: block;
    text-align: center;
    padding-top: 2.0rem;*/
}
.footer-contents .f-link {
    font-size: 1.2rem;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}
.footer-contents .f-text {
    font-size: 1.2rem;
    margin: 0 0.7rem;
}
.footer-contents a {
    margin: 0 0.7rem;
}
.f-logo {
    width: 9rem;
    margin: 2.0rem 0rem 1.5rem 1.8rem;
    display: inline-block;
}
#contents {
    padding-bottom: 24rem;
}
#contents1 {
    padding-bottom: 8rem;
}
small {
    font-size: 1.1rem;
}
}
@media screen and (min-width:760px) and (max-width:1079px) {
.footer-contents {
    /*display: block;
    text-align: center;
    padding-top: 2.0rem;*/
}
.footer-contents .f-link {
    font-size: 1.3rem;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}
.footer-contents .f-text {
    font-size: 1.3rem;
    margin: 0 1.5rem;
}
.footer-contents a {
    margin: 0 1.5rem;
}
.f-logo {
    width: 10rem;
    margin: 2.0rem 0rem 1.5rem 1.7rem;
    display: inline-block;
}
#contents {
    padding-bottom: 25rem;
}
#contents1 {
    padding-bottom: 9rem;
}
small {
    font-size: 12px;/*IE8*/
    font-size: 1.2rem;
}
}


/* css-end
------------------------------- */
