@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/



@import url("common.css");







/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */


.main_ct_back {
    margin: 130px 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    min-height: 350px;
    border-radius: 20px;
}

.main_ct_back.guide {
  background-image: url("../img/main_ct_back_guide.png");
}

.main_ct_back.news {
  background-image: url("../img/main_ct_back_news.png");
}

.main_ct_back.access {
  background-image: url("../img/main_ct_back_general.png");
}

.main_ct_back.contact {
  background-image: url("../img/main_ct_back_contact.png");
}

.main_ct_back.privacy {
  background-image: url("../img/main_ct_back_privacy.png");
}


hgroup.second_top{
    text-align: center;
}

h2.second_title{
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.title-deco{
    margin: 1rem auto;
    height: 0.5vw;
    width: 6vw;
    background: linear-gradient(to right, #ef8889 33.33%, #e7df8c 33.33% 66.66%, #6fc2dc 66.66%);
}

h3.second_title_en{
    text-transform:uppercase;
    color: #b4a286;
    font-size: 1.1rem;
}

table.std {
    margin: 0%;
    width: 100%;
    border-top: solid 1px #c4b4a7;
    border-left: solid 1px #c4b4a7;
    border-right: solid 1px #c4b4a7;
    border-collapse: separate;
}



table.std th {
    margin: 0%;
    padding: 35px 0px 35px 20px;
    width: 22%;
    color: #555;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #c4b4a7;
    background-color: #ebe2d4;
    vertical-align: middle;
}

table.std td {
    margin: 0%;
    padding: 35px 20px 35px 30px;
    width:78%;
    text-align: left;
    border-bottom: solid 1px #c4b4a7;
    vertical-align: middle;
    overflow: hidden;
}


/*guide*/
.union_flex{
    justify-content: space-between;
}

.union_text{
    width: 60%;
}

.signature{
    margin-top: 2rem;
    
   
    align-items: flex-end;
    column-gap: 1rem;
}

.ceo_text{
    width: 15%;
    max-width: 120px;
    min-width: 70px;
}

.ceo_text img{
    width: 100%;
    max-width: 120px;
    min-width: 70px;
}

.ceo_name_img{
    width: 23%;
    max-width: 190px;
    min-width: 110px;
}

.ceo_name_img img{
    width: 100%;
    max-width: 190px;
     min-width: 110px;
}


.ceo_name{
    font-size: 1.5rem;
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ceo_name span{
    font-size: 0.9rem;
    font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.union_image{
    width: 35%;
}

.union_image img{
    width: 100%;
}

/*.pdf_data{
    text-align: center;
}

.pdf_button{
    align-items: center;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  outline: 0;
    border: 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
     transition: all .42s cubic-bezier(.25,.8,.25,1);
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 5em; 
    box-shadow: -5px -5px 15px 5px rgba(200, 200, 200, 0.3), 5px 5px 15px 7px rgba(200, 200, 200, 0.3);
}

.pdf_button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: var(--color-glad);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
    pointer-events: none;
}

.pdf_button a{
    color: #555;
    display: block;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.pdf_button a p {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 0;
  transition: .5s;
}

.pdf_button a img {
  position: absolute;
  top: 50%;
  right: 20%;
      transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 2em;
  fill: #fff
}

.pdf_button a:hover p {
  left: 45%;
}

.pdf_button a:hover img {
  opacity: 1;
}
*/

.pdf_data{
    text-align: center;
}

.pdf_button{
    display: block;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    outline: 0;
    border: 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: all .42s cubic-bezier(.25,.8,.25,1);
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 5em; 
    box-shadow: -5px -5px 15px 5px rgba(200, 200, 200, 0.3),
                5px 5px 15px 7px rgba(200, 200, 200, 0.3);
    color: #555;
}

/* 枠の装飾 */
.pdf_button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: var(--color-glad);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* テキスト */
.pdf_button span {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin: 0;
  transition: .5s;
}

/* アイコン */
.pdf_button img {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  transition: 0.5s;
  height: 2em;
}

/* ホバー */
.pdf_button:hover span {
  left: 45%;
}

.pdf_button:hover img {
  opacity: 1;
}




/*access*/
.address_flex{
    justify-content: space-between;
}

.address_text{
    width: 60%;
}

.address_image{
    width: 37%;
}

.address_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.map_line {
border: solid 1px #c4b4a7;
    height: 40vh;
    min-height: 450px;
}

.map_line iframe{
    height: 40vh;
    min-height: 450px;
}



/*news*/



ul.news_content li{
    padding: 2rem 0 2rem 0.5rem;
    background-image: repeating-linear-gradient(-21deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(69deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(159deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px), repeating-linear-gradient(249deg, #999999, #999999 4px, transparent 4px, transparent 8px, #999999 8px);
background-size: 0%, 100% 1px, 0% , 100% 1px;
background-position: 0 0, 0 0, 100% 0, 0 100%;
background-repeat: no-repeat;
}
ul.news_content li + li{
	background-size: 0%, 0, 0% , 100% 1px;
}

ul.news_content li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	column-gap: 1rem;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

ul.news_content li a:hover{
	filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transform: translateX(10px);
}

p.day{
	font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
	width: 7em;
}

.news_tag{
	text-align: center;
	width: 7em;
}

p.news_tag_text{
	font-size: 0.7rem;
	background-color: #555;
	border-radius: 50vh;
	padding: 0.15rem 1rem ;
	color: #fff;
	text-align: center;
	max-width: 100px;
}

p.news_titile{
	width: 68%;
}

.news_title_area{
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}

h3.newspage_title{
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}

.news_title_flex{
	justify-content: space-between;
}

.news_detail{
	padding: 1rem 1rem 3rem;
}


/*contact*/
.contact_tel{
	background-color: #fff;
	padding: 2rem 0;
	border-radius: 10px; 
}

.tel_flex{
	justify-content: space-between;
}

.tel_number_area{
	width: 50%;
	border-right: 1px solid #ddd;
	text-align: center;
  display: flex;
  align-items: center;
	justify-content: center;
  font-size: 2rem;
    font-weight: 500;
    margin: 0 auto;
}

p.tel_number{
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 1px solid var(--color-pink);
}
p.tel_number::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/tel.png) no-repeat center / contain;
    margin-right: 6px;
	vertical-align:middle;
}


.tel_text_area{
	width: 48%;
	text-align: center;
}

p.tel_text{
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: 500;
}

p.tel_text span{
	font-size: 0.9rem;
	line-height: normal;
	font-weight: normal;
}


.form_area{
    background-color: #fff;
    padding: 2rem 4rem;
    border-radius: 10px;
}



/*privacy*/
.privacy_top{
	padding-bottom: 3rem;
}

.privacy_list{
	margin-bottom: 2.5rem;
}

ul.privacy_content_list{
	margin-top: 1rem;
}

ul.privacy_content_list li{
	margin-bottom: 0.5rem;
	text-indent: -1em;
   padding-left: 1em;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




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

/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */


.main_ct_back {
    min-height: auto;
    height: auto;
    aspect-ratio: 2.35 / 1;
    border-radius: 10px;
}


    
h2.second_title{
    font-size:clamp(35px,5vw,42px);
}


h3.second_title_en{
    font-size:clamp(17px,3vw,20px);
}
    



table.std th ,
table.std td{
    padding: 2vw 0 2vw 1vw;
}

    

/*guide*/

.union_text{
    width: 100%;
}

.signature{
    text-align: right;
}

.union_image{
    width: 100%;
    margin-top: 2rem;
}

    
/*news*/

.news_content{
	width: 100%;
	margin-bottom: 2rem;
}


    
    
/*** TA END ***/



}

@media only screen and (max-width: 768px) {
    
/*table*/   
    

    
table.std th ,
table.std td{
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
}    



    

/*access*/
.address_flex{
    grid-row-gap: 1rem;
}

.address_text{
    width: 100%;
}

.address_image{
    width: 100%;
}

.address_image img{
    height: 40vh;
    min-height: 350px;
}   
	
/*news*/	
h3.newspage_title{
	font-size: 1.3rem;
}


	
/*contact*/	

.tel_number_area{
	width: 100%;
	border-right: 0;
}


.tel_text_area{
	width: 100%;
	margin-top: 0.5rem;
}

	
.form_area{
	padding: 2rem;
}


}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



@media only screen and (max-width: 599px) {
    
/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */


.main_ct_back {
    margin-top: 100px;
     aspect-ratio: auto;
    height: 200px;
}

    
h2.second_title{
    font-size: clamp(30px, 5vw, 35px);
}

.title-deco{
    margin: 0.5rem auto;
}

h3.second_title_en{
    font-size:0.9rem;
}
    

/*.pdf_button{
    height: auto;
}


.pdf_button a{
    padding: 1.5rem;
}

.pdf_button a p {
    display: inline;
    position: static;
      transform: none;
  -webkit- transform: none;
}

.pdf_button a img {
    position: static;
    transform: none;
    opacity: 1;
    display: inline;
}*/
    
.pdf_button{
    height: auto;
    padding: 1.5rem;
}

/* テキスト */
.pdf_button span {
    display: inline;
    position: static;
    transform: none;
    margin: 0;
}

/* アイコン */
.pdf_button img {
    position: static;
    transform: none;
    opacity: 1;
    display: inline;
    margin-left: 0.5rem;
}    
    


/* ----------------------------------------------------------
   CONTENTS AREA - SP
---------------------------------------------------------- */

/*news*/

ul.news_content li a{
	flex-wrap: wrap;
}
    
p.news_titile{
	width: 100%;
	padding-top: 0.5rem;
}
    
    

        
    
    
    
}
/*** SP END ***/



/****** ALL END ******/
