@charset "UTF-8";
/*-------------------------------------
        セレクタの不要CSSをリセット
  -------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*--------------------------------------------全体の設定(背景色や改行など)(各ページ固有)--------------------------------------------*/
body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

br {
  display: block;
}

br.responsive {
  display: none;
}

/*--------------------------------------------ヘッダーにあるメニュー(各ページ共通)--------------------------------------------*/
.headlink {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  margin-bottom: auto;
  left: 0px;
  right: 0px;
  z-index: 5;
}

.headlink:after {
  display: block;
  clear: both;
  content: "";
}

.logo {
  width: 100%;
  max-width: 220px;
  background-color: hsla(0, 0%, 0%, 0.7);
  float: left;
}

.link {
  width: 90px;
  max-width: 110px;
  float: right;
  margin-right: 10px;
}

.link.last {
  margin-right: 0px;
}

.box {
  width: 290px;
  height: 50px;
  background-color: hsla(0, 0%, 0%, 0.6);
  position: absolute;
  top: 44px;
  right: -100px;
  border-radius: 10px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.slidein {
  position: absolute;
  right: 0px;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.close {
  color: hsl(0, 0%, 100%);
  text-align: right;
  width: 20px;
  margin-top: 0px;
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 25px;
}

.box .text {
  margin-top: 5px;
  text-align: center;
}

.text p {
  line-height: 19px;
}

.box p a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

/*--------------------------------------------トップイメージ(各ページ固有)--------------------------------------------*/
.top_img img {
  width: 100%;
  height: auto;
}

.top_img2 {
  display: none;
}

/*--------------------------------------------メニューアイコン(各ページ共通)--------------------------------------------*/
a {
  color: #000000;
}

.menu_icon {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
}

.menu_icon:after {
  clear: both;
  display: block;
  content: "";
}

.menuwrap {
  width: 119px;
  float: left;
  margin-right: 63px;
}

.iconwrap {
  width: 36px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.normal {
  display: block;
}

.hover {
  position: absolute;
  top: 0px;
  display: none;
}

.textwrap {
  width: 100%;
}

.textwrap p.en {
  text-align: center;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.textwrap p.ja {
  text-align: center;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.hovertext {
  color: aqua;
}

@media (min-width: 600px) {
  .menuwrap:hover > .textwrap {
    color: #9fcec7;
  }
  .menuwrap:hover > .iconwrap > .normal {
    display: none;
  }
  .menuwrap:hover > .iconwrap > .hover {
    position: relative;
    display: block;
  }
}
/*-------------------------------------------メインコンテンツ(各ページ固有)--------------------------------------------*/
.link3 {
  max-width: 500px;
  width: 100%;
  margin: 60px auto;
  text-align: center;
}
.link3 img {
  width: 60px;
}

.title1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.title2 {
  letter-spacing: 2px;
}

svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 25px;
  margin-top: 70px;
}

.blog_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}
@media (max-width: 599px) {
  .blog_wrap {
    width: 90%;
  }
}
.blog_wrap .category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_wrap .category_wrap a {
  margin-left: 20px;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.blog_wrap .category_wrap a:first-child {
  margin-left: 0;
}
.blog_wrap .category_wrap a.active {
  border-bottom: solid 2px #000000;
}
.blog_wrap .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) {
  .blog_wrap .blog {
    margin-top: 50px;
  }
}
.blog_wrap .blog .block {
  margin-top: 60px;
  width: 300px;
}
@media (max-width: 599px) {
  .blog_wrap .blog .block {
    margin-top: 50px;
    width: 100%;
  }
}
.blog_wrap .blog .block:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 599px) {
  .blog_wrap .blog .block:nth-child(-n+2) {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .blog_wrap .blog .block:first-child {
    margin-top: 0;
  }
}
.blog_wrap .blog .block img {
  width: 100%;
  height: 200px;
}
@media (max-width: 599px) {
  .blog_wrap .blog .block img {
    height: auto;
  }
}
.blog_wrap .blog .block .text_wrap {
  margin-top: 10px;
}
.blog_wrap .blog .block .text_wrap .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.blog_wrap .blog .block .text_wrap .title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.blog_wrap .error {
  margin-top: 40px;
}
.blog_wrap .error p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.blog_wrap .pn_wrap {
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 336px;
  height: 40px;
}
.blog_wrap .pn_wrap .pagination {
  position: relative;
  width: 100%;
  z-index: 2;
}
.blog_wrap .pn_wrap .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_wrap .pn_wrap .pagination .nav-links a {
  display: none;
}
.blog_wrap .pn_wrap .pagination .nav-links span {
  visibility: hidden;
}
.blog_wrap .pn_wrap .pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
}
.blog_wrap .pn_wrap .pagination .nav-links .page-numbers.prev {
  display: block;
  background-image: url(../images/blog/contents_prev.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.blog_wrap .pn_wrap .pagination .nav-links .page-numbers.next {
  display: block;
  background-image: url(../images/blog/contents_next.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.blog_wrap .pn_wrap .pn_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.blog_wrap .pn_wrap .pn_num .current_page {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 40px;
}

/*-------------------------------------------メディアスクリーン(各ページ固有)-------------------------------------------*/
@media (max-width: 599px) {
  br.responsive {
    display: block;
  }
  .logoicon.img1 img {
    text-align: center;
    width: 165px;
    height: 0 auto;
    height: 0 auto;
    height: auto;
  }
  .logoicon.img2 img {
    width: 100%;
    height: auto;
  }
  .first p {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444444;
    margin-left: 5px;
    margin-right: 5px;
  }
  .second {
    margin-left: 5px;
    margin-right: 5px;
  }
  ul {
    margin-top: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .top_img {
    display: none;
  }
  .top_img2 {
    display: block;
  }
}