@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
	Layout 
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.2em;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  min-width: 1000px;
  /* for Android 4.4 */
  font-feature-settings: "palt" 1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}

.l-content {
  max-width: 1040px;
  padding: 0px 20px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  background: #fff;
}
.c-header .l-content {
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header .l-content {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 112px;
  }
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  text-align: center;
  font-size: 1.3rem;
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-footer {
    font-size: 1.2rem;
    height: 70px;
  }
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  max-width: 440px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #ff8a00;
  border-radius: 45px;
  position: relative;
  border: 1px solid black;
  box-sizing: border-box;
  margin-bottom: 5px;
  transform-style: preserve-3d;
  z-index: 1;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 1.6rem;
    max-width: 290px;
    height: 60px;
    line-height: 1.2;
  }
}
.c-btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 45px;
  background: #000;
  top: 5px;
  transform: translateZ(-1px);
  transition: ease-in-out 0.2s;
}
.c-btn01::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 25px;
  background: url(../images/arrow.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .c-btn01::after {
    width: 6px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    transform: translateY(5px);
    opacity: 1 !important;
  }
  .c-btn01:hover::before {
    top: 0;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
}
.c-mainvisual01 img {
  width: 100%;
  height: auto;
}

.index-sec1 {
  margin: 65px 0 100px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    margin: 40px 0 55px;
  }
}
.index-sec1 .l-content {
  position: relative;
}
.index-sec1 h2 {
  font-size: 5.6rem;
  color: #f28841;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec1 h2 {
    font-size: 2.9rem;
  }
}
.index-sec1 .block {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.index-sec1 .block .item01 {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff4e0;
  border-radius: 16px;
  padding: 15px 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .item01 {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.index-sec1 .block .item01 span {
  position: absolute;
  color: #f28841;
  font-weight: 700;
  left: -25px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .item01 span {
    font-size: 2.5rem;
    left: -15px;
  }
}
.index-sec1 .block .item01 .img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .item01 .img {
    width: 110px;
  }
}
.index-sec1 .block .item01 p {
  width: calc(100% - 170px);
  padding-left: 25px;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .item01 p {
    width: calc(100% - 110px);
    font-size: 1.15rem;
    padding-left: 15px;
  }
}
.index-sec1 .c-movie {
  margin-top: 110px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.4%;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-movie {
    margin-top: 55px;
  }
}
.index-sec1 .c-movie video, .index-sec1 .c-movie .btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-sec1 .pagelink {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink {
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 40px;
  }
}
.index-sec1 .pagelink .link01 {
  width: calc(50% - 25px);
  max-width: 470px;
  display: block;
  height: auto;
  text-align: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .index-sec1 .pagelink .link01:hover {
    opacity: 0.7;
  }
}
.index-sec1 .pagelink .link01 span {
  font-size: 2.8rem;
  font-weight: 700;
  width: 100%;
  height: auto;
  display: block;
  color: #f28841;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 span {
    font-size: 1.6rem;
    padding-bottom: 15px;
    padding-left: 100px;
  }
}
.index-sec1 .pagelink .link01 .img {
  width: auto;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 .img {
    width: 90px;
    padding-top: 0;
  }
}
.index-sec1 .pagelink .link01 .img img {
  width: auto;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 .img img {
    width: 100%;
    height: auto;
  }
}
.index-sec1 .pagelink .link01 .txt {
  border: 4px solid #f28841;
  border-radius: 5px;
  padding: 15px 40px;
  position: relative;
}
.index-sec1 .pagelink .link01 .txt::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: calc(50% - 32px);
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 30px solid #f28841;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 .txt::before {
    bottom: -25px;
    left: calc(50% - 18px);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 15px solid #f28841;
  }
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 .txt {
    width: calc(100% - 100px);
    padding: 15px 15px;
    border: 2px solid #f28841;
  }
}
.index-sec1 .pagelink .link01 .txt p {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec1 .pagelink .link01 .txt p {
    font-size: 1.3rem;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding: 0px;
  }
}
.index-sec2 .c-movie {
  margin-top: 110px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.4%;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-movie {
    margin-top: 55px;
  }
}
.index-sec2 .c-movie video, .index-sec2 .c-movie .btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-sec2 .title {
  width: 100%;
  height: auto;
  background: #f28841;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title {
    padding: 10px 0px;
  }
}
.index-sec2 .title::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 40px solid #f28841;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title::before {
    border-left-width: 21px;
    border-right-width: 21px;
    border-top-width: 20px;
    bottom: -20px;
  }
}
.index-sec2 .title .l-content {
  position: relative;
  text-align: center;
}
.index-sec2 .title .l-content span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title .l-content span {
    font-size: 1.4rem;
    padding-right: 75px;
  }
}
.index-sec2 .title .l-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title .l-content h2 {
    font-size: 1.6rem;
    padding-right: 75px;
  }
}
.index-sec2 .title .l-content .icon {
  position: absolute;
  right: -90px;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title .l-content .icon {
    right: 10px;
    bottom: -10px;
  }
  .index-sec2 .title .l-content .icon img {
    width: 80px;
    height: auto;
  }
}
.index-sec2 .bg {
  width: 100%;
  height: auto;
  background: #fdf0e6;
  padding: 110px 0;
  margin: 110px 0;
}
@media screen and (max-width: 768px) {
  .index-sec2 .bg {
    padding: 50px 0;
    margin: 50px 0;
  }
}
.index-sec2 .block {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  height: auto;
  background: #fff;
  display: inline-block;
}
.index-sec2 .c-list {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0px 55px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-list {
    padding: 0px 18px;
    margin-top: 0;
  }
}
.index-sec2 .c-list__images {
  margin-top: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-list__images {
    margin-top: 18px;
    padding-bottom: 0;
  }
}
.index-sec2 .c-list__images img {
  display: table;
  margin: 0 auto;
}
.index-sec2 .c-list__mess {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-list__mess {
    margin-top: 20px;
  }
}
.index-sec2 .c-list__mess .icon {
  width: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-list__mess .icon {
    width: 65px;
    height: auto;
  }
  .index-sec2 .c-list__mess .icon img {
    width: 100%;
    height: auto;
  }
}
.index-sec2 .c-list__mess .c-text {
  width: calc(100% - 110px);
  line-height: 1.6;
  font-size: 2.2rem;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-list__mess .c-text {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.index-sec2 .content {
  width: 100%;
  height: auto;
  padding: 100px 110px 80px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.index-sec2 .content::before {
  width: 100%;
  height: 75px;
  background: url(../images/arrow2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .index-sec2 .content {
    margin-top: 0px;
    padding: 70px 18px 35px;
    text-align: left;
  }
}
.index-sec2 .content h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec2 .content h2 {
    font-size: 1.4rem;
  }
}
.index-sec2 .content h2.ttl2 {
  font-weight: 400;
}
.index-sec2 .content .txt1 {
  font-size: 1.5rem;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .content .txt1 {
    font-size: 1.2rem;
  }
}
.index-sec2 .content .txt2 {
  font-size: 2.2rem;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .content .txt2 {
    font-size: 1.4rem;
    padding-top: 20px;
  }
}
.index-sec2 .content .txt2 span {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff04c;
  text-underline-offset: -6px;
  text-decoration-thickness: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .content .txt2 span {
    font-size: 1.4rem;
  }
}
.index-sec2 .content .txt3 {
  font-size: 2.4rem;
  color: #f28841;
  padding-top: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .content .txt3 {
    font-size: 1.5rem;
  }
}
.index-sec2 .card {
  padding: 60px 60px 0px;
  background: url(../images/orange.jpg) repeat center;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card {
    padding: 40px 20px 0;
    background: url(../images/orange.jpg) repeat center;
    background-size: cover;
  }
}
.index-sec2 .card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 40px solid #fff;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card::before {
    border-left-width: 21px;
    border-right-width: 21px;
    border-top-width: 20px;
    bottom: -20px;
  }
}
.index-sec2 .card h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.index-sec2 .card h3 span {
  width: auto;
  display: inline-block;
  height: auto;
  font-weight: 700;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card h3 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .card h3 {
    font-size: 2.4rem;
  }
}
.index-sec2 .card .c-btn01 {
  margin: 40px auto 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card .c-btn01 {
    margin: 20px auto 25px;
  }
}
.index-sec2 .card .img {
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card .img img {
    width: 178px;
    height: auto;
  }
}
.index-sec3 .bg {
  margin-bottom: 0;
}
.index-sec3 .content .txt4 {
  font-size: 2.2rem;
  padding-top: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec3 .content .txt4 {
    font-size: 1.4rem;
    padding-top: 15px;
  }
}
.index-sec3 .content .txt4 span {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec3 .content .txt4 span {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */