@charset "UTF-8";
/* -------------------- profile -------------------- */
.section-profile {
    margin-top: 140px;
    padding: 90px 0;
    background-color: #FFF500;
    position: relative;
}
.section-profile_title h1 {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 9.6rem;
    position: absolute;
    top: -50px;
    padding-left: 24px;
}
.section-profile_picture {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}
.section-profile_picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 70% 20%;
    border-radius: 20px;
}
.section-profile_description {
    background-color: #FFF;
    border-radius: 20px;
    padding: 40px 24px;
    position: relative;
    bottom: 50px;
    margin-bottom: -50px;
    text-align: left;
}
.section-profile_description h2 {
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 5.4rem;
    margin-bottom: 20px;
}
.section-profile_description br {
    content: "";
    display: block;
    height: 15px;
}
.section-profile_description p {
    margin-bottom: 20px;
}
.section-profile_description dt {
    display: inline-block;
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 10px;
}
.section-profile_description dl img {
    max-width: 166px;
    vertical-align: middle;
}
@media (max-width: 350px) {
    .section-profile h1 {
        font-size: 4.8rem;
        line-height: 7.2rem;
        top: -35px;
    }
}
@media (min-width: 768px) {
    .section-profile {
        margin-top: 240px;
        padding: 130px 0px;
    }
    .section-profile_title h1 {
        font-size: 9.6rem;
        line-height: 14.4rem;
        top: -70px;
    }
    .section-profile_picture {
        height: 650px;
        margin-left: auto;
    }
    .section-profile_description {
        padding: 50px 65px;
        margin: 0 auto;
    }
    .section-profile_description h2 {
        font-size: 4.8rem;
        line-height: 7.2rem;
        margin-bottom: 30px;
    }
}
@media (min-width: 1100px) {
    .section-profile {
        height: 885px;
    }
    .section-profile_contain {
        max-width: 1320px;
        margin: 0 auto;
        position: relative;
    }
    .section-profile_picture {
        width: 1000px;
        position: absolute;
        right: 0;
    }
    .section-profile_picture img {
        object-position: 0% 20%;
        border-radius: 20px;
    }
    .section-profile_description {
        max-width: 645px;
        position: absolute;
        left: 0;
        bottom: auto;
        top: 60px;
    }
}
@media (min-width: 1280px) {
    .section-profile_title {
        display: block;
        max-width: 1320px;
        margin: 0 auto;
    }
}
/* -------------------- strength -------------------- */
.section-strength {
    padding: 70px 24px 60px;
}
.section-strength h1 {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 9.6rem;
    margin-bottom: 50px;
}
.section-strength ol {
    list-style: none;
}
.section-strength ol li {
    padding: 30px 20px;
    border: 2px solid #333;
    border-radius: 20px;
    margin-bottom: 40px;
}
.section-strength ol li h2 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background-image: url(../image/about/dots_line.png);
    background-size: auto 2px;
    background-position: left bottom;  
    background-repeat: repeat-x; 
}
.section-strength ol li p {
    text-align: left;
}
.section-strength_icon {
    max-width: 100px;
    margin-bottom: 30px;
}
@media (max-width: 350px) {
    .section-strength h1 {
        font-size: 4.8rem;
        line-height: 7.2rem;
    }
}
@media (min-width: 768px) {
    .section-strength h1 {
        font-size: 9.6rem;
        line-height: 14.4rem;
    }
    .section-strength ol li {
        padding: 30px 40px;
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .section-strength ol li h2 {
        font-size: 3.6rem;
        line-height: 5.4rem;
        padding-bottom: 20px;
    }
}
@media (min-width: 1100px) {
    .section-strength ol {
        display: flex;
        justify-content: space-between;
        max-width: 1320px;
        margin: 0 auto;
    }
    .section-strength {
        padding: 160px 60px 160px;
    }
    .section-strength ol li {
        margin-bottom: 0;
        width: 32%;
    }
}
/* -------------------- skill -------------------- */
.section-skill {
    background-color: #F2F2F2;
    padding: 60px 24px 100px;
}
.section-skill h1 {
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 9.6rem;
    margin-bottom: 50px;
    text-align: left;
}
.section-skill ul {
    background-color: #FFF;
    padding: 0 20px;
    border: 2px solid #333;
    border-radius: 20px;
    list-style: none;
}
.section-skill_icon {
    max-width: 100px;
    margin-bottom: 30px;
}
.section-skill ul li {
    padding: 50px 0;
    background-image: url(../image/about/dots_line.png);
    background-size: auto 2px;
    background-position: left bottom;  
    background-repeat: repeat-x; 
}
.section-skill ul li:last-child {
    background-image: none;
}
.section-skill_contain h2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
}
.section-skill_dots-line {
    width: 100%;
}
.section-skill_description {
    text-align: left;
}
.section-skill_description p {
    margin-bottom: 20px;
}
.section-skill_description dl dt {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
}
.section-skill_description dl img {
    max-width: 90px;
    vertical-align: middle;
}
@media (max-width: 350px) {
    .section-skill {
        padding: 60px 24px 70px;
    }
    .section-skill h1 {
        font-size: 4.8rem;
        line-height: 7.2rem;
    }
}
@media (min-width: 768px) {
    .section-skill h1 {
        font-size: 9.6rem;
        line-height: 14.4rem;
    }
    .section-skill ul li {
        display: flex;
    }
    .section-skill_img {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-skill_contain {
        width: 70%;
        text-align: left;
    }
}
@media (min-width: 1280px) {
    .section-skill {
        padding: 100px 60px 160px;
    }
    .section-skill h1 {
        max-width: 1320px;
        margin: 0 auto 80px;
    }
    .section-skill ul {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }
    .section-skill_contain {
        max-width: 700px;
    }
}
/* -------------------- favorite -------------------- */
.section-favorite {
    background-color: #F2F2F2;
    padding-bottom: 100px;
}
.section-favorite_title {
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-size: 12.0rem;
    line-height: 12.0rem;
    color: #F2F2F2;
    -webkit-text-stroke: 1.5px #BEBEBE;
    overflow : hidden;
    white-space:nowrap;
    display: flex;
}
.section-favorite_title ul {
    animation: flowing 100s linear infinite;
    transform:translateX(100%);
    margin: 0;
    padding: 0;
  }
  .section-favorite_title ul li{
    display: inline-block;
    padding-right: 40px;
}
  @keyframes flowing {
    0% { transform:translateX(0); }
    100% { transform:translateX(-100%); }
}
.swiper {
    position: relative;
    bottom: 50px;
    margin-bottom: -50px;
}
.favorite_swiper .swiper-wrapper {
    transition-timing-function: linear;
    height: 330px !important;
}
.favorite_swiper .swiper-slide {
    width: 250px !important;
    height: 250px !important;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.25);
    position: relative;
    top:10%;
}
.favorite_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}
.slide02,
.slide06 {
    transform: rotate( -15deg ) !important;
}
.slide04,
.slide08 {
    transform: rotate( 15deg ) !important;
}
@media (max-width: 350px) {
    .section-favorite {
        padding-bottom: 70px;
    }
    .section-favorite_title {
        font-size: 9.0rem;
        line-height: 9.0rem;
    }
    .favorite_swiper .swiper-wrapper {
        height: 200px !important;
    }
    .favorite_swiper .swiper-slide {
        width: 150px !important;
        height: 150px !important;
    }
}
@media (min-width: 768px) {
    .section-favorite_title {
        font-size: 15.0rem;
        line-height: 15.0rem;
    }
}
@media (min-width: 1280px) {
    .section-favorite_title {
        font-size: 20.0rem;
        line-height: 20.0rem;
    }
    .favorite_swiper .swiper-wrapper {
        height: 400px !important;
    }
    .favorite_swiper .swiper-slide {
        width: 320px !important;
        height: 320px !important;
    }
}