@charset "utf-8";


/*contents*/
/*top*/

.mainvisual {
    padding: 0;
    max-height: 125vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.mainvisual img{
  transform: translate(0%, 0%);
}
h2.catch-copy{
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 1;
    font-size: 2.25vw;
    font-weight: 900;
    color: #FFF;
    text-shadow: 0.23438vw 0.23438vw 0.52vw rgba(0, 0, 0, 0.6);
    text-shadow: 2px 1px 2px #df1e0a;
    text-align: center;
    line-height: 112%;
    margin: 0 auto;
      margin-bottom: 0px;
    display: flex;
    margin-bottom: 3.90625vw;
    letter-spacing: 0.12em;
    width: 100%;
    justify-content: center;
}
.catch-dd{
    position: absolute;
    top: 36%;
    z-index: 1;
    padding-bottom: 10.9375vw;
    color: #212121;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 2px white;
    width: 100%;
    text-align: center;
}
.top-size{
  font-size:4rem;
}
.top-color{
  font-size:5rem;
  color:#4bad0e;
}
.catch-bottom{
  position: absolute;
  top: 70%;
  z-index: 1;
  text-align: center;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255, 255, 255, 0) 80%);
  background-size: 100%;
  background-position: center;
  padding: 1rem 0;
  font-size: 2.25vw;
  }
/* .mainvisual::after{
content: "";
    display: block;
    background: url(../img/common/main-catch.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width:80%;
    height: 300px;
    position: absolute;
    bottom: 12%;
    right: 8%;
    z-index: 1;
  } */

@media screen and (max-width: 640px){
/* .mainvisual::after{
    width: 90%;
    height: 112px;
    position: absolute;
    bottom: 6%;
    right: -0.75rem;
    z-index: 1;
  } */
}
.mainvisual .head-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    align-items: center;
	 background: #fff;
}

.mainvisual .head-nav .logo {
    width: max-content;
    padding: 15px 16px;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 10px;
	 filter: drop-shadow(1px 1px 2px #fff);
}

.mainvisual .head-nav .logo img{
    max-width: 310px;
    max-height: 50px;
}



.mainvisual ul.sns {
    display: flex;
    margin: 0 0 0 auto;
    justify-content: flex-end;
}

.mainvisual ul.sns li{
    width: 28px;
    margin: 0 12px 0 0;
}



.mainvisual .head-nav .btn_contact{
    margin: 0;
    padding: 0;
}

.mainvisual .head-nav .btn_contact a{
    display: block;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding:16px 20px;
    width: 166px;
box-sizing: border-box;
}

.mainvisual .head-nav .btn_contact a span{
    display: block;
    font-family: 'Encode Sans SC', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.mainvisual .head-nav .btn_login{
    margin: 0;
    padding: 0;
}

.mainvisual .head-nav .btn_login a{
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 16px 20px;
    width: 170px;
box-sizing: border-box;
}

.mainvisual .head-nav .btn_login a span{
    display: block;
    font-family: 'Encode Sans SC', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}


.mainvisual img {
    width: 100%;
    height: auto;
}

.mainvisual .global-nav__list li{
    position: relative;
    border-right: 1px solid #FFF;
}

.mainvisual .copybox {
    color: #FFF;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    /* background: #FFF; */
    right: 0;
    left: 0;
    margin: auto;
    top: 30vh;
}


.mainvisual .copybox h2{
    text-align: center;
    font-size: 48px;
}

.mainvisual div p.copy{
    font-size: 28px;
    text-align: right;
    padding: 15px 50px 0;
    font-family: 'Encode Sans SC', sans-serif;
}

.mainvisual div p{
    font-size: 16px;
    text-align: right;
    padding: 15px 50px 0;
}


.mainvisual .global-nav {
position: absolute;
bottom:0;
width: 100%;
z-index: 1;
background: #fff;
left: 0px;
margin: 0;
padding: 20px;
box-sizing: border-box;
}

.mainvisual .global-nav .global-nav__list{
    margin: 0 auto;
    width: max-content;
}

.mainvisual .global-nav .global-nav__list a{
    color: #000;
    font-weight: normal;
}


/*top contents*/

.top_contents{
    width: 100%;
}

.top_contents .inner {
    margin: 0 auto;
    width: 88%;
    max-width: 1400px;
    padding: 80px 0;
    text-align: center;
}

.top_contents .inner h2{
    font-size: 30px;
    padding: 0 0 20px 0;
}


@media screen and (max-width: 768px) {
.top_contents .inner {
  padding: 20px 0;
}

    .top_contents .inner h2 {
  font-size: 20px;
  padding: 0 0 15px 0;
  line-height: 1.4;
}
    .top_contents .inner .read {
  font-size: 15px;
  padding: 0 1rem;
}

}



/*information*/



.top_information {
   width:90%;
    margin: 80px auto 90px;
    max-width: 1000px;
}

.top_information h2.cont_titile03 {
    padding: 0 0 10px 0;
    font-size: 17px;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-weight: normal;
      width: 90%;
      max-width: 810px;
      box-sizing: border-box;
      margin: 0 auto;
}


.top_information h2.cont_titile03 a{
    display: flex;
    align-items: center;
    font-weight: normal;
    position: absolute;
    right: 0;
    /* bottom: 0; */
    /* border: 1px solid #656565; */
    padding: 7px 10px;
    font-size: 13px;
    background: #ccccc7;
    color: #fff;
}

.information_list {
    display: block;
    margin: 10px auto;
    border: none !important;
    padding: 0 !important;
    width: 90%;
    max-width: 810px;
}

ul.information_list li {
    width: 100%;
    line-height: 1;
    margin: 0;
    list-style: none !important;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #CCC;
    padding: 28px 0;
    font-size: 13px;
    color: #666;
    font-family: 'Encode Sans SC', sans-serif;
    letter-spacing: 2px;
}

ul.information_list li:first-child{
    border-top: 1px solid #CCC;
}


ul.information_list li a{
    font-size: 14px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    margin: 0 0 0 40px;
}





/*top_calendar_download*/

.top_menu ul{
    display: flex;
    justify-content: space-around;
}

.top_menu ul li{
    width: 30%;
    height: 200px;
    position: relative;
    background: #CCC;
}

.top_menu ul li a{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #FFF;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: rgba(0,0,0,0.2);
    letter-spacing: 3px;
}

.top_menu ul li a:hover {
    opacity: 1;
    background: rgba(0,0,0,0);
}

.top_menu ul li a p{
    font-family: 'Encode Sans SC', sans-serif;
    font-size: 32px;
    font-weight: 300;
}

.top_menu ul li a h3{
    font-weight: normal;
    font-size: 20px;
}

.top_menu ul li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}



@media screen and (max-width: 768px) {
.top_menu ul {
  display: block;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

    .top_menu ul li {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 0 0 10px;
}

    .top_menu ul li img {
  height: 150px;
}

}



/*top staff*/

.top_staff {
    padding: 80px 0 0;

}

.top_staff .staff_list {
    max-width: 1000px;
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    border: none !important;
    padding: 0 !important;
}

.top_staff .staff_list li {
    width: 218px;
    margin: 0 42px 35px 0;
}

.top_staff .staff_list li:nth-of-type(4n){
    margin: 0;
}

.top_staff .staff_list li .image{
    width: 218px;
    height: 218px;
    border-radius: 50%;
    overflow: hidden;
}

.top_staff .staff_list li .image img{
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.top_staff .staff_list li h4 {
    text-align: center;
    font-size: 18px;
    padding: 15px 0px 5px;
}

.top_staff .staff_list li .sub{
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0;
    background: #FFF;
}

.top_staff .staff_list li .message {
    font-size: 14px;
    line-height: 1.5;
}


@media screen and (max-width: 860px) {
    .top_staff .staff_list li {
    width: 208px;
    margin: 0 42px 35px 0;
}
    .top_staff .staff_list li:nth-of-type(4n) {
  margin: 0 40px 35px 0;
}

}

@media screen and (max-width: 640px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 85%;
}

    .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
}
    .top_staff .staff_list li:nth-of-type(4n) {
  margin:0 0 35px 0;
}

}

@media screen and (max-width: 560px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 89%;
}

    .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
}

}

@media screen and (max-width: 480px) {
    .top_staff .staff_list {
  justify-content: space-between;
        width: 89%;
}

    .top_staff .staff_list li {
    width: 150px;
    margin: 0 0 35px 0;
}
    .top_staff .staff_list li .image {
  width: 150px;
  height: 150px;
}

    .top_staff .staff_list li .image img {
  height: 150px;
}

}




/*top blog*/

.top_blog{
    background: #EFEFEF;
    /* padding: 90px 0; */
}

.blog_list {
    max-width: 1000px;
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    border: none !important;
    padding: 0 !important;
}

ul.blog_list li {
    width: 30%;
    line-height: 1;
    margin: 0 50px 20px 0;
    list-style: none !important;
    padding: 15px 0;
}




ul.blog_list li:nth-child(3){
    margin-right: 0;
}

ul.blog_list li .image{
    width: 100%;
}
ul.blog_list li .image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

ul.blog_list li .disc{
    line-height: 1.5;
    padding: 10px 0;
}

ul.blog_list li .disc p{
    margin: 0 !important;
        padding: 10px 0;
    color: #64777E;
    font-family: 'Encode Sans SC', sans-serif;
}

ul.blog_list li .disc h4{
    margin: 0 !important;
    font-size: 18px;
    border-bottom: none;
    padding: 0 !important;
}

ul.blog_list li .disc .text {
  font-size: 13px;
  padding: 15px 0 0 0;
    display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}



.top_blog .btn01 {
    margin: 0 auto;
        width: 280px;
}

.top_blog .btn01 a{
    width: 100%;
}

@media screen and (max-width: 768px) {
ul.blog_list li {
    width: 30%;
    line-height: 1;
    margin: 0 35px 20px 0;
    list-style: none !important;
    padding: 15px 0;
}
    ul.blog_list li .image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
}


/*top access*/

.top_access{
    padding: 80px 0;
    background: #EFEFEF
}


.top_access .logo{
    width: 297px;
    display: block;
    margin: 0 auto 30px;
}

.top_access dl {
    display: flex;
    width: 100%;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.top_access dl dt {
    width: 100%;
    font-size: 15px;
}

.top_access dl dt .tel{
  font-size: 20px;
      font-family: 'Encode Sans SC', sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
}
.size-b{
  font-size: 28px!important;
}
.top_access dl dt .tel span {
  font-size: 24px;
}

.top_access dl dd {
    width: 400px;
    /* border: 1px solid #000; */
    padding: 15px;
    box-sizing: border-box;
    margin: 40px 0 0;
    background: #FFF;
}

.top_access dl dd p{
    padding: 0;
font-size: 14px;
line-height: 1.8;
}

.top_access dl dd .tel{
    font-size: 26px;

}

.top_access dl dd p img{
    height: 40px;
}

.top_access dl dd .btn01 a {
    margin: 15px auto 0;
}

/*column*/

.mainvisual02{
    margin: 0 0 20px 0;
}
.mainvisual02 img {
    width: 100%;
    height: auto;
}




div#toc_container {
    margin: 50px 0;
    padding: 35px;
}

div#toc_container ul {
    border: 0;
}


.maincol.post h2 {
    margin: 45px 0 20px 0;
    border-left: 4px solid #CCC;
    padding: 0 0 0 20px;
    line-height: 1.4;
    font-size: 24px;
}


.maincol.post h3 {
    margin: 60px 0 20px 0;
    padding: 15px;
    line-height: 1.4;
    font-size: 18px;
    background: #EFEFEF;
}


.maincol.post h4 {
    margin: 35px 0 20px 0;
    padding: 15px 0;
    line-height: 1.4;
    font-size: 18px;
    border-bottom: 1px dashed #CCC;
}


.maincol.post ul {
    margin: 20px 0 50px 0;
    border: 1px solid #CCC;
    padding: 27px;
}


.maincol.post ul li {
    list-style: disc;
    margin: 0 0 0 20px;
}

.maincol.post p {
    margin: 0 0 20px 0;
    line-height: 1.8;
}

.maincol.post p img {
    width: 100%;
    height: auto;
}


.maincol.post .pickup {
    border: 1px solid #CCC;
    padding: 23px 30px 0;
    margin: 0 0 50px 0;
}


.maincol.post .table_news {
  border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 0 30px 0;
    font-size: 14px;
    width: max-content;
}

.maincol.post .table_news th {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background: #EFEFEF;
    padding: 5px;
    width: 90px;
}

.maincol.post .table_news td {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 5px;
}

.maincol.post .table_news img{
    vertical-align: bottom;
}


.table_news.no01 {
  width: 100% !important;
}

.table_news.no01 .image {
  width: 23%;
}


.maincol.post .table_news td strong {
  display: block;
  font-size: 16px;
}



.maincol.post .table_news02 {
  border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 0 30px 0;
    font-size: 14px;
}

.maincol.post .table_news02 th {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background: #EFEFEF;
    padding: 5px;
}

.maincol.post .table_news02 td {
  border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 5px;
}


.maincol.post .table_simple {
  font-size: 14px;
}

.maincol.post .table_simple td{
    padding: 10px;
}

/*recommend*/

.maincol.post .recommend_list{
    padding: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.maincol.post .recommend_list li{
   list-style: none;
    margin: 0;
    width: 48%;
}

.maincol.post .recommend_list li img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.maincol.post .recommend_list li h4 {
    margin: 0 0 0 0;
    padding: 7px 0;
    line-height: 1.4;
    font-size: 16px;
    border-bottom: none;
}

.bg_gray li {
    width: 330px;
}

.bg_gray li h3 {
    font-weight: normal;
    font-size: 26px;
    padding: 10px 0;
}

.bg_gray li p {
    padding: 0 0 10px 0;
}


.top_other {
    width: 48%;
    position: relative;
    padding: 0;
    background: #FFF;
}


.top_other a {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 20px;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border: 1px solid #CCC;
}

.top_other a p span{
    font-size: 14px;
    color: #999999;
    display: block;
}

.top_other span.material-icons {
    position: absolute;
    right: 24px;
}



/*list*/

ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.list li{
    width: 48%;
        margin: 0 0 40px 0;
}

ul.list li img{
    width: 100%;
    height: auto;
}


/*page*/

.inner_page h2 {
font-size: 30px;
padding: 10px 0 30px 0;
line-height: 1;
font-weight: 400;
margin: 0 0 50px 0;
}

.inner_page h3 {
    font-size: 18px;
    background: #fff;
    padding: 10px 15px;
    margin: 40px 0 20px 0;
    font-weight: 400;
	  width: 18%;
    background: #18bd32 !important;
    color: #fff;
    margin-top: 1rem !important;
}

.inner_page h4 {
    font-size: 16px;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #CCC;
    margin: 20px 0 12px 0;
}



.members {
    border: 1px solid #CCC;
    margin: 40px auto;
    width: 90%;
    max-width: 580px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    text-align: center;
}



/*contact*/

.contact_list li a {
    display: flex;
    align-items: center;
    border: 1px solid #CCC;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    padding: 15px;
    margin: 20px auto;
}

.contact_form {
    width: 90%;
    max-width: 900px;
    margin: 50px auto;

}

.contact_form p.attention {
    padding: 20px 0;
    text-align: left;
}

.contact_form table{
    border-top: 1px solid #B4B4B5;
    width: 100%;
}

.contact_form th{
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 15px;
    font-weight: normal;
    background: #ECEFF0;
    box-sizing: border-box;
    font-size: 14px;
}

.contact_form td{
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
}

.mailform-tbl input[type="text"], .mailform-tbl textarea {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.mailform-tbl input[type="text"]{
    width: 300px;
}

.mailform-tbl .w100 input[type="text"] {
    width: 100%;
}

.mailform-tbl input[type="email"] {
    width: 80%;
    padding: 6px;
font-size: 16px;
    box-sizing: border-box;
        border: 1px solid #999;
    -webkit-appearance: none;
    appearance: none;
}

.mailform-tbl select {
    padding: 6px;
font-size: 16px;
    box-sizing: border-box;
        border: 1px solid #999;
}

.mailform-tbl td textarea {
  width: 100%;
}

.mailform-tbl td .birth input {
  width: 100px !important;
}

.mailform-tbl .address {
  display: flex;
  flex-wrap: wrap;
}

.mailform-tbl .address dt{
    width: 20%;
    padding: 0 0 15px;
}

.mailform-tbl .address dd{
    width: 80%;
    padding: 0 0 15px;
}

span.attention {
    font-size: 11px;
    color: red;
    margin: 0 0 0 10px;
}

p#submit-button input {
    background: #64777E;
    color: #FFF;
    border: 0;
    padding: 15px;
    width: 300px;
    margin: 80px auto;
    display: block;
    font-size: 16px;
}






ul.sitemap li {
    list-style: disc;
    padding: 0 0 5px 20px;
    list-style-position: inside;
}


p.attention {
    text-align: center;
    padding: 50px 0 0 0;
}


.um-field.um-field-block.um-field-type_block .um-field-block {
    display: none;
}


.member_login_copy02 {
    max-width: 700px;
    margin: 20px auto;
    border: 1px solid #CCC;
    padding: 30px;
    box-sizing: border-box;
    width: 90%;
    font-size: 14px;
}

.member_login_copy02 .att{
    color: red;
}

.eventorganiser-event-meta hr {
    display: none;
}

ul.eo-event-meta li:last-child {
    display: none;
}

/****************************************************/
/****************** media queries *******************/
/****************************************************/

/********************************************/
/************ max-width: 1000px *************/
/********************************************/

@media screen and (max-width: 1024px) {



    ul.column_list li {
    width: 30%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
}


}


/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*タブレット*/
@media screen and (max-width: 768px) {

    .mainvisual .copybox {
    top: 14vh;
}
    .mainvisual .copybox h2 {
    text-align: center;
    font-size: 30px;
}


    ul.column_list li {
    width: 29%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
}
    ul.column_list li .image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}


}

/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*モバイル*/
@media screen and (max-width: 640px) {



/*contents*/
/*top*/

    .mainvisual {
        padding: 0;
        height: 440px;
        margin: 35px 0 0 0;
}
h2.catch-copy{
      top: 3.75rem;
      font-size: 1.1rem;
}
.catch-dd {
    top: 6.4rem;
    font-size: 2rem;
}
.top-color {
    font-size: 2.2rem;
    color: #ffc047;
}
.catch-bottom {
    position: absolute;
    top: 72%;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255, 255, 255, 0) 80%);
    background-size: 100%;
    background-position: center;
    padding: 0.75rem 0!important;
    font-size: 1.1rem;
    color:#212121!important;
    font-weight: 800;
}
    .mainvisual div {
    color: #FFFFFF;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    order: 2;
}
.top-size {
    font-size: 2.2rem;
}
}
@media screen and (max-width: 640px){
  .mainvisual img {
    transform: translate(0%, 0%);
}
.mainvisual .top-pic-top{
  position: absolute;
     right: 0.75rem!important;
     left:unset;
     top: 7rem;
     filter: none;
     width: 27vw!important;
     display:none;
}
.top-pic {
  position: absolute;
  left: 1.5rem;
  bottom: 3rem;
  width: 51vw!important;
    filter: drop-shadow(0px 0px 2vw white) drop-shadow(0px 0px 2vw white) drop-shadow(0px 0px 2vw white);
        z-index: 1;
        display:none;
}
}

@media screen and (min-width: 640px){
.top-pic{
    position: absolute;
    right: 12%;
    top: 11vw;
    width: 15.625vw;
    z-index: 1;
    display:none;
}
.top-pic.pic-bottom{
  top: 71vh;
    right: 11vw;
    width: 17.625vw;
    filter: drop-shadow(0px 0px 1vw white) drop-shadow(0px 0px 1vw white) drop-shadow(0px 0px 1vw white);
    display:none;
}
}

    .mainvisual .head-nav{
display: none;
    }

    .mainvisual .copybox {
   width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 118px;
    left: 0;
    margin: auto;
}

    .mainvisual .copybox h2 {
    text-align: center;
    font-size: 22px;
}


    .mainvisual div .sub {
    font-size: 12px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
}



    .mainvisual div p {
    font-size: 3.5vw;
    padding: 10px;
}

    .mainvisual div p.copy {
    font-size: 3.3vw;
    font-weight: normal;
    padding: 10px 0 0 0;
    line-height: 1.4;
}

    .mainvisual img {
    width: 100%;
    order: 1;
        /* height: 350px; */
object-fit: cover;
}



    .top_blog {
    background: #E3E7E9;
    /* padding: 55px 0; */
}

    ul.blog_list li {
    width: 100%;
        margin: 0 auto;
}

@media screen and (min-width: 640px){
  ul.blog_list li {
  width: 30%;

}
}



    .maincol.post h1 {
    text-align: left;
}

    div#toc_container {
    margin: 50px 0;
    padding: 22px;
}


    .post_meta {
    display: block;
}
    .post_cat {
    margin: 0;
}

    .cont_titile {
    /* font-size: 5.5vw; */
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0 15px;
}


    .maincol.post .recommend_list li {
    list-style: none;
    margin: 0 0 20px 0;
    width: 100%;
}
    .maincol.post .recommend_list li:last-child{
        margin: 0;
    }


    .top_information {
    width: 92%;
    margin: 60px auto 30px;
}

    .top_information h2.cont_titile03 a {
        font-size: 12px;
        letter-spacing: 0;
        border-radius: 5px;
}

    ul.information_list li {
        padding: 20px 0;
    display: block;
}
    ul.information_list li .disc p {
    font-size: 12px;
}

    ul.information_list li a {
    margin: 0;
}
    .information_list p.date {
    padding: 0 0 10px 0;
}


    .top_access {
    padding: 50px 0 5px 0;
}

    .top_access dl {
    display: block;
    width: 90%;
    margin: 0 auto 40px auto;
    justify-content: space-between;
    align-items: center;
}

    .top_access dl dt {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
    .top_access dl dd {
    width: 100%;
}
    .top_access dl dd p {
    padding: 0 0 7px 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}
    .top_access dl dt .tel {
    justify-content: center;
}



    .bg_gray li {
    width: 93vw;
    margin: 0 auto;
}

    .bg_gray li img{
        width: 100%;
        height: auto;
    }

    .inner_page h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 16px 0 20px 0;
    line-height: 1.2;
    margin: 0 0 20px 0;
}







    dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    font-size: 16px;
}

    .company_view dt {
    width: 100%;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border-bottom: none;
}
    .company_view dd {
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}


    .contact_form {
    width: 93vw;
    margin: 10px auto;
}

    .contact_form th {
     width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 7px 5px 7px 5px;
    font-weight: normal;
    float: left;
    margin: 0 0 16px 0;
}
    .contact_form td {
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding:0 5px 18px 5px;
    font-weight: normal;
    width: 100%;
        float: left;
        box-sizing: border-box;
}

    .mailform-tbl input[type="text"]{
    width: 70%;
}

    .mailform-tbl textarea {
    width: 100%;
    display: block;
}



    .maincol.post .table_news {
  font-size: 12px;
  width: max-content;
}

    .maincol.post .table_news th {
  width: 43px;
}


    .inner_page h3 {
     font-size: 18px;
      background: #EFEFEF;
      padding: 7px 6px;
      margin: 10px 0 10px 0;
      font-weight: 400;
      width: 24%;
}


h3.title_faq{
  width:100%;
}
.top_contents .inner{
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 90%), url(../img/concept-bg.jpg);
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 0 10rem;
    max-width: 980px;
    width: 100%;
}
@media screen and (min-width: 641px){
  .top_contents .inner{
  padding: 0 0 20rem;

}
}

.mainlogo {
    position: absolute;
    /* left: 10%; */
    right: 2%;
    margin: auto;
    width: 300px;
    top: 50%;
    z-index: 99;
  }

.mainlogo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 4px #fff);
}

@media screen and (max-width: 640px){


h2.catch-copy {
    top: 3.75rem;
    font-size: 1.1rem;
}
.mainlogo {
    position: absolute;
    /* left: 10%; */
    /* right: 20%; */
    margin: auto;
    width: 100%;
    top: 38%;
    z-index: 99;
    /* background: #ffffff5c; */
}

.mainlogo img {
    width: 40%;
    height: auto;
    filter: drop-shadow(2px 2px 4px #fff);
    padding: 10%;
}

}
