@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: number;
}

ol li {
  display: list-item;
}

ol li:before {
  content: counter(number) ". ";
  counter-increment: number;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  font-variant: normal;
  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Components & modules
==================================================== */
.main-visual {
  position: relative;
}

.main-visual img {
  width: 100%;
}

.main-visual .messages.pc-flex {
  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;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) skew(-10deg, -2deg);
      -ms-transform: translate(-50%, 50%) skew(-10deg, -2deg);
          transform: translate(-50%, 50%) skew(-10deg, -2deg);
  background-color: #fff;
  width: 83.75%;
  height: 10rem;
}

.main-visual .messages.pc-flex p {
  font-weight: bold;
  color: #3e3a39;
  font-size: 4.2rem;
  -webkit-transform: skew(10deg, 2deg) rotate(-2deg);
      -ms-transform: skew(10deg, 2deg) rotate(-2deg);
          transform: skew(10deg, 2deg) rotate(-2deg);
}

.main-visual .messages.pc-flex:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: transparent;
}

.main-visual .messages.sp {
  position: absolute;
  left: 4.66667vw;
  bottom: -2.31481vw;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.main-visual .messages.sp p {
  display: inline-block;
  padding: 2vw 6vw;
  color: #3e3a39;
  font-size: 5.6vw;
  font-weight: bold;
  background-color: #fff;
}

.main-visual .messages.sp p:last-child {
  position: relative;
  margin-top: -2vw;
  left: 2.93333vw;
}

.section-ttl p {
  display: inline-block;
  color: #595757;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 100px 20px;
  position: relative;
  min-width: 640px;
}

@media screen and (max-width: 768px) {
  .section-ttl p {
    min-width: 440px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 480px) {
  .section-ttl p {
    min-width: 300px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.section-ttl p:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(138, 146, 147, 0)), color-stop(50%, rgba(138, 146, 147, 1)), to(rgba(138, 146, 147, 0)));
  background: -o-linear-gradient(left, rgba(138, 146, 147, 0) 0%, rgba(138, 146, 147, 1) 50%, rgba(138, 146, 147, 0) 100%);
  background: linear-gradient(to right, rgba(138, 146, 147, 0) 0%, rgba(138, 146, 147, 1) 50%, rgba(138, 146, 147, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-wrapper {
  display: block;
  position: relative;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.video-wrapper p {
	text-align: right;
	line-height: 2;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 910px) {
  .video-wrapper {
/*
    padding-bottom: 56.25%;
    height: 0;
    max-width: none;
*/
    width: 100%;
  }
  .video-wrapper p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
@media screen and (max-width: 910px) {
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
  }
}
*/
/* ====================================================
Buttons, input, .etc
==================================================== */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #0068af;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 35px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn:before {
  display: block;
  content: '\f0da';
  font-family: FontAwesome, sans-serif;
  margin-right: 10px;
}

/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-size: 100%;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

main {
/*
  margin-top: 80px;
*/
  max-width: 1280px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 120px;
  }
}

@media screen and (max-width: 480px) {
  main {
    margin-top: 60px;
  }
}

.container {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

.container.container-sm {
  max-width: 1020px;
  padding: 0 20px;
}

.container.container-md {
  max-width: 1320px;
  padding: 0 20px;
}

.row [class*="col-"] {
  float: left;
}

@media screen and (min-width: 769px) {
  .row [class*="col-"].col-pc-33p {
    width: 33%;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .row [class*="col-"].col-tb-48p {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .row [class*="col-"].col-sp-100p {
    width: 100%;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-row.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row.h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pc {
  display: block !important;
}

.pc-in {
  display: inline-block !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-flex-in {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.sp {
  display: block !important;
}

.sp-in {
  display: inline-block !important;
}

.sp-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp-flex-in {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

/* ====================================================
Float & clear
==================================================== */
.clearfix, .row {
  *zoom: 1;
}

.clearfix:before, .row:before {
  display: table;
  content: '';
}

.clearfix:after, .row:after {
  display: table;
  content: '';
  clear: both;
}

/* ====================================================
Header & footer
==================================================== */
#main-header {
  position: fixed;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #main-header {
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  #main-header {
    height: 60px;
  }
}

#main-header .main-logo {
  background-color: #0068b5;
  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;
  text-align: center;
  width: 260px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #main-header .main-logo {
    width: 100%;
  }
}

#main-header .main-logo img {
  width: 156px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #main-header .main-logo img {
    width: 230px;
  }
}

@media screen and (max-width: 480px) {
  #main-header .main-logo img {
    width: 115px;
  }
}

#main-header .menu-sp-btn {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  #main-header .menu-sp-btn {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #main-header .menu-sp-btn {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 20px;
  }
}

#main-header .menu-sp-btn span {
  display: block;
  height: 6px;
  border-radius: 3px;
  width: 100%;
  background-color: white;
  margin-bottom: 12px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s, opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 480px) {
  #main-header .menu-sp-btn span {
    height: 3px;
    margin-bottom: 6px;
  }
}

#main-header .menu-sp-btn span:last-child {
  margin-bottom: 0;
}

#main-header .menu-sp-btn.is-clicked span:first-child {
  -webkit-transform: translateY(16px) rotateZ(-135deg);
      -ms-transform: translateY(16px) rotate(-135deg);
          transform: translateY(16px) rotateZ(-135deg);
}

@media screen and (max-width: 480px) {
  #main-header .menu-sp-btn.is-clicked span:first-child {
    -webkit-transform: translateY(9px) rotateZ(-135deg);
        -ms-transform: translateY(9px) rotate(-135deg);
            transform: translateY(9px) rotateZ(-135deg);
  }
}

#main-header .menu-sp-btn.is-clicked span:nth-child(2) {
  opacity: 0;
}

#main-header .menu-sp-btn.is-clicked span:last-child {
  -webkit-transform: translateY(-21px) rotateZ(135deg);
      -ms-transform: translateY(-21px) rotate(135deg);
          transform: translateY(-21px) rotateZ(135deg);
}

@media screen and (max-width: 480px) {
  #main-header .menu-sp-btn.is-clicked span:last-child {
    -webkit-transform: translateY(-9px) rotateZ(135deg);
        -ms-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotateZ(135deg);
  }
}

#main-header .main-menu {
  width: calc(100% - 260px);
  background-color: #c1c1c1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #main-header .main-menu {
    position: absolute;
    top: 120px;
    left: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
  }
  #main-header .main-menu.is-displayed {
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (max-width: 480px) {
  #main-header .main-menu {
    top: 60px;
  }
}

#main-header .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #main-header .main-menu ul {
    display: block;
    width: 100%;
  }
}

#main-header .main-menu ul li {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  #main-header .main-menu ul li {
    margin: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #999;
  }
  #main-header .main-menu ul li:last-child {
    border-bottom: none;
  }
}

#main-header .main-menu ul li:first-child {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  #main-header .main-menu ul li:first-child {
    margin: 0;
  }
}

#main-header .main-menu ul li a {
  text-transform: uppercase;
  color: #595757;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #main-header .main-menu ul li a {
    display: block;
    padding: 30px 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 480px) {
  #main-header .main-menu ul li a {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#main-footer {
  background-color: #0068ae;
  max-width: 1280px;
  margin: 0 auto;
}

/* ====================================================
Typography
==================================================== */
.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-justify {
  text-align: justify !important;
}

.index-section-01 {
  background: url("../images/common/bg-transparent-pattern.png") repeat left top;
  background-size: 5px 5px;
  padding: 60px 0 60px;
}
@media screen and (min-width: 769px) {
  .index-section-01 {
  	box-shadow: 0px -30px 30px -30px #ccc inset;
  }
}
@media screen and (max-width: 768px) {
  .index-section-01 {
    padding: 120px 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-01 {
    padding: 60px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .index-section-01 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index-section-01 .title, .index-section-01 .desc {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-section-01 .title {
  width: 403px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .index-section-01 .title {
    width: 65.2vw;
  }
}

.index-section-01 .desc {
  width: 565px;
}

@media screen and (max-width: 768px) {
  .index-section-01 .desc {
    width: 88.66667vw;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-01 .desc {
    margin-bottom: 30px;
  }
}

.index-section-01 img {
  width: 100%;
}

.index-section-01 .sub-desc {
  font-size: 4.26667vw;
  color: #595757;
  line-height: 1.5;
  border: 1px solid #595757;
  border-left: none;
  border-right: none;
  padding: 4vw 0;
}

.index-section-02 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .index-section-02 {
    padding: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
}

.index-section-02 .intro-txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-size: 3.1rem;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .index-section-02 .intro-txt {
    display: none;
  }
}

.index-section-02 .img-left {
  position: absolute;
  top: 0;
  left: 20px;
  width: 21.5%;
}

.index-section-02 .img-left img {
  width: 100%;
  max-width: 100%;
}

.index-section-02 .img-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 21%;
}

.index-section-02 .img-right img {
  width: 100%;
  max-width: 100%;
}

.index-section-02 .left {
  display: inline-block;
  width: 43%;
  float: left;
}

.index-section-02 .right {
  display: inline-block;
  width: 50%;
  float: right;
}

.index-section-03 {
  background: url("../images/index/bg-spiral@2x.png") no-repeat center center #e7e7e7;
  background-size: cover;
  padding: 40px 0 50px;
}

@media screen and (max-width: 768px) {
  .index-section-03 {
    padding: 60px 0 108px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-03 {
    padding: 30px 0 54px;
  }
}

.index-section-03 .section-ttl {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .index-section-03 .section-ttl {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-03 .section-ttl {
    margin-bottom: 23px;
  }
}

.index-section-04 {
  position: relative;
}

.index-section-04:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/common/bg-02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .index-section-04:before {
    background: url("../images/index/bg-spiral-lg-sp@2x.png") no-repeat center center;
    background-size: 100% 100%;
  }
}

.index-section-04 .section-ttl {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .section-ttl {
    margin-bottom: 92px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .section-ttl {
    margin-bottom: 46px;
  }
}

.index-section-04 .intro-block {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.index-section-04 .intro-block .block-left {
  float: left;
}

.index-section-04 .intro-block .block-right {
  float: right;
}

.index-section-04 .intro-block .block-right img {
  -ms-flex-item-align: center;
      align-self: center;
}

.index-section-04 .intro-block .ttl {
  width: 100%;
  font-weight: bold;
  padding-left: 12px;
  font-size: 24px;
  font-size: 2.4rem;
}

.index-section-04 .intro-block .desc {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .index-section-04 .intro-block .desc {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .intro-block .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.index-section-04 .intro-block .desc .img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .intro-block .desc .img-left {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .intro-block .desc .img-left {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.index-section-04 .intro-block .desc .img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .intro-block .desc .img-right {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .intro-block .desc .img-right {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.index-section-04 .top-part {
  background-color: #b5bbc3;
  padding: 50px 0 65px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part {
    padding: 30px 0 35px;
  }
}

.index-section-04 .top-part .intro-block .ttl {
  color: #595757;
  border-left: 6px solid #595757;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-section-04 .top-part .intro-block .desc {
  color: #595757;
}

.index-section-04 .top-part .intro-block.block01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block01 {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block01 {
    margin-bottom: 38px;
  }
}

.index-section-04 .top-part .intro-block.block01 .block-left {
  width: calc(100% - 397px);
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block01 .block-left {
    width: 100%;
  }
}

.index-section-04 .top-part .intro-block.block01 .block-left .ttl {
  margin-bottom: 20px;
}

.index-section-04 .top-part .intro-block.block01 .block-left .desc {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block01 .block-left .desc {
    padding-right: 0;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block01 .block-left .desc {
    margin-bottom: 7px;
  }
}

.index-section-04 .top-part .intro-block.block01 .block-right {
  width: 397px;
  padding-right: 70px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block01 .block-right {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .index-section-04 .top-part .intro-block.block01 .block-right img {
	  width: 400px;
	  max-width: 100%;
  }
}

.index-section-04 .top-part .intro-block.block02 {
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block02 {
    margin-bottom: 38px;
  }
}

.index-section-04 .top-part .intro-block.block02 .block-left {
  width: calc(100% - 532px);
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 .block-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block02 .block-left {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 .block-left figure {
    text-align: center;
  }
}

.index-section-04 .top-part .intro-block.block02 .block-left .ttl {
  margin-bottom: 20px;
}

.index-section-04 .top-part .intro-block.block02 .block-left .desc {
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 .block-left .desc {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block02 .block-left .desc {
    margin-bottom: 10px;
  }
}

.index-section-04 .top-part .intro-block.block02 .block-right {
  width: 532px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 .block-right {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.index-section-04 .top-part .intro-block.block02 .block-right .textbox {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 10px;
  color: #595757;
  margin-bottom: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block02 .block-right .textbox {
    width: 48%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block02 .block-right .textbox {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


.index-section-04 .top-part .intro-block.block03 {
  margin-bottom: 30px;
}

.index-section-04 .top-part .intro-block.block03 .block-left {
  width: calc(100% - 553px);
  padding-right: 45px;
}

@media screen and (max-width: 1000px) {
  .index-section-04 .top-part .intro-block.block03 .block-left {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block03 .block-left {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .intro-block.block03 .block-left {
    margin-bottom: 5px;
  }
}

.index-section-04 .top-part .intro-block.block03 .block-left .ttl {
  margin-bottom: 25px;
}

.index-section-04 .top-part .intro-block.block03 .block-right {
  width: 553px;
}

@media screen and (max-width: 1000px) {
  .index-section-04 .top-part .intro-block.block03 .block-right {
    width: 48%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .intro-block.block03 .block-right {
    width: 100%;
    text-align: center;
  }
}

.index-section-04 .top-part .heiq-intro-block {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 20px 40px 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .heiq-intro-block {
    padding: 37px 25px 47px;
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .heiq-intro-block {
    padding: 19px 13px 24px;
  }
}

.index-section-04 .top-part .intro-block.block04 .ttl {
  margin-bottom: 25px;
}

.index-section-04 .top-part .heiq-intro-block .heiq-intro-list {
  position: relative;
  z-index: 1;
}

.index-section-04 .top-part .heiq-intro-block .heiq-intro-list li {
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .index-section-04 .top-part .heiq-intro-block .heiq-intro-list li {
    margin-top: 40px;
  }
}

.index-section-04 .top-part .heiq-intro-block .heiq-intro-list li .img {
  float: left;
  width: 310px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .heiq-intro-block .heiq-intro-list li .img {
    width: 50%;
  }
}

.index-section-04 .top-part .heiq-intro-block .heiq-intro-list li .desc {
  float: right;
  width: calc(100% - 325px);
  color: #595757;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .index-section-04 .top-part .heiq-intro-block .heiq-intro-list li .desc {
    width: 50%;
    padding-left: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .top-part .heiq-intro-block .heiq-intro-list li .desc {
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.index-section-04 .top-part .btn-container {
	z-index: 1;
	position: relative;
}

.index-section-04 .bottom-part {
  background-color: #383b3f;
  padding: 80px 0 42px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part {
    padding: 61px 0 70px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part {
    padding: 30px 0 35px;
  }
}

.index-section-04 .bottom-part .intro-block .ttl {
  color: white;
  border-left: 6px solid white;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part .intro-block .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-section-04 .bottom-part .intro-block .desc {
  color: white;
  text-align: justify;
}

.index-section-04 .bottom-part .intro-block.block01 {
  padding-right: 130px;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block01 {
    padding-right: 0;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part .intro-block.block01 {
    margin-bottom: 28px;
  }
}

.index-section-04 .bottom-part .intro-block.block01 .ttl {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block01 .desc img {
    width: 100%;
    float: none;
  }
}

.index-section-04 .bottom-part .intro-block.block02 {
  padding-right: 50px;
  margin-bottom: 31px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block02 {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .index-section-04 .bottom-part .intro-block.block02 img {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part .intro-block.block02 img {
    width: 100%;
  }
}

.index-section-04 .bottom-part .intro-block.block02 .ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block02 .ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part .intro-block.block02 .ttl {
    margin-bottom: 20px;
  }
}

.index-section-04 .bottom-part .intro-block.block03 .ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block03 .ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-04 .bottom-part .intro-block.block03 .ttl {
    margin-bottom: 20px;
  }
}

.index-section-04 .bottom-part .intro-block.block03 .block-left {
  width: calc(100% - 396px);
  padding-right: 80px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block03 .block-left {
    width: 50%;
    padding-right: 20px;
  }
}

.index-section-04 .bottom-part .intro-block.block03 .block-right {
  width: 396px;
  padding-right: 95px;
}

@media screen and (max-width: 768px) {
  .index-section-04 .bottom-part .intro-block.block03 .block-right {
    width: 50%;
    padding-right: 0;
    text-align: right;
  }
}

.index-section-05 {
  padding: 40px 0 80px;
}

@media screen and (max-width: 768px) {
  .index-section-05 {
    padding: 60px 0 130px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-05 {
    padding: 30px 0 65px;
  }
}

@media screen and (max-width: 768px) {
  .index-section-05 .section-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-05 .section-ttl {
    margin-bottom: 20px;
  }
}

.index-section-05 .campain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 68px;
}

@media screen and (max-width: 768px) {
  .index-section-05 .campain-block {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-05 .campain-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.index-section-05 .campain-block img {
  width: 100%;
}

.index-section-05 .campain-block .block-left {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .index-section-05 .campain-block .block-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-05 .campain-block .block-left {
    margin-bottom: 15px;
  }
}

.index-section-05 .campain-block .block-right {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .index-section-05 .campain-block .block-right {
    width: 100%;
    text-align: center;
  }
}

.index-section-05 .instagram-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.index-section-05 .instagram-blocks .instagram-blocks-item {
  width: 30%;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .index-section-05 .instagram-blocks .instagram-blocks-item {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .index-section-05 .instagram-blocks .instagram-blocks-item {
    width: 98%;
  }
}

.index-section-05 .instagram-blocks .instagram-blocks-item iframe {
  width: 100% !important;
  margin: 0 !important;
  min-width: auto !important;
}

.index-section-06 {
  background: url("../images/index/bg-spiral-02@2x.png") no-repeat center center #e7e7e7;
  background-size: cover;
  padding: 40px 0 50px;
}

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

@media screen and (max-width: 480px) {
  .index-section-06 {
    padding: 30px 0 20px;
  }
}

.index-section-06 .section-ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .section-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .section-ttl {
    margin-bottom: 20px;
  }
}

.index-section-06 .product-detail-block {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 60px 20px 120px;
  border-radius: 10px;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block {
    padding: 72px 40px 94px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block {
    padding: 36px 20px 47px;
    margin-bottom: 19px;
  }
}

.index-section-06 .product-detail-block .product-detail-item {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item {
    margin-bottom: 45px;
  }
}

.index-section-06 .product-detail-block .product-detail-item:last-child {
  margin-bottom: 0;
}

.index-section-06 .product-detail-block .product-detail-item .product-detail-list {
  margin: 50px 0 76px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item .product-detail-list {
    margin: 66px -20px 96px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item .product-detail-list {
    margin: 33px -10px 48px;
  }
}

.index-section-06 .product-detail-block .product-detail-item .product-detail-list .product-detail_item {
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item .product-detail-list .product-detail_item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item .product-detail-list .product-detail_item {
    margin: 0 10px;
  }
}

.index-section-06 .product-detail-block .product-detail-item .cta-block .box {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 6px 12px;
  border: 2px solid #595757;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .box {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-section-06 .product-detail-block .product-detail-item .cta-block .txt {
  color: #595757;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .row {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-section-06 .product-detail-block .product-detail-item .cta-block .row {
    margin-top: 10px;
  }
}

.f_copyright {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background-color: #0068b6;
}
.f_copyright a {
  width: 160px;
  height: 30px;
  margin: 0 auto 10px auto;
  text-indent: -9999px;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}