html { scroll-behavior: smooth;}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	*/
	line-height: 1.1em;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
    height: auto;
}
.floLeft {
	float: left;
	color: #869300
}
.floRight {
	float: right;
}
.bold {
	font-weight: bold;
}
a, a img {
	text-decoration: none;
	transition: all ease .2s;
}
a:hover, a img:hover{
    opacity: 1
}
img {
	max-width: 100%;
}
.logo img{
    width: 100%;
}

header{
    position: relative;
    z-index: 1000;
}

h2{
    font-size: 2rem
}




.contents01{
        height: 70vh;
    background: url(../img/jhol.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.coutents01_cp{
    width: 40%;
    position: absolute;
    top: 0;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}
.coutents01_img{
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}

.coutents01_img img{
    width: 80%
}

.l-footer {
    position: relative;
    z-index: 10;
    background: #fff
}

@media screen and (min-width: 769px) {
    .l-footer {
        padding-top:12rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer {
        padding-top:6rem
    }
}

.l-footer__inner {
    display: flex;
    justify-content: space-between
}

@media not screen and (min-width: 769px) {
    .l-footer__inner {
        flex-direction:column
    }
}

@media screen and (min-width: 769px) {
    .l-footer__logo {
        width:27rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__logo {
        width:70%
    }
}

@media screen and (min-width: 769px) {
    .l-footer__information {
        margin-top:3rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__information {
        margin-top:2rem
    }
}

.l-footer__information p {
    font-size: 90%;
    line-height: 1.5
}

.l-footer__information__address {
    margin-top: .5em
}

.l-footer__sdgs {
    margin-top: 3rem
}

@media screen and (min-width: 769px) {
    .l-footer__sdgs {
        width:max-content
    }
}

.l-footer__created-date {
    margin-top: 2em;
    font-size: 80%
}

.l-footer__sdgs__inner {
    padding: 2rem 5rem 2rem 0;
    border: .1rem solid #ccc;
    border-radius: .5rem;
    transition: border-color .3s;
    display: flex;
    align-items: center;
    position: relative
}

.l-footer__sdgs__inner:before {
    content: "";
    width: .1rem;
    height: 100%;
    position: absolute;
    background: #ccc;
    right: 3rem;
    top: 0;
    transition: background .3s
}

.l-footer__sdgs__inner:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-image: linear-gradient(0deg, #EC6C00, #FAD6B4);
    clip-path: polygon(100% 50%, 0 0, 0 100%)
}

@media(hover: hover) {
    .l-footer__sdgs__inner:hover {
        border-color:#ec6c00
    }

    .l-footer__sdgs__inner:hover:before {
        background: #ec6c00
    }
}

.l-footer__sdgs__figure {
    text-align: center
}

@media screen and (min-width: 769px) {
    .l-footer__sdgs__figure {
        width:9rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__sdgs__figure {
        width:7rem
    }
}

.l-footer__sdgs__figure img {
    width: 50%
}

.l-footer__sdgs__content {
    position: relative
}

@media screen and (min-width: 769px) {
    .l-footer__sdgs__content {
        width:calc(100% - 9rem)
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__sdgs__content {
        width:calc(100% - 7rem)
    }
}

.l-footer__sdgs__text {
    font-size: var(--font-size14);
    font-weight: 700;
    line-height: 1.5
}

.l-footer__sdgs__copyright {
    opacity: .75;
    margin-top: 1em
}

@media screen and (min-width: 769px) {
    .l-footer__sdgs__copyright {
        font-size:1.2rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__sdgs__copyright {
        font-size:1rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__policy-nav {
        position:relative;
        z-index: 5
    }
}

.l-footer__pagetop {
    border-radius: 50%;
    background: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: -3rem
}

@media screen and (min-width: 769px) {
    .l-footer__pagetop {
        right:10rem;
        width: 10rem;
        height: 10rem
    }
}

@media not screen and (min-width: 769px) {
    .l-footer__pagetop {
        right:2rem;
        width: 8rem;
        height: 8rem
    }
}

.l-footer__pagetop:before {
    content: "";
    width: 1rem;
    height: 2.6rem;
    background-image: url(../img/common/icon_arrow_top_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -2.8rem;
    transition: opacity .3s,transform .3s;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.l-footer__pagetop:after {
    content: "";
    width: 1rem;
    height: 2.6rem;
    background-image: url(../img/common/icon_arrow_top_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -2.8rem;
    transition: opacity .3s,transform .3s;
    opacity: 0;
    transform: translate3d(0, 1rem, 0)
}

@media(hover: hover) {
    .l-footer__pagetop:hover:before {
        opacity:0;
        transform: translate3d(0, -1rem, 0)
    }

    .l-footer__pagetop:hover:after {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.l-footer__pagetop__text {
    font-size: 70%;
    margin-top: 3rem;
    font-family: "Roboto",sans-serif
}

.p-insurance-section__block__list__item__sentence__img{
    display: flex;
    justify-content: center;
}
.p-insurance-section__block__list__item__sentence__img div{
    width: 45%;
    margin-top: 2rem;
    margin-bottom: 1rem
}
.p-insurance-section__block__list__item__sentence__img div:first-child{
    margin-right: 1rem;
}

.c-croptext{
    font-size: 1.2rem;
}

.mwform-zip-field{
    display: flex;
    align-items: center;
}


