@charset "utf-8";

*,
*:before,
*:after {
    /* box-sizing: border-box;*/
    margin: 0;
    padding: 0;
    /* outline: 1px solid #ff0099;*/
}

html,
body {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    /*height: auto;*/
    font-family: "Noto Sans JP",
        sans-serif;
    color: #666666;
    background: #ffffff;
    box-sizing: border-box;
    /* デフォルトで余白を無し*/
    /* スマホ横向き時のフォントサイズ */
    /* 横向きにするとフォントサイズが拡大されてしまうことがあるため、text-size-adjust:100%で防ぐ*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
}

/* iosフォーム要素の初期化*/
/* ios用の装飾が優先されデザインが反映されない恐れがあるため、デフォルトスタイルを無効にするappearance:none;を設定することで*/
/* ios用の装飾をリセットすることができ、独自のCSSを反映させることが可能になる*/
input,
button,
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
}

.mgr-16 {
    margin-right: 16px;
}

.mgr-12 {
    margin-right: 12px;
}

.spacer {
    display: block;
    height: 5%;
}

a {
    text-decoration: none;
    color: #000;
}

header {
    width: 100%;
    height: 60px;
    padding: 0 1%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    align-items: center;
}

.logo img {
    width: 200px;

}

nav {
    width: 70%;
}

nav ul {
    display: flex;
    list-style-type: none;
    /* justify-content: space-around; */
    justify-content: flex-end;
}

nav ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 1.6rem;
    padding-left: 50px;
}

nav ul li a:hover {
    color: #0070C0;
}

.Instagram_icon {
    margin-left: 1%;
}


.Instagram_icon img {
    width: 31px;
}

.info_button1 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    background-color: #92D050;
    border-radius: 10px;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button2 {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 8%;
    border-radius: 10px;
    background-color: #ffc000;
    margin-left: 1%;
    margin-bottom: 2px;
}

.info_button1 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.info_button2 a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
}

.menu {
    margin: 10px 10px;
}

.menu p {
    font-size: 1.6rem;
}

.menu a:hover {
    color: #0070C0;
}

.title {
    position: relative;
    width: 80%;
    /*900*/
    height: auto;
    /*50*/
    margin: 2% auto;
    /*30*/
}

.title img {
    width: 100%;
    height: 50px;
}

h1,
h2,
h3,
h4,
h5 {
    position: absolute;
    top: 15%;
    /*10*/
    left: 2%;
    font-size: 2.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "HGP明朝B";
}

h6{
        position: absolute;
    top: 5%;
    /*10*/
    left: 2%;
    font-size: 2.5rem;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: "HGP明朝B";
}

.h1_box {
    width: 75%;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.h1_text_box {
    position: relative;
}

.h1_text_box img {
    width: 450px;
    height: 150px;
}

.h1_text {
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 2;
}

.h1_text p {
    font-size: 1.4rem;
    text-wrap: balance;
}

.h1_img {
    width: 40%;
    margin-left: 5em;
    clip-path: polygon(4rem 0px, calc(100% - 4rem) 0px, 100% 4rem, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 4rem 100%, 0px calc(100% - 4rem), 0px 4rem);
}

.h2_box {
    width: 75%;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.h2_text_box {
    position: relative;
}

.h2_text_box img {
    width: 460px;
    height: 230px;
    padding-top: 1%;
}

.h2_text1 {
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 2;
    width: 92%;
}

.h2_text1 p {
    font-size: 1.4rem;
}

.h2_img {
    width: 130%;
    margin-left: 2em;
}

.h2_text2 {
    /*position: absolute;*/
    background-color: red;
    width: 40%;
    /*154*/
    height: 12%;
    /*40*/
    margin-top: 5%;
    margin-left: 21%;
    transform: translate(-50%, -50%);
}

.h2_text2 p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5% 5% 5% 5%;
}

.h2_text2 p:hover {
    color: #000;
}

.mgr_90 {
    margin-right: 90px;
}



.h3_box {
    width: 75%;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.h3_text_box {
    position: relative;
}

.h3_text_box img {
    width: 460px;
    height: 150px;
    padding-top: 1%;
}

.h3_text {
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 2;
    width: 92%;
}

.h3_text p {
    font-size: 1.4rem;
}

.h3_img {
    width: 130%;
    margin-left: 2em;
}

.h4_box {
    width: 75%;
    height: auto;
    margin:  0 auto;
    /*    display: flex;*/
}

.h4_text_box {
    position: relative;
    margin-left: 0.1%;
}

.h4_text_box img {
    width: 800px;
    height: 100px;
    padding-top: 1%;
}

.h4_text1 {
    position: absolute;
    top: 15%;
    left: 2%;
    line-height: 2;
    width: 92%;
}

.h4_text1 p {
    font-size: 1.4rem;
}

.h4_text2 {
    /*position: absolute;*/
    background-color: red;
    width: 15%;
    /*154*/
    height: 4%;
    /*40*/
    margin-top: 3%;
    margin-left: 78%;
    transform: translate(-50%, -50%);
}

.h4_text2 p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5% 5% 5% 5%;
}

.h4_text2 p:hover {
    color: #000;
}

.h5_box {
    width: 75%;
    height: auto;
    margin: 0 auto;
    /*    display: flex;*/
}

.h5_text_box {
    position: relative;
     margin-left: 0.1%;
}

.h5_text_box img {
    width: 800px;
    height: 430px;
    padding-top: 1%;
}

.h5_text1 {
    position: absolute;
    top: 5%;
    left: 2%;
 line-height: 2;
}

.h5_text1 p {
    font-size: 1.4rem;
}

.mgr-8{
   margin-right: 8px; 
}

dl dt,
dl dd{
    font-size: 1.4rem;
}

dl dd{
    text-indent: 1.5em;
}

.h5_text2 {
    /*position: absolute;*/
    background-color: red;
    width: 15%;
    /*154*/
    height: 4%;
    /*40*/
   margin-top: 3%;
    margin-left: 78%;
    transform: translate(-50%, -50%);
}

.h5_text2 p {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5% 5% 5% 5%;
}

.h5_text2 p:hover {
    color: #000;
}

.h6_title1 {
    width: 70%;
    height: auto;
    margin-left: 13%;
}

.h6_title1 p {
    font-size: 1.6rem;
    display: inline-block;
    background-color: #E46C0A;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.h6_box {
    width: 75%;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.h6_text_box {
    position: relative;
}

.h6_text_box img {
    width: 460px;
    height: 190px;
}

.h6_text {
    width: 91%;
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 2;
}

.h6_text p {
    font-size: 1.4rem;
}

.h6_img {
    width: 35%;
    height: 185px;
    margin-left: 5em;
    clip-path: polygon(2rem 0px, calc(100% - 2rem) 0px, 100% 2rem, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 2rem 100%, 0px calc(100% - 2rem), 0px 2rem);
}

.h6_text2 {
   /* text-align: center;*/
    line-height: 2;
    margin-left: 13%;
}

.h6_text2 p {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
}

.h6_text2 img {
    margin-top: 2%;
    margin-left: 8%;
}


.h6_title2 {
    width: 70%;
    height: auto;
     margin-left: 13%;
}

.h6_title2 p {
    font-size: 1.6rem;
    display: inline-block;
    background-color: #E46C0A;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}














a:hover {
    color: #000;
}

.grid {
    display: grid;
    width: 70%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

footer {
    margin-top: 10%;
}

.footer {
    padding: 2rem;
    font-size: 1.6rem;
    color: #666666;
    background: #fff;
}

.footer__navi-heading {
    font-weight: 600;
    font-size: 2rem;
    padding-left: 1%;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.footer__navi {
    padding-left: 0;
}

.footer__navi li {
    margin-bottom: 0.75rem;
    list-style: none;
    padding-left: 5%;
}

.footer__navi li a {
    text-decoration: none;
    color: #666666;
}

.footer__navi li a:hover {
    color: #0070C0;
}

.footer_under {
    width: 100%;
    height: 50px;
    background-color: #0070C0;
    display: table;
}

.footer_under p {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer_under a {
    text-decoration: none;
    color: #fff;
}

.footer_under a:hover {
    color: #000;
}

.copyright {
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    margin-top: 1%;
}