@charset "UTF-8";

/* * {
	outline: 1px solid magenta;
} */
html {
    font-size: 100%;
}

body {
    color: #333;
    background-color: #f5f4f0;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
        "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 0.2rem;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

.sp {
    display: none;
}

.container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

section {
    margin-bottom: 200px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #316DA8;
    display: inline-block;
    margin-bottom: 100px;
    position: relative;
}

.section-title::before {
    content: '';
    width: 90%;
    height: 4px;
    background-color: #316DA8;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}


/*==================================
ヘッダー
==================================*/
header {
    padding: 20px 2%;
}

header h1 {
    font-size: 1rem;
    color: #316DA8;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

/*==================================
mv
==================================*/
.main_visual {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 50px;
    position: relative;
}

.site_title h2 {
    font-size: 5rem;
    color: #316DA8;
    margin-bottom: 10px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.site_title p {
    font-size: 1.25rem;
    font-weight: bold;
    color: #316DA8;
    margin-bottom: 50px;
}

.main_contents {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.main_service p {
    font-size: 0.875rem;
    color: #4EBDBF;
    margin-bottom: 50px;
}

.main_content--3 {
    font-size: 4rem;
    font-weight: bold;
}

.main_content {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.main_content p {
    font-size: 1rem;
    margin: 0 auto;
    color: #4EBDBF;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.last_mainContent p {
    line-height: 1.2;
}

.contact_btn {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-radius: 50px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #FF570D;
    position: relative;
    box-shadow: 0 4px 0 #d01a0a;
    transition: 0.3s;
}

.contact_btn:hover {
    transform: translateY(4px);
    box-shadow: none;
  }

.contact_btn span {
    color: #FF570D;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 5px;
    letter-spacing: 0.6em;
    text-indent: 0.6em;
    margin-right: 20px;
}

.contact_btn::after {
    content: '';
    background-image: url(../images/chevron-up-solid\ \(1\).svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: 20px;

}

.mainvisual_image {
    width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -10;
}


/*==================================
キャッチコピー
==================================*/
.introduction {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #fff;
}

.introduction h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.introduction h2 span {
    font-size: 3rem;
    color: #316DA8;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.introduction p {
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background-color: #316DA8;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.introduction_title {
    display: block;
    margin-top: 50px;
    color: #FF570D;
    font-size: 2rem;
    position: relative;
}

.introduction_title::before {
    content: '';
    width: 55%;
    height: 5px;
    background-color: #FF570D;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.introduction_title span {
    font-size: 2.5rem;
}

/*==================================
ロイズラボにおまかせください
==================================*/
.catch {
    padding: 100px 0;
    position: relative;
}

.catch::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 60px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.catch_subTitle {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.catch_mainTitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.catch_mainTitle span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4EBDBF;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.catch_sectionTitle {
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 50px;
}

.catch_sectionTitle::before,
.catch_sectionTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #316DA8;
}

.catch_sectionTitle::before {
    left: -60px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.catch_sectionTitle::after {
    right: -60px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.reasons {
    margin: 0 auto 150px;
}

.reason_item {
    max-width: 500px;
    margin: 0 auto 50px;
    background-color: #FCDD6A;
    border-radius: 20px;
    padding: 40px 2%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 40px;
    text-align: center;
}

.reason_image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff2c4;
    position: relative;
}

.reason_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image1 {
    width: 40%;
}

.image2 {
    width: 50%;
}

.image3 {
    width: 70%;
}

.image4 {
    width: 40%;
}

.reason_title {
    font-size: 1.5rem;
    color: #316DA8;
    font-weight: bold;
}

.reason_description {
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: left;
}

/*==================================
どんな建物でも対応いたします
==================================*/

.custom-shape-divider-bottom-1738374912 {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1738374912 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1738374912 .shape-fill {
    fill: #64AADD;
}
.all_building {
    background-color: #64AADD;
}

.building_sectionTitle {
    color: #fff;
}

.building_sectionTitle::before {
    content: '';
    width: 90%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.building_area {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 100px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 2fr));
    gap: 30px;
}

.building {
    width: 230px;
    border: 5px solid #66B0F9;
    color: #66B0F9;
    border-radius: 20px;
    padding: 30px 0;
    background-color: #fff;
}

.building--orange {
    border: 5px solid #FF7E36;
    color: #FF7E36;
}



/*==================================
ご相談からご納品までのながれ
==================================*/

.flow {
    padding: 100px 4%;
}
.flow img {
    max-width: 800px;
}

/*==================================
CTAエリア
==================================*/
.cta_area {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    background-image: url(../images/CTAイラスト.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta_area::before {
    content: '';
    background-color: rgb(0, 0, 0, 50%);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.cta_area .container {
    position: relative;
    z-index: 20;
}

.contact-message {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
}

.cta_area .contact_btn {
    margin: 30px 0;
}

.contact-about {
    font-size: 0.875rem;
    color: #fff;
}

/*==================================
よくあるご質問
==================================*/
.faq {
    padding: 70px 0;
}

.faq_area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2%;
    text-align: left;
}

.qa__item {
    background-color: #fff;
    padding: 0 40px;
    margin-bottom: 50px;
}

.qa__head {
    padding: 50px 0;
}

.qa__head p {
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}

.qa__head p::before {
    content: 'Q';
    font-size: 2.5rem;
    font-weight: bold;
    color: #316DA8;
    margin-right: 10px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0px;
}


.qa__body {
    padding: 50px 0;
}

.qa__body p {
    padding-left: 60px;
    position: relative;
}

.qa__body p::before {
    content: 'A';
    font-size: 2.5rem;
    font-weight: bold;
    color: #F4D66D;
    margin-right: 10px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0px;
}

/*==================================
フッター
==================================*/
footer {
    background-color: #002D6F;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 5px;
}

.footer {
    max-width: 800px;
    margin: 0 auto 100px;
}

.footer_title {
    margin-bottom: 20px;
    font-size: 0.875rem;
}

.footer_name {
    margin-bottom: 20px;
}

.footer_adress {
    font-size: 0.75rem;
}

.footer-name {
    font-size: 0.6rem;
}