@charset "UTF-8";
/*====================================================================================================

　CSS構成

　//絶対に変更しないCSS
　- reset.css           全てのブラウザ固有CSSをリセットするCSS。基本触らないこと。
　- bootstrap.min.css   Bootstrapコンポーネントを利用するためのCSS。基本触らないこと。
　- all.min.css         Font Awesome を利用するためのCSS。基本触らないこと。
　- aos.css             AOSを利用するためのCSS。基本触らないこと。

　//基本的には変更しないCSS
　- base.css            基本の文字設定や、Webフォントの読み込みなど。基本触らなくてもOK。

　//メインで利用しているCSS
　- common.css          ヘッダー、フッター、下層ページのタイトルなど、共通ページレイアウトを記載したCSS
　- stlye.css           各ページ固有のレイアウトを記載したCSS

　//補助的に利用しているCSS
　- module.css          見出しやリスト、テーブルなど、共通利用できるパーツをまとめたCSS
　- utility.css         マージンやパディング、文字サイズや文字色など、補助的に利用できるCSS
　- js-module.css       GSAP等のアニメーション用のモジュールをまとめたCSS

====================================================================================================*/



/*------------------------------------------------------------------
  anchor
------------------------------------------------------------------*/
.anchor{
    padding-top: 120px;
    margin-top: -120px;
    position: relative;
    z-index: -1;
}
@media screen and (max-width:767px){
    .anchor{
        padding-top: 70px;
        margin-top: -70px;
    }
}


/*------------------------------------------------------------------
  section
------------------------------------------------------------------*/
/* 「section-」を含むクラスの padding-bottom は変数「--section-padding」で定義 */
[class*="section-"]{
    position: relative;
    --section-padding: 0;
    padding-bottom: var(--section-padding);
    z-index: 1;
}
/* 「section-」に「bg-」から始まる背景色を定義するクラスを付けた場合は padding-top も追加する */
[class*="section-"][class*="bg-"],
[class*="bg-"] + [class*="section-"],
.page-top + [class*="section-"],
.home-links + [class*="section-"]{
    padding-top: var(--section-padding);
}

.section-xsmall{ --section-padding: 40px;}
.section-small{ --section-padding: 60px;}
.section-medium{ --section-padding: 80px;}
.section-large{ --section-padding: 100px;}
.section-xlarge{ --section-padding: 120px;}
.section-xxlarge{ --section-padding: 150px;}
@media screen and (max-width:1399px){
    .section-xxlarge{
        --section-padding: 120px;
    }
}
@media screen and (max-width:1199px){
    .section-medium{
        --section-padding: 60px;
    }
    .section-large,
    .section-xlarge,
    .section-xxlarge{
        --section-padding: 80px;
    }
}
@media screen and (max-width:767px){ 
    .section-xsmall{
        --section-padding: 30px;
    }
    .section-large,
    .section-xlarge,
    .section-xxlarge{
        --section-padding: 60px;
    }
    .breadcrumb-wrapper + [class*="section-"]{
        padding-top: 40px;
    }
}
@media print {
    .section-xlarge{
        --section-padding: 100px;
    }
    .section-xxlarge{
        --section-padding: 100px;
    }
}

/*------------------------------------------------------------------
  container
------------------------------------------------------------------*/
.container-wide{
    width: 100%;
    max-width: 1720px;
    padding: 0 60px;
    margin: 0 auto;
}
@media screen and (max-width:991px){ 
    .container-wide{
        padding: 0 6vw;
    }
}

/*------------------------------------------------------------------
  background
------------------------------------------------------------------*/
.bg-white{
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.bg-gray{
    position: relative;
    background-color: #efefef;
    z-index: 1;
}
.bg-primary{
    position: relative;
    background: var(--primary-color) !important;
    z-index: 1;
}
.bg-primary-light{
    position: relative;
    background: var(--primary-light-color) !important;
    z-index: 1;
}
.bg-gradation-light{
    position: relative;
    background: linear-gradient(0deg,#b4d1ff 0%, #dfebff 100%) !important;
    z-index: 1;
}

/*------------------------------------------------------------------
  title
------------------------------------------------------------------*/

/* title-english
------------------------------------------------------------------*/
.title-english{
    margin-bottom: 1em;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
.title-english .jp{
    margin-bottom: .5em;
}
.title-english .en{
    font-family: var(--en-font);
    font-size: max(.5em,.75rem);
    color: var(--accent-color);
    letter-spacing: 0;
}

.title-english.small{ font-size: 2.25rem;}

@media screen and (max-width:1399px){
    .title-english{ font-size: 2.5rem;}
    .title-english.small{ font-size: 1.75rem;}
}
@media screen and (max-width:991px){
    .title-english{ font-size: 2rem;}
    .title-english.small{ font-size: 1.5rem;}
}
@media screen and (max-width:575px){
    .title-english{ font-size: 1.75rem;}
    .title-english.small{ font-size: 1.25rem;}
}


/* title-bold 
------------------------------------------------------------------*/
.title-bold{
    margin-bottom: 1em;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.5;
}

/* 文字サイズ変更 */
.title-bold.large{ font-size: 3rem;}
.title-bold.small{ font-size: 1.5rem;}
.title-bold.xsmall{ font-size: 1.25rem;}

@media screen and (max-width:1399px){
    .title-bold.large{ font-size: 2.5rem;}
    .title-bold{ font-size: 1.875rem;}
}
@media screen and (max-width:991px){
    .title-bold.large{ font-size: 2.25rem;}
    .title-bold{ font-size: 1.75rem;}
    .title-bold.small{ font-size: 1.375rem;}
    .title-bold.xsmall{ font-size: 1.125rem;}
}
@media screen and (max-width:767px){
    .title-bold.large{ font-size: 1.875rem;}
    .title-bold{ font-size: 1.5rem;}
    .title-bold.small{ font-size: 1.25rem;}
    .title-bold.xsmall{ font-size: 1rem;}
}
@media screen and (max-width:575px){
    .title-bold.large{ font-size: 1.625rem;}
    .title-bold{ font-size: 1.375rem;}
    .title-bold.small{ font-size: 1.125rem;}
}
@media screen and (max-width:374px){
    .title-bold.large{ font-size: 1.5rem;}
    .title-bold{ font-size: 1.25rem;}
    .title-bold.small{ font-size: 1rem;}
}

/* title-leftline 
------------------------------------------------------------------*/
.title-leftline{
    padding-left: 0.5em;
    margin-bottom: 1em;
    border-left: 5px solid var(--primary-color);
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
}
/* 文字サイズ変更 */
.title-leftline.small{ font-size: 1.5rem;}
.title-leftline.xsmall{ font-size: 1.25rem;}

@media screen and (max-width:1399px){
    .title-leftline{ font-size: 1.625rem;}
}
@media screen and (max-width:991px){
    .title-leftline{ font-size: 1.5rem;}
    .title-leftline.small{ font-size: 1.375rem;}
    .title-leftline.xsmall{ font-size: 1.125rem;}
}
@media screen and (max-width:767px){
    .title-leftline{ font-size: 1.375rem;}
    .title-leftline.small{ font-size: 1.25rem;}
    .title-leftline.xsmall{ font-size: 1rem;}
}
@media screen and (max-width:575px){
    .title-leftline{ font-size: 1.25rem;}
    .title-leftline.small{ font-size: 1.125rem;}
}

/* title-underline 
------------------------------------------------------------------*/
.title-underline{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b1b4c6;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
}
/* 文字サイズ変更 */
.title-underline.small{ font-size: 1.5rem;}
.title-underline.xsmall{ font-size: 1.25rem;}

/* ライン色変更 */
.title-underline.line-gray{ border-bottom: 1px solid #ccc;}

@media screen and (max-width:1399px){
    .title-underline{ font-size: 1.625rem;}
}
@media screen and (max-width:991px){
    .title-underline{ font-size: 1.5rem;}
    .title-underline.small{ font-size: 1.375rem;}
    .title-underline.xsmall{ font-size: 1.125rem;}
}
@media screen and (max-width:767px){
    .title-underline{ font-size: 1.375rem;}
    .title-underline.small{ font-size: 1.25rem;}
    .title-underline.xsmall{ font-size: 1rem;}
}
@media screen and (max-width:575px){
    .title-underline{ font-size: 1.25rem;}
    .title-underline.small{ font-size: 1.125rem;}
}

/* title-band 
------------------------------------------------------------------*/
.title-band{
    padding: 10px 15px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
    background: var(--primary-light-color);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
/* 文字サイズ変更 */
.title-band.small{ font-size: 1.375rem;}
.title-band.xsmall{ font-size: 1.125rem;}

@media screen and (max-width:991px){
    .title-band{ font-size: 1.375rem;}
    .title-band.small{ font-size: 1.25rem;}
    .title-band.xsmall{ font-size: 1rem;}
}
@media screen and (max-width:767px){
    .title-band{ font-size: 1.25rem;}
    .title-band.small{ font-size: 1.125rem;}
    .title-band.xsmall{ font-size: 0.875rem;}
}
@media screen and (max-width:575px){
    .title-band{ font-size: 1.125rem;}
    .title-band.small{ font-size: 1rem;}
}

/* title-caption
------------------------------------------------------------------*/
.title-caption{
    margin-bottom: .25em;
    font-family: var(--en-font);
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
}
@media screen and (max-width:991px){
    .title-caption{
        font-size: 1rem;
    }
}
@media screen and (max-width:575px){
    .title-caption{
        font-size: .875rem;
    }
}

/*------------------------------------------------------------------
  btn   
------------------------------------------------------------------*/

/*  btn-next
------------------------------------------------------------------*/
.btn-next{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 4em;
    padding: 0 3em;
    background: linear-gradient(90deg,#1dd4c5 0%, #1a5dcc 100%);
    border-radius: 4em;
    overflow: hidden;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    transition: .3s ease-out;
    z-index: 1;
}
.btn-next::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#4588f5 0%, #5cede1 100%);
    opacity: 0;
    content: "";
    transition: .3s ease-out;
    z-index: -1;
}
.btn-next::after{
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: .3s ease-out;
}

/* ホバー時動作 */
@media (hover:hover) {
    .btn-next:hover::before{
        opacity: 1;
    }
    .btn-next:hover::after{
        right: .25em;
    }
}
@media (hover:none) {
    .btn-next:active::before{
        opacity: 1;
    }
    .btn-next:active::after{
        right: .25em;
    }
}
@media screen and (max-width:991px){
    .btn-next{        
        min-width: 250px;
    }
}

/*  btn-prev
------------------------------------------------------------------*/
.btn-prev{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 4em;
    padding: 0 3em;
    background: var(--black-color);
    border-radius: 4em;
    overflow: hidden;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    transition: .3s ease-out;
    z-index: 1;
}
.btn-prev::after{
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: .3s ease-out;
}

/* ホバー時動作 */
@media (hover:hover) {
    .btn-prev:hover{
        background: var(--accent-color);
    }
    .btn-prev:hover::after{
        left: .25em;
    }
}
@media (hover:none) {
    .btn-prev:active{
        background: var(--accent-color);
    }
    .btn-prev:active::after{
        left: .25em;
    }
}
@media screen and (max-width:991px){
    .btn-prev{        
        min-width: 250px;
    }
}

/*  btn-file
------------------------------------------------------------------*/
.btn-file{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.25em;
    padding: 0 2em;
    background: var(--primary-color);
    border-radius: 2.5em;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    transition: .2s;
}
.btn-file::before{
    display: inline-block;
    margin-right: 5px;
    content: url(../img/etc.gif);
    transition: .2s;
}
/* pdf */
.btn-file.pdf::before{
    content: url(../img/pdf.gif);
}
/* word */
.btn-file.word::before{
    content: url(../img/word.gif);
}
/* excel */
.btn-file.excel::before{
    content: url(../img/excel.gif);
}
/* ホバー時動作 */
@media (hover:hover) {
    .btn-file:hover{
        background: var(--accent-color);
    }
}
@media (hover:none) {
    .btn-file:active{
        background: var(--accent-color);
    }
}
@media screen and (max-width:767px){
    .btn-file{
        width: 100%;
        padding: 0.8em 1em;
    }
}

/*  btn-category
------------------------------------------------------------------*/
.btn-category{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.25em;
    padding: 0 2em;
    background: #ddd;
    border-radius: 2.5em;
    color: #777;
    text-align: center;
    line-height: 1.5;
    transition: .2s;
    z-index: 1;
}
/* ホバー時動作 */
@media (hover:hover) {
    .btn-category:hover{
        background: var(--accent-color);
        color: #fff;
    }
}
@media (hover:none) {
    .btn-category:active{
        background: var(--accent-color);
        color: #fff;
    }
}
/* アクティブ時動作: SDK が選択中リンクに付与する aria-current="page" で発火（旧 .active は Laravel 時代の名残・現在は未使用） */
.btn-category.active,
.btn-category[aria-current="page"]{
    background: var(--primary-color);
    color: #fff;
    pointer-events: none;
}
@media screen and (max-width:767px){
    .btn-category{
        font-size: 0.75rem;
    }
}
/*  btn-block
------------------------------------------------------------------*/
.btn-block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 1.5em 48px 1.5em 1em;
    border: 1px solid #aaa;
    transition: .2s ease-out;
    line-height: 1.2;
}
.btn-block.pdf::before{
    background: url(../img/pdf.png) no-repeat center / contain;
}
.btn-block.word::before{
    background: url(../img/word.png) no-repeat center / contain;
}
.btn-block.excel::before{
    background: url(../img/excel.png) no-repeat center / contain;
}
.btn-block::after{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    aspect-ratio: 1 / 1;
    border: 1px solid #666;
    border-radius: 50%;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 0.625rem;
    font-weight: bold;
    transition: .3s ease-out;
}
/* ホバー時動作 */
@media (hover:hover) {
    .btn-block:hover{
        background: var(--primary-light-color);
        border-color: var(--primary-color);
        color: var(--primary-color);
    }
    .btn-block:hover::after{
        transform: translateY(-50%) scale(0.8);
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }
}
@media screen and (max-width:575px){
    .btn-block{
        padding-right: 30px;
        font-size: 0.875rem;
    }
    .btn-block::after{
        width: 28px;
    }
}
/*------------------------------------------------------------------
  list-style
------------------------------------------------------------------*/

/* list-disc ----------------------------------------*/
.list-disc > li{
    position: relative;
    padding-left: 1.2em;
}
.list-disc > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "・";
}

/* list-decimal ----------------------------------------*/
.list-decimal > li {
    line-height: 1.8;
    margin-left: 1em;
    position: relative;
    list-style: decimal;
}

/* list-bracket ----------------------------------------*/
.list-bracket > li{
    position: relative;
    padding-left: 2em;    
	counter-increment: cnt;
}
.list-bracket > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "("counter(cnt)")";
}

/* list-asterisk ----------------------------------------*/
.list-asterisk > li{
    position: relative;
    padding-left: 1.5em;
}
.list-asterisk > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※";
}

/* list-check ----------------------------------------*/
.list-check > li{
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
}
.list-check > li::before{
    position: absolute;
    top: 0.05em;
    left: 0;
    display: block;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--primary-color);
}
/* list-indent ----------------------------------------*/
.list-indent > li{
    padding-left: 1em;
    text-indent: -1em;
}
/* list-block ----------------------------------------*/
.list-block{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
    --letter-spacing: 0;
}
.list-block li{
    padding: 0.5em 0.8em;
    background: #e0e0e0;
    border-radius: 4px;
}
/* list-block-white ----------------------------------------*/
.list-block-white{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
    --letter-spacing: 0;
}
.list-block-white li{
    padding: 0.5em 0.8em;
    background: #fff;
    border-radius: 4px;
}

/* list-line-dashed ----------------------------------------*/
.list-line-dashed > li{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #bbb;
}
.list-line-dashed > li:last-of-type{
    margin-bottom: 0;
}

/*------------------------------------------------------------------
  list-margin
------------------------------------------------------------------*/
.list-margin-small > li{ margin-bottom: 0.7em;}
.list-margin-medium > li{ margin-bottom: 1em;}
.list-margin-large > li{ margin-bottom: 1.3em;}

.list-margin-small > li:last-of-type,
.list-margin-medium > li:last-of-type,
.list-margin-large > li:last-of-type{ margin-bottom: 0;}


/*------------------------------------------------------------------
  table
------------------------------------------------------------------*/

/* wrap-table ----------------------------------------*/
.wrap-table{
    overflow-x: auto;
}

/* table01 ----------------------------------------*/
.table01{
    width: 100%;
    line-height: 1.5;
}
.table01 > tbody > tr > th,
.table01 > tbody > tr > td{
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.table01 > tbody > tr > th{
    width: 28%;
    color: var(--primary-color);
}
@media screen and (max-width:991px){
    .table01 > tbody > tr > th,
    .table01 > tbody > tr > td{
        display: block;
    }
    .table01 > tbody > tr > th{
        border-bottom: initial;
        width: 100%;
        padding: 10px 0 0;
    }
    .table01 > tbody > tr > td{
        padding: 5px 0 10px;
    }
}

/* table02 ----------------------------------------*/
.table02{
    width: 100%;
    margin: -3px;
    border-spacing: 3px;
    line-height: 1.5;
}
.table02 > tbody > tr > th,
.table02 > tbody > tr > td{
    padding: 15px;
    vertical-align: middle;
}
.table02 > tbody > tr > th{
    width: 28%;
    background: var(--primary-light-color);
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.table02 > tbody > tr > td{
    border-bottom: 1px solid #aaa;
}
.table02 > tbody > tr:first-of-type > th{
    border-top: 1px solid var(--primary-color);
}
.table02 > tbody > tr:first-of-type > td{
    border-top: 1px solid #aaa;
}
@media screen and (max-width:991px){
    .table02{        
        border-spacing: 0;
    }
    .table02 > tbody > tr > th,
    .table02 > tbody > tr > td{
        display: block;
    }
    .table02 > tbody > tr > th{
        width: 100%;
        padding: 10px;
    border-bottom: 1px solid #aaa;
    }
    .table02 > tbody > tr > td{
        padding: 10px;
    }
    .table02 > tbody > tr:first-of-type > th{
        border-top: 1px solid #aaa;
    }
    .table02 > tbody > tr:first-of-type > td{
        border-top: initial;
    }
}

/* table03 ----------------------------------------*/
.table03{
    width: 100%;
    margin: -3px;
    border-collapse: separate;
    border-spacing: 3px;
    line-height: 1.5;
}
.table03 > tbody > tr > th,
.table03 > tbody > tr > td{
    padding: 15px;
    vertical-align: middle;
}
.table03 > tbody > tr > th{
    width: 28%;
    background: var(--primary-color);
    color: #fff;
}
.table03 > tbody > tr > td{
    background: #fff;
}
@media screen and (max-width:991px){
    .table03{        
        border-spacing: 0;
    }
    .table03 > tbody > tr > th,
    .table03 > tbody > tr > td{
        display: block;
    }
    .table03 > tbody > tr > th{
        width: 100%;
        padding: 10px;
    }
    .table03 > tbody > tr > td{
        padding: 10px;
    }
}

/*------------------------------------------------------------------
  box
------------------------------------------------------------------*/
[class^="box-"]{
    position: relative;
    padding: 60px;
    z-index: 1;
}
[class^="box-"].small{
    padding: 40px 30px;
}
[class^="box-"].xsmall{
    padding: 20px 15px;
}
.box-white{
    background: #fff;
}
.box-gray{
    background: #efefef;
}
.box-primary-light{
    background: var(--primary-light-color);
}
.box-gradation-light{
    background: linear-gradient(0deg,#b4d1ff 0%, #dfebff 100%) !important;
}
.box-line{
    border: 1px solid var(--primary-color);
}
@media screen and (max-width:991px){
    [class^="box-"],
    [class^="box-"].small{
        padding: 30px 20px;
    }
}

/*------------------------------------------------------------------
  img-radius
------------------------------------------------------------------*/
.img-radius{
    overflow: hidden;
    border-radius: 15px;
}
@media screen and (max-width:575px){
    .img-radius{
        border-radius: 10px;
    }
}

/*------------------------------------------------------------------
  img-fit
------------------------------------------------------------------*/
.img-fit{
    height: 100%;
    overflow: hidden;
}
.img-fit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*------------------------------------------------------------------
  catalog
------------------------------------------------------------------*/

.catalog-text a{
    color: #318bd8;
    text-decoration: underline;
    transition: .2s;
}
.catalog-text a:hover{
    color: var(--accent-color);
}

/*------------------------------------------------------------------
  link
------------------------------------------------------------------*/
a.link-text{
    color: #318bd8;
    text-decoration: underline;
    transition: .2s;
}
a.link-text:hover{
    color: var(--accent-color);
}
a.link-img img{ transition: .2s;}
a.link-img:hover img{ opacity: 0.6;}


/*------------------------------------------------------------------
  photo-ofi
------------------------------------------------------------------*/
.photo-ofi {
    height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66666%;
    background: #efefef;
}
.photo-ofi.wide{
    padding-bottom: 56.25%;
}
.photo-ofi.narrow{
    padding-bottom: 75%;
}
.photo-ofi.square {
    padding-bottom: 100%;
}
.photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
    position: absolute;
    left: 0;
    top: 0;
}
.photo-ofi.fit{
    height: 100%;
    background: transparent;
}
.photo-ofi.fit img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*------------------------------------------------------------------
  zoom-photo
------------------------------------------------------------------*/
.zoom-photo {
    position: relative;
    display: block;
    cursor: zoom-in;
    font-size: 14px;
    z-index: 1;
}
.zoom-photo::after{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "クリックして拡大表示";
    opacity: 0;
    font-size: 1.25em;
    color: #fff;
    line-height: 1;
    transition: .2s ease-out;
    z-index: 1;
}
.zoom-photo:hover::after{
    opacity: 1;
}
@media screen and (max-width:767px){
    .zoom-photo{
        font-size: 12px;
    }
}

/*------------------------------------------------------------------
  form
------------------------------------------------------------------*/

/* required ----------------------------------------*/
.required-icon{
    display: inline-block;
    flex-shrink: 0;
    background-color: var(--red-color);
    padding: 5px 8px;
    margin-left: 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
}
th .required-icon{
    float: right;
}

/* policy ----------------------------------------*/
.policy{
    height: 300px;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #666;
    overflow-y: scroll;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* form-style ----------------------------------------*/
.form-xs { width: 150px;}
.form-s { width: 200px;}
.form-m { width: 300px;}
.form-l { width: 500px;}
.form-xl { width: 100%;}
.form-order{ width: 120px;}
.form-year{ width: 80px;}
.form-date{ width: 60px;}
.form-h { width: 100%; min-height: 150px; resize: none;}
@media screen and (max-width: 991px) {
    .form-xs, .form-s, .form-m, .form-l, .form100 {
        width: 100%;
    }
    .form-h {min-height: 100px;}
    .form-order{ width: 80px;}
    .form-year{ width: 80px;}
    .form-date{ width: 60px;}
}

.form-error{
    position: relative;
    padding-left: 1.25em;
    margin-top: 5px;
    color: var(--red-color);
}
.form-error::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

/* select-box ----------------------------------------*/
.select-box {
    position: relative;
    display: inline-block;
}
.select-box::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .select-box {
        display: block;
    }
    .select-box.date {
        display: inline-block;
    }
}

/* radio ----------------------------------------*/
.radio{
    position:relative;
    display: inline-block;
}
.radio input {
    display: none;
}
.radio span::before{
    display: inline-block;
    margin-right: 5px;
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    color: #999;
    z-index: 1;
}
.radio input:checked + span::before{
    content: "\f192";
    color: var(--primary-color);
}

@media screen and (max-width:991px){
    .radio{
        display: block;
    }
}
/* radio-list ----------------------------------------*/
.radio-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}
@media screen and (max-width:991px){
    .radio-list{
        flex-direction: column;
    }
    .radio-list li {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

/* checkbox ----------------------------------------*/
.checkbox{
    position: relative;
    display: inline-block;
}
.checkbox input{
    display: none;
}
.checkbox input + span::before{
    display: inline-block;
    margin-right: 5px;
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
}
.checkbox input:checked + span::before{
    content: "\f14a";
    color: var(--primary-color);
}
@media screen and (max-width:991px){
    .checkbox{
        display: block;
    }
}

/* checkbox-list ----------------------------------------*/
.checkbox-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
@media screen and (max-width:991px){
    .checkbox-list{
        flex-direction: column;
    }
    .checkbox-list li {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}
