@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-y: scroll;
}
html.sp {
  font-size: 16px !important;
}
html.xsp {
  font-size: 16px !important;
}

body, th, td, input, select, textarea {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-family: 'Noto Sans CJK JP', "Noto Sans JP", Meiryo, sans-serif;
}

body {
  margin: 0px auto;
  color: #000000;
  overflow: hidden;
}
.menufix body {
  padding-top: 120px;
}
.tablet body {
  padding-bottom: 80px;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
}

dl, ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
}

input, select {
  outline: none;
}

.clear {
  clear: both;
}

.sp .view_pc {
  display: none !important;
}

.view_sp {
  display: none !important;
}
.sp .view_sp {
  display: block !important;
}

.view_xsp {
  display: none !important;
}
.xsp .view_xsp {
  display: block !important;
}

#mainvisual {
  position: relative;
  background: url(../../images/mainvisual.jpg) no-repeat left center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
.tablet #mainvisual {
  height: calc(100vh - 80px);
  background: none;
}
.tablet #mainvisual > .inner {
  background: url(../../images/mainvisual_sp.jpg) no-repeat left top;
  background-size: cover;
  height: calc(100vh - 80px - 48px);
}
#mainvisual .logo {
  position: absolute;
  width: 280px;
  height: 100px;
  top: 0;
  right: 0;
  background: #fff;
}
#mainvisual .logo a {
  display: block;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#mainvisual .logo a:hover {
  opacity: 0.7;
}
#mainvisual .logo a img {
  width: 100%;
}
.tablet #mainvisual .logo {
  position: static;
  width: 100%;
  height: 48px;
  text-align: right;
}
.tablet #mainvisual .logo a {
  display: inline-block;
}
.tablet #mainvisual .logo a img {
  height: 48px;
  width: auto;
}
#mainvisual .label {
  max-width: 1370px;
  margin: 0 auto;
}
.bp3 #mainvisual .label {
  max-width: 1000px;
}
.bp3 #mainvisual .label img {
  width: 600px;
}
.bp2 #mainvisual .label {
  max-width: 800px;
}
.bp2 #mainvisual .label img {
  width: 500px;
}
.pc #mainvisual .label img {
  width: 460px;
}
.tablet #mainvisual .label {
  position: absolute;
  height: 300px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.tablet #mainvisual .label img {
  height: 300px;
  width: auto;
}
.sp #mainvisual .label {
  position: absolute;
  height: 220px;
  left: -5px;
}
.sp #mainvisual .label img {
  height: 220px;
}
.xsp #mainvisual .label {
  position: absolute;
  height: 160px;
}
.xsp #mainvisual .label img {
  height: 160px;
}
.note #mainvisual .label img {
  width: 340px;
}
.tablet.note #mainvisual .label {
  height: 200px;
}
.tablet.note #mainvisual .label img {
  width: auto;
}
.sp.note #mainvisual .label {
  position: absolute;
  height: 220px;
}
.xsp.note #mainvisual .label {
  position: absolute;
  height: 160px;
}
.tablet.yokonaga #mainvisual .label {
  height: 160px;
  top: 60%;
}
.tablet.yokonaga #mainvisual .label img {
  height: 160px;
  width: auto;
}
.tablet #mainvisual .label img.l {
  display: none;
}
#mainvisual .label img.s {
  display: none;
}
.tablet #mainvisual .label img.s {
  display: inline;
}
#mainvisual .can {
  position: absolute;
  width: 724px;
  right: calc(80px + 400px);
  bottom: -80px;
}
#mainvisual .can img {
  width: 0%;
  opacity: 0;
}
#mainvisual .can img.on {
  width: 100%;
  opacity: 1;
  animation-name: can;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
.bp3 #mainvisual .can {
  width: calc(724px * 0.7);
  bottom: 0px;
}
.bp2 #mainvisual .can {
  right: 350px;
}
.bp1 #mainvisual .can {
  width: calc(724px * 0.6);
  bottom: 0px;
  right: 350px;
}
.tablet #mainvisual .can {
  width: calc(724px * 0.5);
  bottom: 0px;
  right: 30px;
}
.sp #mainvisual .can {
  width: calc(100% - 280px);
  bottom: 10%;
  right: -20px;
}
.xsp #mainvisual .can {
  width: calc(100% - 160px);
  bottom: 5%;
  right: -20px;
}
.note #mainvisual .can {
  width: calc(724px * 0.45);
  bottom: 0px;
  right: 270px;
}
.tablet.note #mainvisual .can {
  bottom: -20px;
  right: 240px;
}
.sp.note #mainvisual .can {
  width: calc(100% - 280px);
  bottom: 0px;
  right: -20px;
  max-width: 300px;
}
.xsp.note #mainvisual .can {
  width: calc(100% - 160px);
  bottom: 5%;
  right: -20px;
}
.sp #mainvisual .canbody {
  position: absolute;
  width: calc(100% - 280px);
  top: 48%;
  right: -20px;
}
.sp #mainvisual .canbody .can {
  bottom: 0;
  right: 0;
  width: 100%;
}
.xsp #mainvisual .canbody {
  width: calc(100% - 160px);
}
.xsp #mainvisual .canbody .can {
  bottom: 0;
  right: 0;
  width: 100%;
}
.tablet.yokonaga #mainvisual .canbody, .sp.yokonaga #mainvisual .canbody, .xsp.yokonaga #mainvisual .canbody {
  position: static;
}
.tablet.yokonaga #mainvisual .canbody .can, .sp.yokonaga #mainvisual .canbody .can, .xsp.yokonaga #mainvisual .canbody .can {
  width: 200px;
  bottom: -20px;
  right: 190px;
}
#mainvisual .tx {
  position: absolute;
  width: 496px;
  height: 318px;
  right: 80px;
  bottom: 380px;
}
#mainvisual .tx img {
  position: absolute;
  opacity: 0;
}
#mainvisual .tx img.on {
  width: 100%;
  bottom: 0;
  right: 0px;
  opacity: 1;
  animation-name: tx;
  animation-duration: 3.0s;
  animation-timing-function: ease;
}
.bp3 #mainvisual .tx {
  width: calc(496px * 0.7);
  height: calc(318px * 0.7);
  right: 200px;
  bottom: calc(380px * 0.8);
}
.bp2 #mainvisual .tx {
  right: 70px;
}
.bp1 #mainvisual .tx {
  right: 70px;
  bottom: calc(380px * 0.7);
}
.tablet #mainvisual .tx {
  width: calc(496px * 0.6);
  height: calc(318px * 0.6);
  right: 70px;
  bottom: 380px;
}
.sp #mainvisual .tx {
  width: calc(100% - 320px);
  right: 10px;
  bottom: 50%;
}
.xsp #mainvisual .tx {
  width: calc(100% - 200px);
  right: 10px;
  bottom: 50%;
}
.note #mainvisual .tx {
  width: calc(496px * 0.45);
  height: calc(318px * 0.45);
  right: 80px;
  bottom: 170px;
}
.tablet.note #mainvisual .tx {
  right: 80px;
}
.sp.note #mainvisual .tx {
  width: calc(100% - 320px);
  right: 10px;
  bottom: 50%;
  max-width: 300px;
}
.xsp.note #mainvisual .tx {
  width: calc(100% - 200px);
  right: 10px;
  bottom: 50%;
}
.tablet.yokonaga #mainvisual .tx {
  width: 200px;
  right: 10px;
  bottom: 50px;
}

#col3_menu {
  height: 120px;
  display: flex;
  background: #fff;
}
#col3_menu > a {
  position: relative;
  display: block;
  width: 33.3%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  padding-top: 40px;
  font-size: 20px;
}
#col3_menu > a:hover {
  opacity: 0.7;
}
#col3_menu > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 22px);
  border-top: 18px solid #fff;
  border-right: 22px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 22px solid transparent;
}
#col3_menu > a > span {
  position: relative;
  display: inline-block;
}
#col3_menu > a > span::before {
  content: "";
  position: absolute;
}
#col3_menu > a.link01 {
  background: #F08200;
}
#col3_menu > a.link01 > span {
  padding-left: 40px;
}
#col3_menu > a.link01 > span::before {
  width: 34px;
  height: 14px;
  background: url(../../images/col3_menu_01.svg) no-repeat center;
  background-size: 34px 14px;
  left: 0;
  top: 0.2em;
}
#col3_menu > a.link02 {
  background: #A68226;
}
#col3_menu > a.link02 > span {
  padding-left: 40px;
}
#col3_menu > a.link02 > span br {
  display: none;
}
#col3_menu > a.link02 > span::before {
  width: 34px;
  height: 34px;
  background: url(../../images/col3_menu_02.svg) no-repeat center;
  background-size: 34px 34px;
  left: 0;
  top: -0.4em;
}
#col3_menu > a.link03 {
  background: #285AC8;
}
#col3_menu > a.link03 > span {
  padding-left: 36px;
}
#col3_menu > a.link03 > span::before {
  width: 28px;
  height: 26px;
  background: url(../../images/col3_menu_03.svg) no-repeat center;
  background-size: 28px 26px;
  left: 0;
  top: -0.4em;
}
.menufix #col3_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.tablet #col3_menu {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 10000;
}
.tablet #col3_menu > a {
  padding-top: 35px;
}
.tablet #col3_menu > a::after {
  display: none;
}
.tablet #col3_menu > a > span {
  padding-left: 0px;
}
.tablet #col3_menu > a > span::before {
  display: none;
}
.sp #col3_menu > a {
  font-size: 18px;
}
.sp #col3_menu > a.link02 {
  padding-top: 20px;
  line-height: 1.3;
}
.sp #col3_menu > a.link02 > span br {
  display: inline;
}
.sp.yokonaga #col3_menu {
  height: 60px;
}
.sp.yokonaga #col3_menu > a {
  padding-top: 23px;
  font-size: 16px;
}
.sp.yokonaga #col3_menu > a.link02 {
  padding-top: 10px;
}

.popup, .popup_item, .popup_item2 {
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}
.popup.view, .popup_item.view, .popup_item2.view {
  transition: opacity 1.5s, transform 1.5s;
  opacity: 1;
  transform: translateY(0);
}
.popup.top, .popup_item.top, .popup_item2.top {
  position: relative;
  top: 50px;
  transform: translateY(0px);
}
.popup.top.view, .popup_item.top.view, .popup_item2.top.view {
  opacity: 1;
  top: 0;
}

body:after, .bg02 body:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
body:after {
  background-image: url(../../images/bg01.jpg);
  background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.bg01 body:after {
  background-image: url(../../images/bg02.jpg);
  background-position: center center;
}

#top {
  position: relative;
}
#top .block01 {
  position: relative;
  padding: 70px 20px 200px;
  background: transparent;
  z-index: 2;
}
.pc #top .block01 {
  padding: 60px 20px 150px;
}
.sp #top .block01 {
  padding: 50px 10px 100px;
}
#top .block01 .inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0px 20px 0px;
  text-align: center;
}
.sp #top .block01 .inner {
  padding: 0px 10px 0px;
}
.sp #top .block01 .inner {
  padding: 0;
}
#top .block01 .inner .lead {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 84px;
  line-height: 5.25rem;
  font-weight: bold;
  color: #001E55;
}
#top .block01 .inner .lead span {
  display: block;
}
.sp #top .block01 .inner .lead {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
}
.xsp #top .block01 .inner .lead {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33.6px;
  line-height: 2.1rem;
}
#top .block01 .inner p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  font-weight: bold;
}
.sp #top .block01 .inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
#top .block01 .inner * + p {
  margin-top: 40px;
}
.sp #top .block01 .inner * + p {
  margin-top: 20px;
}
#top .block02 {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  background: #fff;
  z-index: 2;
}
.sp #top .block02 {
  padding-bottom: 40px;
}
#top .block02 .h2 {
  position: relative;
  max-width: 1720px;
  padding: 50px 20px 150px 20px;
  margin: auto;
  text-align: center;
}
.pc #top .block02 .h2 {
  padding: 30px 20px 80px 20px;
}
.sp #top .block02 .h2 {
  padding: 30px 10px 80px 10px;
}
#top .block02 .h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 32rem;
  height: 13rem;
  right: 20px;
  bottom: -1rem;
  background: url(../../images/block02_bg01.png) no-repeat;
  background-size: 100%;
}
.sp #top .block02 .h2:after {
  width: 16rem;
  height: 7rem;
}
#top .block02 .h2 h2 {
  position: relative;
  display: inline-block;
  margin: 60px 0 0px 0;
  text-align: center;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 130px;
  line-height: 8.125rem;
  color: #F08200;
  opacity: 0;
}
.sp #top .block02 .h2 h2 {
  margin: 0;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 57.2px;
  line-height: 3.575rem;
}
.xsp #top .block02 .h2 h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44.2px;
  line-height: 2.7625rem;
}
#top .block02 .h2 h2 span.image {
  content: "";
  position: absolute;
  display: block;
  width: 15rem;
  height: 14rem;
  top: 0;
  left: -13rem;
}
#top .block02 .h2 h2 span.image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  opacity: 0;
}
#top .block02 .h2 h2 span.image img.on {
  width: 100%;
  opacity: 1;
  animation-name: can;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
}
.sp #top .block02 .h2 h2 span.image {
  left: 0;
  top: auto;
  bottom: -7rem;
  width: 7rem;
  height: 6.5rem;
}
#top .block02 .h2 h2 .text-move {
  opacity: 0;
  display: inline-block;
  transform: scale(1.8) translate(8px, 4px);
}
#top .block02 .h2 h2 .text-move:nth-child(1) {
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.2s;
}
#top .block02 .h2 h2 .text-move:nth-child(2) {
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.25s;
}
#top .block02 .h2 h2 .text-move:nth-child(3) {
  transition: opacity 0.6s ease 0.25s, transform 0.6s ease 0.3s;
}
#top .block02 .h2 h2 .text-move:nth-child(4) {
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.35s;
}
#top .block02 .h2 h2 .text-move:nth-child(5) {
  transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.4s;
}
#top .block02 .h2 h2 .text-move:nth-child(6) {
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.45s;
}
#top .block02 .h2 h2 .text-move:nth-child(7) {
  transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.5s;
}
#top .block02 .h2 h2 .text-move:nth-child(8) {
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.55s;
}
#top .block02 .h2 h2 .text-move:nth-child(9) {
  transition: opacity 0.6s ease 0.55s, transform 0.6s ease 0.6s;
}
#top .block02 .h2 h2 .text-move:nth-child(10) {
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.65s;
}
#top .block02 .h2 h2 .text-move:nth-child(11) {
  transition: opacity 0.6s ease 0.65s, transform 0.6s ease 0.7s;
}
#top .block02 .h2 h2 .text-move:nth-child(12) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.75s;
}
#top .block02 .h2 h2 .text-move:nth-child(13) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.8s;
}
#top .block02 .h2 h2.active {
  opacity: 1;
}
#top .block02 .h2 h2.active .text-move {
  opacity: 1;
  transform: scale(1) translate(0);
}
#top .block02 .h2 .sub {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  color: #000;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.9s, transform 1.0s;
  transform: translateY(40px);
}
#top .block02 .h2 .sub.on {
  opacity: 1;
  transform: translateY(0);
}
.sp #top .block02 .h2 .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
#top .block02 .h3 {
  background: #F08200;
  text-align: center;
}
#top .block02 .h3 h3 {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 40px 20px 40px calc(4rem + 80px);
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46.8px;
  line-height: 2.925rem;
  color: #fff;
}
.pc #top .block02 .h3 h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  padding: 30px 20px 30px calc(4rem + 60px);
}
.sp #top .block02 .h3 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 20px 20px 20px calc(4rem + 40px);
}
#top .block02 .h3 h3 span {
  position: absolute;
  display: block;
  padding: 10px 30px;
  background: #285AC8;
  top: -20px;
  left: 20px;
  font-size: 80px;
  font-size: 5rem;
  line-height: 104px;
  line-height: 6.5rem;
}
.pc #top .block02 .h3 h3 span {
  padding: 15px 20px;
}
.sp #top .block02 .h3 h3 span {
  padding: 15px 20px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
}
#top .block02 .h3 h3 span:after {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-left: 20px solid #143C82;
  top: 0;
  right: -20px;
}
#top .block02 .inner {
  background: #F08200;
  padding-left: 20px;
  padding-bottom: 40px;
}
#top .block02 .inner .imagebox {
  position: relative;
  display: flex;
  max-width: 1800px;
  margin: auto;
  background: #fff;
}
.pc #top .block02 .inner .imagebox {
  display: block;
}
#top .block02 .inner .imagebox:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  top: 0;
  right: -50%;
  z-index: 0;
}
#top .block02 .inner .imagebox + .imagebox {
  margin-top: 20px;
}
#top .block02 .inner .imagebox .text {
  position: relative;
  width: 60%;
  padding: 40px 20px 40px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  z-index: 1;
}
.pc #top .block02 .inner .imagebox .text {
  width: 100%;
  padding: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
}
.sp #top .block02 .inner .imagebox .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
#top .block02 .inner .imagebox .text h4 {
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  color: #F08200;
}
.sp #top .block02 .inner .imagebox .text h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}
#top .block02 .inner .imagebox .image {
  position: relative;
  width: 40%;
  padding: 40px 40px 40px 20px;
  z-index: 1;
  text-align: center;
}
.pc #top .block02 .inner .imagebox .image {
  width: 100%;
  padding: 20px;
}
#top .block02 .inner .imagebox .image > div {
  position: relative;
  display: inline-block;
}
#top .block02 .inner .imagebox .image > div img {
  max-width: 100%;
}
#top .block02 .inner .imagebox .image > div img.blue, #top .block02 .inner .imagebox .image > div img.orange {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 34% 58%;
  transform: scale(0);
  transition: 0.8s ease-in-out;
}
#top .block02 .inner .imagebox .image > div img.blue.on, #top .block02 .inner .imagebox .image > div img.orange.on {
  transform: scale(1);
  opacity: 1;
}
#top .block02 .inner .imagebox .image span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 130px;
  line-height: 8.125rem;
  color: #F08200;
  opacity: 0.2;
  text-align: right;
  letter-spacing: -0.3rem;
}
.sp #top .block02 .inner .imagebox .image span {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 65px;
  line-height: 4.0625rem;
}
#top .block02 .inner .imagebox.graph01 > .text, #top .block02 .inner .imagebox.graph01 > .image, #top .block02 .inner .imagebox.graph02 > .text, #top .block02 .inner .imagebox.graph02 > .image, #top .block02 .inner .imagebox.graph03 > .text, #top .block02 .inner .imagebox.graph03 > .image {
  opacity: 0;
  transform: translateY(50px);
}
#top .block02 .inner .imagebox.graph01 > .text.on, #top .block02 .inner .imagebox.graph01 > .image.on, #top .block02 .inner .imagebox.graph02 > .text.on, #top .block02 .inner .imagebox.graph02 > .image.on, #top .block02 .inner .imagebox.graph03 > .text.on, #top .block02 .inner .imagebox.graph03 > .image.on {
  transition: opacity 1.5s, transform 1.5s;
  opacity: 1;
  transform: translateY(0);
}
#top .block02 .inner .imagebox.graph02 .image > div::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 0;
  background: #2858c8;
  left: 14.5%;
  bottom: 9.6%;
}
#top .block02 .inner .imagebox.graph02 .image > div::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 0;
  background: #f18200;
  left: 43.3%;
  bottom: 9.6%;
}
#top .block02 .inner .imagebox.graph02 .image > div.on::before, #top .block02 .inner .imagebox.graph02 .image > div.on::after {
  height: 2%;
  transition: 0.8s ease-in-out;
}
#top .block02 .inner .imagebox.graph02 .image > div.on2::after {
  height: 65%;
  transition: 0.8s ease-in-out;
}
#top .block02 .column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sp #top .block02 .column {
  display: block;
}
#top .block02 .column > div {
  width: calc((100% - 40px) / 3);
  max-width: 626px;
  padding: 0 40px 40px 40px;
  background: #F08200;
}
.bp2 #top .block02 .column > div {
  padding: 0 10px 20px 20px;
}
.sp #top .block02 .column > div {
  width: 100%;
  max-width: none;
}
#top .block02 .column > div + div {
  margin-left: 20px;
}
.sp #top .block02 .column > div + div {
  margin: 40px 0 0 0;
}
#top .block02 .column > div h3 {
  position: relative;
  display: inline-block;
  padding: 40px 0 40px calc(4rem + 60px);
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46.8px;
  line-height: 2.925rem;
  color: #fff;
}
.pc #top .block02 .column > div h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  padding: 30px 0 30px calc(4rem + 40px);
}
.sp #top .block02 .column > div h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 20px 20px 20px calc(4rem + 20px);
}
#top .block02 .column > div h3 span {
  position: absolute;
  display: block;
  padding: 10px 30px;
  background: #285AC8;
  top: -20px;
  left: 0;
  font-size: 80px;
  font-size: 5rem;
  line-height: 104px;
  line-height: 6.5rem;
}
.pc #top .block02 .column > div h3 span {
  padding: 15px 20px;
}
.sp #top .block02 .column > div h3 span {
  padding: 10px 20px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
}
#top .block02 .column > div h3 span:after {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-left: 20px solid #143C82;
  top: 0;
  right: -20px;
}
#top .block02 .column > div p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  color: #fff;
}
.sp #top .block02 .column > div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
#top .block02 .column > div .image {
  max-width: 100%;
  margin-top: 40px;
}
.bp2 #top .block02 .column > div .image {
  margin-top: 20px;
}
#top .block02 .column > div .image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#top .block03 {
  position: relative;
  padding-bottom: 70px;
  background: #FBF9F4;
  z-index: 2;
}
#top .block03 .h2 {
  position: relative;
  max-width: 1720px;
  padding: 80px 20px 150px 20px;
  margin: auto;
  text-align: center;
  background: url(../../images/block03_bg01.png) no-repeat;
  background-position: left bottom;
}
.pc #top .block03 .h2 {
  background-size: 30%;
}
.sp #top .block03 .h2 {
  padding: 40px 20px 30px 20px;
  background-size: 50%;
}
#top .block03 .h2 h2 {
  position: relative;
  display: inline-block;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 130px;
  line-height: 8.125rem;
  color: #A68226;
  opacity: 0;
}
.sp #top .block03 .h2 h2 {
  display: block;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 57.2px;
  line-height: 3.575rem;
}
#top .block03 .h2 h2 span.image {
  content: "";
  position: absolute;
  display: block;
  width: 15rem;
  height: 14rem;
  top: 30px;
  right: -14rem;
}
#top .block03 .h2 h2 span.image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  opacity: 0;
}
#top .block03 .h2 h2 span.image img.on {
  width: 100%;
  opacity: 1;
  animation-name: can;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
}
.sp #top .block03 .h2 h2 span.image {
  right: 0;
  top: auto;
  bottom: -6rem;
  width: 7rem;
  height: 6.5rem;
}
#top .block03 .h2 h2 br {
  display: none;
}
.sp #top .block03 .h2 h2 br {
  display: inline;
}
#top .block03 .h2 h2 .text-move {
  opacity: 0;
  display: inline-block;
  transform: scale(1.8) translate(8px, 4px);
}
#top .block03 .h2 h2 .text-move:nth-child(1) {
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.2s;
}
#top .block03 .h2 h2 .text-move:nth-child(2) {
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.25s;
}
#top .block03 .h2 h2 .text-move:nth-child(3) {
  transition: opacity 0.6s ease 0.25s, transform 0.6s ease 0.3s;
}
#top .block03 .h2 h2 .text-move:nth-child(4) {
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.35s;
}
#top .block03 .h2 h2 .text-move:nth-child(5) {
  transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.4s;
}
#top .block03 .h2 h2 .text-move:nth-child(6) {
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.45s;
}
#top .block03 .h2 h2 .text-move:nth-child(7) {
  transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.5s;
}
#top .block03 .h2 h2 .text-move:nth-child(8) {
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.55s;
}
#top .block03 .h2 h2 .text-move:nth-child(9) {
  transition: opacity 0.6s ease 0.55s, transform 0.6s ease 0.6s;
}
#top .block03 .h2 h2 .text-move:nth-child(10) {
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.65s;
}
#top .block03 .h2 h2 .text-move:nth-child(11) {
  transition: opacity 0.6s ease 0.65s, transform 0.6s ease 0.7s;
}
#top .block03 .h2 h2 .text-move:nth-child(12) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.75s;
}
#top .block03 .h2 h2 .text-move:nth-child(13) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.8s;
}
#top .block03 .h2 h2 .text-move:nth-child(14) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.85s;
}
#top .block03 .h2 h2 .text-move:nth-child(15) {
  transition: opacity 0.6s ease 0.7s, transform 0.6s ease 0.9s;
}
#top .block03 .h2 h2.active {
  opacity: 1;
}
#top .block03 .h2 h2.active .text-move {
  opacity: 1;
  transform: scale(1) translate(0);
}
#top .block03 .h2 .sub {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.9s, transform 1.0s;
  transform: translateY(40px);
}
#top .block03 .h2 .sub.on {
  opacity: 1;
  transform: translateY(0);
}
.sp #top .block03 .h2 .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
#top .block03 .h2 p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  opacity: 0;
  transition: opacity 0.9s, transform 1.0s;
  transform: translateY(40px);
}
#top .block03 .h2 p.on {
  opacity: 1;
  transform: translateY(0);
}
.sp #top .block03 .h2 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
#top .block03 .recipe {
  display: flex;
  flex-wrap: wrap;
  max-width: 1960px;
  padding: 0 20px;
  margin: auto;
}
#top .block03 .recipe > div {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  z-index: 2;
}
.sp #top .block03 .recipe > div {
  width: 100%;
}
#top .block03 .recipe > div:nth-of-type(2n) {
  margin-left: 20px;
}
.sp #top .block03 .recipe > div:nth-of-type(2n) {
  margin-left: 0;
}
#top .block03 .recipe > div > a {
  display: block;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#top .block03 .recipe > div > a:hover {
  opacity: 0.7;
}
#top .block03 .recipe > div > a .image {
  position: relative;
  max-width: 100%;
}
#top .block03 .recipe > div > a .image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#top .block03 .recipe > div > a .image > .time {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  z-index: 1;
}
#top .block03 .recipe > div > a .image > .time > span {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
.sp #top .block03 .recipe > div > a .image > .time > span {
  padding: 7px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21.6px;
  line-height: 1.35rem;
}
#top .block03 .recipe > div > a .image > .time > span:nth-of-type(1) {
  background: #fff;
  color: #000;
}
#top .block03 .recipe > div > a .image > .time > span:nth-of-type(2) {
  background: #A68226;
  color: #fff;
}
#top .block03 .recipe > div > a p {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #001E55;
  font-weight: bold;
}
.sp #top .block03 .recipe > div > a p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25.2px;
  line-height: 1.575rem;
}
#top .block03 .recipe > div > a p:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../../images/ico_blank.svg) no-repeat;
  background-size: cover;
}
#top .block04 {
  position: relative;
  background: #fff;
  z-index: 2;
}
#top .block04 .link {
  position: relative;
  max-width: 1720px;
  padding: 75px 20px;
  margin: auto;
  background: #fff;
  text-align: center;
}
#top .block04 .link p {
  position: absolute;
  left: 0;
  top: -30px;
  font-size: 150px;
  font-size: 9.375rem;
  line-height: 150px;
  line-height: 9.375rem;
  color: #001E55;
  text-align: left;
  opacity: 0.2;
  z-index: 0;
}
.sp #top .block04 .link p {
  top: 0;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
#top .block04 .link a.top {
  position: relative;
  display: inline-block;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  transition: opacity 0.9s, top 1.0s, transform 0.3s !important;
  overflow: hidden;
}
#top .block04 .link a.top::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 300px;
  background: #fff;
  left: -100px;
  top: -50px;
  z-index: 100;
  transform: rotate(30deg);
}
#top .block04 .link a.top:hover {
  transform: scale(1.1);
}
#top .block04 .link a.top:hover::before {
  transition: left 0.4s;
  left: 800px;
}
#top .block04 .link a.top img {
  max-width: 100%;
}
#top .block05 {
  position: relative;
  background: #fff transparent;
  z-index: 2;
}
#top .block05 .inner {
  max-width: 1720px;
  padding: 80px 20px 90px;
  margin: auto;
}
.sp #top .block05 .inner {
  padding: 40px 20px 45px;
}
#top .block05 .inner h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 130px;
  line-height: 8.125rem;
  color: #fff;
}
.sp #top .block05 .inner h2 {
  margin-bottom: 25px;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 65px;
  line-height: 4.0625rem;
}
#top .block05 .inner h2 span {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
}
.sp #top .block05 .inner h2 span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
#top .block05 .inner p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  color: #fff;
  text-align: center;
}
.sp #top .block05 .inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
#top .block05 .inner .image {
  max-width: 1720px;
  margin: 30px auto 0;
  text-align: center;
}
#top .block05 .inner .image a.top {
  position: relative;
  display: inline-block;
  z-index: 1;
  background: #fff;
  border-radius: 13px;
  transition: opacity 0.9s, top 1.0s, transform 0.3s !important;
  overflow: hidden;
}
#top .block05 .inner .image a.top:hover {
  transform: scale(1.1);
}
#top .block05 .inner .image a.top img {
  max-width: 100%;
}
#top .block05 canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#top footer {
  padding: 20px 0;
  background: #000;
}
.sp #top footer {
  padding: 10px;
}
#top footer > div {
  max-width: 1720px;
  padding: 0 20px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
#top footer > div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #fff;
}
.sp #top footer > div p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21.6px;
  line-height: 1.35rem;
}

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background: #fff;
}
.sp #pagetop {
  bottom: 80px;
  right: 0px;
}
#pagetop > a {
  position: relative;
  display: block;
  background: #012055;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#pagetop > a:hover {
  opacity: 0.7;
}
#pagetop > a:before, #pagetop > a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
#pagetop > a:before {
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: 12px;
}
#pagetop > a:after {
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 13px;
}

@keyframes can {
  0% {
    width: 0px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    width: 110%;
  }
  100% {
    width: 100%;
  }
}
@keyframes tx {
  0% {
    opacity: 0;
    right: 4300px;
    bottom: -3000px;
  }
  16% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    right: 20px;
    bottom: 0;
  }
  50% {
    right: 0px;
  }
}
@keyframes graph01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
