@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  /* ★★★　背景白は解除background-color:#ffffff;★★★ */
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
}

.clear {
  clear: both;
}

img {
  line-height: 0;
}

a {
  outline: none;
}

a img {
  outline: none;
}

a:visited {
  outline: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*  *{outline: solid 1px red;}   */


@media screen and (min-width: 0px) {

  /* 共通用のスタイル記述 */
  body {
    /* ★★★　背景白は解除background-color:#ffffff;★★★ */
    color: #111;
    font-size: 15px;
    line-height: 2em;
    background-color: #fefefe;
  }

  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  /* ★★★★★★★★★★　ページ用テンプレート　★★★★★★★★★★ */
  #wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 90px 0px 0px;
  }

  #greetings, #promise, #service, #message {
    margin-top: -110px;
    padding-top: 110px;
  }

  h2 {
    position: relative;
    margin: 0 0 1em;
    font-size: 64px;
    line-height: 1em;
    color: #08499F;
  }

  h2.title_bg::after {
    position: absolute;
    top: -50px;
    left: -400px;
    content: '';
    width: 1000px;
    height: 200px;
    background-image: url(..//images/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    z-index: -1;
  }

  h2 span {
    display: block;
    margin: 0 0 1em;
    font-size: 20px;
    line-height: 1em;
  }

  h3 {
    margin: 0 0 1em;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
  }

  /* ★★★★★★★★★★ wave ★★★★★★★★★★ */
  .wave {
    width: 100%;
    position: relative;
  }

  /* ★★★★★★★★★★ wave_blue_top ★★★★★★★★★★ */
  .wave_blue_top::before {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    top: -9vw;
    left: 0;
    background-image: url(..//images/wave_top_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }

  /* ★★★★★★★★★★ wave_blue_bottom ★★★★★★★★★★ */
  .wave_blue_bottom::after {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    bottom: -9vw;
    left: 0;
    background-image: url(..//images/wave_bottom_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }

  /* ★★★★★★★★★★ wave_white_top ★★★★★★★★★★ */
  .wave_white_top::before {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    top: -9vw;
    left: 0;
    background-image: url(..//images/wave_top_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }


  /* ★★★★★★★★★★ wave_white_bottom ★★★★★★★★★★ */
  .wave_white_bottom::after {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    bottom: -9vw;
    left: 0;
    background-image: url(..//images/wave_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }



  /* ★★★★★★★★★★ main_visual ★★★★★★★★★★ */
  .main_visual {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0px;
  }

  .main_visual img {
    width: 100%;
    height: auto;
  }

  .main_visual_title {
    width: calc(100% - 200px);
    max-width: 1080px;
    position: absolute;
    margin: 20px auto 0;
  }

  .main_visual_title h1 {
    margin: 0 0 0.5em;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
  }

  .main_visual_title p {
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
  }

  .main_visual_title p span {
    display: block;
    margin: 0.5em 0 0;
    font-size: 22px;
    line-height: 1em;
  }

  /* ★★★★★★★★★★ greetings ★★★★★★★★★★ */
  .greetings {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 100px auto;
    padding: 0 0 1px;
  }

  .box1080 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .greetings_text {
    margin: 0 0 1em;
    font-size: 17.5px;
    line-height: 2.2em;
  }

  .sign {
    text-align: right;
  }

  .sign p {
    margin: 0 0 0.5em;
  }

  .sign img {
    width: 160px;
    height: auto;
  }

  .aniv_logo {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 40px auto 100px;
    padding: 50px 60px;
    background-color: #CAE7F2;
    border-radius: 10px;
  }

  .aniv_logo_photo {
    width: 40%;
    margin: 0 40px 0 0;
  }

  .aniv_logo_text {
    width: calc(60% - 40px);
  }

  .aniv_logo_text p {
    font-size: 18px;
    line-height: 2em;
  }

  .aniv_logo_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }



  /* ★★★★★★★★★★ promise ★★★★★★★★★★ */
  .promise {
    background-image: url(..//images/promise_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    margin: 0 0 0px;
    padding: 100px 0 50px;
  }

  .promise h2 {
    margin: 1em 0 1em;
    text-align: center;
  }

  .promise_contents {
    width: calc(100% - 160px);
    max-width: 1080px;
    position: absolute;
    margin: 0 auto;
  }

  .promise_title {
    width: 650px;
    margin: 16px auto;
    text-align: center;
    display: block;
  }

  .promise_title h3, .promise_title p {
    text-align: left;
    display: inline-block;
    color: #093267;
  }

  .promise_title h3 {
    font-size: 54px;
  }

  .promise_title p {
    font-size: 24px;
    line-height: 1.75em;
  }

  .promise_member {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 160px);
    max-width: 1080px;
    margin: 100px auto;
    padding: 50px 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }

  .promise_member_text {
    width: calc(100% - 460px);
    margin: 0 40px 0 0;
  }

  .promise_member_photo {
    width: 420px;
  }

  .promise_member_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* ★★★★★★★★★★ service ★★★★★★★★★★ */
  .service_bg {
    background-color: #E5F7FE;
  }

  .service {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto 50px;
    padding: 50px 0 1px;
  }

  .iland {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1220px;
    margin: 40px auto 100px;
    border-radius: 10px;
  }

  .iland_photo {
    width: 50%;
    margin: 0 80px 0 -20px;
  }

  .iland_photo img {
    width: 100%;
    height: auto;
    border-radius: 300px;
  }

  .iland_text {
    width: calc(50% - 80px);
  }

  .iland_text a {
    display: block;
    width: 80%;
    max-width: 420px;
    margin: 30px 0 0;
    padding: 1em 0;
    border-radius: 40px;
    background-color: #345FF7;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
  }


  /* ★★★★★★★★★★ message ★★★★★★★★★★ */
  .message {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 100px auto;
    padding: 0 0 1px;
  }



  .message h2 {
    margin: 1em 0 1em;
  }

  .message_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .message_item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: solid 1px #D9D9D9;
  }

  .message_item_photo {
    width: 160px;
    margin: 0 50px 0 0;
  }

  .message_item_photo img {
    width: 100%;
    height: auto;
    outline: solid 1px #D9D9D9;
  }

  .message_item_textbox {
    width: calc(100% - 210px);
  }

  .message_name1 {
    font-weight: bold;
  }

  .message_name2 {
    margin: 0 0 1em;
    font-size: 24px;
    font-weight: bold;
  }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
ここから下、タブレット用
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media (max-width: 1180px) and (min-width: 768px) {}

/* ★★★★★★★★★★　部分的にiPad対応する用　★★★★★★★★★★ */
@media (max-width: 1080px) and (min-width: 768px) {

  #wrapper {
    padding: 8vw 0 0;
  }

  .main_visual_title h1 {
    margin: 0 0 0.5em;
    font-size: 4vw;
    line-height: 1em;
    font-weight: 600;
  }

  .main_visual_title p {
    font-size: 2.5vw;
    line-height: 1em;
    font-weight: 500;
  }

  .main_visual_title p span {
    margin: 0.5em 0 0;
    font-size: 1.75vw;
    line-height: 1em;
  }

  #greetings, #promise, #service, #message {
    margin-top: -90px;
    padding-top: 90px;
  }

  h2 {
    font-size: 48px;
    line-height: 1em;
  }

  h2.title_bg::after {
    top: -26px;
    left: -300px;
    width: 750px;
    height: 150px;
  }

  h2 span {
    font-size: 16px;
    line-height: 1em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.5em;
  }

}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
ここから下、スマホ用
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

  /* スマホ用記述 */
  body {
    /* ★★★　背景白は解除background-color:#ffffff;★★★ */
    color: #111;
    font-size: 13px;
    line-height: 1.75em;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }


  /* ★★★★★★★★★★　ページ用テンプレート　★★★★★★★★★★ */
  #wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 54px 0px 0px;
  }

  #greetings, #promise, #service, #message {
    margin-top: -60px;
    padding-top: 60px;
  }

  h2 {
    position: relative;
    margin: 0 0 1em;
    font-size: 27px;
    line-height: 1em;
    color: #08499F;
  }

  h2.title_bg::after {
    position: absolute;
    top: -25px;
    left: -200px;
    content: '';
    width: 500px;
    height: 100px;
    background-image: url(..//images/title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }

  h2 span {
    display: block;
    margin: 0 0 1em;
    font-size: 12px;
    line-height: 1em;
  }

  h3 {
    margin: 0 0 1em;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
  }

  /* ★★★★★★★★★★ wave ★★★★★★★★★★ */
  .wave {
    width: 100%;
    position: relative;
  }

  /* ★★★★★★★★★★ wave_blue_top ★★★★★★★★★★ */
  .wave_blue_top::before {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    top: -10vw;
    left: 0;
    background-image: url(..//images/wave_top_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }

  /* ★★★★★★★★★★ wave_blue_bottom ★★★★★★★★★★ */
  .wave_blue_bottom::after {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    bottom: -10vw;
    left: 0;
    background-image: url(..//images/wave_bottom_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }

  /* ★★★★★★★★★★ wave_white_top ★★★★★★★★★★ */
  .wave_white_top::before {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    top: -7vw;
    left: 0;
    background-image: url(..//images/wave_top_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }


  /* ★★★★★★★★★★ wave_white_bottom ★★★★★★★★★★ */
  .wave_white_bottom::after {
    content: '';
    width: 100vw;
    height: 10vw;
    position: absolute;
    bottom: -7vw;
    left: 0;
    background-image: url(..//images/wave_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }



  /* ★★★★★★★★★★ main_visual ★★★★★★★★★★ */
  .main_visual {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0px;
  }

  .main_visual img {
    width: 100%;
    height: auto;
  }

  .main_visual_title {
    width: 86%;
    max-width: 1080px;
    position: absolute;
    bottom: 16vw;
    margin: 0 auto;
    text-align: center;
  }

  .main_visual_title h1 {
    margin: 0 0 0.5em;
    /* font-size: calc(24px * 1.5); */
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
  }

  .main_visual_title p {
    /* font-size: calc(18px * 1.5); */
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
  }

  .main_visual_title p span {
    margin: 0.5em 0 0;
    /* font-size: calc(13px * 1.5); */
    font-size: 13px;
    line-height: 1em;
  }

  /* ★★★★★★★★★★ greetings ★★★★★★★★★★ */
  .greetings {
    width: 86%;
    margin: 50px auto;
    padding: 0 0 1px;
  }

  .box1080 {
    width: 100%;
  }

  .greetings_text {
    margin: 0 0 1em;
    font-size: 15px;
    line-height: 2.1em;
  }

  .sign img {
    width: 130px;
    height: auto;
  }

  .aniv_logo {
    margin: 40px auto 100px;
    padding: 30px 30px;
    border-radius: 6px;
  }

  .aniv_logo_photo {
    width: 100%;
    margin: 0 0;
  }

  .aniv_logo_text {
    width: 100%;
  }

  .aniv_logo_text p {
    margin: -1em 0 0;
    font-size: 15px;
    line-height: 2em;
  }

  .aniv_logo_photo img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0 0 1em;
  }



  /* ★★★★★★★★★★ promise ★★★★★★★★★★ */
  .promise {
    background-image: url(..//images/promise_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0 0 0px;
    padding: 100px 0 50px;
  }

  .promise h2 {
    margin: 1em 0 1em;
    text-align: center;
  }

  .promise_contents {
    width: calc(100% - 160px);
    max-width: 1080px;
    position: absolute;
    margin: 0 auto;
  }

  .promise_title {
    width: 86%;
    margin: 16px auto;
    text-align: center;
    display: block;
  }

  .promise_title h3, .promise_title p {
    text-align: left;
    display: inline-block;
    color: #093267;
  }

  .promise_title h3 {
    font-size: 24px;
  }

  .promise_title p {
    font-size: 14px;
    line-height: 1.75em;
  }

  .promise_member {
    width: calc(86% - 60px);
    margin: 50px auto;
    padding: 30px 30px;
    border: solid 1px #D5F6FE;
    border-radius: 6px;
  }

  .promise_member_text {
    width: 100%;
    margin: 0 0 1em;
  }

  .promise_member_photo img {
    border-radius: 4px;
  }

  /* ★★★★★★★★★★ service ★★★★★★★★★★ */
  .service_bg {
    background-color: #E5F7FE;
  }

  .service {
    width: 86%;
    margin: 0px auto 50px;
    padding: 50px 0 1px;
  }

  .iland {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1220px;
    margin: 40px auto 60px;
    border-radius: 4px;
  }

  .iland_photo {
    width: 100%;
    margin: 0 0 10px;
  }

  .iland_photo img {
    width: 100%;
    height: auto;
    border-radius: 300px;
  }

  .iland_text {
    width: 100%;
  }

  .iland_text a {
    width: 80%;
    margin: 30px auto 0;
    padding: 1em 0;
    font-size: 15px;
    line-height: 1em;
  }


  /* ★★★★★★★★★★ message ★★★★★★★★★★ */
  .message {
    width: 86%;
    margin: 50px auto;
    padding: 0 0 1px;
  }



  .message h2 {
    margin: 1em 0 1em;
  }

  .message_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .message_item {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }

  .message_item_photo {
    width: 70px;
    margin: 0 20px 0 0;
  }

  .message_item_textbox {
    width: calc(100% - 90px);
  }

  .message_name1 {
    margin: 0 0 0.5em;
    line-height: 1.5em;
  }

  .message_name2 {
    font-size: 18px;
  }



}
