@charset "UTF-8";

/* 
Theme Name:understrap-child
Template:understrap
*/


/*fontについて typekitを使用しています。
 * 指定の仕方
■Futura PT Condensed Medium
font-family: "Jost", sans-serif;
font-weight: 500;
font-style: normal;

■Futura PT Condensed bold
font-family: "Jost", sans-serif;
font-weight: 700;
font-style: normal;

■Kozuka Gothic Pr6N R
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

■Kozuka Gothic Pr6N B
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;

■FOT-TsukuARdGothic Std R
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

■FOT-TsukuARdGothic Std B
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;

■FOT-TsukuBRdGothic Std R
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

■FOT-TsukuBRdGothic Std B
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
 * 
 * */

/* 5 Columns footerで使用 */

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-30,
.col-sm-30,
.col-md-30,
.col-lg-30 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .col-sm-30 {
        width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .col-md-30 {
        width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }

    .col-lg-30 {
        width: 40%;
        flex: 0 0 40%;
    }
}


/* 5 Columns ここまで */

a:hover {
    color: #00a0e9;
    text-decoration: none;
    opacity: 0.8;
}

.bg-blue {
    background-color: #1d4ce5;
}

.bg-primary {
    background: #fff !important;
}

body {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.site {
    max-width: 1920px;
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 25px;
    margin: 0 auto;
    display: block;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container {
    max-width: 1920px;
    width: 100%;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.text-align-center {
    text-align: center;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.weight-bold {
    font-weight: bold;
    color: black;
}

.arial-narrow {
    font-family: Arial Narrow, Arial, sans-serif;
}

.futura-cb {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.6px;
    font-weight: 500
}

.koz {
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-wrapper {
    position: relative;
    width: 100%;
    height: 0;
}

.svg-wrapper svg,
.svg-wrapper img,
.svg-wrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interviewMenberView,
.intMemberBlock,
.blogArticles,
.blogSingleWrapper,
.blogNewPostWrapper,
.newsArchiveWrapper,
#fdWrapper,
#contactWrapper,
#entryWrapper,
#sitemapWrapper,
#privacyWrapper,
#accidentWrapper,
#SolicitationWrapper,
#recruitTopWrapper,
#recruitSingleWrapper,
#lifeWrapper {
    max-width: 1474px;
    margin: 0 auto;
    padding: 0 15px;
}


/*ヘッダ-*/

.header-upper .header-logo {
    max-width: 358px;
    margin-left: 1em;
}

.header-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #00a0e9;
}

.header-upper ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.header-upper ul li {
    flex: 1;
    font-weight: 700;
    text-align: center;
    width: 164px;
    height: 88px;
}

.header-upper ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 48px;
}

.header-upper ul li a:hover {
    text-decoration: none;
}

li.header-tell a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #cedaee;
    color: #1d4ce5;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.3;
}

li.header-contact a {
    background: #1d4ce5;
    color: #fff;
    font-size: 1.2em;
}

li.header-life a {
    background: #95dbff;
    color: #1d4ce5;
    font-size: 1.2em;
}

li.header-accident a {
    background: #00a0e9;
    color: #fff;
    font-size: 1.2em;
}

.header-upper ul .header-life a {
    padding-top: 24%;
    line-height: 1.25;
}

.header-upper ul li a:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}

li.header-tell a:before {
    background: url(./img/icon-tei_58x58.png) no-repeat;
    background-size: contain;
}

li.header-contact a:before {
    background: url(./img/icon-mail_58x58.png) no-repeat;
    background-size: contain;
}

.header-upper ul li.header-life a::before {
    background: url(./img/lifeIcon.svg) no-repeat;
    background-size: contain;
    top: 7px;
}

li.header-accident a:before {
    background: url(./img/icon-accident_58x58.png) no-repeat;
    background-size: contain;
}

.headerBlogTitleBlock h1 {
    display: inline-block;
    background: url(./img/underTitleBorder.svg) no-repeat bottom center;
    padding-bottom: 0.5em;
    color: #1d4ce5;
    font-size: 3.5em;
    background-size: contain;
}

.headerBlogTitleBlock {
    text-align: center;
    background: url(./img/topBlogTitleBGSingle.svg) no-repeat top center;
    padding-top: 6em;
    padding-bottom: 6em;
    margin-bottom: 50px;
}

.headerNewsTitleBlock {
    background: url(./img/headerUnder1920x46.svg) no-repeat bottom center/cover #e0f0ff;
    text-align: center;
    font-size: 3.4em;
    padding: 1em 0;
    margin-bottom: 1em;
}

.headerNewsTitleBlock h1 {
    font-size: 1em;
    color: #1d4ce5;
    padding-bottom: 0.5em;
}

.headerNewsTitleBlock span,
.headerBlogTitleBlock span {
    color: white;
    background: #1d4ce5;
    padding: 0.5em 1em;
}

.headerTitleBlue.exBlue {
    background: url(./img/headerUnder1920x46.svg) no-repeat bottom -1px center/cover #1d4ce5;
}

.headerTitleBlue.nBlue {
    background: url(./img/headerUnder1920x46.svg) no-repeat bottom -1px center/cover #00a0e9;
}

.headerTitleBlue.lBlue {
    background: url(./img/headerUnder1920x46.svg) no-repeat bottom -1px center/cover #e0f0ff;
}

.headerTitleBlue.exBlue h1,
.headerTitleBlue.nBlue h1 {
    color: white;
}

.headerTitleBlue.lBlue h1 {
    color: #1d4ce5;
}

.headerTitleBlue h1 {
    font-size: 3.4em;
    text-align: center;
    padding: 2em 0;
    margin-bottom: 1em;
}

.headerTitleBlue.policyBl h1 {
    padding: 1em 0;
}

.headerTitlePolicy {
    background: #cbd8ed;
    text-align: end;
}

.headerTitlePolicy a {
    display: inline-block;
    color: black;
    font-size: 1.4em;
    padding: 1em 3em 1em 0;
}

.headerTitlePolicy a img {
    margin-left: 0.5em;
}


/*メニュー*/

li#menu-item-76,
li#menu-item-77,
li#menu-item-78,
li#menu-item-79,
li#menu-item-80,
li#menu-item-81,
#menu-item-1194 {
    display: none;
}

.navbar {
    padding: 1.5em 1rem;
}

a.navbar-brand {
    display: none;
}

ul.navbar-nav {
    margin: 0 auto;
}

ul.navbar-nav li {
    margin: 0 auto;
    position: relative;
}

ul.navbar-nav li::after {
    content: "";
    border-right: 1px solid #00a0e9;
    position: absolute;
    right: 0;
    top: 1.1em;
    height: 1em;
    width: 1px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    width: 10em;
    padding-top: 0.8em;
    text-align: center;
    position: relative;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
}

a.nav-link::before {
    background: url(./img/icon-menu_9x9.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul.navbar-nav li:first-child a {
    padding-top: 0 !important;
}

ul.navbar-nav li:first-child a img {
    width: 29px;
}

ul.navbar-nav li:first-child a.nav-link::before {
    content: none;
}


/*フッタ-*/

.footerTopBlock {
    background: #cedaee;
}

.footerContactBlocks {
    background: #1d4ce5;
    position: relative;
}

.footerMainBlock {
    background: white;
}

.footerTopBlock .row,
.footerContactBlocks .row,
.footerMainBlock .row {
    max-width: 1610px;
    margin: 0 auto;
}

.topFooterLinkBlock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topFooterLink a {
    font-size: 1.75em;
    background: #1d4ce5;
    color: white;
    display: block;
    line-height: 2;
    padding: 0 4em;
    border-radius: 2em;
    margin-bottom: 1em;
    position: relative;
}

.topFooterLink a::before {
    content: "●";
    position: absolute;
    left: 1em;
}

.topFooterLink a:nth-of-type(2) {
    background: white;
    color: #00a0e9;
    margin-bottom: 0;
}

.topFooterImg img {
    padding: 15px 7px;
    max-width: 24%;
}

.footerContactBlock {
    background: #1d4ce5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em 0;
}

.footerTel {
    display: inline-block;
    margin-left: 15px;
}

.footerTel a {
    color: white;
    font-size: 3.75em;
    font-family: "Jost", sans-serif;
    letter-spacing: 5px;
    line-height: 1;
}

.footerTel p {
    color: white;
    font-size: 1em;
    letter-spacing: 0;
    margin: 0;
}

.footerContact a,
.footerAccident a {
    background: white;
    display: block;
    padding: 0 2em;
    font-size: 2.375em;
    color: #1d4ce5;
    border-radius: 2em;
    line-height: 2;
}

.footerAccident a {
    color: #00a0e9;
}

.footerContact a img,
.footerAccident a img {
    vertical-align: text-top;
    display: inline-block;
    height: 1em;
}

.footerSnsBlock a {
    display: inline-block;
    padding: 7px;
    max-width: 5em;
}

.footerSiteMap li a {
    color: black;
}

.footerSiteMap {
    list-style: none;
    font-size: 1.75em;
}

.footerSiteMap li a::before {
    content: "●";
    font-size: 0.75em;
    color: #95dbff;
}

.footerHomeBlock {
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.footerSiteMap {
    list-style: none;
    font-size: 1.75em;
    padding-top: 50px;
}

.footerSiteMapBlue li a {
    color: #00a0e9;
    font-size: 1.3rem;
}

.footerSiteMapBlue {
    margin-top: 50px;
    list-style: none;
    padding-inline: 0;
}

.site-footer {
    border-top: 3px solid #00a0e9;
    padding-top: 2em;
    font-size: 1.25em;
    margin-bottom: 3em;
    margin-top: 1em;
}

.backToTop {
    z-index: 10000;
}

#wrapper-footer.wrapper {
    position: relative;
}

.footerLogoBlock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogoBlock img {
    height: 100px;
    width: auto;
    margin: 0 15px;
}


/*スタッフインタビュー*/

.rlPad30 {
    padding: 0 30px;
}

.intEyeCatch {
    margin-bottom: 100px;
}

.interviewConceptText h1 {
    font-size: 2.5em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 115px;
}

.interviewConceptText h1 span strong {
    font-size: 1.5em;
}

.interMenberProf p {
    font-size: 1.55em;
    line-height: 1;
    margin: 0;
    text-align: center;
    color: black;
    margin-bottom: 15px;
}

.interMenberProf h3 {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.intMainBlock {
    color: black;
}

.blue {
    color: #00a0e9;
}

.green {
    color: #65d23c;
}

.orange {
    color: #f39800;
}

.pink {
    color: #ec84e9;
}

.mint {
    color: #0bdd78;
}

.interMenberProf p:nth-of-type(2) {
    color: #9a9a9a;
    letter-spacing: 1px;
}

.interMenberProf img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.interviewMenberView {
    margin-bottom: 200px;
}

.interviewMenberView::before {
    background: #d8f2ff;
    margin: 0 -500%;
    padding: 0 500%;
    content: "";
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.intSingleHeading h2 {
    font-size: 2.5em;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    color: black;
}

.intSingleHeading h2 span {
    font-size: 3.65rem;
}

.intDiskBlock {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.intDiskBlock h5 {
    font-size: 1.9em;
}

.intDiskBlock h4 {
    font-size: 2.9em;
}

.intDiskBlock p {
    font-size: 1.75em;
    letter-spacing: 1px;
    color: #9a9a9a;
    margin-bottom: 50px;
}

.intSingleProf p {
    text-align: left;
    font-size: 1.35em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: black;
    border-bottom: 2px #00a0e9 dashed;
    font-weight: lighter;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.intSingleProf.green p {
    border-bottom: 2px dashed #65d23c;
}

.intSingleProf.orange p {
    border-bottom: 2px dashed #f39800;
}

.intSingleProf.pink p {
    border-bottom: 2px dashed #ec84e9;
}

.intSingleProf.mint p {
    border-color: #0bdd78;
    margin-bottom: 0.5em;
}

.intSingleProf {
    background: #dbf2fc;
    padding: 25px 15px;
    position: relative;
}

.intSingleProf.green {
    background: #e3f7dc;
}

.intSingleProf.orange {
    background: #fdebc5;
}

.intSingleProf.pink {
    background: #fcecfc;
}

.intSingleProf.mint {
    background: #e8f9ef;
    margin-bottom: 1em;
}

.intSingleProf::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2.4em solid #00a0e9;
    border-right: 2.4em solid white;
}

.intSingleProf.green::before {
    border-bottom: 2.4em solid #65d23c;
}

.intSingleProf.orange::before {
    border-bottom: 2.4em solid #f39800;
}

.intSingleProf.pink::before {
    border-bottom: 2.4em solid #ec84e9;
}

.intSingleProf.mint::before {
    border-bottom: 2.4em solid #0bdd78;
}

.intSingleProf p:last-of-type {
    border: none;
}

.intSingleHeading {
    background: url(./img/frame-blue.svg) no-repeat center;
    margin-top: 25px;
    margin-bottom: 65px;
}

.intSingleHeading.green {
    background: url(./img/frame-green.svg) no-repeat center;
}

.intSingleHeading.orange {
    background: url(./img/frame-orange.svg) no-repeat center;
}

.intSingleHeading.pink {
    background: url(./img/frame-pink.svg) no-repeat center;
}

.intSingleHeading.mint {
    margin-bottom: 25px;
    background: url(https://y-hoken.net/wp/wp-content/themes/understrap-child/img/frame-mint.svg) no-repeat center/contain;
}

.intMainBlock h3 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 30px;
}

.intMainBlock h3 span {
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.intMainBlock h2 {
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.intMainBlock p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 85px;
}

.intMainBlock.newCom {
    margin-bottom: 2em;
}

.intMainBlock,newCom p {
    margin-bottom: 2em;
}

.blockhead {
    padding: 0;
}

.blockhead img {
    margin-bottom: 30px;
}

.intMemberBlock {
    margin-bottom: 45px;
    padding-top: 45px;
}

.intMemberBlock.blue {
    border-bottom: 5px solid #00a0e9;
}

.intMemberBlock.green {
    border-bottom: 5px solid #65d23c;
}

.intMemberBlock.orange {
    border-bottom: 5px solid #f39800;
}

.intMemberBlock.pink {
    border-bottom: 5px solid #ec84e9;
}

.intMemberBlock.mint {
    border-bottom: 5px solid #0bdd78;
}

.memberPhoto img {
    margin-bottom: 85px;
}

.intMainBlock a {
    display: block;
    color: black;
    margin-top: 30px;
    margin-left: 30px;
}

.intMainBlock a img {
    max-width: 75px;
    margin-right: 1em;
}

.newhead {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5em;
    width: 90%;
    margin: 2em auto 0.5em;
}

.newhead h1 {
    color: #0bdd78;
    font-weight: bold;
    margin: 0 1em;
    font-size: 1em;
}

.newhead img {
    height: 1em;
    width: auto;
}

@media screen and (max-width: 767px) {
    .newhead {
        font-size: 2em;
    }
}

/*会社案内*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    margin: 0 auto;
}

.tab_content {
    border-top: 10px solid #1d4ec5;
}

.tab_item {
    width: 25%;
    font-size: 2.65rem;
    line-height: 2.2em;
    color: #1d4ce5;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
    background: url(./img/tab-white.svg) no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding-right: 15px;
    margin-bottom: -2px;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

#greeting:checked~#greeting_content,
#philosophy:checked~#philosophy_content,
#overview:checked~#overview_content {
    display: block;
}

.tabs input:checked+.tab_item {
    color: #fff;
    background: url(./img/tab-blue.svg) no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.compGreetingBlock .container-fluid,
.compPhilosophyBlock .container-fluid {
    padding: 0 175px;
    background: #e0f0ff;
    margin-top: 135px;
    padding-top: 115px;
    border-radius: 20px;
    padding-bottom: 150px;
}

.compGreetingBlock h1,
.compPhilosophyBlock h1,
.compOverviewBlock h1 {
    font-size: 3.4rem;
    line-height: 1;
    margin: 0;
    color: #1d4ce5;
    margin-bottom: 1.25em;
    text-align: center;
}

.compPhilosophyBlock h1 img {
    max-width: 10%;
    margin: 0 1em;
}

.compGreetingBlock img {
    display: block;
    margin-bottom: 4.375em;
}

.compGreetingBlock h2 {
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 1.625em;
}

.compGreetingBlock h2 strong {
    font-size: 1.45em;
}

.compGreetingBlock p,
.compPhilosophyBlock p {
    font-size: 1.65em;
    line-height: 2;
    margin-bottom: 2.4em;
}

.compGreetingBlock h3 img {
    max-width: 200px;
    display: inline-block;
    margin: 0;
    margin-left: 1em;
}

.footerLogoBlock.companyLogo {
    margin-bottom: 40px;
}

.compPhilosophyBlock p {
    text-align: center;
    background-color: white;
    padding-top: 90px;
    padding-bottom: 105px;
    border-radius: 20px;
    line-height: 2.5;
    margin-bottom: 105px;
}

.compGreetingBlock h3 {
    text-align: right;
}

.Philosophy1,
.Philosophy2 {
    background: url(./img/philosophyframe1.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 30px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Philosophy2 {
    background: url(./img/philosophyframe2.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.Philosophy1 p,
.Philosophy2 p {
    font-size: 1.65em;
    color: #1d4ce5;
    line-height: 2;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
}

.Philosophy1 p {
    padding-left: 3em;
}

.Philosophy1 p:first-of-type {
    padding-left: 0;
}

.Philosophy1 p span {
    padding-right: 1em;
}

.Philosophy2 p {
    text-align: center;
}

.compOverviewBlock th {
    font-size: 1.8rem;
    text-align: center;
    padding: 25px 15px;
    width: 25%;
    font-weight: lighter;
}

.compOverviewBlock td {
    font-size: 1.5rem;
    border-bottom: 1px solid black;
    line-height: 2;
}

.compOverviewBlock .row:first-of-type td {
    padding-left: 1em;
}

.compOverviewBlock {
    background: #e0f0ff;
    border-radius: 20px;
    margin-top: 135px;
    padding: 0 175px;
    padding-top: 0px;
    padding-top: 115px;
    padding-bottom: 150px;
}

.compOverviewBlock .container-fluid {
    background: white;
    border-radius: 20px;
    padding: 75px 70px;
}

.compOverviewBlock tr:nth-of-type(2n + 1) th {
    background: #c9e5ff;
}

.compOverviewBlock tr:nth-of-type(2n) th {
    background: #e0f0ff;
}

.compOverviewBlock table {
    margin-bottom: 50px;
    width: 100%;
}

.compOverviewBlock h4 {
    color: #1d4ce5;
    font-size: 1.875em;
    line-height: 1;
    margin-bottom: 1em;
}

.compOverviewBlock h5 {
    font-size: 3.125em;
    color: #1d4ce5;
}

.compOverviewBlock h5 {
    font-size: 3.125rem;
    color: #1d4ce5;
    border-bottom: 2px solid #1d4ce5;
    margin-bottom: 50px;
    position: relative;
}

.compOverviewBlock h5 strong {
    position: absolute;
    right: 0;
    font-size: 0.6em;
    bottom: 0;
}

.googlemapBlock {
    text-align: center;
}

.compOverviewBlock td:first-of-type,
.compOverviewBlock td:nth-of-type(2) {
    width: 40%;
}

.googlemapBlock {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.googlemapBlock iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/*私たちの強み*/

#strengthWrapper {
    font-size: 14px;
    padding: 0 15px;
    padding-bottom: 30px;
}

#strengthWrapper .container:nth-of-type(2) {
    max-width: 1474px;
    width: 100%;
    padding: 15px;
    overflow-x: revert;
}

.strConceptText {
    text-align: center;
}

.strConceptText h1 {
    font-size: 2.5em;
    line-height: 1.5;
    margin: 1.5em 0;
}

.strConceptText h1 strong {
    font-size: 1.45em;
}

.strBlockTitle {
    display: flex;
    align-items: center;
    margin-top: 6em;
}

.strBlocks h2 {
    display: inline-block;
    border: 2px solid #00a0e9;
    border-left-width: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    border-left-width: 10px;
    padding: 0.5em 1.5em;
    font-size: 3.25em;
    margin-bottom: 1em;
}

.strBlocks p {
    font-size: 2.2em;
    line-height: 2;
    padding: 0 15px;
}

.strBlocks p span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.strBlocks {
    padding-bottom: 120px;
    margin-bottom: 15px;
    border-bottom: 5px dashed #00a0e9;
    position: relative;
}

.strBlocks::before {
    content: "";
    width: 14em;
    height: 70px;
    bottom: calc(0px - 70px / 2);
    position: absolute;
    background: url(./img/miniImg1.svg) no-repeat center center/contain white;
    left: calc(50% - 14em / 2);
}

.strConceptText img {
    max-width: 20%;
}


/*トップページ*/

.topNewsBlock {
    background: #95dbff;
    padding: 50px 0;
    margin: 0 15px;
    margin-bottom: 100px;
}

.topNewsBlock h1 {
    text-align: center;
    color: #1d4ce5;
    font-size: 2.375em;
    margin-bottom: 0.85em;
}

.y-link {
    color: white;
    background: #1d4ce5;
    font-size: 1.375em;
    padding: 0.55em 4em;
    border-radius: 1.5em;
    display: block;
    text-align: center;
    max-width: 15em;
    margin: 0 auto;
    position: relative;
}

.y-link::before {
    content: "●";
    position: absolute;
    left: 1em;
}

.top-news-title {
    display: block;
    border-top: 3px solid white;
    font-size: 1.7em;
    padding: 0.25em 0;
    color: black;
    position: relative;
    line-height: 1.5;
    padding-right: 2em;
}

.top-news-title img {
    position: absolute;
    right: 0;
    bottom: 0.25em;
    height: 1em;
    width: auto;
    margin: 0.25em 0;
}

.top-news-title span {
    font-size: 0.9em;
    color: #1d4ce5;
    padding-right: 3em;
    padding-left: 1em;
}

.top-news-title:last-of-type {
    border-bottom: 3px solid white;
}

.newsInner {
    border-left: 3px solid white;
    padding: 0 6em;
}

.topConceptBlock h1 {
    font-size: 2.6em;
    margin-bottom: 1em;
}

.topConceptBlock p {
    font-size: 1.7em;
    line-height: 2;
    margin-bottom: 2em;
}

.topConceptBlock .col-md-8 a {
    margin-bottom: 2em;
}

.topConceptLink {
    border: 3px solid #1d4ce5;
    border-radius: 1em;
    padding: 1em;
    background: white;
}

.topConceptLink img {
    display: block;
    margin: 1.5em auto;
}

.topConceptBlock {
    margin-bottom: 100px;
}

.topAccidentInner {
    max-width: 70%;
    margin: 0 auto;
    padding: 3em 6em;
    text-align: center;
}

.topAccidentInner h1 {
    color: white;
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 0.5em;
    position: relative;
    display: inline-block;
}

.topAccidentInner h1::before,
.topAccidentInner h1::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    top: calc(50% - 1em / 2);
    background: url(./img/accidentWhite30x.svg) no-repeat center center/contain;
}

.topAccidentInner h1::before {
    left: -1.5em;
}

.topAccidentInner h1::after {
    right: -1.5em;
}

.topAccidentInner h2 {
    color: white;
    margin-bottom: 1em;
}

.topAccidentInner p {
    font-size: 1.7em;
    line-height: 1.5;
    margin-bottom: 2em;
}

.topAccidentBlock .y-link {
    color: #00a0e9;
    background: white;
}

.topBlogTitle h1,
.topVoiceBlock h1 {
    color: #1d4ce5;
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    background: url(./img/underTitleBorder.svg) no-repeat bottom center/contain;
    display: inline-block;
}

.topBlogTitle {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(./img/topBlogTitleBG.svg) no-repeat top center;
}

.topBlogSlider {
    padding-inline-start: 0;
    padding: 0 100px;
}

.blogSingleBlock {
    display: block;
    border: 3px solid #00a0e9;
    background: #e0f0ff;
    margin: 0 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 3em;
}

.topBlogThumb {
    position: relative;
    height: 250px;
}

.topBlogThumb img {
    height: inherit;
    object-fit: cover;
}

.blogSingleBlock span {
    position: absolute;
    color: white;
    background: #1d4ce5;
    font-size: 1.6em;
    padding: 0.1em 1em;
    bottom: 0;
    left: 0;
}

.blogSingleBlock h4 {
    font-size: 1.7em;
    line-height: 1.75em;
    margin-top: 1em;
    padding: 0 1em;
    padding-bottom: 2em;
    color: black;
}

.blogSingleBlock p {
    text-align: center;
    font-size: 1.5em;
    color: #1d4ce5;
}

#homeWrapper .slick-prev,
#homeWrapper .slick-next {
    width: 42px;
    height: 48px;
    z-index: 1;
}

#homeWrapper .slick-prev::before,
#homeWrapper .slick-next::before {
    content: "";
}

#homeWrapper .slick-prev {
    background: url(./img/arrowleft.svg) no-repeat center center/contain;
}

#homeWrapper .slick-next {
    background: url(./img/arrowright.svg) no-repeat center center/contain;
}

.topBlogSlickBlock {
    margin-bottom: 5em;
}

.topConceptPhoto {
    position: relative;
}

.topConceptPhoto::before {
    content: "";
    position: absolute;
    width: inherit;
    height: 30em;
    top: 10em;
    left: 5em;
    background: #e0f0ff;
    font-size: 15px;
    z-index: -1;
}

.topAccidentBlock {
    background: url(./img/topAccidentBG1920x459.jpg) no-repeat center center;
}

.topConceptMain {
    padding-left: 7em;
}

.topConceptMain p {
    margin-right: 50px;
}

.topNewsBlock {
    background: #95dbff;
    padding: 50px 0;
    margin: 0 15px;
    margin-bottom: 100px;
}

#homeWrapper .slick-prev {
    left: 25px;
}

#homeWrapper .slick-next {
    right: 25px;
}

.mdrtLogo img {
    max-width: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.topAccidentInner {
    background: transparent;
}


/*やまもと通信*/

.blogArchiveWrapper h1 {
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 1em;
}

.blogArchiveWrapper h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 4em;
}

.blogArticles {
    margin-bottom: 100px;
}

.topBlogThumb img {
    width: 100%;
}

.page-numbers {
    list-style: none;
    margin: 0 auto;
    padding-inline-start: 0;
    margin-bottom: 100px;
}

.pagination ul li {
    float: left;
}

.pagination ul li .current,
.pagination ul li a {
    font-size: 2em;
    background: #00a0e9;
    border-radius: 15em;
    padding: 0.5em 0.75em;
    color: white;
    margin: 0.25em;
}

.pagination ul li .current {
    color: #00a0e9;
    background: white;
    border: 2px solid #00a0e9;
}

.blogArchiveWrapper .blogSingleBlock p {
    margin-top: 1em;
    font-size: 2em;
}

.blogArchiveWrapper h4 {
    font-size: 1.65em;
    padding-bottom: 1em;
}

.blogCatAndDate,
.newsCatAndDate {
    position: relative;
    margin-bottom: 4em;
}

.blogCatAndDate p span,
.newsCatAndDate p span {
    font-size: 1.9em;
    background: #1d4ce5;
    display: inline-block;
    color: white;
    padding: 0.25em 1.5em;
}

.blogCatAndDate time,
.newsCatAndDate time {
    font-size: 2.1em;
    color: #1d4ce5;
    position: absolute;
    right: 0;
}

.blogSingleWrapper {
    background: #e0f0ff;
    padding: 100px;
    border-radius: 2em;
    margin-bottom: 75px;
}

.blogSingleWrapper .container {
    background: white;
    padding: 100px;
    border-radius: 2em;
}

.blogSingleWrapper .container.blogRelated {
    padding: 0;
    background: transparent;
    border-radius: revert;
}

.blogCustomField h3 {
    font-size: 2.5em;
    padding-bottom: 0.5em;
    border-bottom: 5px solid #00a0e9;
    margin-bottom: 2em;
}

.postImage {
    max-width: 70%;
    margin-bottom: 3em;
}

.blogCustomField h4 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

.blogCustomField p {
    font-size: 1.7em;
}

.blogRelated h5 {
    color: #1d4ce5;
    font-size: 2.5em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid;
    margin-bottom: 1.5em;
    margin-top: 2em;
}

.blogSingleWrapper .blogSingleBlock {
    background: white;
}

.blogSingleWrapper .blogSingleBlock p {
    margin-top: 1em;
}

.SinglePager {
    max-width: 1274px;
    margin: 0 auto;
}

.SinglePager a {
    color: white;
    background: #00a0e9;
    font-size: 2em;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 12em;
    border-radius: 2em;
    padding: 0.25em;
    margin-top: 2em;
    margin-bottom: 3em;
    position: relative;
}

.SinglePager .col-md-4:first-of-type a::before {
    content: "≪";
    position: absolute;
    left: 1em;
}

.SinglePager .col-md-4:last-of-type a::before {
    content: "≫";
    position: absolute;
    right: 1em;
}

.SinglePager .col-md-4:nth-of-type(2) a::before {
    content: "●";
    position: absolute;
    left: 1em;
}

.blogSingleNewTitle {
    border-bottom: 3px solid #1d4ce5;
    margin-bottom: 4em;
}

.blogSingleNewTitle h5 {
    background: url(./img/tab-blue.svg) no-repeat bottom left/contain;
    margin: 0;
    color: white;
    font-size: 2em;
    display: inline-block;
    padding: 0.25em;
    padding-left: 1.5em;
    padding-right: 2em;
}

.blogSingleNewPost {
    max-width: 1274px;
    margin: 0 auto;
}

.blogSingleNewPost .blogSingleBlock p {
    margin-top: 1em;
    font-size: 1.7em;
}

.blogSingleNewPost .blogSingleBlock {
    background: white;
}

.headerBlogTitleBlock h2 {
    margin-top: 1em;
}


/*お知らせ*/

.newsArchiveWrapper {
    padding: 50px;
}

.newsSingleBlock {
    display: block;
    border: 3px solid #1d4ce5;
    margin: 15px 0;
    border-left: transparent;
    border-right: transparent;
    padding: 15px 0;
    position: relative;
}

.topNewsTerm span {
    color: white;
    background: #1d4ce5;
    display: inline-block;
    padding: 0.25em 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
}

.newsSingleBlock p {
    font-size: 1.45em;
    color: #1d4ce5;
    position: absolute;
    right: 0;
    top: 0;
}

.newsSingleBlock h4 {
    font-size: 2em;
    margin-bottom: 0;
    color: black;
}

.newsArticles {
    margin-bottom: 50px;
}

.newsSingleWrapper {
    max-width: 1574px;
    margin: 0 auto;
    padding: 50px;
    background: #e0f0ff;
    border-radius: 1em;
}

.newsSingleWrapper .col-md-9 {
    padding: 0 1em;
}

.newsSingleWrapper .container-fluid {
    background: white;
    border-radius: 1em;
    padding: 3em;
}

.newsSingleWrapper .col-md-3 .container-fluid {
    padding: 1em;
}

.newsCustomField p {
    font-size: 1.25em;
}

.newsSingleWrapper h2 {
    border-bottom: 3px solid #1d4ce5;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.newsSingleRelated h5 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #1d4ce5;
    margin-bottom: 1em;
}

.newsRelatedPostWrapper {
    margin-bottom: 2em;
}

.newsRelatedPostWrapper .newsSingleBlock,
.newsNewPostWrapper .newsSingleBlock {
    border-top: transparent;
    border-bottom: 1px solid black;
    margin-top: 0;
    padding-top: 0;
}

.newsRelatedPostWrapper .newsSingleBlock .singleNewsTerm span,
.newsNewPostWrapper .newsSingleBlock .SingleNewsTerm span {
    color: white;
    background: #1d4ce5;
    padding: 0.1em 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 0.75em;
}

.newsRelatedPostWrapper .newsSingleBlock h4,
.newsNewPostWrapper .newsSingleBlock h4 {
    font-size: 1.05em;
    margin-bottom: 0;
}

.newsSingleRelated .newsSingleBlock p {
    font-size: 1.05em;
    color: #1d4ce5;
    margin-bottom: 0;
    position: static;
}


/*FD宣言*/

.fdBlock {
    margin-bottom: 75px;
}

.fdBlock h2 {
    font-size: 1.9em;
    color: #1d4ce5;
    border-bottom: 2px solid #1d4ce5;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.fdBlock h3 {
    font-size: 1.9em;
    color: #1d4ce5;
    margin-bottom: 0.35em;
}

.fdBlock h4 {
    color: #1d4ce5;
}

.fdBlock p {
    font-size: 1.5em;
    margin-bottom: 2em;
}


/*お問い合わせ*/

.contactMainBlock {
    background: #e0f0ff;
    border-radius: 1em;
    padding: 50px;
}

.contactTopBlock {
    margin-bottom: 100px;
}

.contHurryBlock,
.contAccidentBlock {
    border: 5px solid #00a0e9;
    border-radius: 1em;
    padding: 2em;
    text-align: center;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contAccidentBlock {
    background: #00a0e9;
}

.contHurryBlock h3,
.contAccidentBlock h3 {
    font-size: 2.625em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.contAccidentBlock h3 {
    color: white;
}

.contHurryBlock h2 a {
    font-size: 4rem;
    letter-spacing: 8px;
    color: #00a0e9;
}

.contHurryBlock p,
.contAccidentBlock p {
    font-size: 1.7em;
    margin-bottom: 1em;
}

.contAccidentBlock a {
    background: white;
    color: #00a0e9;
    font-size: 2.625em;
    padding: 0.25em 2em;
    border-radius: 2em;
}

.contactMainBlock h1 {
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 0.5em;
}

.contactMainBlock h3 {
    font-size: 1.9em;
    text-align: center;
    margin-bottom: 2em;
}

.contactMainBlock .row {
    background: white;
    border-radius: 1em;
    padding: 0 50px;
}

.contactMainBlock .row:first-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 50px;
}

.contactMainBlock .row:last-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 50px;
}

.contAcceptanceBlock {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    background: #efefef;
    max-height: 15em;
    overflow-y: scroll;
    margin-bottom: 1em;
}

#contactWrapper #wpcf7-f549-p14-o1.wpcf7,
#lifeWrapper #wpcf7-f1160-p1158-o1.wpcf7 {
    max-width: 100%;
}

.contFormBlock td,
.contFormBlock th {
    font-size: 1.25em;
}

.contFormBlock td {
    padding: 0px 15px;
    padding-bottom: 0px;
    padding-bottom: 15px;
}

#contactWrapper .wpcf7-spinner {
    display: none;
}

#contactWrapper .btn-outline-primary,
#contactWrapper .wpcf7 input[type="submit"],
#lifeWrapper .wpcf7 input[type="submit"] {
    color: white;
    background: #00a0e9;
    max-width: 18em;
    border-radius: 2em;
    font-size: 1.25em;
    border: transparent;
    margin-top: 2em;
}

.contMandatory,
.contAny {
    color: white;
    background: #00a0e9;
    padding: 0.1em 0.2em;
    border-radius: 0.2em;
    margin-right: 1em;
    font-weight: normal;
}

#contactWrapper table tr:first-of-type .contMandatory {
    margin-left: 1em;
}

.contAny {
    background: #888;
}

.contAcceptanceBlock table table {
    margin: 1em auto;
}

.contAcceptanceBlock table table td {
    padding-left: 2em;
}

.contAcceptanceBlock table table tr:first-of-type td {
    padding: 0;
}

.lifeBanner h2,
.contactBanner h2,
.consultBanner h2 {
    margin-bottom: 0;
}

.lifeBanner {
    text-align: center;
    margin-top: 50px;
}


/*お客さまの声*/

#voiceWrapper {
    max-width: 1696px;
    margin: 0 auto;
    padding: 0 15px;
    background: url(./img/bgTest.jpg) no-repeat center center/contain;
}

.voiceTitle {
    color: #1d4ec5;
    text-align: center;
    margin-bottom: 2em;
    font-size: 3.4em;
}

.voiceTitle h1 {
    display: inline-block;
    background: url(./img/underTitleBorder.svg) no-repeat bottom center;
    padding-bottom: 0.5em;
}

.voiceTitle img {
    margin: 0 1em;
}

.voiDiscBlock {
    text-align: center;
    margin-bottom: 200px;
}

.voiDiscBlock h1 {
    font-size: 3.6em;
    margin-bottom: 0.5em;
}

.voiDiscBlock h3 {
    font-size: 2.5em;
}

.voiBlocks {
    font-size: 10px;
}

.voiBlocks .col-12 {
    background: white;
}

.voiBlockBlue,
.voiBlockYellow {
    border-radius: 2em;
    padding-top: 3em;
    position: relative;
    z-index: 1;
    margin: 0 5em;
    margin-bottom: 9.3em;
}

.voiBlockBlue p,
.voiBlockYellow p {
    font-size: 2.7em;
    margin-bottom: 7em;
    padding: 0 1.5em;
}

.voiBlockBlue h4,
.voiBlockYellow h4 {
    position: relative;
    background: #00a0e9;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-size: 3.6em;
    line-height: 1.8;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.voiBlockBlue h4 img,
.voiBlockYellow h4 img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 5em;
}

.voiBlockBlue::before,
.voiBlockYellow::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e0f0ff;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    z-index: -1;
    border-radius: 2em;
}

.voiBlockYellow::before {
    background: #faf7e9;
}

.voiBlockBlue::after,
.voiBlockYellow::after {
    content: "";
    width: 102%;
    height: 102%;
    position: absolute;
    top: -2%;
    left: -1%;
    z-index: 1;
    border: 0.5em solid #00a0e9;
    border-radius: 2em;
}


/*エントリーフォーム*/

#entryWrapper .wpcf7 {
    max-width: 100%;
}

#entryWrapper table {
    font-size: 1.5em;
}

#entryWrapper table tr:first-of-type td {
    font-size: 2em;
    text-align: center;
    color: #1d4ce5;
    font-weight: bold;
}

#entryWrapper table tr:nth-of-type(2) td {
    font-size: 1em;
    text-align: center;
    padding: 0.5em 0;
    border-top: 1px solid #00a0e9;
    border-bottom: 1px solid #00a0e9;
}

#entryWrapper table th {
    background: #ccebf8;
    font-size: 1em;
    font-weight: normal;
    padding: 1em 0.5em;
    width: 20%;
}

#entryWrapper table th.sk {
    background: #e6f5fc;
}

#entryWrapper table tr {
    border-bottom: 1px solid #e5e5e5;
}

#entryWrapper table td {
    padding: 1em;
}

.accBlock {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#entryWrapper table tr:nth-of-type(18) td {
    text-align: center;
}

#entryWrapper .wpcf7-form-control.has-spinner.wpcf7-submit {
    border: transparent;
    font-size: 1em;
    color: white;
    background: #1d4ec5;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#entryWrapper table tr:last-of-type td {
    padding: 0;
    font-size: 2.1em;
    position: relative;
}

#entryWrapper table tr:last-of-type td::before {
    content: "";
    background: url(./img/circleAllow60x.svg) no-repeat center center/contain;
    position: absolute;
    width: 1em;
    top: calc(50% - 1em / 2);
    left: calc(50% + 2em);
    height: 1em;
    z-index: 1;
}

#entryWrapper table tr:last-of-type {
    border: transparent;
}

#entryWrapper table tr:last-of-type td span {
    display: none;
}

.entryBlock {
    border: 5px solid #00a0e9;
    border-radius: 20px;
    margin-bottom: 50px;
}

#entryWrapper table tr:nth-of-type(5) td:nth-of-type(2) a,
#entryWrapper table tr:nth-of-type(17) td a {
    color: white;
    background: #1d4ec5;
    padding: 0.5em 1.5em;
    border-radius: 5px;
}

.recinfoEntryBlock a h5,
.entryBackBtn a h5 {
    font-size: 2em;
    text-align: center;
    color: #00a0e9;
    border: 2px solid;
    border-radius: 2em;
    max-width: 20em;
    margin: 0 auto;
    padding: 0.5em 3em;
}


/*サイトマップ*/

#sitemapWrapper h1 {
    text-align: center;
    font-size: 2.9em;
    margin-bottom: 2em;
}

#sitemapWrapper ul li a {
    font-size: 2.25em;
}

#sitemapWrapper ul li a {
    font-size: 2.25em;
    color: black;
    padding: 15px 0;
    display: block;
}

#sitemapWrapper ul li {
    list-style: none;
}

#sitemapWrapper ul ul li a {
    font-size: 1.9em;
}

#sitemapWrapper ul li a span {
    color: #00a0e9;
    margin-right: 0.5em;
}

#sitemapWrapper ul ul li a span {
    color: #bfbfbf;
}


/*保険のご相談*/

.insEyeCatch {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#insuranceWrapper {
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 15px;
}

.insConceptText h1 {
    margin-bottom: 1.5em;
}

.insConceptText h1 strong {
    font-size: 1.45em;
}

.insConceptText {
    text-align: center;
    margin-bottom: 4em;
}

.insBlockTitle {
    font-size: 1em;
}

.insBlockTitle td {
    vertical-align: top;
}

.insBlockTitle td:last-of-type {
    vertical-align: middle;
}

.insBlockTitle td:nth-of-type(2),
.insBlockLink td:nth-of-type(2) {
    background: #1d4ec5;
    vertical-align: middle;
}

.insBlock h4 {
    color: white;
    font-size: 2em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.insBlock h5 {
    color: #1d4ec5;
    font-size: 1.45em;
    line-height: 1;
    margin: 0;
}

.insBlock {
    margin-bottom: 100px;
}

.insBlock>table {
    border-top: 5px solid #1d4ec5;
    border-bottom: 5px solid #1d4ec5;
    position: relative;
}

.insBlock>table td:first-of-type {
    vertical-align: top;
}

.insBlock p {
    font-size: 1.7em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.insLink {
    display: flex;
    align-items: center;
    max-height: 2em;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}

.insLink a {
    display: inline-block;
    font-size: 1.75em;
    color: white;
    background: #1d4ec5;
    padding-left: 1em;
}

.insImg {
    display: flex;
    align-items: center;
}

.insBlock.ins2>table {
    border-color: #ec84e9;
}

.insBlock.ins2 td:nth-of-type(2),
.insBlock.ins2 a {
    background: #ec84e9;
}

.insBlock.ins2 h5 {
    color: #ec84e9;
    background: transparent;
}

.insBlock.ins3>table {
    border-color: #65d23c;
}

.insBlock.ins3 td:nth-of-type(2),
.insBlock.ins3 a {
    background: #65d23c;
}

.insBlock.ins3 h5 {
    color: #65d23c;
    background: transparent;
}

.insBlock.ins4>table {
    border-color: #00a0e9;
}

.insBlock.ins4 td:nth-of-type(2),
.insBlock.ins4 a {
    background: #00a0e9;
}

.insBlock.ins4 h5 {
    color: #00a0e9;
    background: transparent;
}

.insBlock.ins5>table {
    border-color: #f39800;
}

.insBlock.ins5 td:nth-of-type(2),
.insBlock.ins5 a {
    background: #f39800;
}

.insBlock.ins5 h5 {
    color: #f39800;
    background: transparent;
}

.insBlock.ins6>table {
    border-color: #9940ad;
}

.insBlock.ins6 td:nth-of-type(2),
.insBlock.ins6 a {
    background: #9940ad;
}

.insBlock.ins6 h5 {
    color: #9940ad;
    background: transparent;
}

.insLink img {
    max-height: inherit;
}

.insLink a img {
    margin: 0 1em;
    vertical-align: text-bottom;
}

.insBlock.ins2 .lifeLink {
    color: #1d4ec5;
    background: transparent;
    font-size: 1.25em;
    text-decoration: underline;
}


/*プライバシーポリシー*/

#privacyWrapper td {
    font-size: 1.5em;
}

#privacyWrapper h4 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
    margin-bottom: 0.5em;
}

.priComp {
    padding: 1.5em 3em;
    border: 1px solid;
    margin: 1em 0;
    display: inline-block;
}


/* 
#privacyWrapper table {
    word-break: break-all;
}
 */

#privacyWrapper td td {
    font-size: 1em;
    padding-left: 3em;
}

#privacyWrapper td tr:first-of-type td {
    padding-left: 0;
}


/*事故のご連絡*/

.accDiscBlock {
    text-align: center;
}

.accDiscBlock h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.accDiscBlock h1 img {
    margin: 0 0.5em;
}

.accDiscBlock h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 3.125em;
}

.accDiscBlock p {
    font-size: 1.9em;
    margin-bottom: 2em;
}

.accTheoTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00a0e9;
    padding: 2em;
    color: white;
    min-height: 10em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.accTheoTitle h3 {
    font-size: 2.4em;
}

.accTheoSingle {
    border: 5px solid #00a0e9;
    border-radius: 20px;
    margin-bottom: 3em;
    position: relative;
}

.accTheoSingle p {
    font-size: 1.9em;
    padding: 30px;
}

.accTheoSingle p span {
    color: #e83828;
}

.col-md-4:nth-of-type(2) .accTheoTitle {
    background: #e83828;
}

.col-md-4:nth-of-type(2) .accTheoSingle {
    border-color: #e83828;
}

.accTheoSingle h5 {
    padding: 1em 0;
    border-top: 3px solid #00a0e9;
    margin: 0 30px;
    font-size: 1.6em;
    margin-bottom: 2em;
}

.col-md-4:nth-of-type(2) .accTheoSingle h5 {
    border-color: #e83828;
}

.accTheoImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em;
}

.accTheoryBlocks .col-12 .accTheoSingle {
    padding: 2em 3em;
}

.accTheoryBlocks .col-12 .accTheoSingle h2 {
    font-size: 2.4em;
}

.accTheoryBlocks .col-12 .accTheoSingle p {
    padding: 0;
}

.accTheoryBlocks .col-12 .accTheoSingle h5 {
    padding: 0;
    margin: 0;
    padding-top: 0.5em;
}

.accAddress1,
.accAddress2 {
    border: 5px solid #00a0e9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.accAddress1 h3,
.accAddress2 h3 {
    font-size: 2.9em;
    margin-top: 1em;
}

.accAddress1 a,
.accAddress2 a {
    font-size: 5em;
    text-align: center;
    display: block;
}

.accAddress1 p,
.accAddress2 p {
    font-size: 1.9em;
    text-align: center;
    margin-bottom: 2em;
}

.accAddress2 {
    background: #e0f0ff;
}

.accAddress3 {
    border: 5px solid #1d4ec5;
    border-radius: 20px;
    background: #faffd0;
}

.accAddress3 .accAddBlocknner {
    text-align: center;
    border: 3px solid #1d4ec5;
    margin: 15px;
}

.accAddress3 h4 {
    font-size: 2.9em;
    margin-top: 1em;
}

.accAddress3 h3 {
    font-size: 2.9em;
    color: #1d4ec5;
}

.accAddress3 h4:nth-of-type(2) {
    color: white;
    background: #00a0e9;
    max-width: 11em;
    margin: 0 auto;
    border-radius: 2em;
    font-size: 2.4em;
    padding: 0.15em 0;
    margin-bottom: 1.5em;
}

.accAddress3 table {
    width: 90%;
    text-align: left;
    font-size: 2.4em;
    color: #1d4ec5;
    margin: 0 auto;
    margin-bottom: 2em;
}

.accAddress3 table tr:nth-of-type(2n) {
    border-bottom: 3px solid #1d4ec5;
}

.accAddress3 table tr:nth-of-type(2n) th {
    padding-left: 2em;
}

.accAddress3 table td {
    font-size: 1.9em;
    text-align: right;
    padding-right: 0.5em;
    letter-spacing: 0;
}

.accAddress3 table td.accCantTel {
    font-size: 0.8em;
    text-align: center;
    padding-top: 3em;
}

.accAddress3 table tr:nth-of-type(2n-1) th {
    padding-top: 1em;
}

.accAddBlocknner img {
    margin-right: 1em;
}

.accAddBlocknner table img {
    margin-right: 0.25em;
}

.accTheoSingle::before {
    border: solid transparent;
    content: '';
    position: absolute;
    border-top-width: 70px;
    border-bottom-width: 70px;
    border-left-width: 35px;
    border-left-color: #aeaeae;
    left: 100%;
    top: calc(50% - 70px / 2);
    z-index: -1;
}

.col-md-4:nth-of-type(3) .accTheoSingle::before {
    border: solid transparent;
    content: '';
    position: absolute;
    border-left-width: 70px;
    border-right-width: 70px;
    margin-left: -16px;
    border-top-color: #AEAEAE;
    top: 100%;
    left: calc(50% - 70px / 2);
    border-top-width: 50px;
}

.col-12 .accTheoSingle::before {
    border: transparent;
}

.accAddress3 table a {
    color: #1d4ec5;
}


/*勧誘方針*/

.solBlock {
    margin-bottom: 75px;
}

.solBlock h3 {
    font-size: 1.9em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
    margin-bottom: 0.5em;
}

.solBlock ul {
    padding-inline-start: 20px;
}

.solBlock ul li {
    font-size: 1.5em;
    line-height: 1.75;
}


/*採用情報*/

.recDisc h2 {
    font-size: 3.6em;
    text-align: center;
}

.recDisc h3 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 2em;
}

.recLinkBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recLinkBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d4ce5;
    border: 5px solid #1d4ce5;
    border-radius: 1em;
    margin-bottom: 3em;
}

.recLinkBlock:nth-of-type(2n) {
    border-color: #00cc31;
    background: #00cc31;
}

.recLinkBlock:nth-of-type(2n) .recLinkDiscInner h3 {
    color: #00cc31;
}

.recLinkBlock:nth-of-type(3n) {
    border-color: #ec84e9;
    background: #ec84e9;
}

.recLinkBlock:nth-of-type(3n) .recLinkDiscInner h3 {
    color: #ec84e9;
}

.recLinkTitle {
    color: white;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recLinkDisc {
    background: white;
    height: inherit;
}

.recLinkDisc {
    background: white;
    text-align: center;
    width: 60%;
    padding: 0;
}

.recLinkImg {
    width: 20%;
}

.recLinkImg img {
    height: inherit;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.recLinkDiscOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.recLinkDiscInner {
    max-width: 75%;
}

.recLinkTitle h2 {
    font-size: 2.6em;
    text-align: center;
}

.recLinkDiscInner h3 {
    font-size: 1.9em;
    color: #1d4ce5;
    margin-bottom: 0.75em;
}

.recLinkDiscInner a {
    background: #00a0e9;
    color: white;
    font-size: 2em;
    padding: 0.25em 1.5em;
    border-radius: 2em;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
}

.entTel {
    background: #1d4ce5;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0;
}

.entTel img {
    padding: 15px;
    padding-left: 0;
}

.entTel h4 {
    color: white;
    font-size: 1.8em;
    margin-bottom: 0.25em;
}

.entTel h5 {
    font-size: 4.5em;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.entTel p {
    background: white;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    padding: 0 2em;
    border-radius: 2em;
    color: #1d4ce5;
    margin-bottom: 0;
}

.entLink .entBlockInner {
    display: block;
    width: 100%;
    border-radius: 1em;
    color: white;
    position: absolute;
    bottom: 0;
}

.entLinkInner {
    background: rgba(113, 203, 243, 0.5);
    height: inherit;
    width: 100%;
    border-radius: 15px;
}

.recCMSBlock {
    margin-bottom: 100px;
}

.entLink {
    background: url(./img/entryBtn2_743x330.jpg);
    border-radius: 1em;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

.entLink h2 {
    font-size: 4.5em;
    background: #00a0e9;
    margin-bottom: 0;
    border-radius: 15px;
}

.entTel,
.entLink {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}


/*採用情報詳細*/

.recruitSingleHeading {
    text-align: center;
}

.recruitSingleHeading h1 {
    font-size: 3.6em;
    margin-bottom: 0.5em;
}

.recruitSingleHeading h3 {
    font-size: 2.5em;
    margin-bottom: 2em;
}

.recSingleDiscBlock {
    background: white;
    border: 5px solid #1d4ce5;
    border-radius: 2em;
    margin-bottom: 100px;
}

.recSingleDiscBlock h1 {
    color: white;
    background: #1d4ce5;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0.5em 0;
    font-size: 3.5em;
    margin-bottom: 0%;
}

.recLogoAndTel .recTelBlock a {
    font-size: 3.9em;
    color: white;
    background: transparent;
    padding: 0;
    padding-right: 0px;
    border-radius: 0;
    padding-right: 15px;
}

.recLogoAndTel {
    background: #00a0e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recLogoAndTel img {
    padding: 15px;
    max-width: 30%;
}

.recLogoAndTel a img {
    max-height: 1em;
    padding: 0;
    width: auto;
}

.recSingleDisc {
    padding: 50px;
}

.recSingleDisc h4 {
    color: #1d4ce5;
    font-size: 2.5em;
    margin-bottom: 0.75em;
}

.recSingleDisc p {
    font-size: 1.7em;
    margin-bottom: 2em;
}

.recSingleDiscBlock a {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: block;
    background: #1d4ce5;
    padding: 0.5em;
    text-align: center;
}

.recSingleDiscBlock a h2 {
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-size: 3.2em;
    position: relative;
    display: inline-block;
}

.recSingleDiscBlock a h2::before {
    background: url(./img/circleAllow60x.svg) no-repeat center right/ contain;
    content: "";
    position: absolute;
    top: calc(50% - 1em / 2);
    right: -1.5em;
    font-size: inherit;
    width: 1em;
    height: 1em;
}

.recruitmentBlock h2 span {
    font-size: 1.5em;
    letter-spacing: 6px;
    padding-right: 0.5em;
}

.recruitmentBlock table {
    width: 100%;
    margin-bottom: 100px;
}

.recruitmentBlock th {
    background: #c9e5ff;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 1.8em;
}

.recruitmentBlock tr:nth-of-type(2n+1) th {
    background: #e0f0ff;
}

.recruitmentBlock td {
    border-top: 1px solid #989898;
    font-size: 1.8em;
    padding-left: 1em;
}

.recruitmentBlock tr:last-of-type td {
    border-bottom: 1px solid #989898;
}

.recinfoEntryBlock h3 {
    text-align: center;
    color: #1d4cd5;
    font-size: 3em;
    margin-bottom: 1em;
}

.recinfoEntry {
    border-radius: 1em;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 100px;
}

.infoEntryInner {
    display: flex;
    align-items: center;
    justify-content: end;
    background: rgba(113, 203, 243, 0.5);
    border-radius: 15px;
}

.entryBtnImg img {
    opacity: 0.7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: inherit;
    object-fit: cover;
}

.entryLink {
    display: flex;
    background: #00a0e9;
    width: 55%;
    justify-content: center;
    align-items: center;
    padding: 3em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.entryLink p {
    color: white;
    font-size: 2.5em;
}

.entryLink a {
    background: white;
    color: #00a0e9;
    font-size: 3.2em;
    padding: 0.5em 1.5em;
    border-radius: 15px;
}

.recinfoEntryBlock a h5 {
    font-size: 2em;
    text-align: center;
    color: #00a0e9;
    border: 2px solid;
    border-radius: 2em;
    max-width: 20em;
    margin: 0 auto;
    padding: 0.5em 3em;
}

.contactBanner,
.consultBanner {
    text-align: center;
    margin-bottom: 50px;
}


/*メディアクエリ */

@media screen and (max-width: 1366px) {

    #fdWrapper,
    #contactWrapper,
    #voiceWrapper,
    #entryWrapper,
    #sitemapWrapper,
    #insuranceWrapper,
    #privacyWrapper,
    #accidentWrapper,
    #SolicitationWrapper,
    #recruitTopWrapper,
    #lifeWrapper {
        max-width: 1280px;
    }

    /*ヘッダ*/
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.9em;
    }

    .headerTitleBlue h1 {
        font-size: 3em;
    }

    .headerTitlePolicy a {
        font-size: 1.25em;
    }

    /*フッター*/
    .topFooterLink a {
        font-size: 1.5em;
    }

    .footerContact a,
    .footerAccident a {
        font-size: 1.5em;
    }

    .footerTel a {
        font-size: 2.5em;
    }

    .footerSiteMap {
        font-size: 1.25em;
    }

    .footerSiteMapBlue li a {
        font-size: 1em;
    }

    .site-footer {
        font-size: 1em;
    }

    /*スタッフインタビュー*/
    .interviewConceptText h1 {
        font-size: 2em;
    }

    .interviewConceptText h1 span strong {
        font-size: 3em;
    }

    .interMenberProf p {
        font-size: 1.25em;
    }

    .interMenberProf h3 {
        font-size: 2.5rem;
    }

    .intSingleHeading h2 {
        font-size: 2em;
    }

    .interviewConceptText h1 span strong {
        font-size: 3rem;
    }

    .intSingleHeading h2 {
        font-size: 2em;
    }

    .intSingleHeading h2 span {
        font-size: 3.25rem;
    }

    .intDiskBlock h5 {
        font-size: 1.4em;
    }

    .intDiskBlock h4 {
        font-size: 1.95em;
    }

    .intDiskBlock p {
        font-size: 1.25em;
    }

    .intSingleProf p {
        font-size: 1em;
    }

    .intMainBlock h3 {
        font-size: 1.5em;
    }

    .intMainBlock h3 span {
        font-size: 2rem;
    }

    .intMainBlock h2 {
        font-size: 2em;
    }

    .intMainBlock p {
        font-size: 1.25rem;
    }

    .intMemberBlock {
        padding: 0 30px;
    }

    /*会社案内*/
    .tab_item {
        width: 20%;
        font-size: 1.5rem;
    }

    .tab_content {
        border-top: 5px solid #1d4ce5;
    }

    .compGreetingBlock .container-fluid,
    .compPhilosophyBlock .container-fluid,
    .compOverviewBlock {
        padding: 0 150px;
        margin-top: 75px;
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .compGreetingBlock h1,
    .compPhilosophyBlock h1,
    .compOverviewBlock h1 {
        font-size: 3rem;
        margin-bottom: 1em;
    }

    .compGreetingBlock img {
        margin-bottom: 2em;
    }

    .compGreetingBlock h2 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    .compGreetingBlock p,
    .compPhilosophyBlock p {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .compPhilosophyBlock p {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 3em;
    }

    .philosophy1Block,
    .philosophy2Block {
        display: inline-block;
    }

    .Philosophy1,
    .Philosophy2 {
        text-align: center;
    }

    .Philosophy1 .philosophy1Block p {
        padding-top: 0;
        margin: 0;
        padding-bottom: 0;
    }

    .compOverviewBlock th,
    .compOverviewBlock td {
        font-size: 1rem;
    }

    .compOverviewBlock h4 {
        font-size: 1.5em;
    }

    .compPhilosophyBlock .Philosophy2 p {
        margin-bottom: 0;
    }

    /*私たちの強み*/
    #strengthWrapper .container:nth-of-type(2) {
        max-width: 1280px;
    }

    .strConceptText h1 {
        font-size: 1.5rem;
    }

    .strBlocks h2 {
        font-size: 2.5rem;
    }

    .strBlocks p {
        font-size: 1.5rem;
    }

    .strBlockTitle {
        margin-top: 3em;
    }

    /*トップページ*/
    .topNewsBlock h1,
    .topConceptBlock h1,
    .topAccidentInner h1,
    .topBlogTitle h1,
    .topVoiceBlock h1 {
        font-size: 2em;
    }

    .y-link,
    .blogSingleBlock span,
    .blogSingleBlock p {
        font-size: 1em;
    }

    .top-news-title,
    .topAccidentInner p {
        font-size: 1.35em;
    }

    .topConceptBlock p,
    .blogSingleBlock h4 {
        font-size: 1.25em;
    }

    .topConceptLink img {
        max-height: 150px;
    }

    .topAccidentInner h2 {
        font-size: 1.5em;
    }

    /*やまもと通信*/
    .topBlogThumb {
        height: 200px;
    }

    .headerBlogTitleBlock {
        padding-top: 4em;
        padding-bottom: 4em;
        margin-bottom: 30px;
        background-size: contain;
    }

    .headerBlogTitleBlock h1 {
        font-size: 2.5em;
    }

    .blogArchiveWrapper h1 {
        font-size: 2em;
    }

    .blogArchiveWrapper h2 {
        font-size: 1.5em;
    }

    .blogArchiveWrapper .blogSingleBlock p {
        font-size: 1.5em;
    }

    .pagination ul li .current,
    .pagination ul li a {
        font-size: 1.5em;
    }

    .blogCatAndDate p span,
    .newsCatAndDate p span {
        font-size: 1.25em;
    }

    .blogCatAndDate time,
    .newsCatAndDate time {
        font-size: 1.5em;
    }

    .blogSingleWrapper,
    .blogNewPostWrapper {
        padding: 50px;
        margin: 0 100px;
    }

    .blogSingleWrapper .container {
        padding: 50px;
    }

    .blogCustomField h3 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    .blogCustomField h4 {
        font-size: 1.5em;
    }

    .blogCustomField p {
        font-size: 1.25em;
    }

    .blogRelated h5 {
        font-size: 2em;
    }

    .blogSingleWrapper .blogSingleBlock p {
        font-size: 1.25em;
    }

    .SinglePager a {
        font-size: 1em;
    }

    .blogSingleNewPost .blogSingleBlock p {
        font-size: 1.25em;
    }

    /*お知らせ*/
    .newsSingleBlock h4 {
        font-size: 1.5em;
    }

    .newsSingleBlock p {
        font-size: 1.25em;
    }

    .topNewsTerm span {
        font-size: 1em;
    }

    /*お問い合わせ*/
    .contHurryBlock h3,
    .contAccidentBlock h3,
    .contAccidentBlock a {
        font-size: 2.25em;
    }

    .contHurryBlock h2 a {
        font-size: 4rem;
    }

    .contHurryBlock p,
    .contAccidentBlock p {
        font-size: 1.5em;
    }

    .contactMainBlock h1 {
        font-size: 2.5em;
    }

    .contactMainBlock h3 {
        font-size: 1.5em;
    }

    /*お客さまの声*/
    .voiBlockMain1,
    .voiBlockMain2 {
        margin-bottom: 100px;
    }

    .voiBlockMain1 p,
    .voiBlockMain2 p {
        font-size: 1.5em;
        margin-right: 2em;
        max-width: 980px;
    }

    .voiBlocks {
        font-size: 8px !important;
    }

    /*保険のご相談*/
    .insConceptText h1 {
        font-size: 2em;
    }

    .insBlock p {
        font-size: 1.5em;
    }

    .insBlock h5 {
        font-size: 1.25em;
        padding-left: 1em;
    }

    /*採用情報*/
    .recDisc h2 {
        font-size: 2.5em;
    }

    .recDisc h3 {
        font-size: 1.5em;
    }

    .entTel p {
        font-size: 1em;
    }

    .entTel h4 {
        font-size: 1.5em;
    }

    /*採用情報詳細*/
    .recruitSingleHeading h3,
    .recSingleDisc h4,
    .entryLink p {
        font-size: 2em;
    }

    .recruitSingleHeading h1,
    .recSingleDiscBlock h1,
    .recSingleDiscBlock a h2,
    .entryLink a {
        font-size: 2.5em;
    }

    .recLogoAndTel a {
        font-size: 2.9em;
    }

    .recSingleDisc p,
    .recruitmentBlock th,
    .recruitmentBlock td,
    .recinfoEntryBlock a h5 {
        font-size: 1.5em;
    }

    .recinfoEntryBlock h3 {
        font-size: 2em;
    }

    .recinfoEntry {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {

    /*.navbar-dark .navbar-nav .nav-link */
    body {
        font-size: 0.9em;
    }

    /*ヘッダ*/
    .header-upper .header-logo {
        max-width: 306px;
    }

    .header-upper ul li {
        width: 140px;
    }

    li.header-tell a,
    li.header-contact a,
    li.header-life a,
    li.header-accident a {
        font-size: 1em;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.8em;
    }

    .headerTitleBlue h1 {
        font-size: 2.5em;
    }

    .headerTitlePolicy a {
        font-size: 1em;
    }

    /*フッター*/
    .footerSiteMap {
        padding-inline-start: 0;
    }

    .topFooterLink a {
        font-size: 1.25em;
    }

    .footerTel {
        margin-left: 5px;
    }

    .footerTel a {
        font-size: 1.75em;
    }

    .footerTel p {
        font-size: 0.55em;
    }

    .footerContactBlock img {
        max-width: 40px;
    }

    .footerContact a,
    .footerAccident a {
        font-size: 1.25em;
    }

    .footerSiteMap {
        font-size: 1em;
        padding-top: 15px;
    }

    .footerSnsBlock a {
        padding: 5px;
        max-width: 3.5em;
    }

    .site-footer {
        font-size: 0.85em;
    }

    .footerHomeBlock {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .footerSiteMapBlue {
        margin-top: 15px;
    }

    /*スタッフインタビュー*/
    .intEyeCatch {
        margin-bottom: 30px;
    }

    .intMemberBlock {
        padding: 0 0px;
    }

    .intDiskBlock {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .interviewConceptText h1 {
        font-size: 1.5em;
        margin-bottom: 30px;
    }

    .interviewConceptText h1 span strong {
        font-size: 1.5em;
    }

    .interviewMenberView {
        margin-bottom: 80px;
        position: relative;
    }

    .interMenberProf p {
        font-size: 1em;
    }

    .interMenberProf h3 {
        font-size: 1.5rem;
    }

    .interMenberProf p {
        font-size: 0.85em;
        margin-bottom: 0.85em;
    }

    .interviewMenberView::before {
        margin-top: 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .intMainBlock h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .intSingleHeading h2 span {
        font-size: 2rem;
    }

    .intSingleHeading,
    .intSingleHeading.green,
    .intSingleHeading.orange,
    .intSingleHeading.pink {
        margin-top: 15px;
        margin-bottom: 20px;
        background-size: contain;
        background-position: top center;
    }

    .intDiskBlock h5 {
        font-size: 1em;
    }

    .intDiskBlock h4 {
        font-size: 1.5em;
    }

    .intDiskBlock p {
        font-size: 0.85em;
        margin-bottom: 15px;
    }

    .intMemberBlock {
        margin: 0 15px;
        margin-bottom: 25px;
        padding-top: 25px;
    }

    .intSingleProf p {
        font-size: 0.85em;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .intMainBlock h3 {
        font-size: 1.25em;
        margin-bottom: 20px;
    }

    .intMainBlock h3 span {
        font-size: 1.5rem;
    }

    .intMainBlock p {
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .intMainBlock a {
        margin-top: 15px;
        margin-left: 0px;
    }

    /*会社案内*/
    .tab_item {
        width: 25%;
        font-size: 1.5rem;
    }

    .tab_content {
        border-top: 4px solid #1d4ce5;
    }

    .compGreetingBlock h1,
    .compPhilosophyBlock h1,
    .compOverviewBlock h1 {
        font-size: 2rem;
    }

    .compGreetingBlock img {
        margin-bottom: 1.5em;
    }

    .compGreetingBlock h2 {
        font-size: 1.5em;
    }

    .compGreetingBlock h3 {
        font-size: 1.25em;
    }

    .compGreetingBlock .container-fluid,
    .compPhilosophyBlock .container-fluid,
    .compOverviewBlock {
        padding: 0px 50px;
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .compPhilosophyBlock p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .Philosophy1,
    .Philosophy2 {
        padding: 0px;
        margin: 0;
    }

    .compOverviewBlock th {
        padding: 10px 0px;
    }

    .compOverviewBlock h5 {
        font-size: 2rem;
    }

    .compOverviewBlock th,
    .compOverviewBlock td {
        font-size: 0.85rem;
    }

    .compOverviewBlock table {
        margin-bottom: 50px;
    }

    /*私たちの強み*/
    .strConceptText h1 {
        font-size: 1.5em;
    }

    .strBlocks h2 {
        font-size: 2rem;
    }

    .strBlockTitle img {
        max-width: 20%;
        display: block;
    }

    .strBlocks h2 {
        font-size: 1.75em;
    }

    .strBlocks p {
        font-size: 1rem;
    }

    .strBlocks {
        padding-bottom: 60px;
        border-bottom-width: 2px;
    }

    .strBlocks::before {
        width: 8em;
        height: 40px;
        bottom: calc(0px - 40px / 2);
        left: calc(50% - 8em / 2);
    }

    /*トップページ*/
    .topNewsBlock h1,
    .topConceptBlock h1,
    .topAccidentInner h1,
    .topBlogTitle h1,
    .topVoiceBlock h1 {
        font-size: 1.5em;
    }

    .top-news-title,
    .topAccidentInner p {
        font-size: 1em;
    }

    .newsInner {
        border-left: 1px solid white;
        padding: 0 2em;
    }

    .top-news-title {
        border-top: 1px solid white;
    }

    .top-news-title:last-of-type {
        border-bottom: 1px solid white;
    }

    .y-link,
    .blogSingleBlock span,
    .blogSingleBlock p {
        font-size: 0.75em;
    }

    .topConceptBlock p,
    .blogSingleBlock h4 {
        font-size: 0.75em;
    }

    .topConceptPhoto::before {
        height: 10em;
        top: 3em;
        left: 3em;
    }

    .topConceptMain p {
        margin-right: 15px;
    }

    .topConceptLink img {
        max-height: 75px;
    }

    .topAccidentBlock {
        background-size: cover;
    }

    .topAccidentInner h2 {
        font-size: 1.15em;
    }

    .topAccidentInner {
        padding: 1em 1em;
    }

    .topNewsBlock {
        background: #95dbff;
        margin-bottom: 50px;
        padding: 30px 0;
    }

    .topConceptBlock {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .topBlogTitle {
        padding-top: 50px;
        padding-bottom: 30px;
        background-size: contain;
    }

    .topBlogSlider {
        padding: 0 30px;
    }

    #homeWrapper .slick-prev,
    #homeWrapper .slick-next {
        width: 20px;
    }

    .topBlogSlickBlock {
        margin-bottom: 0em;
    }

    .blogSingleBlock {
        margin: 0 10px;
        margin-bottom: 1em;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }

    .topBlogThumb img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .topBlogThumb {
        height: 125px;
    }

    /*やまもと通信*/
    .headerBlogTitleBlock h1 {
        font-size: 2em;
    }

    .headerBlogTitleBlock {
        padding-top: 3em;
        padding-bottom: 1em;
    }

    .blogArchiveWrapper h1 {
        font-size: 1.5em;
    }

    .blogArchiveWrapper h2 {
        font-size: 1.25em;
        margin-bottom: 2em;
    }

    .blogArchiveWrapper .blogSingleBlock p {
        font-size: 1em;
    }

    .blogArchiveWrapper .blogSingleBlock h4 {
        font-size: 1em;
        margin-top: 0.5em;
    }

    .pagination ul li .current,
    .pagination ul li a {
        font-size: 1em;
    }

    .blogCatAndDate,
    .newsCatAndDate {
        margin-bottom: 2em;
    }

    .blogCustomField h3 {
        font-size: 2em;
    }

    .blogCustomField h3 {
        border-bottom: 3px solid #00a0e9;
    }

    .postImage {
        margin-bottom: 2em;
    }

    .blogRelated h5 {
        font-size: 1.5em;
    }

    .blogSingleWrapper {
        margin-bottom: 50px;
        border-radius: 1em;
    }

    .SinglePager a {
        font-size: 1.25em;
        margin-top: 0;
        margin-bottom: 3em;
    }

    .blogSingleNewTitle {
        margin-bottom: 2em;
    }

    .blogSingleNewTitle h5 {
        padding: 0.24em;
        font-size: 1.25em;
        padding-left: 1.25em;
    }

    .blogSingleWrapper,
    .blogNewPostWrapper {
        margin: 0 50px;
    }

    .blogNewPostWrapper {
        padding: 30px 0;
    }

    .blogSingleNewTitle h5 {
        padding-right: 1.24em;
    }

    .topConceptBlock p,
    .blogSingleBlock h4 {
        font-size: 0.85em;
    }

    .blogSingleWrapper .container {
        border-radius: 1em;
    }

    /*お知らせ*/
    .newsSingleWrapper {
        padding: 30px 15px;
    }

    .newsSingleWrapper .container-fluid {
        padding: 2em;
    }

    .newsSingleWrapper h2 {
        font-size: 1.5em;
    }

    .newsCustomField p {
        font-size: 1em;
    }

    .newsSingleWrapper .SinglePager a {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .newsSingleRelated h5 {
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }

    /*お問い合わせ*/
    .contHurryBlock h3,
    .contAccidentBlock h3,
    .contAccidentBlock a {
        font-size: 1.75em;
    }

    .contHurryBlock h2 a {
        font-size: 3rem;
        letter-spacing: 3px;
    }

    .contHurryBlock p,
    .contAccidentBlock p {
        font-size: 1.25em;
    }

    .contactTopBlock {
        margin-bottom: 50px;
    }

    .contFormBlock td,
    .contFormBlock th {
        font-size: 1em;
    }

    .contAcceptanceBlock h4 {
        font-size: 1.25em;
    }

    /*お客さまの声*/
    .voiceTitle {
        font-size: 2em;
    }

    .voiDiscBlock {
        margin-bottom: 100px;
    }

    .voiDiscBlock h1 {
        font-size: 2.5em;
    }

    .voiDiscBlock h3 {
        font-size: 1.5em;
    }

    /*エントリーフォーム*/
    #entryWrapper table tr:first-of-type td {
        font-size: 1.5em;
    }

    #entryWrapper table {
        font-size: 1em;
    }

    .recinfoEntryBlock a h5,
    .entryBackBtn a h5 {
        font-size: 1.5em;
    }

    /*エントリーフォーム*/
    #sitemapWrapper ul li a {
        font-size: 1.5em;
        padding: 10px;
    }

    #sitemapWrapper ul ul li a {
        font-size: 1.15em;
    }

    /*保険のご相談*/
    .insConceptText h1 {
        font-size: 1.75em;
    }

    .insBlock h5 {
        font-size: 1em;
    }

    .insBlock p {
        font-size: 1em;
    }

    .insLink a {
        font-size: 1em;
        padding: 0.5em;
    }

    .insLink a img {
        margin: 0 0em;
        max-height: calc(2em / 2);
    }

    .insEyeCatch {
        margin-bottom: 40px;
    }

    .insBlock.ins2 .lifeLink {
        font-size: 1em;
    }

    /*事故のご連絡*/
    .accDiscBlock h1 {
        font-size: 2.5em;
    }

    .accDiscBlock p {
        font-size: 1.5em;
    }

    .accTheoTitle h3 {
        font-size: 2em;
    }

    .accTheoTitle {
        padding: 0.5em;
    }

    .accTheoTitle {
        padding: 0.5em;
        min-height: 6em;
    }

    .accTheoSingle p {
        font-size: 1.5em;
        padding: 15px;
    }

    .accTheoSingle h5 {
        font-size: 1.25em;
        text-align: center;
    }

    .accTheoImg img {
        max-width: 50%;
    }

    .accTheoSingle::before {
        border-top-width: 50px;
        border-bottom-width: 50px;
    }

    .col-md-4:nth-of-type(3) .accTheoSingle::before {
        border-left-width: 50px;
        border-right-width: 50px;
    }

    .accTheoryBlocks .col-12 .accTheoSingle h2 {
        font-size: 2em;
    }

    .accAddress1 h3,
    .accAddress2 h3 {
        font-size: 2.5em;
        text-align: center;
    }

    .accAddress3 table {
        font-size: 1.5em;
    }

    .accAddress3 table td {
        font-size: 1.5em;
    }

    .accAddress3 table td img {
        max-width: 15%;
    }

    /*採用情報*/
    .recLinkTitle h2 {
        font-size: 2em;
    }

    .recLinkDiscInner {
        max-width: 90%;
    }

    .recLinkDiscInner h3 {
        font-size: 1.5em;
    }

    .recLinkDiscInner a {
        font-size: 1.5em;
    }

    .entTel h4 {
        font-size: 1.25em;
    }

    .entTel h5 {
        font-size: 3.5em;
    }

    .entTel p {
        font-size: 1em;
        padding: 0 0.5em;
    }

    .entLink h2 {
        font-size: 3em;
        border-radius: 12px;
    }

    .entLink {
        background-size: contain;
        background-repeat: no-repeat;
    }

    /*採用情報詳細*/
    .recSingleDisc p,
    .recruitmentBlock th,
    .recruitmentBlock td,
    .recinfoEntryBlock a h5 {
        font-size: 1em;
    }

    .recruitSingleHeading h3,
    .recSingleDisc h4,
    .entryLink p,
    .recruitmentBlock h2 {
        font-size: 1.5em;
    }

    .recruitSingleHeading h1,
    .recSingleDiscBlock h1,
    .recSingleDiscBlock a h2,
    .recLogoAndTel .recTelBlock a,
    .entryLink a {
        font-size: 2em;
    }

    .entryLink a {
        display: block;
        padding: 0.5em 1em;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    body {
        font-size: 13px;
    }

    /*ヘッダ*/
    .header-upper {
        border-bottom: 0px;
        display: block;
        position: relative;
        margin-right: 60px;
    }

    .header-upper ul li {
        width: 33%;
        height: 60px;
    }

    .header-upper ul li a:before {
        width: 17px;
        height: 17px;
        top: 8px;
    }

    .header-upper ul li a {
        padding-top: 31px;
    }

    .headerTitlePolicy {
        text-align: center;
    }

    .headerTitlePolicy a {
        padding: 1em;
    }

    .headerTitleBlue h1 {
        font-size: 2em;
    }

    /*フッター*/
    .site-footer {
        border-top: 1px solid #00a0e9;
        padding-top: 1.5em;
        margin-bottom: 3em;
    }

    .footerSnsBlock {
        display: flex;
        justify-content: center;
    }

    .footerSiteMap {
        font-size: 1.25em;
    }

    .topFooterLink {
        margin-top: 1.5em;
    }

    .footerTel a {
        font-size: 3em;
    }

    .footerTel p {
        font-size: 0.85em;
    }

    .footerContactBlock {
        padding: 0.5em 0;
    }

    .footerContact a,
    .footerAccident a {
        font-size: 1.5em;
    }

    .footerContactBlocks {
        padding: 15px;
    }

    .footerContactBlocks .row {
        margin-bottom: 0;
    }

    .topFooterImg img {
        padding: 15px 0px;
    }

    .footerSpLinks.sp {
        background: #00a0e9;
    }

    .footerSpLinks .footerSiteMapBlue li a {
        color: white;
    }

    .footerSiteMapBlue {
        display: inline-block;
        padding: 0 2em;
    }

    #wrapper-footer.wrapper {
        padding-bottom: 0;
        position: relative;
    }

    .footerSiteMapBlueSp {
        display: block;
        max-width: 95%;
        margin: 0 auto;
    }

    .navbar.bg-primary {
        background: #1d4ce5 !important;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
    }

    li#menu-item-76,
    li#menu-item-77,
    li#menu-item-78,
    li#menu-item-79,
    li#menu-item-80,
    li#menu-item-81 {
        display: list-item;
    }

    li#menu-item-49 {
        display: none;
    }

    .menu-item#menu-item-1193 {
        margin: 0;
        background: #00a0e9;
    }

    .menu-item#menu-item-1193 a {
        padding: 0.7em 0;
        color: white;
    }

    div#navbarNavDropdown {
        position: absolute;
        background: #fff;
        width: 100vw;
        z-index: 100;
        right: calc(100% - 60px);
        top: 114px;
    }

    ul.navbar-nav li {
        margin-left: 20%;
    }

    ul.navbar-nav li::after {
        content: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        width: 100%;
        font-size: 1.5em;
        /*19px*/
        padding-top: 0.5rem;
        padding-left: 1.5em;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #00a0e9;
    }

    .navbar-dark .navbar-nav .active>.nav-link {
        color: #00a0e9;
    }

    a.nav-link::before {
        content: none;
    }

    .navbar-dark .navbar-nav .active>a.nav-link::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border: 5px solid transparent;
        border-left: 8px solid #00a0e9;
    }

    li#menu-item-80 {
        margin: 0;
        background: #cedaee;
        color: #1d4ce5;
    }

    li#menu-item-80 .nav-link {
        padding-left: unset;
        text-align: center;
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 2.5em;
        color: #1d4ce5;
    }

    li#menu-item-80 .nav-link img {
        width: 36px;
        margin-right: 0.3em;
        vertical-align: sub;
    }

    li#menu-item-80 .nav-link span {
        display: block;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
    }

    li#menu-item-81 {
        margin: 0;
        background: #1d4ce5;
        color: #fff;
    }

    li#menu-item-81 .nav-link {
        padding-left: unset;
        text-align: center;
        font-size: 1.8em;
        color: #fff;
        padding: 0.7em 0;
    }

    li#menu-item-81 .nav-link img {
        width: 30px;
        margin-right: 0.3em;
        vertical-align: sub;
    }

    li#menu-item-81.active>a.nav-link::before {
        content: none;
    }

    ul li#menu-item-1194 {
        background: #00a0e9;
        margin: 0;
    }

    ul li#menu-item-1194 a {
        color: white;
        padding: 0.7em 0;
        padding-left: 1.25em;
    }

    ul li#menu-item-1194 a img {
        max-width: 1em;
        margin: 0.2em;
    }

    /*メニュー関係、ここまで*/
    .header-logo {
        width: 50%;
        margin: 7px auto;
    }

    img.bird-icon {
        position: absolute;
        width: 68px;
        text-align: center;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /*スタッフインタビュー*/
    .intEyeCatch img {
        width: 100%;
    }

    .interviewConceptText h1 img {
        display: none;
    }

    .intConceptImg img {
        display: block;
        max-width: 4.5em;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .interMenberProf {
        margin-bottom: 30px;
    }

    .interMenberProf p {
        font-size: 1em;
        margin-bottom: 0.35em;
    }

    .interMenberProf h3 {
        margin-bottom: 0.35em;
    }

    .interMenberProf.blue img {
        max-width: 100%;
    }

    .interviewMenberView {
        padding: 0;
    }

    .interviewMenberView::before {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 2em;
    }

    .intSingleHeading h2 span {
        font-size: 1.25em;
    }

    .rlPad30 {
        padding: 0 15px;
    }

    .blockhead img {
        margin-bottom: 15px;
        width: 100%;
    }

    .memberPhoto img {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .intMainBlock p {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .intMainBlock h3 {
        font-size: 1.25em;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .intMainBlock h2 {
        font-size: 1.5em;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .intDiskBlock {
        margin-bottom: 20px;
    }

    .intDiskBlock h5 {
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .intDiskBlock h4 {
        font-size: 2em;
        margin-bottom: 0;
    }

    .intDiskBlock p {
        font-size: 1em;
        margin-bottom: 15px;
    }

    .intSingleHeading {
        background: url(./img/frameSp-blue.png) no-repeat center;
        background-size: contain;
    }

    .intSingleHeading.green {
        background: url(./img/frameSp-green.png) no-repeat center;
    }

    .intSingleHeading.orange {
        background: url(./img/frameSp-orange.png) no-repeat center;
    }

    .intSingleHeading.pink {
        background: url(./img/frameSp-pink.png) no-repeat center;
    }

    .intMainBlock a img {
        max-width: 60px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .intMainBlock a {
        font-size: 0.85em;
        text-align: center;
    }

    /*会社案内*/
    .tab_item {
        width: 33.3333%;
        font-size: 0.85rem;
        padding-right: 5px;
    }

    .tab_content {
        border-top: 2px solid #1d4ce5;
    }

    .compGreetingBlock .container-fluid,
    .compPhilosophyBlock .container-fluid,
    .compOverviewBlock {
        padding: 0px 15px;
        margin-top: 30px;
    }

    .compGreetingBlock h1,
    .compPhilosophyBlock h1,
    .compOverviewBlock h1 {
        font-size: 1.5rem;
        padding-top: 1em;
    }

    .compGreetingBlock h2 {
        font-size: 1em;
    }

    .compGreetingBlock p,
    .compPhilosophyBlock p {
        font-size: 0.85em;
        margin-bottom: 1em;
    }

    .compGreetingBlock h3 img {
        max-width: 130px;
    }

    .compPhilosophyBlock p {
        padding: 25px 15px;
    }

    .Philosophy1,
    .Philosophy2 {
        margin-bottom: 1em;
    }

    .Philosophy1 p:first-of-type {
        padding-right: 0;
    }

    .philosophy1Block,
    .philosophy2Block {
        padding: 1em;
    }

    .compOverviewBlock .container-fluid {
        padding: 30px 15px;
    }

    .compOverviewBlock th,
    .compOverviewBlock td {
        font-size: 0.75rem;
    }

    .compOverviewBlock table {
        margin-bottom: 30px;
    }

    .compOverviewBlock h4 {
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }

    .compOverviewBlock h5 {
        font-size: 1.5rem;
    }

    /*私たちの強み*/
    #strengthWrapper {
        padding: 0 15px;
    }

    .strEyeCatch img {
        width: 100%;
        margin: 0 auto;
    }

    .strBlockTitle {
        display: block;
        margin-top: 2em;
    }

    .strBlockTitle img {
        max-width: 30%;
        margin: 0 auto;
        margin-bottom: 1em;
    }

    .strBlocks h2 {
        font-size: 1.5em;
    }

    .strBlocks .col-md-5 img {
        margin-bottom: 2rem;
    }

    /*トップページ*/
    .newsInner {
        border-left: transparent;
        padding: 0 0em;
        padding-bottom: 15px;
    }

    .top-news-title span {
        padding-right: 1em;
        padding-left: 0em;
    }

    #topNews.topNewsBlock {
        padding: 15px 0;
        margin-bottom: 50px;
    }

    .top-news-title {
        line-height: 1.5;
        padding: 0.25em 0;
    }

    .topConceptPhoto img {
        margin: 0 auto;
        margin-bottom: 3em;
    }

    .topConceptPhoto::before {
        display: none;
    }

    .topConceptMain {
        padding: 0 1em;
    }

    .topConceptMain p {
        margin-right: 0px;
    }

    .topConceptBlock p,
    .blogSingleBlock h4 {
        font-size: 1em;
    }

    .topConceptBlock .col-md-8 a {
        margin-left: auto;
        margin-bottom: 3em;
    }

    .topConceptLink {
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 1em;
    }

    .topAccidentBlock {
        background: none;
    }

    .topAccidentBlock .topAccidentInner {
        max-width: 100%;
        background: #00a0e9;
        padding-bottom: 1.5em;
    }

    .topAccidentInner h2,
    .topAccidentInner p {
        text-align: center;
    }

    .blogSingleBlock {
        margin: 0 5px;
        margin-bottom: 2em;
        box-shadow: 3px 5px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0.5em;
    }

    .topBlogTitle h1,
    .topVoiceBlock h1 {
        display: inline-block;
        background-size: contain;
    }

    .topBlockTitle {
        text-align: center;
        padding-bottom: 30px;
    }

    .blogSingleBlock p {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .blogSingleBlock h4 {
        margin-top: 0.25em;
        padding-bottom: 0.25em;
    }

    .topBlogTitle {
        padding-top: 86px;
        padding-bottom: 0px;
        background: url(./img/topBlogTitleBGSp.svg) no-repeat top center;
    }

    .topVoiceBlock {
        padding-top: 30px;
    }

    .topVoiceBlock img {
        margin: 0 auto;
    }

    .y-link,
    .blogSingleBlock span,
    .blogSingleBlock p {
        font-size: 1em;
    }

    .mdrtLogo {
        position: relative;
    }

    .mdrtLogo img {
        max-width: 100%;
        position: static;
        margin: 0 auto;
        display: block;
        margin-bottom: 1em;
        padding: 0 15px;
    }

    .mdrtLogo img:nth-of-type(2) {
        position: absolute;
        max-width: 68px;
        bottom: calc(-100% - 50% / 2);
        left: 50%;
        top: unset;
        padding: 0;
    }

    /*やまもと通信*/
    .blogSingleBlock {
        margin-bottom: 15px;
    }

    .blogArticles {
        margin-bottom: 30px;
    }

    .page-numbers {
        margin-bottom: 30px;
    }

    .blogSingleWrapper,
    .blogNewPostWrapper {
        margin: 0;
    }

    .blogSingleWrapper {
        border-radius: 0.5em;
        padding: 30px;
    }

    .blogCatAndDate p span,
    .newsCatAndDate p span {
        font-size: 1em;
    }

    .blogCatAndDate time,
    .newsCatAndDate time {
        font-size: 1.25em;
    }

    .blogCustomField h3 {
        font-size: 1.5em;
    }

    .postImage {
        max-width: 100%;
    }

    .blogSingleWrapper .container {
        padding: 20px;
    }

    .blogCustomField h4 {
        font-size: 1.25em;
    }

    .blogCustomField p {
        font-size: 1em;
    }

    .blogSingleWrapper .blogSingleBlock {
        margin: 0;
        box-shadow: none;
    }

    .SinglePager a {
        font-size: 1em;
    }

    .SinglePager a {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .SinglePager {
        margin-bottom: 30px;
    }

    /*お知らせ*/
    .newsSingleRelated {
        margin-top: 2em;
    }

    /*FD宣言*/
    #fdWrapper {
        padding: 0;
    }

    .fdBlock {
        margin-bottom: 40px;
    }

    .fdBlock h2,
    .fdBlock h3 {
        font-size: 1.5em;
    }

    .fdBlock h4,
    .fdBlock p {
        font-size: 1.25em;
    }

    /*お問い合わせ*/
    .contHurryBlock h3,
    .contAccidentBlock h3,
    .contAccidentBlock a {
        font-size: 1.5em;
    }

    .contHurryBlock h2 a {
        font-size: 2.25rem;
        letter-spacing: 3px;
    }

    .contHurryBlock p,
    .contAccidentBlock p {
        font-size: 1em;
    }

    .contHurryBlock,
    .contAccidentBlock {
        padding: 1em;
        margin-bottom: 2em;
    }

    .contactTopBlock {
        margin-bottom: 30px;
    }

    .contactMainBlock h1 {
        font-size: 1.5em;
    }

    .contactMainBlock h3 {
        font-size: 1.25em;
    }

    .contactMainBlock {
        padding: 15px;
    }

    .contactMainBlock .row:first-of-type {
        padding-top: 15px;
    }

    .contAcceptanceBlock h4 {
        font-size: 1.25em;
    }

    .contFormBlock td,
    .contFormBlock th {
        display: block;
        margin-bottom: 1em;
    }

    .contactMainBlock {
        padding: 15px;
        margin-bottom: 50px;
    }

    .contactMainBlock .row:first-of-type {
        padding-top: 15px;
    }

    .contactMainBlock .row,
    .contFormBlock td {
        padding: 0;
    }

    #contactWrapper .wpcf7-list-item {
        margin: 0;
    }

    #contactWrapper .btn-outline-primary,
    #contactWrapper .wpcf7 input[type="submit"] {
        margin-top: 0em;
    }

    .contactMainBlock .row:last-of-type {
        padding-bottom: 20px;
    }

    #contactWrapper .wpcf7 .wpcf7-form p {
        margin-bottom: 0rem;
    }

    .lifeBanner {
        margin-top: 15px;
    }

    /*お客さまの声*/
    #voiceWrapper {
        background-repeat: repeat;
        background-position: top;
        padding: 0;
    }

    .voiceTitle h1 {
        font-size: 1em;
    }

    /*エントリーフォーム*/
    #entryWrapper table td,
    #entryWrapper table th {
        display: block;
        width: 100%;
        padding: 0.5em;
    }

    #entryWrapper input {
        font-size: 100%;
    }

    #entryWrapper table tr:nth-of-type(6) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(7) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(8) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(11) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(12) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(13) td:nth-of-type(2),
    #entryWrapper table tr:nth-of-type(14) td:nth-of-type(2) {
        padding: 0;
    }

    #entryWrapper table {
        font-size: 1.25em;
    }

    .accBlock {
        display: block;
        text-align: center;
    }

    .accBtn {
        margin-bottom: 0.5em;
    }

    #entryWrapper table tr:last-of-type td {
        font-size: 1.5em;
    }

    .entryBackBtn {
        margin-bottom: 50px;
    }

    .recinfoEntryBlock a h5,
    .entryBackBtn a h5 {
        font-size: 1.25em;
    }

    /*サイトマップ*/
    #sitemapWrapper h1 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    /*保険のご相談*/
    #insuranceWrapper {
        padding: 0;
    }

    .insConceptText h1 {
        font-size: 1.5em;
    }

    .insConceptText img {
        max-width: 65px;
    }

    .insImg {
        display: block;
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .insBlockTitle,
    .insBlockTitle tbody,
    .insBlockTitle tr,
    .insBlockTitle td {
        display: block;
    }

    .insBlock>table {
        border-top-width: 0;
    }

    .insBlock {
        margin: 0 15px;
        margin-bottom: 40px;
    }

    .insBlockTitle {
        display: block;
        text-align: center;
    }

    .insBlockInner {
        display: block;
        text-align: center;
    }

    .insBlockTitle td:nth-of-type(2) {
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
        padding: 0.5em 0;
    }

    .insBlock h5 {
        margin-top: 1em;
    }

    .insBlock p {
        padding: 0 30px;
        margin-bottom: 3em;
    }

    .insBlock.ins2 .lifeLink {
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

    .insEyeCatch img {
        width: 100%;
    }

    .insBlock.ins2 .lifeLink {
        text-align: center;
        display: block;
    }

    /*プライバシーポリシー*/
    #privacyWrapper td {
        font-size: 1em;
    }

    #privacyWrapper td td {
        font-size: 1em;
        padding-left: 1em;
    }

    .priComp {
        padding: 1em 1em;
    }

    #privacyWrapper td td {
        display: block;
        padding: 0;
    }

    /*事故のご連絡*/
    .accDiscBlock h1 {
        font-size: 1.3em;
    }

    .accDiscBlock h1 img {
        max-width: 7%;
    }

    .accDiscBlock p {
        font-size: 1em;
    }

    .accTheoTitle h3,
    .accTheoryBlocks .col-12 .accTheoSingle h2 {
        font-size: 1.5em;
    }

    .accTheoSingle p {
        font-size: 1.25em;
        padding-bottom: 0;
        text-align: center;
    }

    .accTheoImg img {
        max-width: 20%;
    }

    .accTheoSingle {
        margin-bottom: 2em;
    }

    .accTheoSingle::before,
    .col-md-4:nth-of-type(3) .accTheoSingle::before {
        border: solid transparent;
        content: '';
        position: absolute;
        border-left-width: 50px;
        border-right-width: 50px;
        margin-left: 0px;
        border-top-color: #AEAEAE;
        top: 100%;
        left: calc(50% - 100px / 2);
        border-top-width: 2em;
    }

    .accTheoSingle h5 {
        margin-bottom: 0em;
    }

    .accAddress1 h3,
    .accAddress2 h3 {
        font-size: 1.5em;
    }

    .accAddress1 a,
    .accAddress2 a {
        font-size: 3em;
    }

    .accAddBlocknner img {
        max-width: 10%;
    }

    .accAddress1 p,
    .accAddress2 p {
        font-size: 1em;
    }

    .accTheoryBlocks {
        margin-bottom: 40px;
    }

    .accAddress1,
    .accAddress2 {
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .accAddress3 h4 {
        font-size: 1.4em;
    }

    .accAddress3 h3 {
        font-size: 1.5em;
    }

    .accAddress3 h4:nth-of-type(2) {
        font-size: 1.15em;
    }

    .accAddress3 table tr th,
    .accAddress3 table tr td {
        display: block;
        text-align: center;
    }

    .accAddress3 {
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .accAddress3 .accAddBlocknner {
        margin: 5px;
        border-radius: 5px;
    }

    .accAddress3 h4:nth-of-type(2) {
        font-size: 1.15em;
        margin-bottom: 0em;
    }

    .accAddress3 table tr:nth-of-type(2n) th {
        padding-left: 0em;
    }

    .accAddress3 table {
        font-size: 1.28em;
    }

    .accAddress3 table td.accCantTel {
        letter-spacing: 0;
        padding-bottom: 1em;
    }

    .accAddress3 table td {
        font-size: 1.7em;
        padding-bottom: 0.35em;
    }

    .accAddress3 table td img {
        max-width: 10%;
    }

    /*勧誘方針*/
    .solBlock {
        margin-bottom: 40px;
    }

    .solBlock h3 {
        font-size: 1.5em;
    }

    .solBlock ul li {
        font-size: 1em;
    }

    #SolicitationWrapper h5 {
        font-size: 1.5em;
    }

    /*採用情報*/
    .recLinkBlock {
        display: block;
    }

    .recLinkTitle,
    .recLinkImg {
        width: 50%;
        display: inline-block;
    }

    .recLinkImg img {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0;
    }

    .recLinkDiscInner.sp {
        max-width: 100%;
        background: white;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        text-align: center;
        padding: 2em 1em;
    }

    .recDisc h2 {
        font-size: 1.7em;
    }

    .recDisc h3 {
        font-size: 1.2em;
    }

    .recLinkTitle h2 {
        font-size: 1.6em;
    }

    .recLinkDiscInner h3 {
        font-size: 1.1em;
    }

    .recLinkBlock {
        margin-bottom: 2em;
    }

    .recCMSBlock {
        margin-bottom: 50px;
    }

    .entTel {
        margin-bottom: 2em;
    }

    .recEntryBlock {
        margin-bottom: 50px;
    }

    .entLink {
        height: 17em;
    }

    /*採用情報詳細*/
    .recLogoAndTel a {
        display: block;
        text-align: center;
    }

    .recLogoAndTel {
        display: block;
        text-align: center;
    }

    .recLogoAndTel img {
        max-width: 80%;
    }

    .recSingleDisc {
        padding: 15px;
    }

    .recLogoAndTel .recTelBlock a {
        padding: 0;
        padding-bottom: 15px;
    }

    .recSingleDiscBlock {
        border-radius: 1em;
    }

    .recSingleDiscBlock h1 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .recSingleDiscBlock a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .recruitmentBlock h2 span {
        letter-spacing: 3px;
    }

    .entryLink {
        width: 100%;
        border-radius: 0;
    }

    .infoEntryInner {
        display: block;
    }

    .recinfoEntryBlock a h5 {
        font-size: 1.25em;
    }

    .entryBtnImg img,
    .infoEntryInner {
        border-radius: 0;
    }

    .recinfoEntry {
        max-width: 100%;
        box-shadow: 0 0;
    }

    .recinfoEntryBlock {
        margin: 0 -500%;
        padding: 0 490%;
        margin-bottom: 50px;
    }

    .contactBanner,
    .consultBanner {
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {

    /*ヘッダ*/
    .header-logo {
        width: 248px;
    }
}