@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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          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,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

img {
  max-width: 100%;
}

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

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


/*------------------------------------------------------------
	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;
  background: #faf3ed;
  min-width: 1000px;
  -webkit-font-feature-settings: 'palt' 1;
  /* for Android 4.4 */
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  background: #ffffff;
}

.c-header .l-container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-header .l-container {
    height: 50px;
  }
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .c-header__logo {
    width: 122px;
    padding-left: 0;
  }
}

.c-header a {
  display: block;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.c-footer {
  background: #ffffff;
  padding: 35px 0 35px 0;
}

@media only screen and (max-width: 768px) {
  .c-footer {
    padding: 30px 0 24px 0;
  }
}

.c-footer a {
  display: table;
  margin: 0 auto;
}

.c-footer span {
  font-size: 1.3rem;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  .c-footer span {
    padding-top: 25px;
    font-size: 1.2rem;
  }
}

.c-footer .btn {
  margin-top: 0px;
  text-align: center;
}

.c-footer .btn a {
  width: 100%;
  height: 72px;
  border: 3px solid #f88116;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-footer .btn a {
    font-size: 1.3rem;
    border: 3px solid #f88116;
    height: 56px;
    max-width: 300px;
    letter-spacing: -0.5px;
  }
}

.c-footer .btn a::after {
  content: '';
  background: url(../images/sec03-btn.png) no-repeat center;
  background-size: 17px 13px;
  width: 17px;
  height: 100%;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .c-footer .btn a::after {
    background-size: 12px auto;
    right: 10px;
  }
}

.c-footer .btn a .images {
  width: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-footer .btn a .images {
    width: 22px;
    margin-right: 5px;
    position: relative;
  }
  .c-footer .btn a .images img {
    position: relative;
    width: 22px;
    height: auto;
  }
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  background: #f88116;
  text-align: center;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-title01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.5rem;
    min-height: 5px;
    line-height: 1.5;
    padding: 15px  2px;
    letter-spacing: -.5px;
    padding-right: 130px;
  }
}

.c-title01 span {
  display: table;
  margin: 0 auto;
  line-height: 1;
  font-size: 2.8rem;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
  left: calc(50% - 550px);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .c-title01 span {
    font-size: 1.5rem;
    position: relative;
    left: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ffffff;
  }
}

.c-title01 .c-img1 {
  position: absolute;
  right: calc(50% - 600px);
  overflow: hidden;
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .c-title01 .c-img1 {
    right: 10px;
  }
  .c-title01 .c-img1.v1 img {
    width: 101px;
    height: auto;
  }
  .c-title01 .c-img1.v2 img {
    width: 106px;
    height: auto;
  }
}

.c-title01:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 40px solid #f88116;
}

@media only screen and (max-width: 768px) {
  .c-title01:after {
    border-left-width: 21px;
    border-right-width: 21px;
    border-top-width: 20px;
    bottom: -20px;
  }
}

.c-title02 {
  font-size: 2.6rem;
  line-height: 1.69;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .c-title02 {
    font-size: 1.3rem;
    line-height: 1.7;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: 30px;
  }
}

.c-title03 {
  font-size: 2.6rem;
  line-height: 1.69;
  margin: 0 auto;
  display: table;
  border-bottom: 3px solid #000000;
  margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .c-title03 {
    font-size: 1.3rem;
    line-height: 1.7;
    border-bottom-width: 2px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.c-title04 {
  font-size: 3.8rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .c-title04 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.c-title05 {
  width: 100%;
  height: auto;
  text-align: center;
}

.c-title05 h2 {
  width: auto;
  display: inline-block;
  font-size: 2.6rem;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.c-title05 h2::after {
  content: '';
  background: #fff04c;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 5px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}

@media only screen and (max-width: 768px) {
  .c-title05 h2 {
    font-size: 15px;
    display: inline;
    border-bottom: 3px solid #fff04c;
  }
  .c-title05 h2::after {
    display: none;
  }
}

.c-list {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .c-list {
    margin-top: 45px;
  }
}

.c-list .l-container {
  padding: 0 15px;
}

.c-list__item {
  background: #ffffff;
  padding: 60px 55px;
}

@media only screen and (max-width: 768px) {
  .c-list__item {
    padding: 30px 17px;
  }
}

.c-list__item--01 .c-list__images {
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .c-list__item--01 .c-list__images {
    margin: 15px 0;
  }
}

.c-list__item--01 .c-list__images img {
  width: 100%;
}

.c-list__item--01 .c-list__images--01 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .c-list__item--01 .c-list__images--01 {
    margin-top: 25px;
  }
}

.c-list__item--01 .c-list__images--01 img {
  width: auto;
}

.c-list__item--color {
  background: #f88116;
  position: relative;
}

.c-list__item--color .icon-line2 {
  width: calc(100% + 110px);
  margin-left: -55px;
  margin-top: -60px;
  max-width: none;
}

@media only screen and (max-width: 768px) {
  .c-list__item--color .icon-line2 {
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-list__item--color .c-list__images {
    width: 210px;
    margin: 0 auto;
  }
}

.c-list__images img {
  display: table;
  margin: 0 auto;
}

.c-list__images img.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-list__images img.sp-only {
    display: table;
  }
}

@media only screen and (max-width: 768px) {
  .c-list__images img.pc-only {
    display: none;
  }
}

.c-list__images--mt {
  margin-top: 20px;
}

.c-list__mess01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 {
    display: block;
  }
}

.c-list__mess01 .title {
  background: #ffb028;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 10px 0 0 10px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .title {
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
  }
  .c-list__mess01 .title .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-list__mess01 .title img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .title img {
    width: 20px;
    margin: 0 5px 0 0;
  }
}

.c-list__mess01 .desc {
  width: calc(100% - 110px);
  padding-left: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .desc {
    width: 100%;
    padding: 0;
  }
}

.c-list__mess01 .desc .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 5px 0;
  border-top: 1px dotted #000000;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .desc .child {
    padding: 20px 0 0px 0;
  }
}

.c-list__mess01 .desc .child:first-child {
  border: 0;
  padding: 5px 0 10px 0;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .desc .child:first-child {
    padding: 20px 0 10px 0;
  }
}

.c-list__mess01 .desc .t1 {
  display: inline-block;
  font-size: 1.7rem;
  background: #dcdcdc;
  width: 50px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .desc .t1 {
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    width: 42px;
  }
}

.c-list__mess01 .desc p {
  line-height: 1.45;
  font-size: 1.5rem;
  width: calc(100% - 50px);
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess01 .desc p {
    font-size: 1.2rem;
    line-height: 1.6;
    width: calc(100% - 42px);
  }
}

.c-list__mess01 .desc p .color {
  color: #ffb028;
}

.c-list__mess01 .desc p .fz1 {
  font-size: 1.2rem;
}

.c-list__mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-list__mess {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-list__mess .icon {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c-list__mess .icon {
    width: 75px;
  }
}

.c-list__mess .c-text {
  width: calc(100% - 110px);
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess .c-text {
    line-height: 1.5;
    width: calc(100% - 75px);
    padding-left: 10px;
    margin-bottom: 0;
    padding-top: 12px;
  }
}

.c-list__mess .c-text__fw {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess .c-text__fw {
    margin-top: 5px;
  }
}

.c-list__mess--02 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .c-list__mess--02 {
    margin-top: 30px;
  }
}

.c-list__mess--02 .c-text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 0;
  margin-bottom: 0;
}

.c-list__mess--02 .c-text .text-fz {
  font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .c-list__mess--02 .c-text .text-fz {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.c-list .c-text02 {
  line-height: 1.8;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-list .c-text02 {
    line-height: 1.6;
    margin-top: 7px;
  }
}

.c-list .text-color {
  background: #fde9c4;
  display: inline;
}

.c-list .icon-line {
  width: 100%;
}

.c-list__box {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .c-list__box {
    margin-top: 25px;
  }
}

.c-list__box strong {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-list__box strong {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.c-list__box .c-text02 {
  margin-top: 10px;
}

/*------------------------------------------------------------
	Css of home page
------------------------------------------------------------*/
.c-main-visual img {
  width: 100%;
}

.c-link {
  padding: 60px 0 150px 0;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .c-link {
    padding: 45px 0 20px 0;
  }
}

.c-link .l-container {
  width: 1000px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .c-link .l-container {
    display: block;
    width: 100%;
  }
}

.c-link .box1 {
  width: 100%;
  height: auto;
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 {
    padding-top: 30px;
  }
}

.c-link .box1 .c-box01 {
  background: #faf3ed;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 .c-box01 {
    padding: 20px;
  }
}

.c-link .box1 .c-box01 .number {
  position: absolute;
  font-size: 4rem;
  color: #f88116;
  font-weight: 900;
  font-family: Avenir;
  left: -22px;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 .c-box01 .number {
    font-size: 1.8rem;
    left: -6px;
  }
}

.c-link .box1 .c-box01 .c-img1 {
  width: 210px;
  height: auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 .c-box01 .c-img1 {
    width: 80px;
  }
  .c-link .box1 .c-box01 .c-img1 img {
    width: calc(152px / 2);
    height: auto;
  }
}

.c-link .box1 .c-box01 .txt {
  width: calc(100% - 210px);
  font-size: 1.7rem;
  line-height: 1.65;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 .c-box01 .txt {
    width: calc(100% - 80px);
    font-size: 1.15rem;
  }
}

.c-link .box1 .c-box01 .txt span {
  color: #fa7500;
  font-size: 1.7rem;
  line-height: 1.65;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .c-link .box1 .c-box01 .txt span {
    font-size: 1.3rem;
  }
}

.c-link .box2 {
  width: calc(100% + 80px);
  height: auto;
  margin-left: -40px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .c-link .box2 {
    width: calc(100% - 2px);
    margin: 0 auto;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-link .box2 .c-box02 {
  width: 100%;
  max-width: calc(50% - 15px);
  border-radius: 10px;
  height: auto;
  border: 5px solid #f88116;
  padding: 30px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .c-link .box2 .c-box02 {
    border: 4px solid #f88116;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 12px;
  }
}

.c-link .box2 .c-box02::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #f88116;
  position: absolute;
  bottom: -45px;
  left: calc(50% - 35px);
}

@media only screen and (max-width: 768px) {
  .c-link .box2 .c-box02::after {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #f88116;
    bottom: -22px;
    left: calc(50% - 17px);
  }
}

.c-link .box2 .c-box02 .link {
  width: auto;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fa7500;
  border-bottom: 2px solid #fa7500;
}

@media only screen and (max-width: 768px) {
  .c-link .box2 .c-box02 .link {
    font-size: 1.3rem;
    border-bottom: 1px solid #fa7500;
  }
}

.c-link .box2 .c-box02 p {
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .c-link .box2 .c-box02 p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.c-link .box2 .c-box02 .c-img1 {
  position: absolute;
  right: 15px;
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .c-link .box2 .c-box02 .c-img1 {
    right: 7px;
  }
  .c-link .box2 .c-box02 .c-img1.v1 img {
    width: 90px;
    height: auto;
  }
  .c-link .box2 .c-box02 .c-img1.v2 img {
    width: 95px;
    height: auto;
  }
}

.c-box-break {
  height: 150px;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .c-box-break {
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-case1 img, .c-case2 img {
    height: auto;
    max-width: 100%;
  }
}

.c-case1 .c-text, .c-case2 .c-text {
  margin-bottom: 0;
}

.c-case1 .c-list__mess, .c-case2 .c-list__mess {
  margin-top: 20px;
}

.c-case1 .c-list__mess .c-text, .c-case2 .c-list__mess .c-text {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__mess .c-text, .c-case2 .c-list__mess .c-text {
    padding-top: 0;
  }
}

.c-case1 .c-list__mess .c-text__fw, .c-case2 .c-list__mess .c-text__fw {
  display: initial;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2, .c-case2 .c-list__item.v2 {
    padding: 20px 17px;
  }
}

.c-case1 .c-list__item.v2 .c-text, .c-case2 .c-list__item.v2 .c-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-text, .c-case2 .c-list__item.v2 .c-text {
    font-size: 1.3rem;
    text-align: left;
  }
}

.c-case1 .c-list__item.v2 .c-text span, .c-case2 .c-list__item.v2 .c-text span {
  width: auto;
  position: relative;
  font-weight: bold;
  line-height: 1.72;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.c-case1 .c-list__item.v2 .c-text span::after, .c-case2 .c-list__item.v2 .c-text span::after {
  content: '';
  background: #fff04c;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 5px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-text span, .c-case2 .c-list__item.v2 .c-text span {
    display: inline;
    border-bottom: 3px solid #fff04c;
  }
  .c-case1 .c-list__item.v2 .c-text span::after, .c-case2 .c-list__item.v2 .c-text span::after {
    display: none;
  }
}

.c-case1 .c-list__item.v2 .c-text span.cl1, .c-case2 .c-list__item.v2 .c-text span.cl1 {
  color: #fa7500;
}

.c-case1 .c-list__item.v2 .c-text span.cl1::after, .c-case2 .c-list__item.v2 .c-text span.cl1::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-text span.cl1, .c-case2 .c-list__item.v2 .c-text span.cl1 {
    border-bottom: 0px solid #fff04c;
  }
}

.c-case1 .c-list__item.v2 .c-text .samp, .c-case2 .c-list__item.v2 .c-text .samp {
  font-weight: 500;
  font-size: 1.7rem;
}

.c-case1 .c-list__item.v2 .c-text .samp::after, .c-case2 .c-list__item.v2 .c-text .samp::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-text .samp, .c-case2 .c-list__item.v2 .c-text .samp {
    font-size: 1.1rem;
    border-bottom: 0px solid #000;
  }
}

.c-case1 .c-list__item.v2 .c-list__images, .c-case2 .c-list__item.v2 .c-list__images {
  padding: 60px 0px 40px;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-list__images, .c-case2 .c-list__item.v2 .c-list__images {
    padding: 25px 0px;
  }
}

.c-case1 .c-list__item.v2 .c-list__images img, .c-case2 .c-list__item.v2 .c-list__images img {
  max-width: initial;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item.v2 .c-list__images img, .c-case2 .c-list__item.v2 .c-list__images img {
    max-width: 100%;
  }
}

.c-case1 .c-list__item--01 .c-text02, .c-case2 .c-list__item--01 .c-text02 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item--01 .c-text02, .c-case2 .c-list__item--01 .c-text02 {
    margin-top: 20px;
  }
}

.c-case1 .c-list__item--01 .c-text02 strong, .c-case2 .c-list__item--01 .c-text02 strong {
  color: #f88116;
}

.c-case1 .c-list__item--01 .c-text02 span, .c-case2 .c-list__item--01 .c-text02 span {
  display: block;
  padding-left: 25px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item--01 .c-text02 span, .c-case2 .c-list__item--01 .c-text02 span {
    padding-left: 15px;
  }
}

.c-case1 .c-list__item--01 .c-text02 span::before, .c-case2 .c-list__item--01 .c-text02 span::before {
  position: absolute;
  content: '・';
  left: 0;
}

.c-case1 .c-list__item--color, .c-case2 .c-list__item--color {
  padding: 60px 60px 0px;
  background: url(../images/bg-case1.png) no-repeat center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item--color, .c-case2 .c-list__item--color {
    background: url(../images/bg-case1.png) no-repeat center;
    background-size: 485px auto;
    padding: 50px 15px 0px;
  }
  .c-case1 .c-list__item--color .c-list__images, .c-case2 .c-list__item--color .c-list__images {
    width: 260px;
  }
}

.c-case1 .c-list__item--color::before, .c-case2 .c-list__item--color::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 40px solid #fff;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item--color::before, .c-case2 .c-list__item--color::before {
    border-left-width: 21px;
    border-right-width: 21px;
    border-top-width: 20px;
    bottom: -20px;
  }
}

.c-case1 .c-list__item--color .c-title04 span, .c-case2 .c-list__item--color .c-title04 span {
  font-size: 4.4rem;
  color: #fff04c;
}

@media only screen and (max-width: 768px) {
  .c-case1 .c-list__item--color .c-title04 span, .c-case2 .c-list__item--color .c-title04 span {
    font-size: 2rem;
  }
}

.c-case1, .c-case2, .c-case3 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .c-case1, .c-case2, .c-case3 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-case2 .c-title03 {
    line-height: 1.4;
  }
}

.c-case2 .c-list__mess--02 {
  width: calc(100% + 20px);
  margin-left: -10px;
}

@media only screen and (max-width: 768px) {
  .c-case2 .add .c-title03 {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 768px) {
  .c-case2 .add .c-text02 {
    margin-top: 15px;
    line-height: 1.7;
  }
}

.c-case3 .c-title02, .c-case2 .c-title02 {
  font-size: 2.2rem;
  line-height: 1.8;
  width: calc(100% + 110px);
  margin-left: -55px;
}

@media only screen and (max-width: 768px) {
  .c-case3 .c-title02, .c-case2 .c-title02 {
    font-size: 1.3rem;
    width: calc(100% + 30px);
    margin-left: -15px;
    line-height: 1.69;
  }
}

.c-case3 .c-text.v2, .c-case2 .c-text.v2 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .c-case3 .c-text.v2, .c-case2 .c-text.v2 {
    margin-top: 30px;
  }
}

.c-case3 .c-text.v3, .c-case2 .c-text.v3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-case3 .c-text.v3, .c-case2 .c-text.v3 {
    margin-top: 15px;
  }
}

.c-case3 .c-text--left, .c-case2 .c-text--left {
  text-align: left;
}


.c-case3 .title, .c-case2 .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 35px;
  display: block;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .c-case3 .title, .c-case2 .title {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.c-case3 .title .samp, .c-case2 .title .samp {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .1rem;
}

.c-case3 .title .samp::after, .c-case2 .title .samp::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-case3 .title .samp, .c-case2 .title .samp {
    font-size: 1.1rem;
    border-bottom: 0px solid #000;
  }
  .c-case3 .title .samp::after, .c-case2 .title .samp::after {
    display: none;
  }
}

.c-case3 table, .c-case2 table {
  font-weight: bold;
  border-spacing: 0;
  border-collapse: separate;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-case3 table, .c-case2 table {
    display: table;
    margin-top: 15px;
  }
}

.c-case3 table.table01, .c-case2 table.table01 {
  border-radius: 15px;
  width: 100%;
  position: relative;
}

.c-case3 table.table01::after, .c-case2 table.table01::after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #adadad;
  border-radius: 15px;
  left: 0px;
  top: 0px;
  z-index: 9;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .c-case3 table.table01 tr:last-child td, .c-case2 table.table01 tr:last-child td {
    border-radius: 0 0 10px 10px;
    border-top: 1px dotted #adadad;
  }
}

.c-case3 table.table02, .c-case2 table.table02 {
  border-radius: 15px;
  width: 100%;
  position: relative;
}

.c-case3 table.table02::after, .c-case2 table.table02::after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #adadad;
  border-radius: 15px;
  left: 0px;
  top: 0px;
  z-index: 9;
  position: absolute;
}

.c-case3 table.table02 th, .c-case2 table.table02 th {
  background: #959595;
  vertical-align: middle;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .c-case3 table.table02 th, .c-case2 table.table02 th {
    width: 400px;
  }
}

.c-case3 table.table02 th::before, .c-case3 table.table02 th:after, .c-case2 table.table02 th::before, .c-case2 table.table02 th:after {
  background: #959595;
}

@media only screen and (max-width: 768px) {
  .c-case3 table tr, .c-case2 table tr {
    display: inline-block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.c-case3 table tr:first-child th, .c-case2 table tr:first-child th {
  border: 0;
  border-radius: 15px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .c-case3 table tr:first-child th, .c-case2 table tr:first-child th {
    border-radius: 10px 10px 0 0;
    border: 1px solid #adadad;
    border-bottom-width: 0;
  }
}

.c-case3 table tr:first-child th:before, .c-case3 table tr:first-child th:after, .c-case2 table tr:first-child th:before, .c-case2 table tr:first-child th:after {
  display: none;
}

.c-case3 table tr:first-child th p, .c-case2 table tr:first-child th p {
  border: 0;
}

.c-case3 table tr:first-child td, .c-case2 table tr:first-child td {
  border-top: 0px solid #adadad;
  border-radius: 0 15px 0 0;
}

@media only screen and (max-width: 768px) {
  .c-case3 table tr:first-child td, .c-case2 table tr:first-child td {
    border-radius: 0;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-top: 0;
  }
}

.c-case3 table tr:first-child td:before, .c-case3 table tr:first-child td:after, .c-case2 table tr:first-child td:before, .c-case2 table tr:first-child td:after {
  display: none;
}

.c-case3 table tr:first-child td p, .c-case2 table tr:first-child td p {
  border: 0;
}

.c-case3 table tr:last-child th, .c-case2 table tr:last-child th {
  border-radius: 0 0 0 15px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table tr:last-child th, .c-case2 table tr:last-child th {
    border-radius: 0;
  }
}

.c-case3 table tr:last-child td, .c-case2 table tr:last-child td {
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .c-case3 table tr:last-child td, .c-case2 table tr:last-child td {
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
  }
}

.c-case3 table th, .c-case2 table th {
  background: #e67a33;
  color: #ffffff;
  line-height: 1.18;
  width: 300px;
  text-align: left;
  vertical-align: inherit;
  padding: 15px;
  border-top: 2px dotted #ffffff;
  position: relative;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .c-case3 table th, .c-case2 table th {
    display: block;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-top: 0;
    padding: 10px 20px;
    font-size: 1.3rem;
    width: 100%;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1.3;
  }
}

.c-case3 table th:before, .c-case3 table th:after, .c-case2 table th:before, .c-case2 table th:after {
  content: '';
  height: 50px;
  width: 15px;
  background: #e67a33;
  position: absolute;
  left: 0;
  z-index: 1;
  top: -10px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table th:before, .c-case3 table th:after, .c-case2 table th:before, .c-case2 table th:after {
    display: none;
  }
}

.c-case3 table th:after, .c-case2 table th:after {
  left: auto;
  right: 0;
}

.c-case3 table th p.number, .c-case2 table th p.number {
  position: relative;
  display: block;
  padding-left: 22px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table th p.number, .c-case2 table th p.number {
    padding-left: 16px;
  }
}

.c-case3 table th p.number span, .c-case2 table th p.number span {
  position: absolute;
  left: 0;
  margin-top: 0px;
}

.c-case3 table th p, .c-case2 table th p {
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table th p, .c-case2 table th p {
    padding: 0;
  }
}

.c-case3 table th span, .c-case2 table th span {
  display: block;
  margin-top: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .c-case3 table th span, .c-case2 table th span {
    margin-top: 5px;
  }
}

.c-case3 table td, .c-case2 table td {
  font-size: 1.6rem;
  padding: 15px;
  line-height: 1.6;
  border-top: 2px dotted #adadad;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-case3 table td, .c-case2 table td {
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-top: 0;
    display: block;
    padding: 10px 20px;
    font-size: 1.2rem;
    line-height: 1.6;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.c-case3 table td::before, .c-case3 table td:after, .c-case2 table td::before, .c-case2 table td:after {
  content: '';
  height: 65px;
  width: 15px;
  background: #ffffff;
  position: absolute;
  left: 0;
  z-index: 1;
  top: -2px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table td::before, .c-case3 table td:after, .c-case2 table td::before, .c-case2 table td:after {
    display: none;
  }
}

.c-case3 table td p span, .c-case2 table td p span {
  position: relative;
  display: block;
  padding-left: 16px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table td p span, .c-case2 table td p span {
    padding-left: 12px;
  }
}

.c-case3 table td p span::before, .c-case2 table td p span::before {
  position: absolute;
  left: 0;
  content: '・';
}

.c-case3 table td:after, .c-case2 table td:after {
  left: auto;
  right: 0;
}

.c-case3 table td:before, .c-case2 table td:before {
  left: auto;
  left: 0;
}

.c-case3 table td p, .c-case2 table td p {
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .c-case3 table td p, .c-case2 table td p {
    padding: 0;
  }
}

.c-case3 table td .fn, .c-case2 table td .fn {
  font-weight: 500;
}

.c-case3 table td .fn--01, .c-case2 table td .fn--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-sec03 {
  width: 100%;
  height: auto;
  padding: 70px 0px 80px;
  background: url(../images/bg_content.png) repeat center;
  background-size: auto auto;
}

@media only screen and (max-width: 768px) {
  .index-sec03 {
    padding: 40px 0px 40px;
  }
}

.index-sec03 .box {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  margin-top: 50px;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .box {
    margin-top: 20px;
    border-radius: 15px;
    padding: 30px 20px;
  }
}

.index-sec03 .box .txt {
  width: 100%;
  height: auto;
  font-size: 2rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #fa7500;
  padding-left: 40px;
  position: relative;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .box .txt {
    padding-left: 25px;
    font-size: 1.35rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.index-sec03 .box .txt:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #fa7500;
}

/* .index-sec03 .box .txt::before {
  content: '';
  background: url(../images/sec03-icon2.png) no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
} 

@media only screen and (max-width: 768px) {
  .index-sec03 .box .txt::before {
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
}*/

.index-sec03 .box .txt .bd {
  width: auto;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.index-sec03 .box .txt .bd::after {
  content: '';
  background: #fff04c;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}

.index-sec03 .box .txt .cl1 {
  color: #fa7500;
  font-weight: bold;
}

.index-sec03 .box .txt .txt2 p {
  font-size: 1.8rem;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .box .txt .txt2 p {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}

.index-sec03 .box .txt .txt2 p::before {
  content: '';
  background: url(../images/sec03-icon3.png) no-repeat center;
  background-size: 20px 17px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top:7px;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .box .txt .txt2 p::before {
    background-size: auto 16px;
    top:0;
  }
}

.index-sec03 .box .images {
  position: absolute;
  bottom: -35px;
  right: 25px;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .box .images {
    display: none;
  }
}

.index-sec03 .btn {
  margin-top: 70px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .btn {
    margin-top: 30px;
  }
}

.index-sec03 .btn a {
  width: 100%;
  max-width: 410px;
  height: 80px;
  background: #fff04c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .btn a {
    font-size: 1.3rem;
    height: 60px;
    max-width: 300px;
  }
}

.index-sec03 .btn a::after {
  content: '';
  background: url(../images/sec03-btn.png) no-repeat center;
  background-size: 17px 13px;
  width: 17px;
  height: 100%;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .index-sec03 .btn a::after {
    background-size: 12px auto;
    right: 10px;
  }
}

.c-movie {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 56.4%;
}

@media only screen and (max-width: 768px) {
  .c-movie {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
}

.c-movie .btn, .c-movie video {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js-video{
  cursor: pointer;
}


.text {
  color:#FF0000;
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}


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