@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
   max-width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 200;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'NotoSansJapanese';
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/twentyseventeen_child/fonts/NotoSansCJKjp/NotoSansCJKjp-Black.otf) format("opentype");
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body, p, a,h1, h2,h3 {
  font-family: "NotoSansJapanese", "Dosis", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 16px;
}

small {
  font-family: "NotoSansJapanese",sans-serif;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: #000;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectWrap {
  position: relative;
  display: inline-block;
}

.selectWrap select {
  height: 27px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 30px;
}

.selectWrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.spview {
  display: none;
  color: #000;
}

/*####################################################################################
media query　pc-first
####################################################################################*/
/*####################################################################################
container
####################################################################################*/
.container {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .container {
    width: 1200px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-sp-full {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .container-sp-full {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .container-sp-full.is-fixed-page {
    padding-bottom: 0;
    position: relative;
    top: -80px;
  }
}

@media screen and (min-width: 768px) {
  .container.is-pc__wide {
    width: 100%;
    min-width: 1200px;
    padding: 0 40px;
  }
}

.container-blog {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container-blog {
    min-width: 1280px;
  }
}

.content-wrap {
  padding: 40px 0 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-wrap {
    min-width: 1280px;
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .content-wrap:nth-child(2) {
    height: 1008px;
  }
}

.content-wrap:nth-child(odd) {
  background-color: #EBEBEB;
}

.content-wrap:nth-child(odd) .section-Title {
  text-align: right;
}

.content-wrap.is-spfull {
  padding-bottom: 0;
}

.content-wrap.is-fixed-page {
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .content-wrap.is-fixed-page {
    padding: 0;
  }
  .content-wrap.is-fixed-page:nth-last-child(1) {
    padding-bottom: 0;
  }
}

.content-Title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #11AE53;
  font-family: "NotoSansJapanese",sans-serif;
  text-shadow: 20px 20px 26px rgba(0, 0, 0, 0.26);
  word-break: break-all;
  z-index: 2;
  margin: 0;
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .content-Title {
    padding: 64px 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 425px) {
  .main-title{
    font-size: 30px;
  }
}

.content-Title .sub-title{
  display: block;
}

.content-Title .sub-title span {
  font-family: "NotoSansJapanese";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #11AE53;
  letter-spacing: 0.6em;
  padding: 4px 4px 4px 9px;
  text-align: center;
  margin-left: 0;
  display: inline-block;
  position: relative;
  top: -8px;
  -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .content-Title span {
    top: -9px;
  }
  .sub-title span {
    display: block;
    top: 2px;
    left: 1em;
    letter-spacing: 0.1em;
  }
}

.main-title{
  display: block;
}


.btn-defolut {
  width: 155px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 100;
  font-family: "NotoSansJapanese",sans-serif;
  margin: 24px auto 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  letter-spacing: 0.2em;
}

.btn-defolut a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.btn-defolut.gray-btn {
  font-weight: normal;
  color: #BFBFBF;
}

.btn-defolut.gray-btn a {
  color: #BFBFBF;
  border: 1px solid #BFBFBF;
}

.btn-defolut.gray-btn a:hover {
  color: #fff;
  background-color: #11AE53;
  border: #11AE53;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.btn-defolut.is-blog-next {
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .btn-defolut.is-blog-next {
    margin: 0 auto;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .btn-defolut.is-blog-next {
    border: 1px solid #11AE53;
    margin: 56px auto 0;
  }
  .btn-defolut.is-blog-next:hover {
    background-color: #11AE53;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
  .btn-defolut.is-blog-next a {
    color: #11AE53;
  }
  .btn-defolut.is-blog-next a:hover {
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
}

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

.header-background {
  width: 100%;
  height: 95vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  background-image: url(/wp-content/themes/twentyseventeen_child/images/policy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
}

.header-background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.58);
}

.header-background a {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header-background a {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header-background {
    min-width: 1280px;
    width: 100%;
  }
}

.header-background.template-layout {
  height: 0px;
  z-index: 2;
}

.blog-mainvisual {
  height: 240px;
  width: 100%;
  z-index: 1;
  background-image: url(/wp-content/themes/twentyseventeen_child/images/policy.jpg);
  background-position: center;
  background-size: cover;
}

.blog-mainvisual:before {
  content: "";
  width: 100%;
  height: 430px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.58);
}

@media screen and (min-width: 768px) {
  .blog-mainvisual {
    min-width: 1280px;
    height: 360px;
  }
  .blog-mainvisual:before {
    min-width: 1280px;
  }
}

.header-copy {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  z-index: 1;
  font-weight: bold;
  font-size: 5vw;
  position: absolute;
  top: calc(50% - 0.5em);
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .header-copy {
    font-size: 60px;
    left: calc(50% - 524.5px);
  }
}

.blog-mainvisual.is-fixed-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-mainvisual.is-fixed-page {
    min-width: 1280px;
  }
}

.header-logo {
  width: 65%;
  position: absolute;
  top: 24px;
  left: 24px;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 240px;
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 3;
  }
}

.header-logo.is-template {
  width: 120px;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media screen and (min-width: 768px) {
  .header-logo.is-template {
    width: 180px;
    top: 40px;
    left: 40px;
  }
}
.header-logo.is-fixed-page{
  width: 100px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header-logo.is-fixed-page{
    width: 180px;
    top: 32px;
    left: 32px;
  }
}

.header-nav {
  width: 40px;
  height: 40px;
  background-color: #11AE53;
  border-radius: 27px;
  position: fixed;
  z-index: 3;
  top: 24px;
  right: 24px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.26);
}

@media screen and (min-width: 768px) {
  .header-nav {
    width: 54px;
    height: 54px;
    top: 40px;
    right: 40px;
  }
}

.header-nav-inner {
  position: fixed;
  top: 35px;
  right: 31px;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .header-nav-inner {
    position: fixed;
    top: 53px;
    right: 47px;
    width: 40px;
    height: 40px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

  }

}

.header-nav-inner span {
  width: 33px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header-nav-inner span {
    width: 22px;
    height: 1px;
  }
}

.nav-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.menu-outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-inner {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.menu-inner li {
  width: 100%;
  margin-bottom: 1em;
  font-family: "NotoSansJapanese",sans-serif;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.menu-inner li:last-child {
  margin-bottom: 0;
}

.menu-inner li a {
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-inner li a {
    font-size: 26px;
  }
}


.header-nav.is-active {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  border-radius: 0;
  background-color: rgba(17, 174, 83, 0.9);
}

.header-nav.is-active .header-nav-inner {
  position: fixed;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-radius: 27px;
}

@media screen and (min-width: 768px) {
  .header-nav.is-active .header-nav-inner {
    width: 54px;
    height: 54px;
    top: 40px;
    right: 40px;
  }
}

.header-nav.is-active span {
  background-color: #fff;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {

}

.header-nav.is-active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.header-nav.is-active span:nth-child(2) {
  -webkit-transform: translateY(0px) translateX(12px);
      -ms-transform: translateY(0px) translateX(12px);
          transform: translateY(0px) translateX(12px);
  opacity: 0;
}

.header-nav.is-active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header-nav.is-active span:first-child {
    -webkit-transform: translateY(18px) rotate(45deg);
        -ms-transform: translateY(18px) rotate(45deg);
            transform: translateY(18px) rotate(45deg);
  }

  .header-nav.is-active span:nth-child(2) {
    -webkit-transform: translateY(0px) translateX(12px);
        -ms-transform: translateY(0px) translateX(12px);
            transform: translateY(0px) translateX(12px);
    opacity: 0;
  }

  .header-nav.is-active span:nth-child(3) {
    -webkit-transform: translateY(-18px) rotate(-45deg);
        -ms-transform: translateY(-18px) rotate(-45deg);
            transform: translateY(-18px) rotate(-45deg);
  }
}

.header-nav.is-active .nav-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  display: block;
  font-size: 10px;
  color: #fff;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  letter-spacing: 0.2em;
}

.scroll-down:after {
  display: block;
  content: "";
  height: 56px;
  border-left: 1px solid #fff;
  position: relative;
  top: 16px;
  left: calc(50% - 0.5px);
}

.background-copy {
  width: 100%;
  height: 0;
  display: inline-block;
  position: relative;
}
.background-copy p {
  padding: 56px 0;
  position: relative;
  color: #000;
  opacity: 1;
  text-shadow: 20px 20px 26px rgba(255, 255, 255, 0.25);
  word-wrap: break-word;
  text-align: center;
  font-family: "NotoSansJapanese",sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37em;
  letter-spacing: 0.05em;
  font-size:5.5vw;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .background-copy {
    width: 100%;
    height: 0;
    display: inline-block;
    position: relative;
  }
  .background-copy p {
    text-align: justify;
    position: absolute;
    font-size: 80px;
    display: block;
    left: 0;
    top: 53px;
  }
}

@media screen and (min-width: 768px) {
  .content-inner {
    padding-bottom: 80px;
  }
}

.policy-content {
  background-color: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
  padding: 32px 24px;
  z-index: 1;
  position: relative;
  top: 62px;
}

.map-content {
  z-index: 1;
  position: relative;
  height: 240px;
}

@media screen and (min-width: 768px) {
  .policy-content {
    width: 600px;
    padding: 40px;
    position: absolute;
    top: 414px;
    right: 0;
  }
.map-content {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 180px;
    right: 0;
  }
}

.policy-content p {
  font-size: 14px;
  line-height: 1.8em;
  padding-top: 0px;
}

.polcy-copy {
  font-family: "NotoSansJapanese",sans-serif;
  font-size: 5.7vw;
  font-weight: 700;
  line-height: 1.6em;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .polcy-copy {
    font-size: 36px;
  }
}

.bacground-soccer-img {
  background-image: url(/wp-content/themes/twentyseventeen_child/images/shop_eve.jpg);
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 160px;
  left: 0;
  width: 97vw;
  height: 336px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bacground-soccer-img {
    background-position: center;
    width: 85vw;
    height: 560px;
  }
}


.bacground-soccer-img:before {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.38);
  display: block;
}

@media screen and (min-width: 768px) {
  .bacground-soccer-img {
    width: 80%;
    top: 175px;
  }
}

.Strength-content-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.26);
}

@media screen and (min-width: 768px) {
  .Strength-content-wrap {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .Strength-content.is-active {
    visibility: visible;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .Strength-content.is-active a:before {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .Strength-content.is-active .active-text {
    width: 680px;
    margin: auto;
    padding-top: 90px;
    position: relative;
    visibility: visible;
    -webkit-transition: visibility .1s;
    -o-transition: visibility .1s;
    transition: visibility .1s;
  }
  .Strength-content.is-active .active-text p {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
  }
  .Strength-content.is-active .btn-Strength-content {
    visibility: visible;
    opacity: 1;
  }
}

.Strength-content.is-active:first-child {
  background-size: 60%;
}

.Strength-content.is-active:nth-child(2) .Strength-content-head {
  color: #fff;
}

.Strength-content.is-active:nth-child(3) {
  background-color: #11AE53;
  background-image: url(/wp-content/themes/twentyseventeen_child/images/strangth/nailing_spike.jpg);
  background-position: center;
}

@media screen and (max-width: 767px) {
  .content-wrap.map {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .Strength-content.is-hidden {
    visibility: hidden;
    width: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
  .Strength-content.is-hidden .Strength-content-head {
    visibility: hidden;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
  }
}

.Strength-content {
  display: block;
  height: 208px;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  width: 100%;
  visibility: visible;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}


.Strength-content a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .Strength-content {
    visibility: visible;
    height: 680px;
    width: 400px;
    margin: auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
}


.Strength-content a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .Strength-content a {
    transition: all .6s;
  }
  .Strength-content a:before {
  }
  .Strength-content.is-active a {
    width: 100%;
    transition: all .6s;
    position: relative;
    display: block;
    z-index: 1;
  }

  .Strength-content.is-active a:before {
      width: 100%;
      height: 100%;
      transition: all .6s;
  }
}

.Strength-content .active-text {
  visibility: hidden;
  z-index: 2;
}

.Strength-content .active-text p {
  display: none;
  width: 100%;
  opacity: 0;
  font-size: 18px;
  line-height: 2em;
  color: #fff;
  margin: 0;
  padding: 0 0 64px;
}

.Strength-content:first-child {
  background-image: url(/wp-content/themes/twentyseventeen_child/images/strangth/uniform.png);
  background-color: #000;
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 320px;
}

@media screen and (min-width: 768px) {
  .Strength-content:first-child {
    background-position: center center;
  }
}

.Strength-content:nth-child(2) {
  background-color: #fff;
  background-image: url(/wp-content/themes/twentyseventeen_child/images/strangth/morelia.jpg);
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media screen and (min-width: 768px) {
  .Strength-content:nth-child(2) {
    background-position: center center;
  }
}

.Strength-content:nth-child(3) {
  background-color: #11AE53;
  background-image: url(/wp-content/themes/twentyseventeen_child/images/strangth/nailing_spike.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .Strength-content:nth-child(3) {
    background-position: -320px center;
  }
}

.btn-Strength-content {
  border: 1px solid #fff;
  padding: 16px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 180px;
  letter-spacing: 0.125em;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn-Strength-content:hover {
  border: #11AE53;
  background-color: #11AE53;
}

.Strength-content-head {
  text-align: center;
  font-family: "NotoSansJapanese";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 1em;
  color: #fff;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .Strength-content-head {
    position: relative;
    padding-top: 2em;
  }
}

.Strength-content:nth-child(2) .Strength-content-head {
  color: #333;
}

.blog-item.is-new {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .blog-item.is-new {
    width: 640px;
    float: right;
    -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
            box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
    margin-bottom: 56px;
  }
}

.blog-item.is-new .blog-text-wrap {
  padding: 24px;
}

@media screen and (max-width: 425px) {
  .blog-item.is-new .blog-text-wrap {
    padding: 16px;
  }
}

.blog-thumbnail-img {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .blog-thumbnail-img {
    height: 200px;
  }
}

.blog-text-wrap {
  padding: 16px 24px;
  background-color: #fff;
  height: 128px;
}
@media screen and (min-width: 768px) {
  .blog-text-wrap {
    height: 220px;
  }
}

.thumbnail-content-wrap >h2,h3,p{
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.thumbnail-content-wrap > p > br{
  display: none;
}
.thumbnail-content-wrap.is-inner > img{
  display: none;
}


@media screen and (max-width: 425px) {
  .blog-text-wrap {
    padding: 16px;
  }
}

.blog-thumbnail-title {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: 700;
}

.blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

@media screen and (min-width: 768px) {
  .blog-wrap {
    -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
            box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
    width: 1200px;
    margin: auto;
  }
}

.blog-item {
  font-family: "NNotoSansJapanese";
  width: 50%;
}

@media screen and (min-width: 768px) {
  .blog-item {
    width: 33.33333333333%;
    height: 420px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
  }
  .blog-item > a{
    display: block;
    width: 100%;
  }
  .blog-item:hover {
    z-index: 10;
    -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
            box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
  }
  .blog-item:hover .blog-text-wrap {
    background-color: rgba(17, 174, 83, 0.13);
  }
}

.blog-wrap.is-fixed-page .blog-item {
  font-family: "NotoSansJapanese";
  width: 50%;
}

@media screen and (min-width: 768px) {
  .blog-wrap.is-fixed-page .blog-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .blog-wrap.is-fixed-page .blog-item:nth-last-child(2), .blog-wrap.is-fixed-page .blog-item:nth-last-child(1) {
    border-bottom: 1px solid #BFBFBF;
  }
}

@media screen and (max-width: 767px) {
  .blog-wrap.is-fixed-page .blog-item:nth-child(odd) .blog-text-wrap {
    border-right: 1px solid #BFBFBF;
  }
}

.blog-date, .blog-category {
  font-family: "NotoSansJapanese";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .blog-date, .blog-category {
    display: block;
  }
}

.blog-meta {
  padding: 16px 0 16px;
}

.blog-date {
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .blog-date {
    padding-bottom: 0.6em;
  }
}

.blog-category {
  font-weight: 500;
}

.blog-text-wrap p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.07em;
  display: none;
}
.blog-text-wrap h2 {
  display: none;
}

.blog-text-wrap>br {
  display: none;
}

@media screen and (min-width: 768px) {
  .blog-text-wrap p {
    display: block;
  }
}

.blog-link-item {
  width: 50%;
  background-color: #11AE53;
}

@media screen and (min-width: 768px) {
  .blog-link-item {
    display: none;
  }
}

.blog-link-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .about-content {
    width: 680px;
    -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
            box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
  }
}

.corp-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 0;
  font-family: "NotoSansJapanese",sans-serif;
}

.corp-about {
  background-color: #333333;
  padding: 16px 24px 56px;
  color: #fff;
  font-family: "NotoSansJapanese",sans-serif;
}

.content-Title.is-long span {
  display: inline-block;
}
.content-Title.is-fixed-page{
  padding-top: 72px;
}

@media screen and (min-width: 768px) {
  .content-Title.is-fixed-page{
    bottom: 0;
    padding-top: 104px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-wrap:last-child {
  padding-bottom: 0;
}

.about-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  
}

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}

.about-item span {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.about-item span:first-child {
  font-weight: 700;
  width: 10em;
  text-align: right;
}

.about-item span:last-child {
  width: calc(100% - 5em);
  padding-left: 1em;
}

.access-col-inner {
  height: 380px;
}

@media screen and (min-width: 768px) {
  .access-col-inner {
    position: absolute;
    top: 100px;
    right: 0;
    -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
            box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.26);
    width: 680px;
    height: 500px;
  }
}

.map-link {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.15em;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.map-link:hover {
  color: #11AE53;
  border-bottom: 1px solid #11AE53;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.container-sp-full img {
  width: 100%;
  display: block;
}

.footer {
  z-index: 1;
  background-color: #11AE53;
  text-align: center;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .footer {
    min-width: 1280px;
    width: 100%;
  }
}

.footer small {
  font-size: 12px;
  color: #fff;
}

.template-background {
  background-color: #fff;
}

.blog-content {
  position: relative;
  width: calc(100% - 32px);
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.26);
  top: -48px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .blog-content {
    width: 740px;
    top: -128px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .blog-content.is-contact {
    top: -60px;
  }
}

.blog-content-inner {
  padding: 24px 32px;
}

.blog-content-inner .blog-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.blog-content-inner .blog-title.is-fixed{
  text-align: center;
}

.blog-content-inner h2 {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0.7em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 1em;
  position: relative;
}



.blog-content-inner h2:before {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11AE53;
}

.blog-content-inner h2.title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  width: 100%;
  border-top: 2px solid #333;
  padding: 24px 0 0;
}
.blog-content-inner h2.title:before {
  content:none;
}

.blog-content-inner a {
  font-size: 16px;
  letter-spacing: 0.125em;
  display: block;
  margin-bottom: 16px;
  line-height: 1.5em;
}

.blog-content-inner h3 {
  font-size: 16px;
  color: #11AE53;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.blog-content-inner p {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: normal;
  margin-bottom: 24px;
}
.blog-content-inner img {
  height: auto;
  display: block;
  margin: auto;
  padding-bottom: 16px;
  width: 100%;
}
.blog-content-inner a{
  color: #11AE53;
}

.blog-single-img {
  width: 100%;
  display: block;
}

.pagenation {
  position: relative;
  width: 100%;
  padding: 0 16px;
  margin: auto;
  top: -26px;
}

@media screen and (min-width: 768px) {
  .pagenation {
    width: 740px;
    padding: 0;
    top: -96px;
  }
}

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

.pagenation ul li {
  position: relative;
}

.pagenation ul li a {
  color: #11AE53;
  font-size: 18px;
  font-weight: bold;
}

.pagenation ul li:first-child {
  padding-left: 1.2em;
}

.pagenation ul li:first-child ::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 12px 5px 0px;
  border-color: transparent #11AE53 transparent transparent;
}

.pagenation ul li:last-child {
  padding-right: 1.2em;
}

.pagenation ul li:last-child ::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 12px;
  border-color: transparent transparent transparent #11AE53;
}

.pagenation.blog-index {
  top: 0;
  padding: 40px 16px;
}

@media screen and (min-width: 768px) {
  .pagenation.blog-index {
    padding: 40px 0 0;
    width: 350px;
  }
}

.pagenation.blog-index ul li:nth-of-type(n+2) {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation.blog-index ul li:last-child, .pagenation.blog-index ul li:first-child {
  width: inherit;
  height: inherit;
  background-color: inherit;
  display: inherit;
  top: 10px;
}

.main {
  position: relative;
}

.pager {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  z-index: 3;
}

.pager li {
  display: block;
  margin: 48px;
  position: relative;
  -webkit-transition: all ease-in 3s;
  -o-transition: all ease-in 3s;
  transition: all ease-in 3s;
}

.pager li a {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #11AE53;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease-in 3s;
  -o-transition: all ease-in 3s;
  transition: all ease-in 3s;
  position: relative;
}

.pager li a:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #11AE53;
  opacity: 0;
  border-radius: 9px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  position: absolute;
  top: -6px;
  right: -6px;
}

.pager li a:hover:after {
  opacity: 1;
  width: 18px;
  height: 18px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.pager .is-current a {
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.pager .is-current a:before {
  content: '';
  background-image: url(/wp-content/themes/twentyseventeen_child/images/soccer-ball.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 2;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.form-description {
  font-size: 16px;
  font-weight: bold;
  font-family: "NotoSansJapanese", "Dosis", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  color: #cf153d;
  padding: 32px 12px 12px;
}

.form-item {
  font-family: "NotoSansJapanese", "Dosis", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 16px;
}

.form-item dt {
  display: block;
  font-size: 14px;
  padding-left: 12px;
  font-weight: bold;
  color: #333;
}

.form-item dt span {
  color: #cf153d;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  top: 7px;
  left: 3px;
}

.form-item dd {
  padding-top: 16px;
  display: block;
  margin-left: 0;
  width: 100%;
  font-family: "NotoSansJapanese", "Dosis", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #BFBFBF;
}

.form-item dd textarea {
  border: none;
  display: block;
  height: 92px;
  width: 100%;
  padding: 12px 0 0 12px;
}

.form-item dd textarea:focus {
  outline: 0;
  background-color: #e8fff2;
}

.form-item dd textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd textarea::placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd input {
  border: none;
  height: 46px;
  width: 100%;
  padding-left: 12px;
}

.form-item dd input:focus {
  outline: 0;
  background-color: #e8fff2;
}

.form-item dd input::-webkit-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd input:-ms-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd input::placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd select {
  border: none;
  background-color: #fff;
  height: 46px;
  width: 100%;
  padding-left: 12px;
  color: #333333;
  border-radius: 0;
}

.form-item dd select:focus {
  outline: 0;
  border-radius: 0;
  background-color: #e8fff2;
}

.form-item dd select::-webkit-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd select:-ms-input-placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.form-item dd select::placeholder {
  font-size: 18px;
  color: #BFBFBF;
  letter-spacing: 0.2em;
}

.btn-defolut.btn-submit {
  color: #11AE53;
  border: 1px solid #11AE53;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  cursor: pointer;
  margin-bottom: 24px;
}

.btn-defolut.btn-submit:hover {
  color: #fff;
  background-color: #11AE53;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.btn-defolut.btn-submit:focus {
  outline: 0;
}

.blog-content-inner .instagram .instagram__title {
  font-size: 26px;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}

.single-magazine__pagenation {
  margin: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -32px;
}

@media screen and (max-width: 767px) {
  .single-magazine__pagenation {
    top: 24px;
    margin: 0 auto 48px;
  }
}

.single-magazine__pagenation .pagenation-text {
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-magazine__pagenation .current-page {
  background-color: #11ae53;
  color: #ffffff;
}

.single-magazine__pagenation .page-number {
  color: #11ae53;
  border: solid 1px #11ae53;
}

.single-magazine__pagenation .previous-page {
  border-right: 24px solid #11ae53;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  border-left: 0 none;
  margin-right: 8px;
}

.single-magazine__pagenation .next-page {
  border-left: 24px solid #11ae53;
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  border-right: 0 none;
  margin-left: 8px;
}


.xs-block{
  display: none;
}
@media screen and (max-width: 500px) {
  .xs-block{
    display: block;
  }
}
.is-height-full{
  min-height:380px;
}

iframe.wp-embedded-content {
 width:100%;
 max-width:525px;
}