@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px
dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px
solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
* CSS SET
================================================*/
a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

body {
    font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "メイリオ", sans-serif;
    background-color: #F2F2F2;
    /*
background:#ddd url("../image/slide/1.png") no-repeat center center;
background-size:cover;
*/
}

.w1200 {
    max-width: 1200px;
    margin: auto;
}

header {
    background-color: #333333;
    padding: 10px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header_logo {
    width: 100%;
}

.header_logo_image {
    width: 100px;
}
@media screen and (max-width:720px) {
.header_logo_image {
    width: 80px;
}
}

.header_menu {
    display: flex;
}

@media screen and (max-width:720px) {
    .header_menu {
        display: none;
    }

    .header_menu_sp {
        display: flex;
    }
}

.header_menu_button {
    margin: auto;
    width: 150px;
    text-align: center;
}

.header_menu_button_font {
    color: #ffffff;
    font-size: 14px;
    transition: 0.2s;
}

.header_menu_button_font:hover {
    color: #ffffff;
    font-size: 16px;
}

.header_sns {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
}

@media screen and (max-width:800px) {
    .header_sns {
        margin-top: 6px;
    }
}

.header_sns_box {
    text-align: right;
}

.subHeader_icon_image {
    height: 20px;
}

.subHeader_language {
    line-height: 20px;
    margin-right: 14px;
    color: #adadad;
    text-decoration: none;
    font-size: 12px;
}

.subHeader_language:hover {
    color: #ffffff;
}





.menu {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width:800px) {
    .menu {
        display: none;
    }
}

.menu > li {
    text-align: center;
    float: left;
    width: 100px;
    /* グローバルナビ4つの場合 */
    height: 40px;
    line-height: 40px;
}

.menu > li a {
    display: block;
    color: #adadad;
    font-size: 14px;
    transition: 0.2s;
}

.menu > li a:hover {
    color: #ffffff;
    font-size: 16px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 3px;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #1c1c1c;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}











.header_menu_sp {
    display: none;
    margin-left: auto;
}

@media screen and (max-width:800px) {
    .header_menu_pc {
        display: none;
    }

    .header_menu_sp {
        display: flex;
    }
}

#nav-drawer {
    position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-top: 6px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    padding-top: 20px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 40%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 320px;
    /*最大幅（調整してください）*/
    height: 100%;
    color: #ffffff;
    background: #1c1c1c;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    line-height: 50px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}









/*================================================
* SlideShow
================================================*/
.slide-show {
    width: 100%;
    /* スライドショーの幅 */
    max-width: 100%;
    /* スマホで表示が欠けないように */
    margin: auto;
    /* 中央揃え */
    position: relative;
}

.slide-show p {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    width: 90%;
    padding: 10px;
    line-height: 1.3em;
}


p.slideTitle {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    width: 90%;
    padding: 10px;
    line-height: 1.3em;

    text-shadow:
        black 1px 1px 30px, black -1px 1px 10px,
        black 1px -1px 30px, black -1px -1px 10px;
}

@media screen and (max-width:1000px) {
    .slide-show p {
        font-size: 30px;
    }
}

@media screen and (max-width:720px) {
    .slide-show p {
        font-size: 15px;
    }
}

.slide-show img {
    animation: show 12s infinite;
    /* 12秒のスライドショーを繰り返し */
    max-width: 100%;
    height: auto;
    opacity: 0;
    position: absolute;
    /* 画像を重ねて表示 */
    left: 0;
    top: 0;
}

@keyframes show {
    0% {
        opacity: 0
    }

    17% {
        opacity: 1
    }

    33% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.slide-show img:nth-of-type(1) {
    position: relative;
}

.slide-show img:nth-of-type(2) {
    animation-delay: 0s;
}

.slide-show img:nth-of-type(3) {
    animation-delay: 4s;
}

.slide-show img:nth-of-type(4) {
    animation-delay: 8s;
}





.blockA {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 40px;
    width: 100%;
    z-index: 99;
}

@media screen and (max-width:720px) {
    .blockA {
        padding: 20px;
        height: 100vh;
        margin-top: 50px;
    }
}

.blockA_box {
    margin-top: 120px;
}

@media screen and (max-width:1000px) {
    .blockA_box {
        margin-top: 80px;
    }
}


@media screen and (max-width:720px) {
    .blockA_box {
        margin-top: 50px;
    }
}

.blockA_box_titleEN {
    text-align: center;
    font-size: 70px;
    margin: 0px 0px 30px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .blockA_box_titleEN {
        font-size: 26px;
        margin: 0px 0px 0px 0px;
    }
}

.blockA_box_titleJP {
    text-align: center;
    font-size: 40px;
    margin: 0px 0px 80px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .blockA_box_titleJP {
        font-size: 16px;
        margin: 0px 0px 50px 0px;
    }
}

.blockA_box_titleA {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 0px 0px 40px 0px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    line-height: 1.5em
}

@media screen and (max-width:720px) {
    .blockA_box_titleA {}
}

@media screen and (max-width:720px) {
    .blockA_box_titleA {
        font-size: 24px;
    }
}


.blockA_box_text {
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 30px 0px;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .blockA_box_text {
        font-size: 13px;
        margin: 0px 0px 30px 0px;
    }
}

.blockA_box_text_box {
    margin-top: 80px;
}

.blockA_box_textA {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 50px 0px;
    line-height: 1.5em;
}

.blockA_box_flex {
    display: flex;
}

@media screen and (max-width:720px) {
    .blockA_box_flex {
        display: block;
        margin-top: 50px;
    }
}

.blockA_box_link {
    text-align: center;
    margin: auto;
    margin-top: 60px;
}

@media screen and (max-width:720px) {
    .blockA_box_link {
        margin-top: 20px;
    }
}

.sakeyou_blockA_box_flex {
    display: flex;
    width: 800px;
    margin: auto;
    margin-bottom: 100px;
}

@media screen and (max-width:720px) {
    .sakeyou_blockA_box_flex {
        display: block;
        width: 100%;
        padding: 0px 20px;
    }
}

.sakeyou_blockA_box_link {
    text-align: center;
    margin: auto;
    margin-top: 60px;
}

@media screen and (max-width:720px) {
    .sakeyou_blockA_box_link {
        text-align: center;
        margin: auto;
        margin-top: 30px;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*
.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.btn-flat {
  overflow: hidden;
  padding: 20px 30px 20px 40px;
  color: #fff;
  border-radius: 0;
  background: #333333;
}

@media screen and (max-width:720px) {
a.btn-flat {
    width: 100%;
}}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
      background: linear-gradient(-100deg, #009c00, #00fdff) fixed;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


*/







.boxA {
    display: flex;
}

@media screen and (max-width:720px) {
    .boxA {
        display: block;
    }
}

.boxA_box {
    width: 100%;
}

p.boxA_box_title_font {
    text-shadow: 1px 2px 3px #000000;
}

.boxAtopImage {
    width: 100%;
}

.boxAtopImage_image {
    width: 100%;
}

.example {
    position: relative;
}

.exampleService {
    position: relative;
    margin-top: 0px;
}

.example p {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
}

.exampleService p.boxA_box_title_font {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 12%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 0px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 36px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
}

.exampleService p.boxA_box_title_font1 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 0px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 36px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
}

.exampleService p.boxA_box_title_font2 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font3 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font4 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font5 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font6 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 26%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 24px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font7 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 22px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font8 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 22px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

.exampleService p.boxA_box_title_font9 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 22px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
    line-height: 1.5em;
    padding: 20px;
}

@media screen and (max-width:720px) {
    .exampleService p.boxA_box_title_font {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 12%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        padding: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 25px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
    }

    .exampleService p.boxA_box_title_font1 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 15%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        padding: 10px;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 20px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
    }

    .exampleService p.boxA_box_title_font2 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 25%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        padding: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 14px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 10px;
    }

    .exampleService p.boxA_box_title_font3 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 44%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        padding: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 14px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 10px;
    }

    .exampleService p.boxA_box_title_font4 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 60%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        padding: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 14px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 10px;
    }

    .exampleService p.boxA_box_title_font5 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 70%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 14px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 20px;
    }

    .exampleService p.boxA_box_title_font6 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 34%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 14px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 20px;
    }

    .exampleService p.boxA_box_title_font7 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 60%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 12px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 20px;
    }

    .exampleService p.boxA_box_title_font8 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 70%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 12px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 20px;
    }

    .exampleService p.boxA_box_title_font9 {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 80%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 12px;
        /*文字サイズ*/
        text-align: center;
        /*pタグ内で更に中央寄せ*/
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        text-shadow: 1px 2px 3px #000000;
        line-height: 1.5em;
        padding: 20px;
    }
}


.topImage {
    width: 100%;
    height: 150vh;
}

.exampleA2 {
    position: relative;
}

p.exampleA2_font {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 10%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font {
    top: 10%;
    left: 50%;
    font-size: 25px;
}
}


p.exampleA2_font2 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 14%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font2 {
    top: 14%;
    left: 50%;
    font-size: 16px;
}
}

p.exampleA2_font3 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 24%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font3 {
    top: 24%;
    font-size: 25px;
}
}

p.exampleA2_font4 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 28%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font4 {
    top: 29.5%;
    font-size: 16px;
}
}

p.exampleA2_font5 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 38%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font5 {
    top: 40%;
    left: 50%;
    font-size: 25px;
}
}

p.exampleA2_font6 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 42%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font6 {
    top: 44%;
    font-size: 16px;
}
}


p.exampleA2_font7 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font7 {
    top: 52%;
    font-size: 25px;
}
}

p.exampleA2_font8 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 56%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font8 {
    top: 57%;
    font-size: 16px;
}
}

p.exampleA2_font9 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 66%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font9 {
    top: 67%;
    font-size: 25px;
}
}

p.exampleA2_font10 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 76%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 40px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font10 {
    top: 82%;
    font-size: 16px;
}
}
p.exampleA2_font11 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 40px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 40px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
p.exampleA2_font12 {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 40px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-shadow: 1px 2px 3px #000000;
}
@media screen and (max-width:780px) {
p.exampleA2_font11 {
    top: 10%;
    left: 50%;
    font-size: 20px;
}
p.exampleA2_font12 {
    top: 24%;
    left: 50%;
    font-size: 14px;
}
}

.example img {
    width: 100%;
}

.exampleA {
    position: relative;
}

p.exampleA_font {
    text-shadow: 1px 2px 3px #000000;
}

p.exampleB_font {
    text-shadow: 1px 2px 3px #000000;
}

.exampleA p {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 20px;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 25px;
    /*文字サイズ*/
    text-align: center;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
}

.example img {
    width: 100%;
}

.exampleService img {
    width: 100%;
    height: 100vh;
}

@media screen and (max-width:780px) {
    .exampleService img {
        width: 100%;
        height: 100%;
    }
}

.example a {
    /*aタグを画像の真ん中に*/
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*以下装飾*/
    margin: 0;
    /*余計な隙間を除く*/
    font-size: 16px;
    /*文字サイズ*/
    border: solid white 1px;
    /*線で囲う*/
    padding: 20px;
    /*文字と線の間の余白*/
    color: white;
    /*文字色*/
    text-decoration: none;
    /*下線を表示させない*/
    border-radius: 10px;
    transition: 0.5s;
}

.example a:hover {
    /*aタグを画像の真ん中に*/
    text-shadow: 1px 2px 3px #000000;
    background-color: #fafafa;
    background: rgba(0, 0, 0, 0.5);
}

.exampleService a {
    /*aタグを画像の真ん中に*/
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*以下装飾*/
    margin: 0;
    /*余計な隙間を除く*/
    font-size: 16px;
    /*文字サイズ*/
    border: solid white 1px;
    /*線で囲う*/
    padding: 20px;
    /*文字と線の間の余白*/
    color: white;
    /*文字色*/
    text-decoration: none;
    /*下線を表示させない*/
    border-radius: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

.exampleService a:hover {
    /*aタグを画像の真ん中に*/
    text-shadow: 1px 2px 3px #000000;
    background-color: #fafafa;
    background: rgba(0, 0, 0, 0.5);
}

.exampleB {
    position: relative;
}

.exampleB p {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 22px;
    /*文字サイズ*/
    text-align: left;
    /*pタグ内で更に中央寄せ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    padding-left: 100px;
}

@media screen and (max-width:780px) {
    .exampleB p {
        /*pタグを画像の真ん中に*/
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        /*余計な隙間を除く*/
        color: white;
        /*文字色*/
        font-size: 16px;
        /*文字サイズ*/
        text-align: left;
        /*pタグ内で更に中央寄せ*/
        padding-left: 0px;
        padding: 12px;
    }
}

.exampleB_flex {
    display: flex;
}

.exampleBB {
    position: relative;
}

.exampleBB p {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-align: center;
}


.subImage {
    width: 100%;
}

@media screen and (max-width:720px) {
    .subImage {
        height: 230px;
    }
}








.boxB {
    width: 1000px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width:1050px) {
    .boxB {
        width: 100%;
    }
}

.boxB_box {}

.boxB_box_title {
    margin: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.boxB_box_flex {
    display: flex;
}
@media screen and (max-width:720px) {
.boxB_box_flex {
 padding: 20px;
}}

.boxB_box_flex_flex {
    display: flex;
}

@media screen and (max-width:720px) {
    .boxB_box_flex {

    }
}


.boxB_box_flex_box {
    background-color: #fafafa;
    margin: 10px;
    transition: 0.5s;
}
@media screen and (max-width:720px) {
.boxB_box_flex_box {
    margin: 4px;
}
}

.boxB_box_flex_box:hover {
    transform: scale(1.1, 1.1);
}

.boxB_box_flex_box_image {
    width: 100%;
}

p.boxB_box_flex_box_textDate {
    padding: 10px 10px 0px 10px;
    font-size: 12px;
}

p.boxB_box_flex_box_textTitle {
    padding: 20px 10px 20px 10px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

p.boxB_box_flex_box_textLink {
    padding: 10px;
    text-align: right;
    font-size: 14px;
    line-height: 1.3em;
}


.photoTable {
    width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}

@media screen and (max-width:720px) {
    .photoTable {
        width: 100%;
        padding: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


.photoTable_box {
    display: flex;
    flex-direction: column;
    width: auto;
}

.photoTable_photo {}

.photoTable_photo_image {
    width: 100%;
    padding: 10px;
}

.photoTableA {
    padding: 0px 40px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.photoTable_flex {
    display: flex;
    padding: 20px;
}

.btn,
a.btn,
button.btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 16px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #adadad;
    background: #333333;
    border-left: solid 4px #adadad;
}

.btn:hover,
a.btn:hover,
button.btn:hover {
    font-size: 18px;
    color: #ffffff;
    border-left: solid 4px #ffffff;
}



.subTopPhoto {}

.subTopPhoto_image {
    width: 100%;
}





.photoTable_shuzo {
    width: 700px;
    margin: auto;
    margin-top: 100px;
    height: 80vh;
}

@media screen and (max-width:720px) {
      .photoTable_shuzo {
        width: 100%;
        padding: 10px;
        margin-top: 100px;
        margin-bottom: 0px;
    height: 75vh;
    }
}

.photoTable_photo_shuzo {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}

.photoTable_shuzo_photo_image {
    width: 100%;
    border-radius: 4px;
}

.shuzo_name {
    font-size: 200%;
    font-family: 'Monoton', cursive;

}








.boxC {
    padding: 20px;
}

.boxC_box {}

table {
    width: 800px;
    margin: auto;
}

@media screen and (max-width:720px) {
    table {
        width: 100%;
    }
}


table th {
    position: relative;
    text-align: left;
    width: 20%;
    line-height: 50px;
    font-size: 16px;
}

@media screen and (max-width:720px) {
    table th {
        font-size: 12px;
    }
}

@media screen and (max-width:720px) {
    table th:after {
        display: none;
    }
}


table td {
    text-align: left;
    width: 70%;
    line-height: 1.5em;
}

.boxC_box_flex {
    display: flex;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width:720px) {
    .boxC_box_flex {
        display: block;
        width: 100%;
        margin-top: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


.boxC_box_flex_photo {
    width: 700px;
    margin: auto;
    display: flex;
    padding: 50px 200px 0px 200px;
}

@media screen and (max-width:720px) {
    .boxC_box_flex_photo {
                width: 100%;
        margin: auto;
    padding: 50px 20px 0px 20px;
    }
}

.boxC_box_flex_photo_image {
    width: 100%;
}

@media screen and (max-width:720px) {
    .boxC_box_flex_photo_image {
        width: 100%;
        margin-bottom: 30px;
    }
}


.boxC_box_flex_text {
    margin: 0px 20px;
}

@media screen and (max-width:720px) {
    .boxC_box_flex_text {
        margin-left: 0px;
    }
}

p.boxC_box_flex_text_font {
    font-size: 16px;
    line-height: 1.5em;
}


.map {
    width: 100%;
    background-color: #ffffff;
}

.sitemap {
    margin: auto;
    display: flex;
    padding-top: 50px;
    width: 700px;
}

@media screen and (max-width:720px) {
    .sitemap {
        width: 100%;
    }
}

.sitemap_box {
    padding-bottom: 50px;
    margin: 0 auto;
}

.sitemap_box_title {}

.sitemap_box_link {}

p.sitemap_box_title_font {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #0489a2;
    margin-bottom: 30px;
}

@media screen and (max-width:720px) {
    p.sitemap_box_title_font {
        font-size: 14px;
    }
}

p.sitemap_box_link_font {
    margin: 16px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
    color: #adadad;
    transition: 0.2s;
}

p.sitemap_box_link_font:hover {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: bold;
}




.exampleA2_accordion {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    padding: 0px 50px;
    text-decoration: none;
}
@media screen and (max-width:720px) {
.exampleA2_accordion {
    padding: 0px 20px;
}
}

.acd-check{
display: none;
}

.acd-label{
color: #fff;
display: block;
margin-bottom: 20px;
padding: 20px;
    border: solid white 1px;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.5s;
        text-shadow: 1px 2px 3px #000000;
    line-height: 36px;
}
@media screen and (max-width:720px) {
.acd-label{
padding: 10px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
}
.acd-label:hover {
    /*aタグを画像の真ん中に*/
    background-color: #fafafa;
    background: rgba(0, 0, 0, 0.5);
}
.acd-content{
height: 0;
opacity: 0;
transition: .5s;
visibility: hidden;
        text-shadow: 1px 2px 3px #000000;
    font-size: 18px;
    line-height: 1.5em;
}
@media screen and (max-width:720px) {
.acd-content{
    font-size: 16px;
}
}

.acd-check:checked + .acd-label + .acd-content{
height: 100%;
opacity: 1;
visibility: visible;
    color: #ffffff;
padding: 0px 0px 60px 0px;
}
.exampleA2_accordion_icon_image {
    margin-right: 16px;
}
@media screen and (max-width:720px) {
.exampleA2_accordion_icon_image {
    margin-right: 0px;
}
}
.acdFlex {
    display: flex;
}
@media screen and (max-width:720px) {
.acdFlex {
    display: block;
}
}
.acdFlex_image {
    text-align: center;
}
@media screen and (max-width:720px) {
.acdFlex_image {
width: 100px;
margin: auto;
}}
@media screen and (max-width:720px) {
.acdFlex_text {
    padding: 10px;
}}






.slideTitle {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.slideTitle_image {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.slide1 {
margin: auto;
    background-color: #1c1c1c;
    position: relative;
}

/*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 800px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
    background-color: #ffffff;
}
@media screen and (max-width:1000px) {
.slide {
  height     : 500px;
}}
@media screen and (max-width:720px) {
.slide {
  height     : 400px;
}}
@media screen and (max-width:400px) {
.slide {
  height     : 300px;
}}

 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 12s ease infinite;
}

 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 4s }
.slide img:nth-of-type(3) { animation-delay: 8s }

 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   3% { opacity: 1 }
  30% { opacity: 1 }
  33% { opacity: 0 }
 100% { opacity: 0 }
}

.slideTop {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 40px;
    width: 100%;
    z-index: 99;
}
@media screen and (max-width:720px) {
    .slideTop {
        padding: 20px;
        margin-top: 160px;
    }
}
@media screen and (max-width:400px) {
    .slideTop {
        padding: 20px;
        margin-top: 100px;
    }
}
.slideTop_box {
margin-top: 700px;
}

@media screen and (max-width:1000px) {
    .slideTop_box {
        margin-top: 500px;
    }
}


@media screen and (max-width:720px) {
    .slideTop_box {
        margin-top: 0px;
    }
}

.slideTop_box_titleEN {
    text-align: center;
    font-size: 70px;
    margin: 0px 0px 30px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .slideTop_box_titleEN {
        font-size: 26px;
        margin: 0px 0px 0px 0px;
    }
}

.slideTop_box_titleJP {
    text-align: center;
    font-size: 40px;
    margin: 0px 0px 80px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .slideTop_box_titleJP {
        font-size: 16px;
        margin: 0px 0px 50px 0px;
    }
}

.slideTop_box_titleA {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 0px 0px 40px 0px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    line-height: 1.5em
}

@media screen and (max-width:720px) {
    .slideTop_box_titleA {}
}

@media screen and (max-width:720px) {
    .slideTop_box_titleA {
        font-size: 24px;
    }
}


.slideTop_box_text {
    text-align: center;
    font-size: 18px;
    margin: 0px 0px 30px 0px;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 1px 2px 3px #000000;
    font-weight: lighter;
}

@media screen and (max-width:720px) {
    .slideTop_box_text {
        font-size: 13px;
        margin: 0px 0px 30px 0px;
    }
}

.slideTop_box_text_box {
    margin-top: 80px;
}

.slideTop_box_textA {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 50px 0px;
    line-height: 1.5em;
}

.slideTop_box_flex {
    display: flex;
}

@media screen and (max-width:720px) {
    .slideTop_box_flex {
        display: block;
    }
}

.slideTop_box_link {
    text-align: center;
    margin: auto;
}

@media screen and (max-width:720px) {
    .slideTop_box_link {
    }
}










footer {
    height: 70px;
    line-height: 70px;
    text-align: center;

    background: linear-gradient(-100deg, #c7c8ca, #0489a2) fixed;
    font-size: 12px;
    color: #ffffff;
}



.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(../mp4/cover.png) no-repeat center center/cover;
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 4px 4px;
    z-index: 2;
}
