@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');



/*===================================================
	root
====================================================*/
:root {
  --text-primary:#1D1B1A;
  --pallet-secondary-main:#345CC8;
}

/* 769 */
@media screen and (max-width: 769px){
:root {

}
}

/*===================================================
	RESET
====================================================*/
#wrap {
    padding: 0 0 150px;
    background: #FFF;

}
#container {
    width: 100%;
}
.txt {
    margin: 0;
}
.lead {
    margin: 0;
}
figure {
    padding: 0;
    margin: 0;
}

/*===================================================
	FRAME
====================================================*/
.allContain {
    height: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #1D1B1A;
    letter-spacing: 0.15px;
    line-height: 170%;
    font-size: 16px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}
section{
    position: relative;
}
.contentBox{
    position: relative;
}
.contentInner{
    position: relative;
}
.inBox{

}
.titBox{

}
figure{

}

/* 1200 - 771 */
@media screen and (min-width:771px) and ( max-width:1200px) {

}

/* 770 */
@media screen and (min-width: 770px){

}

/* 769 */
@media screen and (max-width: 769px){
#feature #wrap {
    padding-bottom: 152px;
}
.allContain {

}
section {

}
.contentBox {

}
.inBox {

}
.titBox{

}
}

/*===================================================
	BASE
====================================================*/
.innerLink{
    color: #345CC8;
    font-weight: 700;
}
.bold{
    font-weight: 700;
}
.cautionList {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li .mark {
    position: absolute;
    left: 0;
    top: 1px;
}
.innerList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.innerList li{
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;
}
.innerList li span{
    position: absolute;
    left: 0;
    top: 1px;
}
.btnList{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.btnList li{

}
.btnList li a{
    display: flex;
    height: 42px;
    min-width: 104px;
    padding: 8px 22px;
    flex-direction: row;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #1D1B1A;
    background: #FFF;
    text-decoration: none;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #1D1B1A;
    box-sizing: border-box;
}
.btnList li a .icon{
    display: inline-block;
    line-height: 0;
    aspect-ratio: 1;
    width: 12px;
    margin-left: 10px;
}
.btnList li a.orangeBtn{
    background: #F6732A;
    color: #FFF;
    border: 1px solid #F6732A;
}
.btnList li a.orangeBtn .icon{
    filter: brightness(10);
}
.btnList li a.orangeLineBtn{
    background: transparent;
    color: #F6732A;
    border: 1px solid #F6732A;
}
.btnList li a.orangeLineBtn .icon{

}

/* max-900 */
@media screen and (max-width: 900px){
.btnList {
    gap: 16px;
}
.btnList li a {
    padding: 6px 16px 6px;
    letter-spacing: 0;
    height: 36px;
}
.btnList li a.orangeBtn{
    padding: 8px 22px 7px;
    height: 42px;
}
.btnList li a.orangeLineBtn{
    padding: 8px 22px 7px;
    height: 42px;
}
.btnList li a .icon {
    width: 10px;
    margin-left: 4px;
}
.innerList li span {
    left: 0;
    top: auto;
    font-size: 14px;
}
}

/*===================================================
	LOADING
====================================================*/
.loading{
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 98;
}
.loadingIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 4px;
    transform: translate(-50%, -50%);
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #E64427;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #19368B;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #90559F;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #FDB211;
  animation-delay: .27s;
}
.loading-bar:nth-child(5) {
  background-color: #048E94;
  animation-delay: .36s;
}
.loadingCap{
    font-family: "Outfit", serif;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}


/*===================================================
	VISUAL
====================================================*/
.visual{
    margin-top: 40px;
    margin-bottom: 0;
}

.heroView{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 800px;
}
.visual .circle{
    position: relative;
    max-height: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}
.visual .circle img.grad{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1;
    transform: rotate(-20deg);
}
.visual .circle img.blur{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-20deg);
    filter: blur(15px);
    opacity: 0.7;
}
.visual .circle .circleTxt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    z-index: 1;
    transform: translate(-50%, -30%);
    opacity: 0;
    transition: 0.3s ease 2.8s;
}
.visual .circle .circleTxt h2{
    font-family: "Outfit", serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    margin-bottom: 24px;
}
.visual .circle .circleTxt .lead{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 170%;
}

.visual .circle .icon01{
    position: absolute;
    width: 20%;
    top: 24%;
    left: 0%;
    line-height: 0;
    opacity: 0;
    transform: scale(0.8);
}

.visual .circle .icon02{
    position: absolute;
    width: 20%;
    bottom: 24%;
    right: 0%;
    line-height: 0;
    opacity: 0;
    transform: scale(0.8);
}

.visual .circle .icon01 img,
.visual .circle .icon02 img{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05));
}
.visual .circle svg{
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(15deg);
    filter: blur(10px);
}
.visual .circle .svgcircle{
    fill: none;
    stroke: #FFF;
    stroke-width: 40%;
    stroke-dasharray: 500%;
    stroke-dashoffset: 0;

}
.visual .about {
    width: clamp(calc(100% - 120px), calc(100% - 120px), 1056px);
    max-width: 1056px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    padding: 48px 64px 40px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 40px;
    background: linear-gradient(315deg, #FFF 0%, #F5F5F5 100%);
    box-shadow: 1px 1px 2px 0 #FFF inset, -1px -1px 2px 0 rgba(29, 27, 26, 0.12) inset, -5px 5px 10px 0 rgba(246, 115, 42, 0.08), 5px -5px 10px 0 rgba(52, 92, 200, 0.08), 5px 5px 13px 0 rgba(52, 92, 200, 0.08);
    box-sizing: border-box;
    transform: translate(-50%, 40px);
    opacity: 0;
    transition: 0.5s ease 3.2s;
}
.visual .about .tit{
    position: absolute;
    left: 24px;
    top: -32px;
    font-family: "Outfit", serif;
    color: #9E9E9E;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    transform: translate(0, 0);
}
.visual .about .txt{
}

.loaded .visual .circle .circleTxt{
    transform: translate(-50%, -50%);
    opacity: 1;
}
.loaded .visual .about{
    transform: translate(-50%, 0);
    opacity: 1;
}
.loaded .visual .circle .icon01{
    animation: bound 1s linear 1.0s forwards;
}
.loaded .visual .circle .icon02{
    animation: bound 1s linear 1.8s forwards;
}
.loaded .visual .circle .svgcircle{
    animation: circlemask 1.5s linear 1s forwards;
}

@keyframes circlemask {
  0% {
    stroke-dasharray: 500%;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 500%;
    stroke-dashoffset: -320%;
  }
}

@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    opacity: 0;
    transform: scale(0.8);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 959-770 */
@media screen and (min-width:1200px) and (max-width:900px ) {

}

/* max-900 */
@media screen and (max-width: 900px){
.visual {
    margin-top: 25px;
    margin-bottom: 0;
}
.heroView {
    height: auto!important;
    min-height: 0;
    padding: 110px 0 0;
    gap: 144px;
}
.visual .circle img.blur{
    filter: blur(12px);
}
.visual .circle .circleTxt h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.visual .circle .circleTxt .lead {
    font-size: 12px;
}
.visual .circle .icon01 {
    position: absolute;
    width: 36%;
    top: -10px;;
    left: 0%;
}
.visual .circle .icon02 {
    position: absolute;
    width: 36%;
    bottom: -10px;;
    right: 0%;
}
.visual .about {
    position: relative;
    padding: 48px 32px 40px 32px;
    width: calc(100% - 32px);
}
.visual .about .txt{
    font-size: 14px;
}
.visual .circle svg{
    transform: rotate(47deg);
}
.visual .circle .svgcircle{
    stroke-dasharray: 320%;
    stroke-dashoffset: 640%;
}


@keyframes circlemask {
  0% {
    stroke-dasharray: 320%;
    stroke-dashoffset: 640%;
  }
  100% {
    stroke-dasharray: 320%;
    stroke-dashoffset: 320%;
  }
}




}



/*===================================================
	ARTIST
====================================================*/
.artistBox{
    background: #FFFAF7;
    margin-bottom: 184px;
}
.artistBox .bgTop{
    background-image: url(../images/bg_wave_top.png);
    background-position: 56% top;
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
.artistBox .bgBottom{
    background-image: url(../images/bg_wave_bottom.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.artistBox .titBox{
    margin-bottom: 40px;
}
.artistBox .titBox h3{
    text-align: center;
    color: #F6732A;
    font-size: 20px;
    font-weight: 700;
}
.artistBox .contentBox{
    max-width: 1056px;
    margin: 0 auto;
    padding: 180px 60px 180px;
}
.artistBox .artistList{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px;
}
.artistBox .artistList li{
    width: calc((100% / 6) - ((16px * 5)) / 6);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.artistBox .artistList li figure{
    width: 100%;
    aspect-ratio: 80 / 57;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
    border: 1.021px solid rgba(29, 27, 26, 0.12);
    box-shadow: 0 3.077px 30.769px 0 rgba(0, 0, 0, 0.10), 0 0 15.385px 0 rgba(0, 0, 0, 0.06);
}
.artistBox .artistList li figure .sub{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.artistBox .artistList li figure .sub img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    filter: blur(10px);
    transform: scale(1.2);
}
.artistBox .artistList li figure .main{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artistBox .artistList li figure .main img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.artistBox .artistList li figure + .name{
    color: #757575;
    font-size: 14px;
    font-weight: 700;
}
.artistBox .more{
    color: #757575;
    font-size: 14px;
    font-family: "Outfit", serif;
    font-weight: 500;
    text-align: right;
    margin-bottom: 40px;
}


/* max-900 */
@media screen and (max-width: 900px){
.artistBox{
    margin-bottom: 80px;
}
.artistBox .bgTop {
    background-image: url(../images/bg_wave_top_sp.png);
    background-size: cover;
    background-position: center;
    height: 100px;
}
.artistBox .bgBottom {
    width: 100%;
    height: 100px;
}
.artistBox .contentBox {
    position: relative;
    z-index: 1;
    padding: 80px 16px 80px;
}
.artistBox .titBox {
    margin-bottom: 32px;
}
.artistBox .titBox h3 {
    font-size: 16px;
}
.artistBox .artistList li {
    width: calc((100% / 3) - ((16px * 2)) / 3);
}
.artistBox .artistList li figure{
    border-radius: 16px;
}
.artistBox .artistList li figure + .name {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.15px;
}
.artistBox .more {
    margin-bottom: 32px;
}

}


/*===================================================
	SERVICE
====================================================*/
.serviceBox{
    margin-bottom: 144px;
}
.serviceBox .contentBox{

}
.serviceBox .titBox{
    display: block;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translate(-50%, 0);
    width: clamp(calc(100% - 120px), calc(100% - 120px), 1056px);
    max-width: 1056px;
    padding: 0 24px;
    box-sizing: border-box;
}
.serviceBox .titBox h3{
    font-family: "Outfit", serif;
    color: #9E9E9E;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}
.serviceBox .contentInner{
    position: relative;
    padding: 0 0 56px;
}
.serviceBox .bg{
    width: clamp(calc(100% - 120px), calc(100% - 120px), 1056px);
    max-width: 1056px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-radius: 56px;
    background: linear-gradient(153deg, rgba(52, 92, 200, 0.08) 7.11%, rgba(246, 115, 42, 0.08) 99.26%);
    transform: translate(-50%, 0);
    box-shadow: 5px 5px 13px 0 rgba(29, 27, 26, 0.08), -5px 5px 10px 0 rgba(29, 27, 26, 0.04), 5px -5px 10px 0 rgba(29, 27, 26, 0.04);
}
.serviceBox .float{
    overflow: hidden;
    width: 100%;
    max-width: 1170px;
    padding-bottom: 32px;
    padding-top: 64px;
    position: relative;
    margin: 0 auto;
}
.serviceBox .float:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 1;
    background: #F5F5F5;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
.serviceBox .float:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: #F5F5F5;
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.serviceBox .serviceList{
    position: relative;
    gap: 16px;
    display: flex;
    width: 3168px;
    animation: scrollLeft 20s linear infinite;
}
.serviceBox .serviceList li{
    line-height: 0;
    width: 160px;
    border-radius: min(2vw, 32px);
    overflow: hidden;
    box-shadow: 1.429px 1.429px 2.857px 0 rgba(246, 115, 42, 0.04) inset, -1.429px -1.429px 0 0 rgba(29, 27, 26, 0.08) inset, -7.143px 7.143px 14.286px 0 rgba(221, 221, 221, 0.20), 4.286px -4.286px 8.571px 0 rgba(52, 92, 200, 0.04), -4.286px -4.286px 8.571px 0 rgba(246, 115, 42, 0.04), 7.143px 7.143px 18.571px 0 rgba(52, 92, 200, 0.04);
}
.serviceBox .serviceList li img{

}
.serviceBox .txt{
    width: clamp(calc(100% - 120px), calc(100% - 120px), 1056px);
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 64px;
    box-sizing: border-box;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* max-900 */
@media screen and (max-width: 900px){
.serviceBox{
    margin-bottom: 80px;
}
.serviceBox .titBox {
    width: calc(100% - 32px);
}
.serviceBox .contentInner {
    padding: 0 0 40px;
}
.serviceBox .bg {
    width: calc(100% - 32px);
}
.serviceBox .float:before,
.serviceBox .float:after {
    content: none;
}
.serviceBox .serviceList {
    animation: scrollLeft 10s linear infinite;
}
.serviceBox .float.floatLeft{
    padding-top: 40px;
    padding-bottom: 12px;
    width: 100%;
}
.serviceBox .float.floatLeft .serviceList{
        width: 944px;
}
.serviceBox .float.floatRight{
    padding-top: 12px;
    padding-bottom: 24px;
}
.serviceBox .float.floatRight .serviceList{
    width: 1180px;
    animation: scrollLeft 10s linear infinite reverse;
}
.serviceBox .serviceList li {
    width: 112px;
    border-radius: 24px;
}


.serviceBox .txt {
    width: calc(100% - 32px);
    padding: 0 32px;
    font-size: 14px;
}

.serviceBox .serviceList{
    width: 2108px;
}
.serviceBox .serviceList li{
   width: 102px;
   flex: unset;
}
}


/*===================================================
	REGISTER
====================================================*/
.registerBox{
    margin-bottom: 80px;
}
.registerBox .titBox{
    margin-bottom: 40px;
}
.registerBox .titBox h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 116%;
}
.registerBox .contentBox{
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 60px;
}
.registerBox .stepList{
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.registerBox .stepList li{
    width: calc((100% / 3) - (48px / 3));
    position: relative;
}
.registerBox .stepList li .inner{
    width: calc(100% - 40px);
    border-radius: 0 24px 0 0;
    box-shadow: 4px -4px 6px 0 rgba(29, 27, 26, 0.04);
    padding: 8px;
    box-sizing: border-box;
    margin-left: 40px;
}
.registerBox .stepList li .icon{
    position: absolute;
    line-height: 0;
    width: 40px;
    aspect-ratio: 1;
    left: 0;
    top: -4px;
}
.registerBox .stepList li .tit{
    color: #757575;
}
.registerBox .stepList li .txt{

}

/* max-900 */
@media screen and (max-width: 900px){
.registerBox .titBox h3 {
    font-size: 20px;
}
.registerBox .contentBox {
    padding: 0 16px;
}
.registerBox .stepList {
    flex-direction: column;
    gap: 12px;
}
.registerBox .stepList li {
    width: 100%;
}
.registerBox .stepList li .tit{
    font-size: 14px;
}
.registerBox .stepList li .txt {
    font-size: 14px;
}
}

/*===================================================
	QA
====================================================*/
.qaBox{

}
.qaBox .titBox{
    margin-bottom: 24px;
}
.qaBox .titBox h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 116%;
}
.qaBox .contentBox{
    max-width: 1056px;
    margin: 0 auto;
    padding: 0 60px;
}

/* max-900 */
@media screen and (max-width: 900px){
.qaBox{
    padding-bottom: 40px;
}
.qaBox .titBox h3 {
    font-size: 20px;
}
.qaBox .contentBox {
    padding: 0 16px;
}
}



/*===================================================
  OP:ACD
====================================================*/
.op_acd{
    margin-bottom: 24px;
}
.op_acd .acdList {
    overflow: hidden;
}
.op_acd .acdList:last-of-type{
}
.op_acd .acdTit {
    padding: 16px 48px 16px 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    border-bottom: 1px solid rgba(29, 27, 26, 0.12);
    transition: 0.3s ease;
}
.op_acd .open .acdTit {
    color: #F6732A;
}
.op_acd .acdTit .txt{
    position: relative;
    padding-left: 32px;
    font-weight: 400;
}
.op_acd .acdTit .icon{
    display: inline-block;
    width: 16px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    filter: grayscale(1);
    transition: 0.3s ease;
}
.op_acd .open .acdTit .icon{
    filter: grayscale(0);
}
.op_acd .acdTit .arrow{
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    aspect-ratio: 1;
    line-height: 0;
    transform: translate(0, -50%);
    transition: 0.3s ease;
}

.op_acd .open .acdTit .arrow{
    transform: translate(0, -50%) rotate(180deg);
}

.op_acd .acdTit .arrow img{

}

.op_acd .open .acdTit .arrow span {
    transform: rotate(-315deg);
}
.op_acd .acdDetail {
    background: #FEF1EA;
    padding: 16px;
    display: none;
    border-bottom: 1px solid rgba(29, 27, 26, 0.12);
}
.op_acd .acdDetail .detailBox{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.op_acd .acdDetail .detailInner{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.op_acd .detailList {
    display: block;
    border-bottom: 1px dashed #000;
    padding: 0 0 16px;
    margin: 0 0 16px;
}
.op_acd .detailList:last-of-type {
    margin: 0 0 40px;
}
.op_acd .detailList dt {
    width: 100%;
    padding: 0;
    font-size: 80%;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.6em;
    opacity: 0.5;
}

/* max-900 */
@media screen and (max-width: 900px){
.op_acd .acdTit {
    padding: 16px 0;
    font-size: 14px;
}
.op_acd .acdTit .icon{
    width: 24px;
    padding: 2px;
    box-sizing: border-box;
    top: calc(50% - 12px);
}
.op_acd .acdTit .txt {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 170%;
}
.op_acd .acdTit .arrow {
    right: 0;
    width: 24px;
}
.op_acd .acdDetail {
    padding: 16px;
}
.op_acd .detailList:last-of-type {
    margin: 0 0 24px;
}
.op_acd .acdDetail .detailInner .txt{
    font-size: 14px;
    line-height: 170%;
}
}



/*===================================================
    main-title
====================================================*/


.main-title {
    background: url(../images/flag.png) no-repeat;
    background-position: center;
    background-size: auto 100%;
    z-index: 6;
    position: absolute;
    height: 8vw;
    max-height: 100px;
    width: 70%;
    max-width: 700px;
    padding: 8px 0 8px 26px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease 2.5s;
}

.loaded .main-title {
    opacity: 1;
}

.main-title h1 {
    color: #F6732A;
    font-size: clamp(24px, 28px, 2vw);
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
}

.main-title p {
    color: #141414;
    font-size: clamp(14px, 18px, 1.4vw);
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 10px;
}

.loaded .allContain {
    padding-top: 86px;
}

/* SP */
@media screen and (max-width: 900px) {

    .loaded .allContain {
        padding-top: 50px;
    }

    .main-title {
        height: 74px;
        width: 90%;
        padding: 8px 0 8px 18px;
    }

    .main-title h1 {
        font-size: 26px;
    }

    .main-title p {
        font-size: 16px;
    }
}