@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;
    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";
}

.h1_text {
    margin-top: 2%;
    /* margin-left: 15%;*/
    width: 70%;
    height: auto;
    margin: 0 15%;
    position: relative;
}

.h1_text1 {
    font-family: "HGP明朝B";
    font-size: 3rem;
    /* text-align: center;*/
}

.h1_text2_box {
    width: 100%;
    display: flex;
    position: relative;
}

.h1_text2 {
        width: 80%;
}

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

.h1_text2_box img {
    width: 25%;
    /*10vw*/
    height: auto;
    object-fit: cover;
    /*margin-left: 90%;*/
    position: absolute;
    padding-top: 4%;
}



.h1_text3_box {
    width: 20%;
    display: flex;
    position: relative;
    margin-left: 50%;
    /*45vw*/
}

.h1_text3 {
    width: 100%;
    /*700*/
    text-align: right;
    /*margin-left: 20vw;*/
    margin: 0 auto;
}


.h1_text3 p {
    font-size: 2rem;
    width: 100%;
    /*200*/
    display: inline-block;
    text-align: left;
    font-weight: 700;
}

.table1 {
    position: relative;
    width: 60%;
    margin: 0 auto;
    border-collapse: collapse;
}

.table1 tbody th {
    background-color: #0070C0;
    color: #ffffff;
    width: 17%;
    min-width: 4em;
    border: 0.5px solid #666666;
    text-align: justify;
    padding-left: 3%;
}

.table1 tbody td
 {
    text-align: left;
    color: #666666;
    background: #fff;
    border: 0.5px solid #666666;
    padding: 0.5em;
}

.table1 tbody th,
.table1 tbody td {
    font-size: 1.6rem;
}

.table1 tbody a {
    font-size: 1.6rem;
    color: #666666;
}

.table1 tbody a:hover {
    color: #0070C0;
}

.h3_box {
    width: 850px;
    height: auto;
    margin: 10px auto;
}

.h3_title p {
    font-size: 2.5rem;
    /*border-bottom: 1px solid #000;*/
    text-indent: 1em;
    font-family: "HGP明朝B";
    padding-bottom: 10px;

}

.h3_text1 {
    margin-top: 10px;
    width: 800px;
    height: auto;
}

.h3_text2 {
    margin-top: 10px;
    width: 800px;
    height: auto;

}

.h3_text3 {
    margin-top: 10px;
    width: 800px;
    height: auto;
}

.h3_text1 p,
.h3_text2_1,
.h3_text3_1 {
    font-size: 1.8rem;
    text-indent: 2em;
    font-family: "HGP明朝B";
}

.h3_text2_2 {
    font-size: 1.8rem;
    text-indent: 6em;
    font-family: "HGP明朝B";
}

.h3_text2_3 {
    font-size: 1.8rem;
    text-indent: 20em;
    font-family: "HGP明朝B";
}

.h3_text3_2 {
    font-size: 1.8rem;
    text-indent: 9em;
    font-family: "HGP明朝B";
    line-height: 2.0;
    letter-spacing: 0.1em;
}

.h4_box {
    width: 70%;
    /*1000*/
    height: auto;
    /*900*/
    margin: 0 auto;
    position: relative;
}

.h4_box_1 {
    width: 100%;
    padding-top: 2%;
    margin: 0 auto;
    display: flex;
    position: relative;
}


.backgroundcolor2 {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 112, 192, 0.1);
}

.h4_box_text {
    width: 50%;
}

.h4_text1 {
    width: 20%;
    height: 10%;
    background: #D9D9D9;
    border-radius: 10px;
}

.h4_text1 p {
    font-size: 2rem;
    /*line-height: 1%;*/
    text-align: center;
}

.h4_text2 p {
    font-size: 2rem;
}

.h4_text3 {
    width: 500px;
    /*500*/
    height: 15%;
    /*100*/
    display: flex;
}

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

.h4_text3_1 {
    width: 350px;
    /*350*/
    height: auto;
    /*200*/
}


.h4_text3_2 img {
    width: 45%;
    /*150*/
    height: auto;
    /*200*/
    padding-top: 5%;
}

.h4_text4 {
    width: 100%;
    height: auto;
    margin-left: 20%;
}

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

.h4_text4_1 {
    font-size: 1.6rem;
}

.syaoku img {
    padding-top: 10%;
    width: 100%;
    height: auto;
    padding-right: 10%;
    object-fit: cover;
}

.table2 {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
}

.table2 tbody th {
    background-color: #0070C0;
    color: #ffffff;
    width: 15%;
    border: 0.5px solid #666666;
}

.table2 tbody td {
    width: 100%;
    text-align: left;
    color: #666666;
    background: #fff;
    border: 0.5px solid #666666;
    padding: 0.5em;
}

.table2 tbody th,
.table2 tbody td {
    font-size: 1.4rem;
}

.table2 tbody img {
    width: 50%;
    margin-left: 50%;
}

.table2_box {
    width: 100%;
    display: flex;
    position: relative;
}

.table2_box_1 {
    width: 100%;
}

.h5_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.table3 {
    width: 80%;
    border-collapse: collapse;
    height: auto;
    border-right: none;
    border-left: none;
    margin: 0 auto;
}

.table3 tbody th {
    width: 15%;
    min-width: 4em;
    border: 0.5px solid #666666;
    font-weight: normal
}

.table3 tbody td {
    text-align: left;
    color: #666666;
    background: #fff;
    border: 0.5px solid #666666;
    padding: 0.5em;
}

.table3 tbody th,
.table3 tbody td {
    font-size: 1.6rem;
    border-top: none;
    border-right: none;
    border-left: none;
}


.h5_box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.backgroundcolor3 {
    position: absolute;
    width: 55%;
    height: 60%;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 112, 192, 0.1);
}



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 a{
    text-decoration: none;
    color: #fff;
}

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

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

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