/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

a:hover {
  opacity: 0.7
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

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

html {
  font-size: 62.5%
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 2
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem
  }
}

a {
  color: #333
}

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

ul {
  list-style: none
}

@media screen and (max-width: 767px) {

  .contents-pc,
  .pcbr {
    display: none !important
  }
}

@media screen and (min-width: 768px) {

  .contents-sp,
  .spbr {
    display: none !important
  }
}

@-webkit-keyframes scrollDownBar {
  0% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(76px);
    transform: translateY(76px)
  }
}

@keyframes scrollDownBar {
  0% {
    -webkit-transform: translateY(-76px);
    transform: translateY(-76px)
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(76px);
    transform: translateY(76px)
  }
}

@-webkit-keyframes scrolllodeBar {
  0% {
    -webkit-transform: translateX(-76px);
    transform: translateX(-76px)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(76px);
    transform: translateX(76px)
  }
}

@keyframes scrolllodeBar {
  0% {
    -webkit-transform: translateX(-76px);
    transform: translateX(-76px)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(76px);
    transform: translateX(76px)
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer
}

a:hover {
  opacity: 1;
  cursor: pointer
}

body {
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
  overflow-x: hidden
}

.h2-sub {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6
}

@media screen and (max-width: 767px) {
  .h2-sub {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px
  }
}

.h2-main {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6
}

@media screen and (max-width: 767px) {
  .h2-main {
    font-size: 2.4rem;
    line-height: 1.4
  }
}

.h3-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 15px 0 40px;
  line-height: 1.6
}

@media screen and (max-width: 767px) {
  .h3-ttl {
    font-size: 1.8rem
  }
}

.h3-ttl:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #E60039;
  position: absolute;
  top: 0;
  left: calc(50% - 35px)
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px
  }
}

.header__logo {
  padding-left: 40px
}

@media screen and (max-width: 767px) {
  .header__logo {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px
  }
}

.header__logo a {
  display: inline-block;
  text-align: center
}

.header__right {
  width: 200px;
  height: 100px
}

@media screen and (max-width: 767px) {
  .header__right {
    width: 60px;
    height: 60px
  }
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header__cell {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .header__cell {
    width: 60px;
    height: 60px;
    font-size: 1.0rem
  }
}

.header__cell a {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 767px) {
  .header__cell a {
    font-size: 1.0rem;
    line-height: 1
  }
}

.header__cell a p {
  padding-top: 10px;
  font-weight: 500
}

.header__cell:nth-of-type(1) {
  background-color: #FFF600;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media screen and (max-width: 767px) {
  .header__cell:nth-of-type(1) {
    display: none
  }
}

.header__cell:nth-of-type(1):hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s
}

.header__cell:nth-of-type(2) {
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .header__cell img {
    width: 18px
  }
}

.header--moved {
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
  -webkit-transition: all .3s;
  transition: all .3s
}

.global-nav {
  position: fixed;
  right: -500px;
  top: 0;
  width: 480px;
  height: 100vh;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto
}

@media screen and (max-width: 767px) {
  .global-nav {
    width: 300px;
    right: -350px
  }
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.global-nav__item {
  text-align: center
}

.global-nav__item a,
.global-nav__item p {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff
}

@media screen and (max-width: 767px) {

  .global-nav__item a,
  .global-nav__item p {
    font-size: 1.3rem;
    padding: 10px 0
  }
}

.global-nav__item a:hover,
.global-nav__item p:hover {
  background-color: #E60039
}

.global-nav__inner {
  display: none
}

.ham_wrp {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000
}

.hamburger {
  width: 36px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all .6s;
  transition: all .6s
}

.hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 32px;
  height: 4px;
  background-color: #000;
  -webkit-transition: all .6s;
  transition: all .6s
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .hamburger__line {
    width: 50%
  }
}

@media screen and (max-width: 767px) {
  .hamburger__line {
    width: 26px
  }
}

.hamburger__line--1 {
  top: 27%
}

@media screen and (max-width: 767px) {
  .hamburger__line--1 {
    top: 30%
  }
}

.hamburger__line--2 {
  top: 46%
}

.hamburger__line--3 {
  top: 67%
}

@media screen and (max-width: 767px) {
  .hamburger__line--3 {
    top: 64%
  }
}

#js-hamburger {
  cursor: pointer
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer
}

.nav-open .global-nav {
  right: 0
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible
}

.nav-open .hamburger {
  background-color: rgba(0, 0, 0, 0.3)
}

.nav-open .hamburger__line {
  background-color: #fff
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%
}

.wrapper {
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .wrapper {}
}

.contact_btn {
  text-align: center;
  padding: 30px 0
}

.contact_btn a {
  width: 530px;
  height: 75px;
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}

.contact_btn a:before {
  content: '';
  display: inline-block;
  background-image: url(../img/contact_01_off.png);
  width: 79px;
  height: 79px;
  position: absolute;
  top: -20px;
  left: 20px
}

.contact_btn .custom-contact-inr {
  width: 100%;
  height: 100%;
  position: relative;
  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
}

.contact_btn .custom-contact-inr:after {
  content: '';
  display: inline-block;
  background-image: url(../img/contact_02.png);
  width: 125px;
  height: 135px;
  position: absolute;
  top: -32px;
  right: -33px
}

.contact_btn .contact-arrow {
  padding-left: 10px
}

@media screen and (max-width: 767px) {
  .contact_btn {
    display: none
  }
}

.contact-sp {
  text-align: center;
  display: none
}

@media screen and (max-width: 767px) {
  .contact-sp {
    display: block
  }
}

.content_main {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px
}

.content_inr {
  width: 90%;
  max-width: 840px;
  margin: 0 auto
}

.color-y {
  color: #FFF600
}

.f-wb {
  font-weight: bold
}

.bg-line,
.sec01__box,
.sec02__box,
.sec03__lay01-item,
.sec04__box,
.sec05__box {
  position: relative
}

.bg-line:after,
.president__box-inr:after,
.sec01__box:after,
.sec02__box:after,
.sec03__lay01-item:after,
.sec04__box:after,
.sec05__box:after {
  content: '';
  display: block;
  background-image: url(../img/bg-line.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: -1
}
.president__box-inr:after {  
  right: auto;
  left: -5px;
}

.icon_arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px
}

@media screen and (max-width: 767px) {
  .icon_arrow {
    right: 8px
  }
}

.icon_arrow:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #F5E534;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 3px)
}

.btn_area {
  background-color: #E60039;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 40px;
  z-index: 10
}

@media screen and (max-width: 767px) {
  .btn_area {
    display: block
  }
}

.btn_area .btn_box {
  width: 50%;
  position: relative;
  padding: 0 10px
}

@media screen and (max-width: 767px) {
  .btn_area .btn_box {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .btn_area .btn_box:nth-of-type(1) {
    margin-bottom: 30px
  }
}

.btn_area .btn_box:nth-of-type(1):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF
}

@media screen and (max-width: 767px) {
  .btn_area .btn_box:nth-of-type(1):after {
    display: none
  }
}

.btn_area .btn_box:nth-of-type(1) .ttl:after {
  background-image: url(../img/icon_event_b.png)
}

.btn_area .btn_box:nth-of-type(2) .ttl:after {
  background-image: url(../img/icon_data_b.png)
}

.btn_area .ttl {
  position: relative;
  padding-left: 25px
}

.btn_area .ttl:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0
}

.btn_area .txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 15px;
  text-align: center
}

.btn_area .btn {
  height: 60px;
  position: relative;
  z-index: 2;
  width: 375px;
  max-width: 100%;
  margin: 0 auto
}

.btn_area .btn a {
  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;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #F5E534;
  border-radius: 50px;
  position: relative;
  z-index: 2
}

.btn_area .btn:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -3px;
  background-color: #EEEEEE;
  border-radius: 50px;
  z-index: -1
}

.line_box {
  position: relative;
  background-color: #F5F5F5;
  padding-left: 22px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}

.line_box__line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFC042;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold
}

.line_box__line span {
  padding: 20px 5px;
  display: inline-block
}

.line_box__inr {
  padding: 35px 50px 50px 50px
}

@media screen and (max-width: 767px) {
  .line_box__inr {
    padding: 30px 20px
  }
}

.line_box__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width: 767px) {
  .line_box__box {
    display: block
  }
}

.line_box .l-img {
  width: calc(98% / 2)
}

@media screen and (max-width: 767px) {
  .line_box .l-img {
    width: 100%;
    margin-bottom: 30px
  }
}

.line_box .l-txt {
  width: calc(98% / 2)
}

@media screen and (max-width: 767px) {
  .line_box .l-txt {
    width: 100%
  }
}

.line_box .ttl-img {
  text-align: center;
  padding-bottom: 30px
}

.mv {
  position: relative;
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 40px;
    margin-bottom: 200px
  }
}

.mv__bg {
  margin-left: auto;
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 67vw;
  height: 669px;
  position: relative;
  z-index: 1
}

@media screen and (max-width: 767px) {
  .mv__bg {
    height: 380px;
    background-image: url(../img/mv_sp.png);
    width: 81%;
    background-position: top
  }
}

.mv__msg {
  position: absolute;
  bottom: 0;
  left: 6%;
  z-index: 2;
  max-width: 80%
}

@media screen and (max-width: 767px) {
  .mv__msg {
    bottom: -100px;
    left: 5%
  }
}

.mv__voice {
  width: 135px;
  height: 40px;
  background-color: #E60039;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  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;
  position: relative
}

@media screen and (max-width: 767px) {
  .mv__voice {
    font-size: 1.6rem;
    height: 30px;
    width: 120px
  }
}

.mv__voice p {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mv__voice span {
  font-size: 1.6rem
}

@media screen and (max-width: 767px) {
  .mv__voice span {
    font-size: 1.4rem
  }
}

.mv__voice:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 14px 0;
  border-color: transparent #E60039 transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 15px
}

@media screen and (max-width: 767px) {
  .mv__voice:before {
    border-width: 0 14px 7px 0;
    bottom: -6px
  }
}

.mv__ttl {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.6;
  color: #000;
  padding: 15px 0 40px
}

@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 2.6rem;
    padding: 10px 0 20px 0px;
    line-height: 1.4
  }
}

.mv__ttl span {
  color: #E60039
}

.mv__btn,
.sp-cv {
  padding-left: 15px
}

@media screen and (max-width: 767px) {

  .mv__btn,
  .sp-cv {
    padding-left: 0
  }
}

.mv__btn a,
.sp-cv a {
  width: 380px;
  height: 80px;
  color: #000;
  font-weight: bold;
  font-size: 2.1rem;
  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;
  background-color: #FFF600;
  -webkit-box-shadow: 0px 6px 0px 0px #AEB424;
  box-shadow: 0px 6px 0px 0px #AEB424;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s
}

.mv__btn a:hover,
.sp-cv a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #AEB411;
  box-shadow: 0px 1px 0px 0px #AEB411;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all .2s;
  transition: all .2s
}

@media screen and (max-width: 767px) {

  .mv__btn a,
  .sp-cv a {
    width: 230px;
    height: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem
  }
}

.mv__btn a:after,
.sp-cv a:after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_arrow_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 15px
}

@media screen and (max-width: 767px) {

  .mv__btn a:after,
  .sp-cv a:after {
    width: 12px;
    top: 20px
  }
}

.mv__btn p,
.sp-cv p {
  position: relative;
  padding: 0 25px 0 50px
}

@media screen and (max-width: 767px) {

  .mv__btn p,
  .sp-cv p {
    padding: 0 20px 0 35px
  }
}

.mv__btn p:after,
.sp-cv p:after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_btn-data_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 37px;
  position: absolute;
  top: 5px;
  left: 0
}

@media screen and (max-width: 767px) {

  .mv__btn p:after,
  .sp-cv p:after {
    width: 22px;
    top: 3px
  }
}

.mv__info {
  width: 273px;
  height: 241px;
}

@media screen and (max-width: 767px) {
  .mv__info {
    width: 240px;
    height: 93px;
  }
}

.president {
  padding: 90px 0;
  margin-bottom: 100px;
  background: #f6e6f2;
  position: relative;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .president {
    padding: 40px 0;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.president .content_main {
  max-width: 1200px
}

.president__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .president__grid {
    display: block;
    margin-top: 30px;
  }
}

.president__img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .president__img {
    width: 100%;
    margin: 0 auto;
  }
}

.president__box {
  width: 45%;
  z-index: 2;
  margin: 90px -50px 0 0;
}

@media screen and (max-width: 767px) {
  .president__box {
    width: 100%;
    z-index: 2;
    margin: 20px 0 0;
  }
}

.president__box-inr {
  position: relative;
  background-color: #fff;
  padding: 55px 40px 80px
}

@media screen and (max-width: 767px) {
  .president__box-inr {
    padding: 30px 20px;
  }
}

.president__box-inr:before {
  content: '';
  display: inline-block;
  width: 190px;
  height: 10px;
  background-color: #E60039;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 2
}

@media screen and (max-width: 767px) {
  .president__box-inr:before {
    left: 30px
  }
}

.president__box-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E60039;
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative
}

@media screen and (max-width: 767px) {
  .president__box-ttl {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 25px
  }
}

.president__box-ttl:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0
}

.sec01 {
  padding: 96px 0 0 0;
  margin-bottom: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(47%, #fff), color-stop(47%, #F5F5F5), to(#F5F5F5));
  background: linear-gradient(90deg, #fff 0%, #fff 47%, #F5F5F5 47%, #F5F5F5 100%);
  position: relative
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 60px 0 20px;
    margin-bottom: 60px
  }
}

.sec01 .content_main {
  max-width: 1200px
}

.sec01__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 70px 0 40px
}

@media screen and (max-width: 767px) {
  .sec01__grid {
    display: block;
    padding: 40px 0 30px
  }
}

.sec01__img {
  width: 80%;
  position: absolute;
  top: 70px;
  right: 30%;
  z-index: 0
}

@media screen and (max-width: 767px) {
  .sec01__img {
    width: 100%;
    right: 15%;
    top: 40px
  }
}

.sec01__box {
  width: 50%;
  z-index: 2;
  margin: 90px 0 0 auto
}

@media screen and (max-width: 767px) {
  .sec01__box {
    width: 100%;
    margin: 140px 0 0 auto
  }
}

.sec01__box-inr {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 55px 55px 80px
}

@media screen and (max-width: 767px) {
  .sec01__box-inr {
    padding: 30px 30px
  }
}

.sec01__box-inr:before {
  content: '';
  display: inline-block;
  width: 190px;
  height: 10px;
  background-color: #E60039;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 2
}

@media screen and (max-width: 767px) {
  .sec01__box-inr:before {
    left: 30px
  }
}

.sec01__box-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E60039;
  line-height: 1.4;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative
}

@media screen and (max-width: 767px) {
  .sec01__box-ttl {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 25px
  }
}

.sec01__box-ttl:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0
}

.sec01__box-txt {
  max-width: 390px
}

.sec02 {
  padding: 100px 0
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 60px 0
  }
}

.sec02__grid {
  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;
  max-width: 745px;
  margin: 0 auto;
  padding-top: 40px
}

@media screen and (max-width: 767px) {
  .sec02__grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.sec02__box {
  border: 1px solid #E60039;
  width: 162px;
  height: 162px;
  margin: 0 12px 25px;
  text-align: center;
  background: #fff;
  padding: 20px 10px 15px 10px
}

@media screen and (max-width: 767px) {
  .sec02__box {
    width: calc(96% / 2);
    height: 85px;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.sec02__box-icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #E60039;
  text-align: center;
  line-height: 65px;
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .sec02__box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px
  }
}

@media screen and (max-width: 767px) {
  .sec02__box-icon img {
    max-width: 60%;
    margin: 0 auto
  }
}

.sec02__box-ttl {
  font-weight: bold;
  color: #E60039;
  line-height: 1.4;
  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;
  min-height: 42px
}

@media screen and (max-width: 767px) {
  .sec02__box-ttl {
    width: calc(100% - 50px);
    font-size: 1.0rem
  }
}

.sec02__btm {
  padding-top: 30px
}

@media screen and (max-width: 767px) {
  .sec02__btm {
    padding-top: 20px
  }
}

.sec03 {
  background-color: #F7F7F7;
  padding: 80px 0
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 50px 0
  }
}

@media screen and (max-width: 767px) {
  .sec03 .h2-main {
    padding-bottom: 20px
  }
}

.sec03__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 160px 0 80px;
  min-height: 470px
}

@media screen and (max-width: 767px) {
  .sec03__top {
    position: relative;
    min-height: auto;
    margin: 100px 0 50px
  }
}

.sec03__top-img {
  width: calc(96% - 400px);
  position: relative;
  height: 470px
}

@media screen and (max-width: 767px) {
  .sec03__top-img {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
  }
}

.sec03__top-img:before {
  content: '';
  display: inline-block;
  width: 660px;
  height: 434px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

@media screen and (max-width: 767px) {
  .sec03__top-img:before {
    width: 100vw;
    height: 60vw;
    background-size: cover;
    right: 5%
  }
}

.sec03__top-img:after {
  content: '';
  display: inline-block;
  width: 670px;
  height: 309px;
  background-color: #E60039;
  position: absolute;
  bottom: 0px;
  right: 40px;
  z-index: 0
}

@media screen and (max-width: 767px) {
  .sec03__top-img:after {
    height: 60vw;
    bottom: auto;
    top: -25px;
    right: auto;
    left: -5%;
    width: 80%
  }
}

.sec03__top-txt {
  width: 400px
}

@media screen and (max-width: 767px) {
  .sec03__top-txt {
    width: 100%;
    z-index: 10;
    padding-top: 55%
  }
}

.sec03__top-num {
  padding-bottom: 20px
}

@media screen and (max-width: 767px) {
  .sec03__top-num {
    position: absolute;
    top: -20px;
    left: 0;
    width: 60px
  }
}

.sec03__top-ttl {
  background-color: #E60039;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
  padding: 0 5px
}

@media screen and (max-width: 767px) {
  .sec03__top-ttl {
    font-size: 2.2rem
  }
}

.sec03__top-ttlbtm {
  padding-top: 50px
}

@media screen and (max-width: 767px) {
  .sec03__top-ttlbtm {
    padding-top: 30px
  }
}

.sec03__content {
  background-color: #fff;
  padding: 50px 0
}

@media screen and (max-width: 767px) {
  .sec03__content {
    padding: 40px 20px;
  }
}

.sec03__lay01-item {
  border: 1px solid #E60039;
  margin-bottom: 45px
}

.sec03__lay01-item:after {
  z-index: 0
}

.sec03__lay01-item:last-child {
  margin-bottom: 0
}

.sec03__lay01-item-inr {
  z-index: 2;
  background-color: #fff;
  position: relative
}

.sec03__lay01-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 40px 50px
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .sec03__lay01-item-main {
    padding: 55px 20px 50px
  }
}

@media screen and (max-width: 767px) {
  .sec03__lay01-item-main {
    display: block;
    padding: 60px 30px 40px
  }
}

.sec03__lay01-type,
.sec03__lay02-type,
.sec03__lay03-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E60039;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 150px;
  height: 50px;
  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 screen and (max-width: 767px) {

  .sec03__lay01-type,
  .sec03__lay02-type,
  .sec03__lay03-type {
    font-size: 1.6rem;
    height: 45px;
    width: 140px
  }
}

.sec03__lay01-type:before,
.sec03__lay02-type:before,
.sec03__lay03-type:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 14px 0;
  border-color: transparent #E60039 transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 15px
}

.sec03__lay01-box {
  text-align: center;
  width: 50%
}

@media screen and (max-width: 767px) {
  .sec03__lay01-box {
    width: 100%
  }
}

.sec03__lay01-box:nth-of-type(1) {
  border-right: 1px solid #BFBFBF
}

@media screen and (max-width: 767px) {
  .sec03__lay01-box:nth-of-type(1) {
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 20px
  }
}

.sec03__lay01-ttl {
  padding: 5px 0 10px;
  line-height: 1.6
}

.sec03__line-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 45px
}

@media screen and (max-width: 767px) {
  .sec03__line-txt {
    font-size: 1.8rem;
    line-height: 1.6
  }
}

.sec03__line-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFF600));
  background: linear-gradient(transparent 70%, #FFF600 0%)
}

.sec03__lay02-item {
  margin-bottom: 35px;
  border: 1px solid #E60039
}

.sec03__lay02-item:last-child {
  margin-bottom: 0
}

.sec03__lay02-item-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 767px) {
  .sec03__lay02-item-inr {
    display: block
  }
}

.sec03__lay02-item-img {
  width: 50%
}

.sec03__lay02-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width: 767px) {
  .sec03__lay02-item-img {
    width: 100%
  }
}

.sec03__lay02-item-txt {
  width: 50%;
  position: relative;
  padding: 0 10px 30px
}

@media screen and (max-width: 767px) {
  .sec03__lay02-item-txt {
    width: 100%;
    padding: 0
  }
}

.sec03__lay02-type {
  width: auto;
  padding: 0 15px
}

.sec03__lay02-item-list {
  max-width: 325px;
  margin: 0 auto;
  padding-top: 80px
}

@media screen and (max-width: 767px) {
  .sec03__lay02-item-list {
    padding: 80px 20px 30px
  }
}

.sec03__lay02-item-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px
}

@media screen and (max-width: 767px) {
  .sec03__lay02-item-cell {
    padding-bottom: 10px
  }
}

.sec03__lay02-item-cell:last-child {
  padding-bottom: 0
}

.sec03__lay02-item-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E60039;
  text-align: center;
  line-height: 30px;
  font-family: "Fugaz One", cursive;
  color: #fff;
  margin-right: 15px
}

.sec03__lay02-item-numtxt {
  width: calc(100% - 45px)
}

.sec03__lay03-grid {
  margin-bottom: 50px
}

.sec03__lay03-grid:last-child {
  margin-bottom: 0
}

.sec03__lay03-type {
  position: relative;
  width: 180px;
  margin-bottom: 30px
}

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

.sec03__lay03-cell,
.sec03__lay03-cell--long {
  width: calc(90% / 3);
  font-size: 1.4rem;
  margin-left: 1em;
  text-indent: -1em
}

@media screen and (max-width: 767px) {

  .sec03__lay03-cell,
  .sec03__lay03-cell--long {
    width: 100%
  }
}

.sec03__lay03-cell--long {
  width: 66%
}

@media screen and (max-width: 767px) {
  .sec03__lay03-cell--long {
    width: 100%
  }
}

.sec03__box:nth-of-type(1) .sec03__top {
  margin: 60px 0 80px
}

@media screen and (max-width: 767px) {
  .sec03__box:nth-of-type(1) .sec03__top {
    margin: 60px 0 50px
  }
}

.sec03__box:nth-of-type(1) .sec03__top-img:before {
  background-image: url(../img/sec03_01-01.png)
}

.sec03__box:nth-of-type(2) .sec03__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.sec03__box:nth-of-type(2) .sec03__top-txt {
  width: 425px
}

@media screen and (max-width: 767px) {
  .sec03__box:nth-of-type(2) .sec03__top-txt {
    width: 100%
  }
}

.sec03__box:nth-of-type(2) .sec03__top-img {
  width: calc(96% - 425px)
}

@media screen and (max-width: 767px) {
  .sec03__box:nth-of-type(2) .sec03__top-img {
    width: 100%;
    left: auto;
    right: -10%
  }
}

.sec03__box:nth-of-type(2) .sec03__top-img:before {
  background-image: url(../img/sec03_02-01.png);
  left: 0;
  right: auto
}

.sec03__box:nth-of-type(2) .sec03__top-img:after {
  left: 40px;
  right: auto
}

.sec03__box:nth-of-type(3) .sec03__top-img:before {
  background-image: url(../img/sec03_03-01.png)
}

.js-course_link {
  color: #E60039;
  padding-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #E60039;
  font-weight: bold
}

.sec04 {
  padding: 100px 0 120px
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 60px 0 80px
  }
}

.sec04__top-txt {
  text-align: center;
  padding: 40px 0 60px
}

@media screen and (max-width: 767px) {
  .sec04__top-txt {
    padding: 30px 0 40px
  }
}

.sec04__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 767px) {
  .sec04__item {
    display: block
  }
}

.sec04__item:nth-of-type(1) {
  margin-bottom: 75px
}

.sec04__item:nth-of-type(1) .sec04__box {
  margin-top: 150px
}

@media screen and (max-width: 767px) {
  .sec04__item:nth-of-type(1) .sec04__box {
    margin-top: 0
  }
}

.sec04__item:nth-of-type(2) .sec04__box {
  margin-top: 65px
}

@media screen and (max-width: 767px) {
  .sec04__item:nth-of-type(2) .sec04__box {
    margin-top: 0
  }
}

.sec04__img {
  width: 50%
}

@media screen and (max-width: 767px) {
  .sec04__img {
    width: 100%;
    text-align: center
  }
}

.sec04__box {
  width: 50%;
  border: 1px solid #E60039;
  padding: 40px 50px 50px 50px;
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .sec04__box {
    width: 100%;
    padding: 30px 40px 40px 40px
  }
}

.sec04__job {
  font-size: 1.2rem;
  font-weight: bold;
  color: #E60039
}

.sec04__name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E60039;
  padding-bottom: 20px
}

.sec04__name span {
  font-size: 1.2rem;
  padding-left: 3px
}

.sec05 {
  padding: 80px 0 85px;
  background-color: #F7F7F7
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 60px 0 100px
  }
}

.sec05__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 60px
}

@media screen and (max-width: 767px) {
  .sec05__grid {
    display: block;
    padding-top: 40px
  }
}

.sec05__item {
  width: calc(95% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width: 767px) {
  .sec05__item {
    width: 100%;
    margin-bottom: 50px
  }
}

@media screen and (max-width: 767px) {
  .sec05__item:last-child {
    margin-bottom: 0
  }
}

.sec05__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.sec05__ttl-jp {
  color: #E60039;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px
}

.sec05__box {
  border: 1px solid #E60039;
  background-color: #fff;
  height: 100%
}

.sec05__box:after {
  z-index: 0
}

.sec05__box-inr {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #fff
}

.sec05__img img {
  width: 100%
}

.sec05__txt-box {
  background-color: #fff;
  padding: 30px 25px 40px
}

@media screen and (max-width: 767px) {
  .sec05__txt-box {
    padding: 20px 20px 30px
  }
}

.sec05__txt {
  padding-bottom: 10px
}

.cv-area {
  background-color: #E60039;
  padding: 90px 0 100px;
  text-align: center;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .cv-area {
    padding: 40px 0 40px
  }
}

.cv-area .content_inr {
  position: relative
}

@media screen and (max-width: 767px) {
  .cv-area .content_inr {
    max-width: 360px;
    margin: 0 auto
  }
}

.cv-area .content_inr:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 611px;
  height: 410px;
  position: absolute;
  top: -90px;
  right: -450px;
  z-index: 0
}

@media screen and (max-width: 767px) {
  .cv-area .content_inr:after {
    top: -48px;
    right: -230px;
    width: 450px
  }
}

.cv-area__top {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1rem
}

@media screen and (max-width: 767px) {
  .cv-area__top {
    font-size: 1.6rem
  }
}

.cv-area__ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
  padding-bottom: 20px;
  letter-spacing: 0.1rem
}

@media screen and (max-width: 767px) {
  .cv-area__ttl {
    font-size: 2.6rem;
    line-height: 1.4
  }
}

.cv-area__btn {
  position: relative;
  z-index: 5;
  background-color: #FFF600;
  -webkit-box-shadow: 0px 6px 0px 0px #AEB411;
  box-shadow: 0px 6px 0px 0px #AEB411;
  -webkit-transition: all .2s;
  transition: all .2s
}

.cv-area__btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #AEB411;
  box-shadow: 0px 1px 0px 0px #AEB411;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all .2s;
  transition: all .2s
}

.cv-area__btn:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 211px;
  height: 241px;
  position: absolute;
  top: -91px;
  right: -44px
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .cv-area__btn:after {
    width: 180px;
    height: 200px;
    top: -36px;
    right: -36px
  }
}

@media screen and (max-width: 767px) {
  .cv-area__btn:after {
    width: 120px;
    height: 130px;
    top: -25px;
    right: -18px
  }
}

.cv-area__btn a {
  width: 100%;
  height: 105px;
  color: #000;
  font-weight: 900;
  font-size: 3.3rem;
  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;
  position: relative;
  z-index: 20
}

@media screen and (max-width: 767px) {
  .cv-area__btn a {
    font-size: 1.8rem;
    height: 70px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px
  }
}

.cv-area__btn p {
  position: relative;
  padding: 0 40px 0 80px;
  letter-spacing: 0.3rem
}

@media screen and (max-width: 767px) {
  .cv-area__btn p {
    padding: 0 25px 0 38px;
    letter-spacing: 0.1rem;
    margin-left: 15px
  }
}

.cv-area__btn p:before {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_btn-data_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: 0
}

@media screen and (max-width: 767px) {
  .cv-area__btn p:before {
    width: 28px;
    top: 6px
  }
}

.cv-area__btn p:after {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_arrow_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 24px;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0
}

@media screen and (max-width: 767px) {
  .cv-area__btn p:after {
    width: 18px
  }
}

.footer__main {
  background-color: #fff;
  text-align: center;
  padding: 30px 10px
}

.footer__copy {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px
}

.sp-cv {
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}

.sp-cv a {
  width: 100%;
  height: 60px;
  font-size: 1.6rem
}

.sp-cv a:after {
  top: 25px;
  right: 25px
}

@media screen and (max-width: 767px) {
  .sp-cv {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50
  }
}

@media screen and (max-width: 767px) {
  .sp-cv--moved {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.sec05__ttl-jp {
  font-size: 1.5rem;
}

.sec05__item:nth-child(n+3) {
  margin-top: 50px;
}

.sec05__grid {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec05__ttl-jp {
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

.logo_new {
  width: 100%;
}

.logo_new img {
  width: 300px;
  vertical-align: middle;
}

.white.background {
  background-color: #ffffff;
}

.all_header {
  padding: 20px 40px;
}

@media screen and (max-width: 800px) {
  .all_header {
    padding: 10px 20px;
  }

  .logo_new img {
    width: 240px;
  }

}




@media screen and (max-width: 767px) {
  .mv__msg {
    bottom: -160px;
  }

  .mv__ttl {
    padding: 15px 0 0px 0px;
  }


}


.sec02__box-ttl {
  display: block;
}

.sec05__add {
  padding-bottom: 10px;
}


.sec02__grid {
  max-width: 845px;
}

.sec02__box {
  border: 1px solid #E60039;
  width: 192px;
  height: 162px;
  margin: 0 9px 25px;
  text-align: center;
  background: #fff;
  padding: 20px 10px 15px 10px;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .sec02__grid {
    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;
    max-width: 745px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .sec02__grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec02__box {
    width: calc(96% / 2);
    height: 85px;
    margin: 0 0 10px 0;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


.cv-area__btn_wrap {
  display: flex;
  justify-content: space-between;
}

.cv-area__btn {
  width: 48%;
}

.cv-area__btn a {
  font-size: 2.8rem;
  height: 90px;
}

.cv-area__btn p:before {
  top: 0;
}

.cv-area__btn02 p:before {
  content: '';
  display: inline-block;
  background-image: url(../img/icon_btn-data02_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: 0;
}


@media screen and (max-width: 767px) {


  .content_inr {
    width: 100%;
    max-width: 365px;
  }

  .cv-area__btn {
    width: 49%;
  }

  .cv-area__btn02 {
    width: 49%;
  }

  .cv-area__btn a {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 50px;
  }

  .cv-area__btn p {
    padding: 0;
    padding-left: 20px;
    letter-spacing: normal;
  }

  .cv-area__btn p:before {
    top: -4px;
    left: -14px;
  }

  .cv-area {
    padding: 40px 0 20px;
  }

  .cv-area__btn02 p {
    padding: 0;
    padding-left: 40px;
    letter-spacing: normal;
  }

  .cv-area__btn02 p:before {
    width: 33px;
    top: -4px;
    left: -4px;
  }

  .cv-area__btn p:after {
    display: none;
  }

}

/* 20240114追加 回遊ボタン */
.cont-link {
  padding-top: 40px;
  margin-bottom: 60px;
}

.cont-link-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.cont-link-txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}

.cont-link-txt >span {
  background: linear-gradient(transparent 60%, #FFFB99 60%);
  font-weight: bold;
}

.cont-link-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0 40px;
  background: #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  line-height: 1.3;
  transform: translateX(-50%);
}

.cont-link-ttl >.small {
  font-size: 17px;
  font-weight: bold;
}

.cont-link-box {
  border: 3px solid #E3E3E3;
  padding: 70px 20px 40px;
  position: relative;
}

.cont-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-link-list >li +li {
  margin-left: 20px;
}

.cont-link-btn {
  display: block;
  width: 291px;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 13px 10px 10px;
  font-weight: bold;
  line-height: 1.4;
  transition: .3s;
  color: #333;
  background-color: #FFF600;
  -webkit-box-shadow: 0px 6px 0px 0px #AEB411;
  box-shadow: 0px 6px 0px 0px #AEB411;
}

.cont-link-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #AEB411;
  box-shadow: 0px 1px 0px 0px #AEB411;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all .2s;
  transition: all .2s
}

.cont-link-btn >.small {
  font-size: 12px;
}

.cont-link-btn::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .cont-link {
      padding-top: 10px;
      padding-bottom: 0;
      margin-bottom: 40px;
  }
  .cont-link-list {
    display: block;
  }
  .cont-link-list >li +li {
    margin-left: 0;
    margin-top: 15px;
  }
  .cont-link-ttl {
    white-space: nowrap;
    font-size: 18px;
    padding: 0 15px;
    top: -30px;
  }
  .cont-link-ttl >.small {
    font-size: 15px;
  }
  .cont-link-btn {
    width: 100%;
  }
  .cont-link-txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .cont-link-box {
    padding: 40px 20px 20px;
  }
}
