@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

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

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #2B2B2B;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (min-width: 768px) {
  .sp_only {
    display: block;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 98%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 15px);
  }
}

.box01 {
  background-color: #E8380D;
}
.box01 .img {
  display: block;
  max-width: 545px;
  margin: auto;
}

.box02 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .box02 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.box03 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .box03 {
    padding-bottom: 30px;
  }
}

.box03 .img,
.box02 .img {
  display: block;
  max-width: 1020px;
  margin: auto;
}

.box4 {
  padding-bottom: 60px;
}
.box4 .main_width {
  max-width: 600px;
}
.box4 h1 {
  margin-bottom: 0.8em;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box4 h1 {
    font-size: 2.5rem;
  }
}
.box4 h1 small {
  font-size: 0.6em;
  margin-right: 0.5em;
}
.box4 table {
  width: 100%;
}
.box4 table td,
.box4 table th {
  padding: 10px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.box4 table th {
  width: 5em;
}

/*=============================================*/
/*  layout                               */
/*=============================================*//*# sourceMappingURL=style.css.map */