@charset "UTF-8";
/* *************************************************************************************
/*+  setting  +*************************************************************************
/************************************************************************************* */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
/* *************************************************************************************
/*+  base  +****************************************************************************
/************************************************************************************* */
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;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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%;
  text-decoration: none;
  background: transparent;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 900 !important;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------ SET --*/
@media screen and (min-width: 768px) {
  .pcv {
    display: block !important;
  }

  img.pcv {
    display: inline !important;
  }

  .spv {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }

  .spv {
    display: block !important;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
}
/* *************************************************************************************
/*+  common  +**************************************************************************
/************************************************************************************* */
html {
  font-size: 62.5%;
  /*@media screen and (max-width:1080px) {
  	font-size: vw(10,1080);
  }*/
}
@media screen and (max-width: 1120px) {
  html {
    font-size: 0.8928571429vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6666666667;
  font-weight: 400;
  text-align: left;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#foot-btn {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .2s ease-out all;
}
@media screen and (min-width: 768px) {
  #foot-btn {
    bottom: -210px;
  }
}
@media screen and (max-width: 767px) {
  #foot-btn {
    bottom: -28vw;
  }
}
#foot-btn.disp {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #foot-btn .inner {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #foot-btn .inner {
    padding: 1.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  #foot-btn .btn > a::after {
    height: 17.6470588235%;
  }
}
@media screen and (max-width: 767px) {
  #foot-btn .btn > a::after {
    width: 11.2vw;
    height: 4vw;
    bottom: 5.8666666667vw;
    right: 5.8666666667vw;
  }
}

#container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP', -apple-system, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container {
    padding: 0;
    margin: 0;
    width: 100% !important;
    min-width: 320px !important;
  }
}

.inner {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1121px) {
  .inner {
    width: 1080px;
  }
}
@media screen and (max-width: 1120px) {
  .inner {
    margin: auto 1.7857142857%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 0;
    width: auto;
  }
}

.btn {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 85.1851851852%;
  }
  #catalog-set .btn {
    width: 67.5925925926%;
  }
  #catalog-set .btn > a::after {
    width: 10.9589041096%;
    height: 7.2639225182%;
    bottom: 10.6537530266%;
    right: 5.7534246575%;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 97.3333333333vw;
  }
}
.btn > a {
  display: block;
  position: relative;
}
.btn > a::after {
  content: '';
  background: url(../images/icon-bullet.png) no-repeat 50% 50%/contain;
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .btn > a::after {
    width: 9.1304347826%;
    height: 13.8248847926%;
    bottom: 14.7465437788%;
    right: 3.9130434783%;
  }
}
@media screen and (max-width: 767px) {
  .btn > a::after {
    width: 11.2vw;
    height: 4vw;
    bottom: 5.8666666667vw;
    right: 5.8666666667vw;
  }
}
.btn > a:hover::after {
  animation: anim .4s ease forwards;
}
@keyframes anim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}
.marker {
  background-repeat: repeat-x;
  background-size: 200% 1.2em;
  background-position: 0 .2em;
  transition: background-position 2s ease;
}
.marker.disp {
  background-position: -100% .2em;
  transition-delay: 0.5s;
}

a img {
  transition: .4s ease-out;
}

a:hover img {
  opacity: 0.8;
}

.bg-white {
  background: #fff;
}

.txt-bold {
  font-weight: bold;
}
.txt-green {
  color: #52a956;
}

.notes > li {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .notes > li {
    font-size: 0.9rem;
    line-height: 1.3333333333;
  }
}

.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeup.disp {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}

/*------------------------------------------------------------------------------ visual --*/
#visual {
  background: #ddeedf;
  position: relative;
  width: 100%;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  #visual {
    padding-bottom: 4vw;
  }
}

.simple-header__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__in {
    height: 65px;
  }
}

.simple-header__lg {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}

.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 37px;
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}

.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}

@media screen and (min-width: 768px) {
  #visual .tamahiyo {
    position: absolute;
    bottom: 10%;
    left: 3.7037037037%;
  }
}

/*------------------------------------------------------------------------------ tamahiyo --*/
.tamahiyo {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .tamahiyo {
    width: 27.7777777778em;
  }
}
@media screen and (max-width: 767px) {
  .tamahiyo {
    width: 82.6666666667vw;
  }
}
.tamahiyo dl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tamahiyo dl {
    flex-basis: 22.4%;
  }
}
@media screen and (max-width: 767px) {
  .tamahiyo dl {
    flex-basis: 18.2666666667vw;
  }
}
.tamahiyo dl dt {
  color: #6a7b7a;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tamahiyo dl dt {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .tamahiyo ul {
    flex-basis: 72%;
  }
}
@media screen and (max-width: 767px) {
  .tamahiyo ul {
    flex-basis: 60vw;
  }
}

/*------------------------------------------------------------------------------ catalog --*/
.catalog {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .catalog .inner {
    padding: 2.4074074074% 0 1.4814814815%;
  }
}
@media screen and (max-width: 767px) {
  .catalog .inner {
    padding: 5.3333333333vw 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .catalog#catalog-set .inner {
    padding: 4.6296296296% 0 0;
  }
}
.catalog#catalog-set .title {
  text-align: center;
}
.catalog#catalog-set .title h2 {
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .catalog#catalog-set .title h2 {
    width: 78.1481481481%;
  }
}
@media screen and (max-width: 767px) {
  .catalog#catalog-set .title h2 {
    margin-bottom: 1.2em;
    width: 70.4vw;
  }
}

/*------------------------------------------------------------------------------ section --*/
.section-bg::before {
  width: 100%;
  height: 10px;
  content: '';
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-bg::before {
    height: 2.6666666667vw;
  }
}

/*------------------------------------------------------------------------------ intro --*/
#intro {
  background: #f4fcf5;
}
#intro .inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #intro .inner {
    padding-top: 4.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  #intro .inner {
    padding-top: 5.3333333333vw;
  }
}
#intro .balloon {
  margin: 0 auto 2%;
  transform: translateX(-20%);
}
@media screen and (min-width: 768px) {
  #intro .balloon {
    width: 37.037037037%;
  }
}
@media screen and (max-width: 767px) {
  #intro .balloon {
    width: 61.2vw;
  }
}
#intro h2 {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  #intro h2 {
    width: 91.0185185185%;
  }
}
#intro .text {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #intro .text {
    width: 70.2777777778%;
  }
}

/*------------------------------------------------------------------------------ point --*/
#point {
  background: #f4fcf5;
}
#point::before {
  background-image: url(../images/point-line.png);
}
@media screen and (min-width: 768px) {
  #point .inner {
    padding: 4.1666666667% 0;
  }
}
@media screen and (max-width: 767px) {
  #point .inner {
    padding: 8vw 2.6666666667vw;
  }
}
#point h2 {
  margin: 0 auto 6%;
}
@media screen and (min-width: 768px) {
  #point h2 {
    width: 70.9259259259%;
  }
}
@media screen and (max-width: 767px) {
  #point h2 {
    margin-bottom: 4%;
    width: 77.6vw;
  }
}
@media screen and (min-width: 768px) {
  #point .outline ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #point .outline ul > li {
    margin-bottom: 2%;
    flex-basis: 47.8703703704%;
  }
  #point .outline ul > li:not(:last-of-type):nth-of-type(odd) {
    margin-right: 3.7037037037%;
  }
}
@media screen and (max-width: 767px) {
  #point .outline ul > li {
    margin: 0 auto 4%;
    width: 88.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #point .contents {
    display: flex;
    justify-content: space-between;
  }
}
#point .advisor {
  background: #fff;
  border-radius: 0.5555555556em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #point .advisor {
    flex-basis: 45.1851851852%;
  }
  #point .advisor-inner {
    padding: 6.1475409836%;
  }
}
@media screen and (max-width: 767px) {
  #point .advisor {
    margin-bottom: 16vw;
    border-radius: 1.3333333333vw;
  }
  #point .advisor-inner {
    padding: 2.6666666667vw 4vw 2.6666666667vw 30.6666666667vw;
  }
}
#point .advisor::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #point .advisor::after {
    border-width: 3.2777777778em 0 3.2777777778em 1.6666666667em;
    border-color: transparent transparent transparent #52a956;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #point .advisor::after {
    border-width: 5.3333333333vw 10.6666666667vw 0 10.6666666667vw;
    border-color: #52a956 transparent transparent transparent;
    bottom: -11.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#point .advisor .copy {
  font-size: 1.1111111111em;
}
@media screen and (max-width: 767px) {
  #point .advisor .copy {
    font-size: 0.8571428571em;
    line-height: 1.5;
  }
}
#point .advisor .copy .txt-green {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #point .advisor .copy .txt-green {
    font-size: 1.1666666667em;
  }
}
@media screen and (min-width: 768px) {
  #point .advisor .profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  #point .advisor .profile .image {
    flex-basis: 39.7196261682%;
  }
}
@media screen and (max-width: 767px) {
  #point .advisor .profile .image {
    width: 22.6666666667vw;
    position: absolute;
    top: 2.6666666667vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #point .advisor .profile .text {
    flex-basis: 53.738317757%;
  }
}
@media screen and (max-width: 767px) {
  #point .advisor .profile .text dt {
    font-size: 0.8571428571em;
  }
}
@media screen and (min-width: 768px) {
  #point .advisor .profile .text dd {
    font-size: 0.7777777778em;
  }
}
@media screen and (max-width: 767px) {
  #point .advisor .profile .text dd {
    font-size: 0.7142857143em;
  }
}
#point .summary {
  position: relative;
}
@media screen and (min-width: 768px) {
  #point .summary {
    flex-basis: 45.1851851852%;
  }
}
@media screen and (max-width: 767px) {
  #point .summary {
    margin: 0 2.6666666667vw;
    padding-bottom: 8vw;
  }
}
#point .summary .text {
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  #point .summary .text {
    font-size: 0.8571428571em;
  }
}
#point .summary .text .txt-green {
  font-size: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  #point .summary .text .txt-green {
    font-size: 1.25em;
  }
}
#point .summary .image {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  #point .summary .image {
    width: 36.4754098361%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #point .summary .image {
    width: 29.3333333333vw;
    top: 0;
  }
}

/*------------------------------------------------------------------------------ tamahiyo --*/
#tamahiyo {
  background: #f8f8f8;
}
#tamahiyo::before {
  background-image: url(../images/tamahiyo-line.png);
}
@media screen and (min-width: 768px) {
  #tamahiyo .billboard {
    background: #f4edee;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #tamahiyo .billboard .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #tamahiyo .billboard .inner {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #tamahiyo .billboard .inner .text {
    flex-basis: 50%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #tamahiyo .billboard .inner .text .tamahiyo {
    position: absolute;
    bottom: 7.1428571429%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #tamahiyo .billboard .inner .text .tamahiyo {
    margin-top: 5.3333333333vw;
  }
}
#tamahiyo .billboard .inner .image {
  flex-basis: 50%;
  position: relative;
}
#tamahiyo .billboard .inner .image img {
  width: 126.4814814815%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #tamahiyo .contents .inner {
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  #tamahiyo .contents .inner {
    padding: 0 2.6666666667vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  #tamahiyo .contents .inner .point {
    padding: 2.7777777778% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tamahiyo .contents .inner .point:not(:last-of-type) {
    border-bottom: 1px solid #da8d97;
  }
  #tamahiyo .contents .inner .point:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #tamahiyo .contents .inner .point .title {
    flex-basis: 50%;
  }
  #tamahiyo .contents .inner .point .text {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  #tamahiyo .contents .inner .point {
    padding: 2.6666666667vw 0;
  }
  #tamahiyo .contents .inner .point .title {
    margin-bottom: 2.6666666667vw;
  }
}

/*------------------------------------------------------------------------------ support --*/
#support {
  background: #f8f8f8;
}
#support::before {
  background-image: url(../images/support-line.png);
}
@media screen and (min-width: 768px) {
  #support .billboard {
    background: #e8f2f3;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #support .billboard .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #support .billboard .inner .text {
    flex-basis: 50%;
  }
}
#support .billboard .inner .image {
  flex-basis: 50%;
  position: relative;
}
#support .billboard .inner .image img {
  width: 126.4814814815%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
#support .outline {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #support .outline .inner {
    padding: 2.7777777778%;
  }
}
@media screen and (max-width: 767px) {
  #support .outline .inner {
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #support .outline p {
    margin: auto;
    width: 61.2037037037%;
  }
}
@media screen and (min-width: 768px) {
  #support .contents .inner {
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  #support .contents .inner {
    padding: 4vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #support .contents .inner .theme {
    padding: 2.7777777778% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #support .contents .inner .theme:not(:last-of-type) {
    border-bottom: 1px solid #00a4b4;
  }
  #support .contents .inner .theme:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #support .contents .inner .theme .title {
    flex-basis: 50%;
  }
  #support .contents .inner .theme .text {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  #support .contents .inner .theme {
    padding: 4vw 0;
  }
  #support .contents .inner .theme .title {
    margin-bottom: 4vw;
  }
}

/*------------------------------------------------------------------------------ footer --*/
footer {
  position: relative;
  width: 100%;
  padding: 32px 0 28px;
}
footer .footer-inner {
  position: relative;
  min-width: 840px;
  margin: 0 auto;
  text-align: center;
}
footer .footer__logo {
  width: 180px;
  margin: 0 auto;
}
footer .footer__logo img {
  width: 100%;
  height: auto;
}
footer .copyright {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 24px 0 0;
}
footer .footer__lower {
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}
footer .footer__lower li {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  padding: 0 10px;
  border-right: 1px solid #428cca;
}
footer .footer__lower li:last-child {
  border-right: none;
}
footer .footer__lower a:after {
  content: '';
  display: inline-block;
  background: url(../img/icon-link01.png) no-repeat top right;
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.l-footer {
  padding: 60px 0;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 17.33333% 6.66667%;
  }
}
.l-footer__logo {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url("/common/images/logo_gs_footer03.png") no-repeat;
  background-size: contain;
}
.l-footer__nav {
  margin-top: 50px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 10.76923%;
  }
}
.l-footer__nav > li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li {
    display: block;
    margin: 3.07692% 0 0;
    font-size: 3.46667vw;
  }
}
.l-footer__nav > li > a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    padding-right: 4.76923%;
  }
}
.l-footer__nav > li > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 9px;
  background: url(../images/icon-window.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li > a::before {
    top: 0;
    width: 3.2vw;
    height: auto;
    margin-top: 0.66667vw;
    padding-top: 2.4vw;
  }
}
.l-footer__nav > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li:first-child {
    margin-top: 0;
  }
}
.l-footer__copyright {
  margin-top: 50px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10.76923%;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  body.pc .l-footer__nav > li > a:hover,
  body.pc .l-footer__nav > li > a:active {
    opacity: 0.65;
  }
}
