html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  letter-spacing: .075em;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-synthesis: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #484848;
  line-height: 1.75;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .02em;
  text-align: justify;
  text-justify: inter-word;
  background-color: #f9f9f9;
  min-width: 1300px; }
  @media screen and (max-width: 768px) {
    body {
      min-width: initial; } }

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

#wrapper {
  min-height: 100%;
  margin-bottom: -40px; }
  #wrapper:after {
    content: "";
    display: block;
    height: 40px; }

a {
  text-decoration: none; }

.none {
  display: none; }

.pc_none {
  display: none; }

.en-font {
  font-family: 'PT Serif Caption';
  letter-spacing: 0; }

@media screen and (max-width: 768px) {
  .sp_none {
    display: none; }
  .pc_none {
    display: block; } }

.menu_color {
  color: #c8d9e8;
  padding-left: 1.5rem !important; }

#side-menu .logo {
  text-align: center; }
  #side-menu .logo img {
    width: 150px; }
  @media screen and (max-width: 768px) {
    #side-menu .logo {
      display: none; } }

.side-menu-sp {
  background: #dc4642;
  width: 400px;
  height: 100vh;
  padding: 70px 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1000;
  text-align: center;
  display: none; }
  .side-menu-sp img {
    width: 100%;
    max-width: 350px; }
  .side-menu-sp ul {
    padding: 0 20px;
    margin-top: 5vh;
    list-style-type: none;
    text-align: left;
    color: #fff; }
    .side-menu-sp ul li {
      margin-bottom: 1rem;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #ff8e8e;
      cursor: pointer;
      text-align: center; }
      .side-menu-sp ul li img {
        height: 15px;
        width: auto;
        margin-left: 20px; }
    .side-menu-sp ul a {
      color: #fff; }
  .side-menu-sp .pc-menu {
    display: none; }
  @media screen and (max-width: 768px) {
    .side-menu-sp {
      width: 85%;
      padding: 70px 10px 0; }
      .side-menu-sp ul {
        margin-top: 10vw; }
        .side-menu-sp ul li {
          padding-bottom: 10px;
          margin-bottom: 10px;
          white-space: nowrap; }
      .side-menu-sp img {
        width: 200px; } }
  @media screen and (max-width: 320px) {
    .side-menu-sp ul {
      font-size: 0.9rem;
      padding: 0 5px; } }

.sp_btn {
  display: none; }

#p1-main {
  height: 100vh;
  min-height: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #FF6E69;
  background-repeat: no-repeat;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    #p1-main {
      background: #af1d18;
      min-height: initial; } }
  #p1-main .parallax-inner {
    height: 150vh !important;
    background-position: center top !important; }
  #p1-main h2 {
    position: absolute;
    bottom: 45px;
    text-align: center;
    color: #fff;
    line-height: 2.2rem;
    font-size: 24px;
    width: 100%;
    margin-bottom: initial; }
    @media screen and (max-width: 768px) {
      #p1-main h2 {
        font-size: 14px;
        line-height: 1.3rem;
        padding: 0 0 0 1rem;
        bottom: 34px;
        width: calc(100% - 60px); } }
  #p1-main .author_con {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #ffbebc;
    font-size: 12px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #p1-main .author_con {
        bottom: 10px;
        font-size: 10px;
        color: #e67673;
        width: calc(100% - 60px); } }
  #p1-main:after {
    content: "";
    display: block;
    clear: both; }

h2 {
  font-size: 30px;
  margin-bottom: 1rem; }

h3 {
  font-weight: normal;
  margin-bottom: 1rem; }

.main, footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 980px; }
  @media screen and (max-width: 768px) {
    .main, footer {
      min-width: auto; } }
  .main:after, footer:after {
    content: "";
    display: block;
    clear: both; }

#top_img {
  background-image: url(../img/top_pic.jpg);
  width: calc(100% - 120px);
  height: calc(100vh - 185px);
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 60px;
  top: 60px; }
  @media screen and (max-width: 768px) {
    #top_img {
      left: 0px;
      width: calc(100% - 60px);
      height: calc(100vh - 185px); } }

.con {
  margin: 0 auto;
  width: 1200px; }
  @media screen and (max-width: 768px) {
    .con {
      width: 90%;
      min-width: initial; } }

#p1 {
  padding-bottom: 200px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #p1 {
      padding-bottom: 100px; } }

.top_copy {
  position: absolute;
  top: 200px;
  right: 25px; }
  @media screen and (max-width: 768px) {
    .top_copy {
      top: 80px;
      right: -5px; } }

.main-v {
  position: relative;
  z-index: 100;
  width: 700px; }
  .main-v img {
    height: 160px;
    margin: 0 20px;
    position: relative; }
  @media screen and (max-width: 768px) {
    .main-v {
      width: auto; }
      .main-v img {
        height: 350px; } }
  .main-v img:nth-child(2) {
    top: 170px; }
  .main-v img:nth-child(3) {
    top: 70px; }
  .main-v img:nth-child(4) {
    top: 227px; }
  .main-v img:nth-child(6) {
    top: 172px;
    height: 34px;
    margin-left: 178px; }

.top_logo {
  position: absolute;
  top: 15px;
  left: 75px; }
  .top_logo img {
    width: 140px; }
  @media screen and (max-width: 768px) {
    .top_logo {
      left: 50%;
      margin-left: -70px;
      display: none; } }

.sns_icon {
  position: absolute;
  top: 16px;
  left: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 120px; }
  .sns_icon img {
    height: 20px;
    width: auto; }
  @media screen and (max-width: 768px) {
    .sns_icon {
      left: 70px; } }

footer {
  background: #C54B4B;
  color: #fff;
  text-align: center;
  padding: 1rem 0 2rem; }
  footer p {
    font-size: 0.8rem;
    margin-top: -40px;
    text-align: left; }
  @media screen and (max-width: 768px) {
    footer p {
      font-size: 1rem;
      margin-top: 0; } }
  footer .sns {
    background-image: url(../img/snslogo_bk.png);
    background-size: auto  100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    margin: 10px 0 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    footer .sns a {
      display: block;
      width: 40%;
      height: 20px; }
    @media screen and (max-width: 768px) {
      footer .sns {
        margin: 10px auto; } }

#spmenu-icon {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #dc4642; }
  #spmenu-icon img {
    width: 30px; }
  #spmenu-icon div {
    width: 30px;
    height: 2px;
    position: absolute;
    left: 15px;
    background: #fff; }
  #spmenu-icon div:nth-child(1) {
    top: 22px; }
  #spmenu-icon div:nth-child(2) {
    top: 35px; }

#sns_icon {
  position: absolute;
  top: 580px;
  left: 50%;
  width: 226px;
  height: 30px;
  z-index: 100;
  margin-left: -113px; }
  #sns_icon a {
    height: 20px;
    display: block;
    float: left; }
    #sns_icon a img {
      height: 100%; }
  #sns_icon .fb_iframe_widget {
    margin-top: -8px;
    margin-right: 10px;
    float: left; }
  #sns_icon #twitter-widget-0 {
    float: left;
    margin-right: 10px; }
  @media screen and (max-width: 768px) {
    #sns_icon {
      right: 50%;
      top: 768px;
      margin-right: -113px; } }

.spmenu-icon-click div:nth-child(1) {
  top: 29px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff !important; }

.spmenu-icon-click div:nth-child(2) {
  top: 29px !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff !important; }

.mobile_slider {
  overflow: hidden;
  padding: 0; }
  .mobile_slider:after {
    content: "";
    display: block;
    clear: both; }
  .mobile_slider .item {
    background-color: #fff;
    margin: 10px; }
  .mobile_slider .item-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    box-sizing: border-box; }
    .mobile_slider .item-title img {
      height: 40px;
      width: auto;
      margin: 10px 0; }
  @media screen and (max-width: 768px) {
    .mobile_slider {
      margin-top: -30vw;
      margin-bottom: 10vw; }
      .mobile_slider h3 {
        font-size: 18px;
        color: #DC6565;
        line-height: 1.6rem;
        margin: initial; }
      .mobile_slider .swiper-slide {
        border: none;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        background: -webkit-radial-gradient(100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
        background: -moz-radial-gradient(100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
        background: -webkit-radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
        background: -o-radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
        background: radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        padding: 1rem 1rem 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px; } }

.swiper-slide > img {
  width: 100%; }

.slider_con {
  position: relative; }

.slider1 {
  width: 100%; }
  .slider1 .swiper-slide div {
    height: 660px;
    background-size: cover;
    background-position: center center;
    border-radius: 12px; }
  @media screen and (max-width: 768px) {
    .slider1 {
      width: 100%; }
      .slider1 .swiper-slide div {
        height: 120vw !important; } }

.slider2 {
  width: 100%; }
  .slider2 .swiper-slide div {
    height: 800px;
    background-size: cover;
    background-position: center center;
    border-radius: 0 12px 12px 0; }
    @media screen and (max-width: 768px) {
      .slider2 .swiper-slide div {
        height: 660px;
        border-radius: 12px; } }
  @media screen and (max-width: 768px) {
    .slider2 {
      width: 100%; }
      .slider2 .swiper-slide div {
        height: 120vw !important; } }

#point_3 {
  width: 100%;
  height: 600px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #point_3 {
      background: url(../img/bg1.jpg);
      background-size: cover;
      background-position: center center;
      height: 120vw; } }
  #point_3 .parallax-inner {
    background-size: auto 900px !important;
    background-position: center center !important;
    background-image: url(../img/bg1.jpg) !important; }
  #point_3 h2 {
    color: #fff;
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    font-size: 55px; }
    #point_3 h2 span {
      font-size: 16px;
      display: block;
      margin-top: -20px; }
    @media screen and (max-width: 768px) {
      #point_3 h2 {
        top: 36vw;
        font-size: 45px; } }

#ac_con {
  width: 100%;
  height: 600px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #ac_con {
      background: url(../img/bg2.jpg);
      background-size: cover;
      background-position: center center;
      height: 120vw; } }
  #ac_con .parallax-inner {
    background-size: auto 900px !important;
    background-position: center center !important;
    background-image: url(../img/bg2.jpg) !important; }
  #ac_con h2 {
    color: #fff;
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    font-size: 55px; }
    #ac_con h2 span {
      font-size: 16px;
      display: block;
      margin-top: -20px; }
    @media screen and (max-width: 768px) {
      #ac_con h2 {
        top: 36vw;
        font-size: 45px; } }

.ac_con_spain {
  position: relative;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  margin-bottom: -40px;
  z-index: 2;
  text-align: center; }
  .ac_con_spain img {
    height: 120px; }
    .ac_con_spain img:nth-of-type(1) {
      margin-right: 24px; }
    .ac_con_spain img:nth-of-type(2) {
      margin-right: 17px; }
    .ac_con_spain img:nth-of-type(3) {
      margin-right: 27px; }
    .ac_con_spain img:nth-of-type(4) {
      margin-right: 28px; }
  @media screen and (max-width: 768px) {
    .ac_con_spain {
      display: none; } }

.point_con {
  position: relative;
  top: -140px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .point_con {
      width: 100%; } }
  .point_con li {
    width: 32%;
    border: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: -webkit-radial-gradient(100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
    background: -moz-radial-gradient(100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
    background: -webkit-radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
    background: -o-radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
    background: radial-gradient(at 100% 100%, #ffcbc9 0, #FFE9E8 42%, #FFE9E8 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    padding: 1rem 1rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px; }
    .point_con li:nth-of-type(2) {
      margin-top: 40px; }
    .point_con li dt {
      color: #DC6565;
      font-size: 20px;
      width: 100%;
      text-align: center;
      line-height: 1.8rem;
      margin-bottom: 8px; }
    .point_con li img {
      width: 100%;
      border-radius: 8px; }
  @media screen and (max-width: 768px) {
    .point_con {
      display: none; } }

#part1 {
  position: relative; }
  #part1:before {
    content: "";
    display: block;
    width: 70vw;
    height: 800px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    color: white;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: -webkit-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: -moz-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: -o-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: radial-gradient(circle at 100% 0, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    border-radius: 0 0 0 12px; }
    @media screen and (max-width: 768px) {
      #part1:before {
        display: none; } }

#part2 {
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #part2 {
      padding-bottom: 3rem;
      padding-top: 3rem;
      margin-top: 1rem; } }
  #part2:before {
    content: "";
    display: block;
    width: 70vw;
    height: 800px;
    position: absolute;
    bottom: 0;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      #part2:before {
        display: none; } }

#part3 {
  position: relative;
  padding-bottom: 220px; }
  #part3 .slider_text {
    background-color: #FFE9E8;
    padding: 1rem;
    margin-top: -40px;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 768px) {
    #part3 {
      width: 90%;
      margin-left: 5%;
      padding-bottom: 3rem;
      padding-top: 3rem; }
      #part3 .slider_text {
        background-color: initial;
        padding: initial;
        margin-top: 1rem; } }

#part4 {
  position: relative;
  padding-top: 150px; }
  #part4 .part_s_con {
    margin-top: 350px; }
  @media screen and (max-width: 768px) {
    #part4 {
      padding-top: 3rem; }
      #part4 .part_s_con {
        margin-top: 3rem; } }
  #part4:before {
    content: "";
    display: block;
    width: 70vw;
    height: 800px;
    position: absolute;
    bottom: 0;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      #part4:before {
        display: none; } }

#part5 {
  position: relative;
  padding-top: 150px;
  background-image: url(../img/bg.jpg); }
  #part5 .part_s_con {
    margin-top: 400px; }
  @media screen and (max-width: 768px) {
    #part5 {
      padding-top: 3rem; }
      #part5 .part_s_con {
        margin-top: 3rem; } }
  #part5:before {
    content: "";
    display: block;
    width: 70vw;
    height: 1000px;
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: -webkit-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: -moz-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: -o-radial-gradient(100% 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background: radial-gradient(circle at 100% 0, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto; }
    @media screen and (max-width: 768px) {
      #part5:before {
        display: none; } }

.bg_pink {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-radial-gradient(0 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
  background: -moz-radial-gradient(0 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
  background: -o-radial-gradient(0 0, circle, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
  background: radial-gradient(circle at 0 0, #ffcbc9 0, #ffe9e8 33%, #ffe9e8 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto; }

.part {
  position: relative; }
  .part h2 {
    width: 600px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .part h2 {
        width: 100%; } }
  .part h2 span {
    display: block;
    color: #dc6565;
    margin-top: -10px; }
    @media screen and (max-width: 768px) {
      .part h2 span {
        margin-top: initial;
        font-size: 24px; } }
  .part:after {
    content: "";
    display: block;
    clear: both; }

.part1_h2 {
  position: absolute;
  left: 50%; }
  .part1_h2 img {
    height: 180px; }
  @media screen and (max-width: 768px) {
    .part1_h2 {
      position: initial;
      left: initial; }
      .part1_h2 img {
        height: auto;
        width: 100%; } }

.part2_h2 {
  position: absolute;
  left: 50%;
  margin-left: -600px; }
  .part2_h2 img {
    height: 135px; }
  @media screen and (max-width: 768px) {
    .part2_h2 {
      position: initial;
      left: initial;
      margin-left: initial; }
      .part2_h2 img {
        height: auto;
        width: 100%; } }

.part3_h2 {
  position: absolute;
  left: 50%; }
  .part3_h2 img {
    height: 100px; }
  @media screen and (max-width: 768px) {
    .part3_h2 {
      position: initial;
      left: initial; }
      .part3_h2 img {
        height: auto;
        width: 100%; } }

.part4_h2 {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 100px; }
  .part4_h2 img {
    height: 180px; }
  @media screen and (max-width: 768px) {
    .part4_h2 {
      position: initial;
      left: initial;
      margin-left: initial; }
      .part4_h2 img {
        height: auto;
        width: 100%; } }

.part5_h2 {
  position: absolute;
  left: 50%; }
  .part5_h2 img {
    height: 180px; }
  @media screen and (max-width: 768px) {
    .part5_h2 {
      position: initial;
      left: initial; }
      .part5_h2 img {
        height: auto;
        width: 100%; } }

.part_l {
  width: 50%;
  float: left;
  position: relative; }
  @media screen and (max-width: 768px) {
    .part_l {
      width: 100%;
      float: initial; } }

.part_r {
  width: 50%;
  float: right;
  position: relative; }
  @media screen and (max-width: 768px) {
    .part_r {
      width: 100%;
      float: initial; } }

.slider_text {
  width: 80%;
  float: right;
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .slider_text {
      width: 100%;
      float: initial; } }

.part_s_con {
  width: 48%;
  float: right;
  margin-top: 300px;
  position: relative; }
  .part_s_con li {
    float: left;
    margin-bottom: 20px; }
    .part_s_con li img {
      height: 170px;
      float: left;
      border-radius: 12px; }
    .part_s_con li p {
      width: 280px;
      float: right;
      margin-left: 1rem; }
  @media screen and (max-width: 768px) {
    .part_s_con {
      width: 100%;
      float: initial;
      margin-top: 3rem; }
      .part_s_con li img {
        height: initial;
        width: 100%;
        float: initial; }
      .part_s_con li p {
        width: 100%;
        float: initial;
        margin: 1rem auto; } }

.part_s_con2 {
  float: left; }
  .part_s_con2 li img {
    float: right; }
  .part_s_con2 li p {
    float: left;
    margin-left: 0;
    margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    .part_s_con2 {
      float: initial; } }

#kana_con {
  height: 370px;
  position: relative;
  background-color: #DC6565;
  color: #fff;
  padding-top: 95px; }
  #kana_con b {
    font-size: 20px; }
  #kana_con a {
    float: left;
    margin-right: 10px; }
  #kana_con .text_con {
    position: relative;
    left: 43%;
    width: 600px; }
  @media screen and (max-width: 768px) {
    #kana_con {
      height: auto;
      padding-bottom: 4rem; }
      #kana_con .text_con {
        width: 100%;
        left: initial; } }

.kana_ig {
  display: block;
  margin-top: 15px;
  width: 32px; }

.kana_img {
  position: absolute;
  top: -60px;
  left: -60%;
  width: 290px; }
  @media screen and (max-width: 768px) {
    .kana_img {
      position: initial;
      margin: -4rem auto 0 10%;
      width: 80%;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); } }

.text_con {
  position: absolute;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .text_con {
      position: relative;
      margin: 60px auto 3rem; } }

.seemort {
  width: 250px;
  margin: -70px auto 60px;
  text-align: center;
  display: block;
  background-color: #DC6565;
  border-radius: 30px;
  color: #fff;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .seemort {
      margin-top: 0; } }
