@charset "UTF-8";
/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
* {
  padding: 0;
  margin: 0;
}
html,body { height:100%; }
#visual { height:100%; }

/* PC・スマホ共通 */

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: #121212;
   -webkit-text-size-adjust: 100%;
}

p, li {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック","Yu Gothic",sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
}

header {
  width: 100%;
  margin: 0 auto;
  background: #121212;
}

.main img {
  margin-bottom: 4px;
}

.note {
  margin: 0 20px;
  font-size: 11px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c72525;
  text-indent: -16px;
  padding-left: 16px;
}

a {
  display: block;
  margin: 10px auto 18px;
  width: 88.2%;
  font-size: 20px;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

.btn {
  padding: 25px;
  position: relative;
  text-align: center;
  background-color: #098d85;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.21);
  transition: all 300ms 0s ease;
}

#last_btn {
  padding: 10px;
}

.btn::after {
  position: absolute;
  top: 38%;
  right: 5%;
  pointer-events: none;
  content: '';
  display: inline-block;
  width: 13px;
  height: 20px;
  background: url("../img/img_arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn:hover {
  background-color: #47adb3;
}

.link_yasei {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.link_yasei a {
  color: #121212;
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newline {
  display: none;
}

h2 {
  display: block;
  padding: 38px 0 15px;
  color: #fff;
    text-shadow: 1px 1px 3px #555555;
  font-size: 26px;
  text-align: center;
  line-height: 1.23;
}

h2 .fontSizeAppearance {
  font-size: 24px;
}

h3 {
  display: block;
  padding: 40px 0 8px;
  font-size: 26px;
  text-align: center;
  line-height: 1.23;
}

header img {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

section {}

section img {
  margin: 0 auto;
}

.sectionImage {
  width: 89.58%;
  max-width: 688px;
}

section .txtField {
  margin: 0 auto;
  padding: 15px 15px 30px;
  width: 89.58%;
  background: #fff;
}

section .txtField p {
  margin-bottom: 16px;
}

section .txtField p:last-child {
  margin-bottom: 0;
}

section .txtField .txtHighlight {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c72525;
  /*border-bottom: solid 1px #c72525;*/
  text-decoration: underline;
}

.section1 {
  background-image: url("../img/section1_bk@2x.png");
  background-size: cover;
}

.section2 {
  background-image: url("../img/section2_bk@2x.png");
  background-size: cover;
}

.section3 {
  background-image: url("../img/section3_bk@2x.png");
  background-size: cover;
}

.section4 {
  padding-bottom: 24px;
  background-image: url("../img/section4_bk@2x.png");
  background-size: cover;
}

.section4 .txtField {
  position: relative;
  margin-top: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.48);
}

.section4 .txtField:before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  margin-left: -28px;
  border: 28px solid transparent;
  border-bottom: 28px solid #fff;
}

.section4 ul {
  list-style-type: none;
}

.section4 li:nth-child(2) {
  letter-spacing: -0.8px;
}

.section5 {
  background-color: #0a958d;
}

.section5 h2 {
  padding: 12px 0 10px;
  letter-spacing: 2px;
}

.section6 img {
  margin: 33px 0 0;
  width: 100%;
}

.section6 p {
  margin: 23px auto 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.link_attention a {
  margin-bottom: 40px;
  color: #c72525;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

footer p {
  padding: 15px 0;
  color: #fff;
  font-size: 11px;
  font-family: "游明朝", "Yu Mincho", "游明朝体 Light", "YuMincho Light",  serif;
  background: #121212;
}


/*各幅文字サイズ調整*/
@media screen and (max-width:320px) {
  .note {
    margin: 0 14px;
  }
}

@media screen and (max-width:350px) {
  .newline {
    display: inline;
  }
}

@media screen and (min-width:376px) and (max-width:540px) {
  .section6 p {
    font-size: 4vw;
  }
}

@media screen and (min-width:540px) and (max-width:768px) {
  .section6 p {
    font-size: 22px;
  }
}

@media screen and (min-width:376px) and (max-width:768px) {
  h2 {
    font-size: 6.5vw;
  }
  h2 .fontSizeAppearance {
    font-size: 5.9vw;
  }
  h3 {
    font-size: 6.5vw;
  }
}

@media screen and (min-width:376px) and (max-width:560px) {
  .note {
    font-size: 2.86vw;
  }
}

@media screen and (min-width:560px) and (max-width:768px) {
  .note {
    font-size: 16px;
  }
  .section4 li:nth-child(2) {
    letter-spacing: 0;
  }
}


/* PC用 768px以上 */
@media screen and (min-width:768px) {
  .container {
    width: 768px;
  }
  h2 {
    font-size: 50px;
  }
  h2 .fontSizeAppearance {
    font-size: 46px;
  }
  h3 {
    font-size: 50px;
  }
  .note {
    font-size: 16px;
  }
  .section4 li:nth-child(2) {
    letter-spacing: 0;
  }
  .section6 p {
    font-size: 22px;
  }
  .link_yasei a, .link_attention a {
    font-size: 22px;
  }
  .main p:last-child {
    margin-bottom: 0;
  }
}

/*フォントズレ修正*/
@media all and (-ms-high-contrast: none) {
  h2{
      padding: 38px 0 13px;
  }
  .section5 h2{
      padding: 15px 0 3px
  }
  .btn{
    padding: 29px 25px 21px;
  }
  #last_btn{
    padding: 14px 10px 6px;
  }
}
