@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
.scale img {
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.scale img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*
使い方
div {
 @include flexbox();
 }
*/
/*
使い方
div {
 @include flex(1, 2);
 }
*/
/*
使い方
div {
 @include flex-order(3);
 }
*/
/*
使い方
div {
 @include flex-order(3);
 }
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

html, 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, figcaption {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(148, 34, 67, 0.2);
  height: 100%;
  -ms-touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: loaded 0.5s ease 1s;
  -moz-animation: loaded 0.5s ease 1s;
  animation: loaded 0.5s ease 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

html,
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  background: #fff;
  position: relative;
}

@-webkit-keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main,
#main,
section {
  display: block;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(120, 126, 122, 0.3);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ffs {
  font-feature-settings: 'palt' 1;
}

.safari .ffs {
  font-feature-settings: 'pkna' 1;
}

img {
  vertical-align: bottom;
}

/* item align
------------------------------------------------------------------------------------------------------------- */
.cmn_layoutAlign-left {
  text-align: left !important;
}

.cmn_layoutAlign-center {
  text-align: center !important;
}

.cmn_layoutAlign-right {
  text-align: right !important;
}

.cmn_layoutVertical-top,
.cmn_layoutVertical-top th,
.cmn_layoutVertical-top td {
  vertical-align: top !important;
}

.cmn_layoutVertical-middle,
.cmn_layoutVertical-middle th,
.cmn_layoutVertical-middle td {
  vertical-align: middle !important;
}

.cmn_layoutVertical-bottom,
.cmn_layoutVertical-bottom th,
.cmn_layoutVertical-bottom td {
  vertical-align: bottom !important;
}

/* display
------------------------------------------------------------------------------------------------------------- */
.cmn_display-inline {
  display: inline !important;
}

.cmn_display-inlineBlock {
  display: inline-block !important;
}

.cmn_display-table {
  display: table !important;
}
.cmn_display-table > div {
  display: table-cell;
}

/* item is
------------------------------------------------------------------------------------------------------------- */
.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

/* letter spacing
------------------------------------------------------------------------------------------------------------- */
.cmn_letterSp-ll {
  letter-spacing: 0.2em;
}
.cmn_letterSp-ll.cmn_layoutAlign-center {
  text-indent: 0.2em;
}

.cmn_letterSp-l {
  letter-spacing: 0.1em;
}
.cmn_letterSp-l.cmn_layoutAlign-center {
  text-indent: 0.1em;
}

.cmn_letterSp-mm {
  letter-spacing: 0.075em;
}
.cmn_letterSp-mm.cmn_layoutAlign-center {
  text-indent: 0.075em;
}

.cmn_letterSp-m {
  letter-spacing: 0.05em;
}
.cmn_letterSp-m.cmn_layoutAlign-center {
  text-indent: 0.05em;
}

.cmn_letterSp-s {
  letter-spacing: 0.025em;
}
.cmn_letterSp-s.cmn_layoutAlign-center {
  text-indent: 0.025em;
}

.cmn_letterSp-0 {
  letter-spacing: 0;
}
.cmn_letterSp-0.cmn_layoutAlign-center {
  text-indent: 0;
}

@media (min-width: 768px) {
  .cmn_letterSp-ll {
    letter-spacing: 0.4em;
  }
  .cmn_letterSp-ll.cmn_layoutAlign-center {
    text-indent: 0.4em;
  }

  .cmn_letterSp-l {
    letter-spacing: 0.2em;
  }
  .cmn_letterSp-l.cmn_layoutAlign-center {
    text-indent: 0.2em;
  }

  .cmn_letterSp-mm {
    letter-spacing: 0.15em;
  }
  .cmn_letterSp-mm.cmn_layoutAlign-center {
    text-indent: 0.15em;
  }

  .cmn_letterSp-m {
    letter-spacing: 0.1em;
  }
  .cmn_letterSp-m.cmn_layoutAlign-center {
    text-indent: 0.1em;
  }

  .cmn_letterSp-s {
    letter-spacing: 0.05em;
  }
  .cmn_letterSp-s.cmn_layoutAlign-center {
    text-indent: 0.05em;
  }

  .cmn_letterSp-0 {
    letter-spacing: 0;
  }
  .cmn_letterSp-0.cmn_layoutAlign-center {
    text-indent: 0;
  }
}
/* configs
--------------------------------------------------------- */
/* grid
--------------------------------------------------------- */
.grid {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.35em;
}
.grid--right {
  text-align: right;
}
.grid--center {
  text-align: center;
}
.grid--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.grid--justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.grid--middle .grid__col {
  vertical-align: middle;
}
.grid--top .grid__col {
  vertical-align: top;
}
.grid--bottom .grid__col {
  vertical-align: bottom;
}
.grid__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  word-wrap: break-word;
}
.grid__col--middle {
  vertical-align: middle;
}
.grid__col--top {
  vertical-align: top;
}
.grid__col--bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .grid--gutters .grid__col {
    margin-left: 2%;
  }
  .grid--gutters .grid__col:first-child {
    margin-left: 0;
  }
  .grid__col {
    display: inline-block;
    width: auto;
  }
  .grid__col--1 {
    width: 8.33333%;
  }
  .grid__col--2 {
    width: 16.66667%;
  }
  .grid__col--3 {
    width: 25%;
  }
  .grid__col--4 {
    width: 33.33333%;
  }
  .grid__col--5 {
    width: 41.66667%;
  }
  .grid__col--6 {
    width: 50%;
  }
  .grid__col--7 {
    width: 58.33333%;
  }
  .grid__col--8 {
    width: 66.66667%;
  }
  .grid__col--9 {
    width: 75%;
  }
  .grid__col--10 {
    width: 83.33333%;
  }
  .grid__col--11 {
    width: 91.66667%;
  }
  .grid__col--12 {
    width: 100%;
  }
  .grid__offset--1 {
    margin-right: 8.33333%;
  }
  .grid__offset--2 {
    margin-right: 16.66667%;
  }
  .grid__offset--3 {
    margin-right: 25%;
  }
  .grid__offset--4 {
    margin-right: 33.33333%;
  }
  .grid__offset--5 {
    margin-right: 41.66667%;
  }
  .grid__offset--6 {
    margin-right: 50%;
  }
  .grid__offset--7 {
    margin-right: 58.33333%;
  }
  .grid__offset--8 {
    margin-right: 66.66667%;
  }
  .grid__offset--9 {
    margin-right: 75%;
  }
  .grid__offset--10 {
    margin-right: 83.33333%;
  }
  .grid__offset--11 {
    margin-right: 91.66667%;
  }
  .grid__offset--12 {
    margin-right: 100%;
  }
  .grid--gutters .grid__col--1 {
    width: 6.5%;
  }
  .grid--gutters .grid__col--2 {
    width: 15%;
  }
  .grid--gutters .grid__col--3 {
    width: 23.5%;
  }
  .grid--gutters .grid__col--4 {
    width: 32%;
  }
  .grid--gutters .grid__col--5 {
    width: 40.5%;
  }
  .grid--gutters .grid__col--6 {
    width: 49%;
  }
  .grid--gutters .grid__col--7 {
    width: 57.5%;
  }
  .grid--gutters .grid__col--8 {
    width: 66%;
  }
  .grid--gutters .grid__col--9 {
    width: 74.5%;
  }
  .grid--gutters .grid__col--10 {
    width: 83%;
  }
  .grid--gutters .grid__col--11 {
    width: 91.5%;
  }
  .grid--gutters .grid__col--12 {
    width: 100%;
  }
  .grid--gutters .grid__offset--1 {
    margin-right: 8.5%;
  }
  .grid--gutters .grid__offset--2 {
    margin-right: 17%;
  }
  .grid--gutters .grid__offset--3 {
    margin-right: 25.5%;
  }
  .grid--gutters .grid__offset--4 {
    margin-right: 34%;
  }
  .grid--gutters .grid__offset--5 {
    margin-right: 42.5%;
  }
  .grid--gutters .grid__offset--6 {
    margin-right: 51%;
  }
  .grid--gutters .grid__offset--7 {
    margin-right: 59.5%;
  }
  .grid--gutters .grid__offset--8 {
    margin-right: 68%;
  }
  .grid--gutters .grid__offset--9 {
    margin-right: 76.5%;
  }
  .grid--gutters .grid__offset--10 {
    margin-right: 85%;
  }
  .grid--gutters .grid__offset--11 {
    margin-right: 93.5%;
  }
  .grid--gutters .grid__offset--12 {
    margin-right: 100%;
  }
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.txtEn-type01 {
  font-family: 'Roboto Condensed','Arial Narrow', sans-serif;
}

.txtEn-type02 {
  font-family: 'Roboto','Arial', sans-serif;
}

#headerArea {
  position: relative;
  width: 100%;
  min-width: 1274px;
  text-align: center;
}
#headerArea .hd-inner {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1274px;
}
#headerArea .hd-block01 {
  margin: 0 auto;
}
#headerArea .hd-block01_item01 {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
#headerArea .hd-block01_item02 {
  margin: 10px auto 0;
  width: 374px;
  height: 24px;
}
#headerArea .hd-block01_item03 {
  margin: 15px auto 0;
  padding: 20px 40px 15px 45px;
  border: #000 solid 10px;
  display: inline-block;
  line-height: 1;
}
#headerArea .hd-block01_item03 .txtEn-type01 {
  display: block;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  white-space: nowrap;
}
#headerArea .hd-block01_item03 .txtEn-type02 {
  margin-top: -3px;
  display: block;
  padding-right: 0.6em;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#headerArea .hd-block01_item04 {
  margin: 50px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-animation: opactiyHead 1s ease-out 1.1s;
  -moz-animation: opactiyHead 1s ease-out 1.1s;
  animation: opactiyHead 1s ease-out 1.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#headerArea .hd-block02 {
  margin: 45px auto 0;
  width: 1274px;
  background: url(../img/profile_bg.png) repeat-y 50% top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}
#headerArea .hd-block02 > div {
  width: 600px;
}
#headerArea .hd-block02_profileWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}
#headerArea .hd-block02_profileWrap-t {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#headerArea .hd-block02_photoArea {
  width: 40%;
  max-width: 233px;
  -webkit-animation: opactiyHead 1s ease-out 1.5s;
  -moz-animation: opactiyHead 1s ease-out 1.5s;
  animation: opactiyHead 1s ease-out 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#headerArea .hd-block02_photoArea img {
  width: 100%;
  height: auto;
}
#headerArea .hd-block02_txtArea {
  width: 60%;
  max-width: 404px;
  padding: 0 20px 10px;
  -webkit-animation: opactiyHead 1s ease-out 1.3s;
  -moz-animation: opactiyHead 1s ease-out 1.3s;
  animation: opactiyHead 1s ease-out 1.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#headerArea .hd-block02_txt01 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
#headerArea .hd-block02_item01 {
  width: 31px;
  height: 31px;
  margin-left: 10px;
  vertical-align: -5px;
}
#headerArea .hd-block02_txt02 {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}
#headerArea .hd-block02_btn {
  margin: 30px auto 0;
}
#headerArea .hd-block02_profileWrap-t .hd-block02_item01 {
  vertical-align: -2px;
}
#headerArea .hd-block03 {
  margin: 25px auto 0;
  max-width: 1274px;
  text-align: center;
}
#headerArea .hd-block03_item01 {
  margin: 0 auto;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
#headerArea .hd-block03_item01 .txtEn-type01 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 700;
  line-height: 1;
}
#headerArea .hd-block03_item01 img {
  margin: 10px 0 0;
  width: 46px;
  height: 26px;
}
#headerArea .hd-block03_item01:hover img {
  -webkit-animation: btnLocation 1s ease-out infinite;
  -moz-animation: btnLocation 1s ease-out infinite;
  animation: btnLocation 1s ease-out infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes btnLocation {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-moz-keyframes btnLocation {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes btnLocation {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes opactiyHead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opactiyHead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opactiyHead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footerArea {
  margin-top: 225px;
  position: relative;
  width: 100%;
  text-align: center;
  background: #000;
}

.ft-inner {
  margin: 0 auto;
  padding: 20px 0 20px;
}

.ft_item-logo {
  margin: 0 auto;
  width: 225px;
  height: 41px;
}

#footerArea small {
  display: block;
  padding: 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

body.is-open {
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#container {
  z-index: 1;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  padding: 0;
  min-width: 1334px;
  position: relative;
}
#container.is-open {
  min-height: 100vh;
  height: 100vh;
  overflow-y: hidden;
}
#container::before, #container::after {
  z-index: 9999;
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background: #000;
}
#container::before {
  left: 0;
}
#container::after {
  right: 0;
}

#container {
  font-feature-settings: "palt";
}

.safari #container {
  font-feature-settings: "pkna";
}

@media (min-width: 481px) {
  #container.is-open {
    height: 100.1vh;
  }
}
.pc #container.is-open {
  height: 100vh;
}

#mainWrap {
  width: 100%;
  position: relative;
}

.cmn_btn-type01,
.cmn_btn-type02 {
  position: relative;
  display: block;
  background: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  line-height: 1;
  max-width: 280px;
  white-space: nowrap;
  transition: opacity 0.2s ease-out;
}
.cmn_btn-type01:hover,
.cmn_btn-type02:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cmn_btn-type01 .txtEn-type01,
.cmn_btn-type02 .txtEn-type01 {
  letter-spacing: 0.1em;
}
.cmn_btn-type01 .cmn_btn_ic-arrow,
.cmn_btn-type02 .cmn_btn_ic-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 15px;
}
.cmn_btn-type01:hover .cmn_btn_ic-arrow,
.cmn_btn-type02:hover .cmn_btn_ic-arrow {
  -webkit-animation: btn 1s ease-out infinite;
  -moz-animation: btn 1s ease-out infinite;
  animation: btn 1s ease-out infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cmn_btn-type01 {
  border: #de2c2c solid 2px;
  color: #de2c2c;
}

.cmn_btn-type02 {
  border: #06b316 solid 2px;
  color: #06b316;
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-moz-keyframes btn {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes btn {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.sec-inner {
  margin: 98px auto;
  width: 1115px;
  text-align: left;
}

.sec-ttl {
  position: relative;
  text-align: center;
}
.sec-ttl > div {
  margin: 0 auto;
  display: inline-block;
  padding: 0 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.sec-ttl span {
  display: inline-block;
  padding: 0 0.5em;
}
.sec-ttl span:nth-child(1) {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-ttl span:nth-child(2) {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-ttl::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.photoGroup {
  position: relative;
}
.photoGroup > div {
  margin-bottom: 4px;
}
.photoGroup > div .pG_item-box01 {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.photoGroup > div .pG_item-box01 p {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0.5em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -moz-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -ms-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -o-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
}
.photoGroup > div .pG_item-box01 > img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoGroup > div .pG_item-box02 {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.photoGroup > div .pG_item-box02::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: +1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoGroup > div .pG_item-box02 p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0.5em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -moz-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -ms-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  -o-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
}
.photoGroup > div .pG_item-box02 > img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoGroup > div .pG_item-box02 .is-hover p, .photoGroup > div .pG_item-box02:hover p {
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.photoGroup > div .pG_item-box02 .is-hover::after, .photoGroup > div .pG_item-box02:hover::after {
  display: none;
}
.photoGroup > div .pG_item-box01:hover > img,
.photoGroup > div .pG_item-box02:hover > img {
  opacity: 0.7;
}
.photoGroup > div .pG_item-more {
  margin: 0 auto 0;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.06em;
}
.photoGroup > div .pG_item-more img {
  display: inline-block;
  vertical-align: -3px;
  margin: 0 0 0 0.2em;
}

/* タブレット対応用
.touchevents{
	.photoGroup > div .pG_item-box p{
		-webkit-transform: translate(0, 0%);
		transform: translate(0, 0%);
	}
}
*/
.sec-e {
  padding-top: 80px;
}
.sec-e .sec-ttl {
  position: relative;
  color: #de2c2c;
}
.sec-e .sec-ttl::before {
  background: #de2c2c;
}
.sec-e .pG_item-box02::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent rgba(222, 44, 44, 0.8) transparent;
}
.sec-e .pG_item-box02 p {
  background: rgba(222, 44, 44, 0.9);
}

.sec-t {
  padding-top: 80px;
}
.sec-t .sec-ttl {
  position: relative;
  color: #06b316;
}
.sec-t .sec-ttl::before {
  background: #06b316;
}
.sec-t .pG_item-box02::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent rgba(6, 179, 22, 0.8) transparent;
}
.sec-t .pG_item-box02 p {
  background: rgba(6, 179, 22, 0.9);
}

.sec-location {
  padding-top: 80px;
  text-align: center;
}
.sec-location .sec-ttl {
  position: relative;
  color: #000000;
}
.sec-location .sec-ttl > div {
  padding: 0 120px;
}
.sec-location .sec-ttl::before {
  background: #000000;
}
.sec-location .sec-ttl span:nth-child(1) {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-location .location-block01 {
  margin: 110px auto;
  display: table;
  background: url(../img/profile_bg.png) repeat-y 50% top;
}
.sec-location .location-block01 > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 10px;
}
.sec-location .location-block01 > div:nth-child(1) {
  padding-right: 85px;
}
.sec-location .location-block01 > div:nth-child(2) {
  padding-left: 85px;
}
.sec-location .location-block01 a {
  width: 285px;
}
.sec-location .location-block01 a:hover .cmn_btn_ic-arrow {
  -webkit-animation: btn2 1s ease-out infinite;
  -moz-animation: btn2 1s ease-out infinite;
  animation: btn2 1s ease-out infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sec-location .location-block02 {
  margin: 0 auto;
  width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}
.sec-location .location-block02 > div {
  width: 33.1%;
  margin-bottom: 5px;
}
.sec-location .location-block02 .location-block02_box {
  border: #000 solid 2px;
  padding: 20px 20px 80px;
  text-align: center;
  position: relative;
}
.sec-location .location-block02 .location_item-name {
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 314px;
}
.sec-location .location-block02 .location_item-name > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0 15px;
  height: 85px;
}
.sec-location .location-block02 .location_item-name > div img {
  max-height: 70px;
}
.sec-location .location-block02 .location_item-photo {
  margin: 0 auto;
  width: 100%;
  max-width: 314px;
}
.sec-location .location-block02 .location_item-photo img {
  width: 100%;
  height: auto;
}
.sec-location .location-block02 .location_item-txtArea {
  margin: 20px auto 0;
  width: 100%;
  max-width: 314px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.05em;
}
.sec-location .location-block02 .location_item-btnMore {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-align: right;
}
.sec-location .location-block02 .location_item-btnMore a {
  display: inline-block;
  padding: 5px 0 5px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sec-location .location-block02 .location_item-btnMore a:hover {
  opacity: 0.5;
}
.sec-location .location-block02 .location_item-btnMore img {
  vertical-align: -2px;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

@-webkit-keyframes btn2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-moz-keyframes btn2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes btn2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.cmn_btn-pageTop {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
}
.cmn_btn-pageTop:hover {
  opacity: 0.5;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*# sourceMappingURL=main.css.map */
