@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-family: 'Noto Sans JP', sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  -webkit-transition: .3s;
  transition: .3s;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  opacity: 0.6;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*--
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Sawarabi Mincho', serif;
--*/
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.sponly {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .6s;
  transition: .6s;
}

a:hover, a:active {
  opacity: .6;
}

p {
  font-size: 22px;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wraper {
  position: relative;
  width: 100%;
  background: url("../img/bg.png");
  background-position: center;
  background-attachment: fixed;
}

/*-- header --*/
header {
  padding: 12px 50px;
}

header img {
  width: 120px;
}

/*-- main --*/
#kv {
  margin: 0 50px;
  background: #FFE100;
  border-radius: 42px;
}

#kv .sec_inc {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kv .sec_inc .left {
  padding: 115px 0 0;
  text-align: center;
  width: 50%;
}

#kv .sec_inc .left .logo {
  margin-bottom: 48px;
  display: block;
}

#kv .sec_inc .left img {
  margin: 0 auto;
}

#kv .sec_inc .left .cv_btn {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#kv .sec_inc .right {
  width: 50%;
  text-align: right;
}

#sec1 .sec_inc {
  max-width: 1232px;
  margin: 0 auto;
  padding: 108px 16px 60px;
  text-align: center;
  background: url("../img/sec1_bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

#sec1 .sec_inc h2.shap {
  position: relative;
  font-size: 36px;
  display: inline-block;
  line-height: 2;
  margin-bottom: 86px;
  opacity: 0;
}

#sec1 .sec_inc h2.shap i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#sec1 .sec_inc h2.shap i.l {
  left: -26px;
}

#sec1 .sec_inc h2.shap i.r {
  right: -26px;
}

#sec1 .sec_inc h2.shap span {
  font-size: 48px;
  color: #D5172C;
}

#sec1 .sec_inc p {
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
  opacity: 0;
}

#sec2, #sec3, #sec4 {
  overflow: hidden;
  margin-bottom: 92px;
  opacity: 0;
}

#sec2 .sec_inc, #sec3 .sec_inc, #sec4 .sec_inc {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#sec2 .sec_inc:before, #sec3 .sec_inc:before, #sec4 .sec_inc:before {
  content: "";
  width: 500%;
  height: 100%;
  background: #fff;
  z-index: 0;
  position: absolute;
  right: 0;
  border-radius: 42px;
}

#sec2 .sec_inc .left, #sec3 .sec_inc .left, #sec4 .sec_inc .left {
  padding-top: 56px;
  position: relative;
}

#sec2 .sec_inc .left h2, #sec3 .sec_inc .left h2, #sec4 .sec_inc .left h2 {
  position: relative;
}

#sec2 .sec_inc .left h2 i, #sec3 .sec_inc .left h2 i, #sec4 .sec_inc .left h2 i {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -8%;
  right: 0;
  margin: auto;
}

#sec2 .sec_inc .left h2 p, #sec3 .sec_inc .left h2 p, #sec4 .sec_inc .left h2 p {
  font-size: 69px;
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 0;
  font-weight: 500;
}

#sec2 .sec_inc .left h3, #sec3 .sec_inc .left h3, #sec4 .sec_inc .left h3 {
  font-size: 36px;
  padding: 24px 0 48px 0;
}

#sec2 .sec_inc .left h3 span, #sec3 .sec_inc .left h3 span, #sec4 .sec_inc .left h3 span {
  position: relative;
  z-index: 9;
}

#sec2 .sec_inc .left h3 span:before, #sec3 .sec_inc .left h3 span:before, #sec4 .sec_inc .left h3 span:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 50%;
  background: #ffe100;
  bottom: -2px;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#sec2 .sec_inc .left h3 span.on:before, #sec3 .sec_inc .left h3 span.on:before, #sec4 .sec_inc .left h3 span.on:before {
  width: 100%;
}

#sec2 .sec_inc .left p, #sec3 .sec_inc .left p, #sec4 .sec_inc .left p {
  font-size: 24px;
}

#sec2 .sec_inc .left p span, #sec3 .sec_inc .left p span, #sec4 .sec_inc .left p span {
  font-size: 36px;
}

#sec2 .sec_inc .right, #sec3 .sec_inc .right, #sec4 .sec_inc .right {
  position: relative;
  padding: 56px 92px 56px 0;
  opacity: 0;
}

#sec2 .sec_inc .right .fukidashi, #sec3 .sec_inc .right .fukidashi, #sec4 .sec_inc .right .fukidashi {
  position: absolute;
  bottom: 56px;
  left: -145px;
  width: 500px;
}

#sec2 .sec_inc .right .fukidashi .f_1, #sec3 .sec_inc .right .fukidashi .f_1, #sec4 .sec_inc .right .fukidashi .f_1 {
  position: absolute;
  left: -34%;
  bottom: 128px;
}

#sec3 .sec_inc:before {
  right: auto;
  left: 0;
}

#sec3 .sec_inc .left {
  margin-left: 60px;
}

#sec3 .sec_inc .right .fukidashi .f_1 {
  bottom: 18px;
  left: -52%;
}

#sec4 .sec_inc .right .fukidashi .f_1 {
  bottom: 18px;
  left: -72%;
}

#sec5 {
  background: url("../img/sec5_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}

#sec5 .sec_inc {
  max-width: 1200px;
  padding: 160px 15px;
  margin: 0 auto;
  position: relative;
}

#sec5 .sec_inc .left {
  width: 50%;
  text-align: center;
}

#sec5 .sec_inc .left h2 {
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

#sec5 .sec_inc .left h2 i {
  position: absolute;
  bottom: 6px;
}

#sec5 .sec_inc .left h2 i.l {
  left: -25px;
}

#sec5 .sec_inc .left h2 i.r {
  right: -25px;
}

#sec5 .sec_inc .left p {
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: 600;
}

#sec5 .sec_inc .right {
  position: absolute;
  bottom: 75px;
  right: -84px;
}

#art1 {
  max-width: 800px;
  margin: 92px auto;
  text-align: center;
  padding: 62px 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 42px;
}

#art1 img {
  margin: 0 auto;
}

#art1 .cv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

#art1 .cv_btn a {
  margin: 0 12px;
}

footer {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 18px;
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-bottom: 12px;
}

footer ul li a {
  color: #fff;
}

@media screen and (max-width: 1376px) {
  #sec5 {
    overflow: hidden;
  }
}

@media screen and (max-width: 1230px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: block;
  }
  .sponly {
    display: none;
  }
  #kv {
    margin: 0 30px;
  }
  #kv .sec_inc {
    display: block;
    text-align: center;
  }
  #kv .sec_inc .left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #kv .sec_inc .right {
    width: 100%;
    text-align: center;
  }
  #sec1 .sec_inc {
    background-size: 888px;
    background-position-y: 370px;
    padding: 108px 30px 60px;
  }
  #sec1 .sec_inc h2.shap {
    line-height: 1.4;
    margin-bottom: 48px;
  }
  #sec1 .sec_inc h2.shap i.l {
    left: -52px;
    top: auto;
    bottom: 44px;
  }
  #sec1 .sec_inc h2.shap i.r {
    right: -52px;
    top: auto;
    bottom: 44px;
  }
  #sec2 .sec_inc, #sec3 .sec_inc, #sec4 .sec_inc {
    margin: 0 30px;
    padding: 0 50px;
    display: block;
  }
  #sec2 .sec_inc .left h2 i, #sec3 .sec_inc .left h2 i, #sec4 .sec_inc .left h2 i {
    left: -44px;
  }
  #sec2 .sec_inc .right, #sec3 .sec_inc .right, #sec4 .sec_inc .right {
    padding: 24px 0 56px;
    text-align: right;
  }
  #sec2 .sec_inc .right .fukidashi, #sec3 .sec_inc .right .fukidashi, #sec4 .sec_inc .right .fukidashi {
    bottom: auto;
    top: 140px;
    left: auto;
    right: 325px;
  }
  #sec2 .sec_inc .right .fukidashi .f_1, #sec3 .sec_inc .right .fukidashi .f_1, #sec4 .sec_inc .right .fukidashi .f_1 {
    left: auto;
    right: 50px;
    bottom: 128px;
  }
  #sec5 .sec_inc {
    padding: 160px 30px;
  }
  #sec5 .sec_inc .left {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #sec5 .sec_inc .right {
    top: auto;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
    display: inline-table;
    z-index: 0;
    opacity: 0.4;
  }
}

@media screen and (max-width: 848px) {
  #art1 {
    margin: 92px 50px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .sponly {
    display: block;
  }
  header {
    padding: 12px 15px;
  }
  header img {
    width: 100px;
  }
  #kv {
    margin: 0 15px;
  }
  #kv .sec_inc {
    padding: 0 25px;
    overflow: hidden;
  }
  #kv .sec_inc .left .logo {
    margin-bottom: 32px;
  }
  #kv .sec_inc .left .cv_btn {
    margin-top: 8px;
    display: block;
  }
  #sec1 .sec_inc {
    padding: 108px 15px 60px;
    background-position-y: 220px;
  }
  #sec1 .sec_inc h2.shap {
    font-size: 24px;
  }
  #sec1 .sec_inc h2.shap span {
    font-size: 26px;
  }
  #sec1 .sec_inc h2.shap i.l {
    bottom: 10px;
    left: -40px;
  }
  #sec1 .sec_inc h2.shap i.r {
    bottom: 10px;
    right: -40px;
  }
  #sec1 .sec_inc p {
    font-size: 16px;
  }
  #sec2 .sec_inc, #sec3 .sec_inc, #sec4 .sec_inc {
    margin: 0 15px;
    padding: 0;
  }
  #sec2 .sec_inc .left, #sec3 .sec_inc .left, #sec4 .sec_inc .left {
    padding-top: 32px;
  }
  #sec2 .sec_inc .left h2, #sec3 .sec_inc .left h2, #sec4 .sec_inc .left h2 {
    padding-left: 23px;
  }
  #sec2 .sec_inc .left h2 p, #sec3 .sec_inc .left h2 p, #sec4 .sec_inc .left h2 p {
    font-size: 52px;
  }
  #sec2 .sec_inc .left h2 i, #sec3 .sec_inc .left h2 i, #sec4 .sec_inc .left h2 i {
    width: 76px;
    right: auto;
    left: 0px;
    top: 10px;
  }
  #sec2 .sec_inc .left h3, #sec3 .sec_inc .left h3, #sec4 .sec_inc .left h3 {
    font-size: 26px;
    padding: 12px 0 12px;
  }
  #sec2 .sec_inc .left p, #sec3 .sec_inc .left p, #sec4 .sec_inc .left p {
    font-size: 16px;
  }
  #sec2 .sec_inc .right, #sec3 .sec_inc .right, #sec4 .sec_inc .right {
    text-align: center;
  }
  #sec2 .sec_inc .right .fukidashi, #sec3 .sec_inc .right .fukidashi, #sec4 .sec_inc .right .fukidashi {
    position: unset;
    text-align: right;
    width: 90%;
    margin-bottom: 18px;
  }
  #sec2 .sec_inc .right .fukidashi .f_1, #sec3 .sec_inc .right .fukidashi .f_1, #sec4 .sec_inc .right .fukidashi .f_1 {
    position: unset;
    display: block;
    margin-left: auto;
    margin-right: 40px;
  }
  #sec2 .sec_inc .right .fukidashi .f_1.pc, #sec3 .sec_inc .right .fukidashi .f_1.pc, #sec4 .sec_inc .right .fukidashi .f_1.pc {
    display: none;
  }
  #sec3 .sec_inc .left {
    margin-left: 20px;
  }
  #sec5 .sec_inc {
    padding: 160px 15px;
  }
  #sec5 .sec_inc .left h2 {
    font-size: 26px;
  }
  #sec5 .sec_inc .left h2 i {
    bottom: 0;
  }
  #sec5 .sec_inc .left p {
    font-size: 16px;
  }
  #sec5 .sec_inc .right {
    width: 130%;
  }
  #art1 {
    margin: 68px 15px;
  }
  #art1 .cv_btn {
    margin-top: 18px;
    display: block;
  }
}
/*# sourceMappingURL=all.css.map */