/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

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

* {
  letter-spacing: 0.15em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {

  html,
  body {
    min-width: 375px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header .wrapper .ham {
  width: 80px;
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}

header .wrapper .spmenu {
  position: fixed;
  background-color: #EB6100;
  padding: 120px 40px 50px;
  top: 0;
  right: 0;
  z-index: 100;
  width: 350px;
  display: none;
}

header .wrapper .spmenu .spwrapper ul li {
  border-bottom: 1px solid #fff;
}

header .wrapper .spmenu .spwrapper ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
}

header .wrapper .spmenu .close {
  width: 120px;
  height: 30px;
  margin: 20px auto 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

header .wrapper .spmenu .close span {
  cursor: pointer;
}

main section .wrapper .btn_entry {
  width: 550px;
  margin: 70px auto 0;
  border: 4px solid #000;
  border-radius: 100px;
  padding: 55px 0;
  background-color: #FFE500;
  font-size: 31px;
  line-height: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main section .wrapper .btn_entry:hover {
  background-color: #EB6100;
  opacity: 1;
  color: #fff;
}

/* section01 */
main section.s01 {
  background-color: #fff;
}

.main_pc {
  width: 100%;
  display: block;
}

.main_sp {
  display: none;
}

/* section02 */
main div.s02 {
  padding: 48px 0 80px;
  background-color: #fff;
}

main div.s02 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.ttl02 h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2%;
  line-height: 1;
  color: #6E2E01;
}

.ttl02 h2 span {
  color: #E8380D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2%;
  line-height: 1;
}

main div.s02 .wrapper p {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  color: #6E2E01;
}

/* section03 */
main section.s03 {
  padding: 64px 0;
  background-color: #EB6100;
  position: relative;
  /* 必須：疑似要素の基準点 */
  overflow: hidden;
  /* 必須：はみ出た画像によるスクロール防止 */
  z-index: 1;
}

main section.s03::after {
  content: "";
  position: absolute;
  bottom: -60px;
  /* 数値は画像の形状に合わせて調整してください */
  right: -60px;
  /* 数値は画像の形状に合わせて調整してください */
  width: 800px;
  /* 画像のサイズ */
  height: 610px;
  background-image: url("../images/bg01.svg");
  /* SVGのパス */
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  /* 重なりを考慮して少し薄めに設定 */
  z-index: -1;
  /* 背景色の上、コンテンツの下 */
  pointer-events: none;
}

main section.s03 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

main section.s03 .wrapper .box03 {
  margin-top: 24px;
}

.ttl03 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.txt03 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}

.list03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 48px auto 0;
}

.item03 {
  background-color: #fff;
  color: #6E2E01;
  border-radius: 24px;
  padding: 24px;
  width: 340px;
}

.item03 h3 {
  color: #E8380D;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1;
}

.item03 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  margin-top: 8px;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
}

.field li {
  border: 2px solid #E8380D;
  color: #E8380D;
  border-radius: 50px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 600;
}

/* section04 */
main section.s04 {
  padding: 64px 0;
  background-color: #EB6100;
  position: relative;
  /* 疑似要素の基準点 */
  overflow: hidden;
  /* はみ出た画像によるスクロールを防ぐ */
  z-index: 1;
  /* 内部コンテンツとの重なり順を管理 */
}

main section.s04::before {
  content: "";
  position: absolute;
  top: -10px;
  /* 上に少し見切らせる */
  left: -50px;
  /* 左に少し見切らせる */
  width: 800px;
  /* 画像のサイズ（デザインに合わせて調整） */
  height: 610px;
  background-image: url("../images/bg01.svg");
  /* 左上用SVGパス */
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  /* 透け具合の調整 */
  z-index: -1;
  /* コンテンツの背面に配置 */
  pointer-events: none;
}

/* 右下の装飾 */
main section.s04::after {
  content: "";
  position: absolute;
  bottom: -50px;
  /* 下に見切らせる */
  right: -80px;
  /* 右に見切らせる */
  width: 800px;
  /* 画像のサイズ（デザインに合わせて調整） */
  height: 610px;
  background-image: url("../images/bg01.svg");
  /* 右下用SVGパス */
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  /* 透け具合の調整 */
  z-index: -1;
  /* コンテンツの背面に配置 */
  pointer-events: none;
}

main section.s04 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.box04_1 {
  background-color: #fff;
  border-radius: 24px;
}

.ttl04 {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 48px;
}

.ttl04 img {
  display: block;
  width: 100%;
}

.list04 {
  max-width: 800px;
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.item04 {
  width: 100%;
}

.item04 h3 {
  color: #E8380D;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  background-color: #FFE500;
  border-radius: 50px;
  padding: 8px 24px;
  max-width: 800px;
}

.field04 {
  margin: 16px 0 0 24px;
}

.field04 li {
  color: #6E2E01;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  display: flex;
  gap: 32px;
}

.field04 li span {
  color: #E8380D;
  width: 114px;
}

.item04 p {
  color: #6E2E01;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin: 16px 0 0 24px;
  margin-bottom: 64px;
}

.box04_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-top: 64px;
}

.imgbox04 {
  max-width: 520px;
}

.imgbox04 img {
  display: block;
  width: 100%;
}

/* entry */
main section.entry {
  background-color: #fff;
  padding: 100px 0;
}

main section.entry .wrapper {
  max-width: 800px;
  margin: 0 auto;
}

main section.entry .wrapper .imgbox_entry {
  max-width: 800px;
}

main section.entry .wrapper .imgbox_entry img {
  display: block;
  width: 100%;
}

/* pdf */
.pdf {
  width: 380px;
  margin: 0 auto 64px;
}

.pdf a img {
  display: block;
  width: 100%;
}

/* footer */
footer {
  padding: 80px 0;
  background-color: #EB6100;
}

footer .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

footer .wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

footer .wrapper .footer_txt {
  font-size: 14px;
  margin-top: 16px;
}

footer .btn_entry_fixed {
  width: 104px;
  display: block;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 50;
}

footer .btn_entry_fixed img {
  width: 100%;
  display: block;
}

footer .pagetop {
  width: 60px;
  display: block;
  position: fixed;
  right: 60px;
  bottom: 80px;
  z-index: 100;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header .wrapper .ham {
    width: 48px;
    display: block;
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 150;
    cursor: pointer;
  }

  header .wrapper .spmenu {
    position: fixed;
    background-color: #EB6100;
    padding: 65px 20px 30px;
    top: 0;
    right: 0;
    z-index: 10;
    width: 250px;
    display: none;
  }

  header .wrapper .spmenu .spwrapper ul li {
    border-bottom: 1px solid #fff;
  }

  header .wrapper .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
  }

  header .wrapper .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 15px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  header .wrapper .spmenu .close span {
    cursor: pointer;
  }

  main section .wrapper .btn_entry {
    width: 280px;
    margin: 40px auto 0;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 20px 0;
    background-color: #FFE500;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  main section .wrapper .btn_entry:hover {
    background-color: #EB6100;
    opacity: 1;
    color: #fff;
  }

  /* section01 */
  .main_pc {
    display: none;
  }

  .main_sp {
    width: 100%;
    display: block;
  }

  /* section02 */
  main div.s02 {
    padding: 48px 0 56px;
  }

  main div.s02 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 91.5%;
  }

  .ttl02 h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #6E2E01;
  }

  .ttl02 h2 span {
    color: #E8380D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  main div.s02 .wrapper p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #6E2E01;
    margin-top: 24px;
  }

  /* section03 */
  main section.s03 {
    padding: 48px 0;
    background-color: #EB6100;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  main section.s03::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 600px;
    height: 458px;
    background-image: url("../images/bg01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
  }

  main section.s03 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 91.5%;
  }

  main section.s03 .wrapper .box03 {
    margin-top: 16px;
  }

  /* 
  main section.s03 .wrapper .box03 .box03_ttl::after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background: #B70000;
    margin-top: 16px;
  }

  main section.s03 .wrapper .box03 .box03_ttl p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.2;
    margin-top: 8px;
  }

  main section.s03 .wrapper .box03 .box03_ttl p span {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.2;
  } */

  .ttl03 h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .txt03 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin-top: 16px;
    text-align: left;
  }

  .list03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px auto 0;
  }

  .item03 {
    background-color: #fff;
    color: #6E2E01;
    border-radius: 16px;
    padding: 16px;
    max-width: 340px;
    width: 100%;
  }

  .item03 h3 {
    color: #E8380D;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }

  .item03 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 8px;
  }

  .field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
  }

  .field li {
    border: 2px solid #E8380D;
    color: #E8380D;
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
  }

  /* section04 */
  main section.s04 {
    padding: 48px 0 32px;
    background-color: #EB6100;
  }

  main section.s04 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 91.5%;
  }

  /* main section.s04 .wrapper .box04 {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  main section.s04 .wrapper .box04 .content04 .box04_ttl::after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background: #B70000;
    margin-top: 16px;
  }

  main section.s04 .wrapper .box04 .content04 .box04_ttl p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.2;
    margin-top: 8px;
  }

  main section.s04 .wrapper .box04 .content04 .box04_ttl p span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.2;
  }

  main section.s04 .wrapper .box04 .content04 p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2%;
    line-height: 1.5;
    margin-top: 24px;
  }

  main section.s04 .wrapper .box04 .content04 h3 {
    color: #B70000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2%;
    line-height: 1.5;
    margin-top: 16px;
  }

  main section.s04 .wrapper .box04 .content04 .box04_txt {
    margin-top: 0;
  }

  main section.s04 .wrapper .box04 p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2%;
    line-height: 1.5;
    margin-top: 32px;
  }

  main section.s04 .wrapper .box04 .imgbox04 {
    width: 80%;
  }

  main section.s04 .wrapper .box04 .imgbox04 img {
    display: block;
    width: 100%;
  } */

  .box04_1 {
    background-color: #fff;
    border-radius: 16px;
  }

  .ttl04 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px 0;
  }

  .ttl04 img {
    display: block;
    width: 100%;
  }

  .list04 {
    max-width: 800px;
    padding: 0 16px;
    margin: 16px auto 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .item04 {
    width: 100%;
  }

  .item04 h3 {
    color: #E8380D;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    background-color: #FFE500;
    border-radius: 50px;
    padding: 4px 16px;
    max-width: 800px;
  }

  .field04 {
    margin: 8px 0 0 16px;
  }

  .field04 li {
    color: #6E2E01;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    gap: 16px;
  }

  .field04 li span {
    color: #E8380D;
    width: 97px;
  }

  .item04 p {
    color: #6E2E01;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2%;
    line-height: 2;
    margin: 8px 0 0 16px;
    margin-bottom: 24px;
  }

  .box04_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 16px auto;
  }

  .imgbox04 {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .imgbox04 img {
    display: block;
    width: 100%;
  }


  /* entry */
  main section.entry {
    background-color: #fff;
    padding: 32px 0;
  }

  main section.entry .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 91.5%;
  }

  main section.entry .wrapper .imgbox_entry {
    max-width: 800px;
  }

  main section.entry .wrapper .imgbox_entry img {
    display: block;
    width: 100%;
  }

  /* pdf */
  .pdf {
    max-width: 380px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto 48px;
  }

  .pdf a img {
    display: block;
    width: 100%;
  }

  /* footer */
  footer {
    padding: 64px 0;
    background-color: #EB6100;
  }

  footer .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 91.5%;
  }

  footer .wrapper p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }

  footer .wrapper .footer_txt {
    font-size: 12px;
    margin-top: 16px;
  }

  footer .btn_entry_fixed {
    width: 104px;
    display: block;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #FFE500;
    text-decoration: none;
    padding: 15px 0;
  }

  footer .btn_entry_fixed p {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    font-weight: 800;
    color: #E8380D;
  }

  footer .btn_entry_fixed img {
    width: 100%;
    display: block;
  }

  footer .pagetop {
    width: 32px;
    display: block;
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 100;
  }

  footer .pagetop img {
    width: 100%;
    display: block;
  }
}