@charset "utf-8";

header {
    margin-bottom: 0.5em;
}

#directory_link{
	background-color: rgba(255,255,255,0) ;
}

#directory_link_in {
    width: 100%;
}

.main100_g {
    padding: 0.5em 0 30px;
}

/*横並び*/
.frex-box{
    display: flex;
    justify-content: space-between;
}
.frex-item {width: 100%;}

/*余白*/
.PD10{padding: 10px;}
.PD15{padding: 15px;}
.PD20{padding: 20px;}
.PD30{padding: 30px 20px;}
.MB10{margin-bottom: 10px;}
.MB20{margin-bottom: 20px;}
.MB40{margin-bottom: 40px;}
.MT10{margin-top: 10px;}
.MT20{margin-top: 20px;}
.PB20{padding-bottom: 20px;}
.PB40{padding-bottom: 40px;}

/*背景*/
.bg-white{
    background-color: #FFF;}

.bg-light--gray{
    background-color: #EAE8E8;
}

.bg--p-yellow{background-color: #F7BF15;}
.bg--p-yellow-l{background-color: #FDF4D3;}

.bg--p-orange{background-color: #FF7119;}
.bg--p-orange-l-new{background-color: #f9e5d8;}
.bg--p-orange-l{background-color: #FDE6D5;}

.bg--s-pink{background-color: #FF9A9E;}
.bg--s-pink-l{background-color: #FEEEEE;}
.bg--s-yellow{background-color: #F7BF15;}
.bg--s-yellow-l{background-color: #FDF4D3;}
.bg--s-blue{background-color: #78C9F0;}
.bg--s-blue-l{background-color: #E9F5FD;}

.bg--navy{background-color: #004B67;}


/*テキスト*/
.txt_left{text-align: left;}

.txt_14 {
    font-size: calc(12px + 2 * (100vw - 375px) / 1011);
}
.txt_16 {
    font-size: calc(14px + 2 * (100vw - 375px) / 1011);
}
.txt_20 {
    font-size: calc(16px + 4 * (100vw - 375px) / 1011);
}
.txt_25 {
    font-size: calc(18px + 7 * (100vw - 375px) / 1011);
}
.txt_26 {
    font-size: calc(18px + 8 * (100vw - 375px) / 1011);
}
.txt_30 {
    font-size: calc(18px + 12 * (100vw - 375px) / 1011);
}
.txt_32 {
    font-size: calc(18px + 14 * (100vw - 375px) / 1011);
}
.txt_40 {
    font-size: calc(22px + 18 * (100vw - 375px) / 1011);
}
@media screen and (min-width: 1386px) {
    .txt_14 {
        font-size: 14px;
    }
    .txt_16 {
        font-size: 16px;
    }
    .txt_20 {
        font-size: 20px;
    }
    .txt_23 {
        font-size: 23px;
    }
    .txt_25 {
        font-size: 25px;
    }
    .txt_30 {
        font-size: 30px;
    }
    .txt_32 {
        font-size: 32px;
    }
    .txt_40 {
        font-size: 40px;
    }
}

.line_height--14{line-height: 1.4;}
.line_height--16{line-height: 1.6;}
.line_height--20{line-height: 2.0;}
.line_height--25{line-height: 2.5;}

.font-midashigo{
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
}

.font-color--white{color: #FFFFFF;}

.font-color--orange{color: #FF7119;}



/*影*/
.shadow{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;}
.text-shadow{
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;}
/*角丸*/
.icon img{
    border-radius: 50%;
}

/*ボタン*/
.btn--more a{
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    background-image: linear-gradient(180deg, #f6d365 0%, #fda085 100%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}

.btn--more a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.btn-cv a{
	border: 2px solid #F7BF15;
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    background:#FFF;
    text-align: center;
    padding: 10px 20px;
	color: #222;
	animation: flash 1s linear infinite;
}

.btn-cv a:hover {
    text-decoration: none;
	border: 2px solid #F7BF15;
}

.btn-cv2 a{
	border: 2px solid #FF7119;
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    background:#FFF;
    text-align: center;
    padding: 10px 20px;
	color: #222;
	animation: flash 1s linear infinite;
}

.btn-cv2 a:hover {
    text-decoration: none;
	border: 2px solid #FF7119;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.btn-info a{
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    background:#FF9E19;
    text-align: center;
    padding: 15px 20px;
	color: #FFF;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.btn-info a:hover {
    text-decoration: none;
    background:#FF7119;
}

.works{
	text-align: left;
}
.works img{
	margin-bottom: 0.5em;
}
.works a{
	color: #222;
}
.works a{
	color: #222;
}
.works i{
	color: #FF7119;
}

table.option{
    width: 100%;
    margin: 10px 0 0 0;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
	background: #FFF;
}

table.option tr {
    border-bottom: solid 1px #b3b3b3;
    height: 50px;
}

tr.use-full {
    border-bottom: solid 1px #b3b3b3;
    height: 50px!important;
}
tr.use-full th,tr.use-full td{
    vertical-align: middle;
}

table.option th {
	padding-left: 1.5em;
}


table.web{
    width: 100%;
}
table.web tr{
    border: none;
    height: 30px;
}

table.web th{
    border: none;
    width: 95%;
    background-color: #FFF;
    text-align: left;
}

table.web td{
    border: none;
    width: 5%;
}