@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;900&display=swap");
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  background: url(images/bg_sec01.png) no-repeat top center/auto 100%;
  background-attachment: fixed;
}

h1, h2, p {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@keyframes gradientEffect {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.btn_grade {
  color: #fff;
  letter-spacing: normal;
  background: #fe523c;
  background: linear-gradient(0deg, rgb(131, 43, 43) 0%, rgb(254, 68, 68) 100%);
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}

header {
  height: 100vh;
  position: relative;
  background: url(images/header.png) no-repeat center/cover;
}
header .left {
  position: absolute;
  top: 50%;
  left: 9vw;
  transform: translateY(-50%);
  display: block;
  width: 36vw;
}
header h1 {
  width: 100%;
  height: auto;
  text-align: center;
}
header h1 img {
  width: 44%;
}
header h2 {
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
}
header .flex {
  margin: 30px auto 0;
  align-items: center;
}
header .flex p {
  width: 50%;
  font-size: 60px;
  font-weight: bold;
  color: #fe523c;
}
header .flex p img {
  border-radius: 10px;
}
header .flex p.t_yellow {
  margin-top: 5px;
  padding: 12px 0 16px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background: #ffc731;
  border-radius: 6px;
}

.inner {
  margin: auto;
  width: 1200px;
}

section {
  padding: 80px 0 100px;
}
section h1 {
  color: #fe523c;
  font-size: 54px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
}
section h1 span {
  margin-right: 20px;
  padding: 10px 16px 10px 20px;
  font-size: 30px;
  color: #111;
  border-bottom: 4px solid #fe523c;
}
section h1 b {
  margin: 9px 0 0 6px;
  font-size: 40px;
  color: #111;
}
section .flex {
  align-items: center;
}
section .flex div {
  width: 50%;
}
section .flex div p {
  margin-bottom: 44px;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
}
section .flex p {
  width: 46%;
}
section h3 {
  margin-top: 40px;
  color: #fe523c;
  font-size: 28px;
  line-height: 1.8;
  text-align: center;
}

section#sec02 h1 {
  margin-bottom: 80px;
}
section#sec02 .flex {
  margin-top: 60px;
  align-items: start;
}
section#sec02 .flex div.left {
  width: 47%;
}
section#sec02 .flex div.left p {
  margin: 0 0 32px 64px;
  font-weight: bold;
  color: #fe523c;
}
section#sec02 .flex div.right p {
  text-align: center;
}
section#sec02 .flex div.right p.btn_grade {
  margin: 0 auto 28px;
  padding: 5px 26px;
  width: 66%;
  color: #fff;
  font-size: 26px;
}
section#sec02 .flex ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.6;
  border-bottom: 3px solid #ddd;
}
section#sec02 .flex ul li span {
  margin-right: 20px;
  color: #ffc731;
  font-size: 56px;
}

section#sec03 {
  position: relative;
}
section#sec03 h1 {
  margin-bottom: 100px;
  align-items: center;
}
section#sec03 h1 .btn_grade {
  margin: 0 0 0 18px;
  padding: 8px 60px 14px;
  font-size: 36px;
  text-align: center;
  border-radius: 36px;
}
section#sec03 .g_logo {
  width: 300px;
  position: absolute;
  top: 100px;
  right: 180px;
}

section#sec04 h1 {
  margin-bottom: 80px;
  align-items: center;
}
section#sec04 h1 .btn_grade {
  margin: 0 0 0 18px;
  padding: 14px 60px;
  font-size: 36px;
  text-align: center;
  border-radius: 36px;
}

section#sec05 h1 {
  margin-bottom: 100px;
}
section#sec05 p {
  margin-top: 42px;
  font-size: 20px;
  line-height: 1.8;
}
section#sec05 p span {
  background-color: #ffc731;
}

section#sec06 h1 {
  margin-bottom: 100px;
}
section#sec06 .inner {
  position: relative;
}
section#sec06 .logo {
  position: absolute;
  top: -100px;
  right: 0;
  width: 200px;
}
section#sec06 ul {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
section#sec06 ul li {
  padding: 30px;
  width: 23.5%;
  min-height: 422px;
  border: 1px solid #111;
  font-size: 16px;
  line-height: 1.7;
  background-color: rgba(226, 226, 226, 0.46);
  box-shadow: 10px 9px 3px 3px #fff inset;
  box-sizing: border-box;
}
section#sec06 ul li:nth-of-type(even) {
  margin-top: 60px;
}
section#sec06 ul li img {
  margin: 0 auto 20px;
  display: block;
  width: 100px;
  filter: invert(1);
}
section#sec06 ul li b {
  margin-bottom: 20px;
  display: block;
  color: #fe523c;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

section#sec07 .inner {
  position: relative;
}
section#sec07 h1 {
  margin-bottom: 136px;
}
section#sec07 p {
  position: absolute;
  top: 150px;
  left: 0;
  color: #ffc731;
  font-size: 24px;
  line-height: 1.88;
}

section#sec08 h1 {
  margin-bottom: 100px;
}
section#sec08 .flex {
  margin-top: 60px;
  align-items: start;
}
section#sec08 ul {
  width: 48%;
}
section#sec08 ul li {
  margin-bottom: 20px;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #fe523c;
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: 3px 4px 10px #eee;
}
section#sec08 ul li > span {
  font-size: 16px;
  color: #aaaaaa;
  width: 60%;
}
section#sec08 ul li > span span {
  color: #fe523c;
}

section#sec09 h1 {
  margin-bottom: 100px;
}
section#sec09 p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #aaaaaa;
}

section#sec10 {
  padding: 0;
}
section#sec10 .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  height: 100vh;
}
section#sec10 img {
  margin-right: 60px;
  margin-bottom: 24px;
  width: 250px;
}
section#sec10 h1 {
  margin-bottom: 30px;
}
section#sec10 table {
  border-collapse: none;
  border-spacing: 0px;
}
section#sec10 th, section#sec10 td {
  padding: 0px 30px 0px 0;
  color: #111;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
  line-height: 3;
}
section#sec10 th {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-right: 1px solid #111;
}
section#sec10 td {
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .inner,
  section#sec06 ul li,
  section#sec10 img,
  section#sec08 ul,
  header .left {
    margin: auto;
    width: 94%;
  }
  header .flex p,
  section .flex div,
  section .flex p {
    width: 100%;
  }
  .flex,
  section h1,
  section#sec06 ul {
    display: block;
  }
  header {
    padding: 20px 0 0;
    height: auto;
    background-position: 0 40vw;
    background-size: contain;
  }
  header .left {
    left: 0;
    position: initial;
    transform: none;
  }
  header h1 {
    margin: auto;
    width: 60%;
  }
  header h2 {
    margin-top: 5vw;
    font-size: 18px;
    text-align: center;
  }
  header .flex {
    margin-top: 74vw;
    text-align: center;
  }
  header .flex p {
    margin-bottom: 30px;
    font-size: 36px;
  }
  header .flex p img {
    width: 60%;
  }
  section {
    padding: 48px 0 30px;
  }
  section h1 {
    margin-bottom: 40px;
    display: flex;
    font-size: 32px;
  }
  section h1 span {
    margin-right: 8px;
  }
  section h1 b {
    margin-top: 0;
    font-size: 24px;
  }
  section h3 {
    font-size: 22px;
  }
  section .flex div p {
    font-size: 18px;
  }
  section#sec02 .flex div.left {
    margin-bottom: 40px;
    width: 100%;
  }
  section#sec02 .flex div.left p {
    margin: 0 0 32px 0;
  }
  section#sec02 .flex ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  section#sec03 h1,
  section#sec04 h1 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  section#sec03 h1 .btn_grade,
  section#sec04 h1 .btn_grade {
    margin: 30px auto 0;
    padding: 8px 0;
    width: 70%;
    font-size: 20px;
  }
  section#sec03 .g_logo {
    display: none;
  }
  section#sec06 .logo {
    display: none;
  }
  section#sec06 ul li,
  section#sec06 ul li:nth-of-type(even) {
    margin-top: 20px;
  }
  section#sec07 p {
    position: initial;
    top: 0;
    font-size: 20px;
  }
  section#sec07 p br {
    display: none;
  }
  section#sec07 h1 {
    margin-bottom: 36px;
  }
  section#sec08 h1 {
    margin-bottom: 48px;
  }
  section#sec08 .flex {
    margin-top: 0;
  }
  section#sec08 ul li {
    display: block;
  }
  section#sec08 ul li span {
    margin-top: 3px;
    display: block;
    width: 100%;
  }
  section#sec08 ul li span span {
    display: inline-block;
    width: 86%;
    font-size: 14px;
  }
  section#sec09 h1 {
    margin-bottom: 40px;
  }
  section#sec10 .inner {
    padding: 60px 0;
    height: auto;
    flex-direction: column-reverse;
  }
  section#sec10 img {
    margin-bottom: 20px;
    width: 40%;
  }
  section#sec10 th, section#sec10 td {
    padding-right: 20px;
    line-height: 1.8;
  }
  section#sec10 th {
    width: 5em;
  }
  section#sec10 td {
    padding-right: 0;
    padding-left: 20px;
  }
}