@charset "UTF-8";
/*------------------------------
RESET
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 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: bold;
}

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;
}

/*------------------------------
表示切り替え
--------------------------------*/
@media screen and (min-width: 769px) {
  .hidden_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden_pc {
    display: block;
  }

  .hidden_sp {
    display: none !important;
  }
}
/*------------------------------
common
--------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fixed {
  height: 100%;
  overflow: hidden;
}

/*------------------------------
RESET
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 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: bold;
}

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;
}

/*------------------------------
表示切り替え
--------------------------------*/
@media screen and (min-width: 769px) {
  .hidden_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden_pc {
    display: block;
  }

  .hidden_sp {
    display: none !important;
  }
}
/*------------------------------
common
--------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fixed {
  height: 100%;
  overflow: hidden;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 0.6666666667vw;
  color: #333333;
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1501px) {
  html {
    font-size: 64.5%;
  }
}

body {
  font-family: Noto Sans JP, serif;
  position: relative;
  font-weight: 500;
  width: 100%;
  overflow-x: hidden;
}
body > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.fixed {
  overflow: hidden;
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

sup {
  font-size: 70%;
}

.link_none {
  pointer-events: none;
}

.fs16 {
  font-size: 1.6rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 2.2rem;
    line-height: 4.9rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 2.8rem;
    line-height: 4.9rem;
  }
}

.fs24 {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

.is-center {
  text-align: center;
}

.pdf {
  color: #c92312;
  text-decoration: underline;
}
.pdf::after {
  content: "";
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 1.5rem;
  position: relative;
  top: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pdf::after {
    width: 4.5rem;
    height: 2.4rem;
  }
}

.btn {
  font-size: 1.5rem;
  background-color: #000;
  color: #fff;
  border-radius: 5rem;
  padding: 2rem 0;
  letter-spacing: 0.1em;
  margin-top: 5rem;
  display: inline-block;
  width: 25.7rem;
  text-align: center;
  z-index: 1;
  position: relative;
}
.btn.link_none {
  background-color: #b5b5b6;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 2rem;
    width: 33rem;
    padding: 2.5rem 0;
  }
}

.blank::after, .blank_w::after {
  content: "";
  background-image: url(../images/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.6rem;
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  bottom: -0.2rem;
}

.blank_w::after {
  background-image: url(../images/icon_blank_w.svg);
}

li {
  list-style: none;
}

.inner {
  max-width: 1500px;
  margin: 0 auto;
}

.content_inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 114rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_inner {
    width: 65rem;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}
header .gNav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .gNav_wrapper .logo {
  width: 17.8rem;
  margin-left: 6rem;
}
header .gNav_wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .gNav_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
header .gNav_wrapper ul li + li {
  margin-left: 3rem;
}
header .gNav_wrapper ul li .col01 {
  color: #bfc0c0;
}
@media screen and (max-width: 768px) {
  header .gNav_wrapper ul li .col01 {
    opacity: 0.6;
  }
}
header .gNav_wrapper ul li a {
  color: #333333;
}
header .gNav_wrapper ul li a:hover {
  color: #c92312;
  text-decoration: underline;
}
header .gNav_wrapper ul li.active a {
  color: #c92312;
  text-decoration: underline;
}
header .gNav_wrapper ul + ul {
  margin-left: 6rem;
  background-color: #c92312;
}
header .gNav_wrapper ul + ul a {
  padding: 3.2rem 3.6rem;
  color: #fff;
  display: block;
}
header .gNav_wrapper ul + ul a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  header {
    height: 12rem;
  }
  header .inner {
    height: 100%;
  }
  header .gNav_wrapper {
    height: 100%;
  }
  header .gNav_wrapper .logo {
    width: 26.6rem;
    margin-left: 3rem;
  }
  header .gNav_wrapper .nav {
    background-color: #c92312;
    position: fixed;
    -webkit-transform: translateX(100rem);
            transform: translateX(100rem);
    width: 54rem;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .gNav_wrapper .nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .gNav_wrapper .nav nav {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .gNav_wrapper .nav nav ul {
    text-align: center;
    display: block;
  }
  header .gNav_wrapper .nav nav ul li + li {
    margin-top: 8rem;
    margin-left: 0;
  }
  header .gNav_wrapper .nav nav ul li.active a {
    text-decoration: none;
  }
  header .gNav_wrapper .nav nav ul li a {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
  }
  header .gNav_wrapper .nav nav ul + ul {
    margin-top: 8rem;
    margin-left: 0;
    background-color: #fff;
    border-radius: 5rem;
  }
  header .gNav_wrapper .nav nav ul + ul li a {
    padding: 1.2rem 5rem;
    color: #c92312;
    font-size: 3rem;
    font-weight: 700;
  }
  header .gNav_wrapper .nav .sns {
    position: absolute;
    bottom: 18rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .gNav_wrapper .nav .sns li + li {
    margin-left: 5rem;
  }
  header .gNav_wrapper .nav .sns img {
    width: 4.4rem;
  }
  header .gNav_wrapper .nav .header_nav_bottom {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .gNav_wrapper .nav .header_nav_bottom ul {
    text-align: center;
    display: block;
  }
  header .gNav_wrapper .nav .header_nav_bottom ul li + li {
    margin-left: 0;
    margin-top: 3rem;
  }
  header .gNav_wrapper .nav .header_nav_bottom p {
    font-size: 1.8rem;
    color: #fff;
  }
  header .burger-btn {
    position: fixed;
    width: 12rem;
    height: 12rem;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #c92312;
    z-index: 3;
  }
  header .burger-btn span {
    background-color: #fff;
    width: 3rem;
    height: 0.2rem;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .burger-btn span:nth-of-type(1) {
    top: 45%;
  }
  header .burger-btn span:nth-of-type(2) {
    top: 55%;
  }
  header .burger-btn.close span {
    width: 4rem;
  }
  header .burger-btn.close span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    top: 50%;
  }
  header .burger-btn.close span:nth-of-type(2) {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
    top: 50%;
  }
}

footer .inner {
  width: 114rem;
  margin: 6rem auto 0;
}
footer .inner .logo {
  width: 17.8rem;
}
footer .inner .privacy_mark {
  width: 7.7rem;
}
footer .inner .footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .inner .footer_contents + .footer_contents {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
footer .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
footer .inner nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .inner nav > ul + ul {
  margin-left: 5.5rem;
}
footer .inner nav > ul ul {
  display: block;
}
footer .inner nav > ul ul li {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  font-weight: 400;
}
footer .inner nav > ul > li {
  font-size: 1.4rem;
  font-weight: 700;
}
footer .inner nav > ul > li .col01 {
  color: #bfc0c0;
}
footer .inner nav > ul > li a {
  color: #333333;
}
footer .inner nav > ul > li + li {
  margin-left: 5.5rem;
}
footer .inner nav > ul > li.recruit {
  background-color: #c92312;
  border-radius: 3rem;
  position: relative;
  top: -1rem;
}
footer .inner nav > ul > li.recruit a {
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
}
footer .inner .sns {
  position: relative;
  right: 3rem;
}
footer .inner .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .inner .sns ul li img {
  width: 3rem;
}
footer .inner .sns ul li + li {
  margin-left: 3.5rem;
}
footer .inner .footer_bottom {
  margin-top: 8rem;
}
footer .inner .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .inner .footer_bottom ul li {
  font-size: 1rem;
}
footer .inner .footer_bottom ul li p {
  color: #808080;
}
footer .inner .footer_bottom ul li + li {
  margin-left: 3.5rem;
}
footer .inner .footer_bottom .footer_copy {
  margin: 2rem calc(50% - 50vw) 0;
  width: 100vw;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #BCBBBC;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 65rem;
    margin: 4rem auto 0;
    position: relative;
  }
  footer .inner .logo {
    width: 23.3rem;
  }
  footer .inner .privacy_mark {
    width: 9.6rem;
  }
  footer .inner .footer_contents {
    margin-bottom: 4rem;
    padding-left: 2rem;
  }
  footer .inner .footer_contents + .footer_contents {
    display: block;
  }
  footer .inner .footer_contents nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .inner .footer_contents nav ul {
    display: block;
  }
  footer .inner .footer_contents nav ul li {
    font-size: 1.8rem;
  }
  footer .inner .footer_contents nav ul li + li {
    margin-left: 0;
    margin-top: 3rem;
  }
  footer .inner .footer_contents nav ul li ul li + li {
    margin-top: 1.5rem;
  }
  footer .inner .footer_contents nav ul li.recruit {
    font-size: 2rem;
  }
  footer .inner .footer_contents nav ul li.recruit a {
    padding: 1.2rem 4rem;
  }
  footer .inner .footer_contents .sns {
    position: absolute;
    bottom: 22rem;
    right: 0;
  }
  footer .inner .footer_contents .sns img {
    width: 3.3rem;
  }
  footer .inner .footer_bottom {
    padding: 2rem 0 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  footer .inner .footer_bottom ul {
    padding: 0 5rem;
  }
  footer .inner .footer_bottom ul li p {
    font-size: 1.4rem;
    text-align: left;
  }
  footer .inner .footer_bottom .footer_copy {
    padding: 1.8rem 0;
    font-size: 1.2rem;
  }
}

main {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#E8EAEF), color-stop(#fff), to(#E8EAEF));
  background: linear-gradient(to right, #E8EAEF, #fff, #E8EAEF);
  background: -ms-linear-gradient(to right, #E8EAEF, #fff, #E8EAEF);
  /* IE */
}
main .page_ttl figure {
  width: 66.9rem;
}
main .bg_content img {
  position: absolute;
}
main .bg_content img:nth-of-type(1) {
  width: 35.6rem;
  left: 0;
  top: 100rem;
}
main .bg_content img:nth-of-type(2) {
  width: 64.6rem;
  right: 0;
  top: 250rem;
}
main .bg_content img:nth-of-type(3) {
  width: 24.8rem;
  right: 0;
  top: 230rem;
}
main .bg_content img:nth-of-type(4) {
  width: 28.7rem;
  left: 0;
  top: 480rem;
}
main .bg_content img:nth-of-type(5) {
  width: 24.7rem;
  right: 0;
  bottom: 150rem;
  z-index: 2;
}
main .banner_section {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #fff;
}
main .banner_section img {
  padding: 12rem 0;
  width: 114rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  main .page_ttl figure {
    width: 66.7rem;
    margin: auto;
  }
  main .bg_content img:nth-of-type(2) {
    width: 27.2rem;
    top: 283rem;
  }
  main .bg_content img:nth-of-type(1) {
    width: 27.6rem;
    top: 230rem;
  }
  main .bg_content img:nth-of-type(3) {
    width: 18.8rem;
    top: 300rem;
  }
  main .bg_content img:nth-of-type(4) {
    width: 30.3rem;
    top: 750rem;
  }
  main .bg_content img:nth-of-type(5) {
    width: 20.9rem;
    bottom: 180rem;
  }
  main .banner_section img {
    width: 65rem;
    padding: 8rem 0;
  }
}

@media screen and (max-width: 768px) {
  header {
    background-color: #fff;
  }
}

main {
  padding-top: 20rem;
}
main .bg_content img:nth-of-type(1) {
  width: 43rem;
  right: 0;
  left: auto;
  top: 24rem;
}
main .bg_content img:nth-of-type(2) {
  width: 25.9rem;
  left: 0;
  right: auto;
  top: 153rem;
  z-index: 2;
}
main .bg_content img:nth-of-type(3) {
  width: 29.5rem;
  right: 0;
  top: 172rem;
  z-index: 2;
}
main .bg_content img:nth-of-type(4) {
  width: 38.7rem;
  top: 335rem;
}
main .bg_content img:nth-of-type(5) {
  width: 31.2rem;
  bottom: 42rem;
}
main .page_ttl {
  margin-bottom: 3rem;
}
main .page_ttl figure {
  width: 56.3rem;
}
main h2 {
  font-size: 3.2rem;
  line-height: 5.7rem;
  margin-bottom: 4rem;
}
main .content_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .content_nav ul li {
  text-align: center;
  font-size: 1.7rem;
  width: 19rem;
  border-left: 1px solid #333333;
  padding: 0.8rem 0;
}
main .content_nav ul li:last-of-type {
  border-right: 1px solid #333333;
}
main .content_nav ul li a {
  position: relative;
  left: 0.5rem;
}
main .content_nav ul li .arrow::after {
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 1.2rem solid #333333;
  content: "";
  position: absolute;
  left: -2rem;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  pointer-events: none;
  z-index: 1;
}
main .content_nav + figure {
  width: 70rem;
  margin: 8rem auto 12rem;
}
main .product_section {
  padding-bottom: 9rem;
}
main .product_section h2 {
  background-color: #000;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 4rem 0;
}
main .product_section .product {
  text-align: center;
}
main .product_section .product .txt {
  margin: 8rem auto;
}
main .product_section .product .txt .lead01 {
  margin-bottom: 2rem;
  font-weight: 700;
}
main .product_section .product .txt figure {
  margin-bottom: 6rem;
}
main .product_section .product .txt figure img {
  width: 30.8rem;
}
main .product_section .product .txt figure figcaption {
  font-size: 1.4rem;
  margin-top: 3rem;
}
main .product_section .product .txt .lead02 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
}
main .product_section .product .siz01 {
  width: 100rem;
  margin: auto;
}
main .product_section .product .siz02 {
  width: 92rem;
  margin: auto;
}
main .product_section .product a {
  display: block;
  margin: 7rem auto 0;
}
main .product_section .product a.btn {
  background-color: #333333;
  position: relative;
  width: 30rem;
}
main .product_section .product a.btn::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .product_section .product a + a {
  margin-top: 2.5rem;
  text-decoration: underline;
}
main .product_section .product + .product {
  margin-top: 17rem;
}
main .product_section .product + .product .txt figure img {
  width: 54.3rem;
}
main .product_section .product + .product .kamunavi {
  width: 52.2rem;
  margin: 6rem auto 0;
  padding: 4rem 0;
  border: 1px solid #333333;
}
main .product_section .product + .product .kamunavi img {
  width: 33.8rem;
  margin: auto;
}
main .product_section .product + .product .kamunavi a {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  main .bg_content img:nth-of-type(1) {
    display: none;
  }
  main .bg_content img:nth-of-type(2) {
    width: 19.5rem;
    top: 180rem;
  }
  main .bg_content img:nth-of-type(3) {
    width: 16.7rem;
    top: 164rem;
  }
  main .bg_content img:nth-of-type(4) {
    width: 19.6rem;
    top: 368rem;
  }
  main .bg_content img:nth-of-type(5) {
    z-index: 1;
    width: 22.9rem;
    bottom: 28rem;
  }
  main .page_ttl figure {
    margin-left: 0;
  }
  main .content_nav + figure {
    width: auto;
  }
  main .content_nav ul li {
    font-size: 2.4rem;
    width: 50%;
  }
  main .content_nav ul li .arrow::after {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 1.6rem solid #333333;
    top: 58%;
  }
  main .product_section h2 {
    font-size: 4rem;
    line-height: 5.7rem;
  }
  main .product_section .product .txt {
    margin: 9rem auto 10rem;
  }
  main .product_section .product .txt .lead02 {
    font-size: 3.6rem;
    line-height: 6.4rem;
  }
  main .product_section .product .txt figure figcaption {
    font-size: 2rem;
  }
  main .product_section .product .siz01, main .product_section .product .siz02 {
    width: auto;
  }
  main .product_section .product a.btn {
    width: 35.2rem;
    font-size: 2.4rem;
  }
  main .product_section .product + .product .kamunavi {
    margin-top: 10rem;
  }
  main .product_section .product + .product .kamunavi a.btn {
    width: 33.5rem;
  }
  main .product_section .product + .product .kamunavi img {
    width: 34.3rem;
  }
}

.company .bg_content img:nth-of-type(1) {
  width: 26.6rem;
}
.company .bg_content img:nth-of-type(2) {
  width: 24.7rem;
  top: 180rem;
}
.company .bg_content img:nth-of-type(3) {
  width: 28.6rem;
  top: 373rem;
}
.company .bg_content img:nth-of-type(4) {
  width: 24.7rem;
  top: 445rem;
  z-index: 2;
}
.company .page_ttl {
  margin-bottom: 6rem;
}
.company .page_ttl figure {
  width: 71.1rem;
}
.company .message_section {
  margin: 13rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company .message_section > div + div {
  margin-left: 7rem;
}
.company .message_section .message_ttl h3 {
  font-size: 6rem;
  line-height: 9rem;
}
.company .message_section .message_ttl p {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.company .message_section .message_txt p {
  margin-top: 6rem;
}
.company .message_section .message_txt p + p {
  margin-top: 4rem;
}
.company .message_section .message_txt .comment {
  font-size: 1rem;
}
.company .message_section .message_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.company .message_section .message_name p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.company .message_section .message_name .name {
  width: 19.9rem;
  margin-left: 2rem;
}
.company .message_section figure figcaption {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-top: 1.5rem;
}
.company .outline_section {
  background-color: #333333;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.company .outline_section h3 {
  font-size: 4.2rem;
  text-align: center;
  padding-top: 10rem;
  margin-bottom: 6rem;
}
.company .outline_section .outline_inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 114rem;
  padding-bottom: 12rem;
}
.company .outline_section .outline_inner dl {
  font-size: 1.8rem;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
.company .outline_section .outline_inner dl dt {
  min-width: 31rem;
  font-weight: 400;
}
.company .outline_section .outline_inner dl dd {
  font-weight: 400;
}
.company .outline_section .outline_inner dl dd span {
  font-size: 2.2rem;
  font-weight: 500;
}
.company .outline_section .outline_inner dl + dl {
  border-top: 1px solid #fff;
}
.company .outline_section .outline_inner dl:last-of-type {
  border-bottom: 1px solid #fff;
}
.company .access {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.company .access .access_inner {
  margin: 0 auto;
  width: 91rem;
}
.company .access .access_inner h3 {
  font-size: 4.2rem;
  text-align: center;
  padding-top: 8rem;
  margin-bottom: 6rem;
}
.company .access .access_inner .access_txt {
  margin-bottom: 6rem;
}
.company .access .access_inner .access_txt .lead01 {
  font-size: 2rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
.company .access .access_inner .access_txt .lead02 {
  font-size: 1.4rem;
  line-height: 3.4rem;
}
.company .access .access_inner iframe {
  width: 100%;
  height: 46.6rem;
}
.company .access .access_inner a.btn {
  display: block;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .company .bg_content img:nth-of-type(1) {
    width: 20.7rem;
    display: block;
    top: 48rem;
  }
  .company .bg_content img:nth-of-type(2) {
    top: 357rem;
  }
  .company .bg_content img:nth-of-type(3) {
    width: 18.5rem;
    top: 592rem;
  }
  .company .bg_content img:nth-of-type(4) {
    display: none;
  }
  .company .page_ttl figure {
    position: relative;
    left: -3rem;
  }
  .company .content_nav ul li {
    width: 33.3%;
  }
  .company .message_section {
    display: block;
    margin: 13rem auto 10rem;
  }
  .company .message_section > div + div {
    width: 44.5rem;
    margin: 8rem auto 0;
  }
  .company .message_section .message_ttl p {
    font-size: 2rem;
  }
  .company .message_section .message_txt p {
    font-size: 2.4rem;
  }
  .company .message_section .message_txt .comment {
    font-size: 2.2rem;
  }
  .company .message_section .message_name p {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  .company .message_section .message_name .name {
    width: 31.7rem;
    margin-top: 2rem;
  }
  .company .message_section figure figcaption {
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .company .outline_section h3 {
    margin-bottom: 5rem;
  }
  .company .outline_section .outline_inner {
    width: 65rem;
    padding-bottom: 8rem;
  }
  .company .outline_section .outline_inner dl {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .company .outline_section .outline_inner dl dt {
    min-width: 23rem;
  }
  .company .outline_section .outline_inner dl dd {
    font-weight: 300;
  }
  .company .outline_section .outline_inner dl dd span {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
  .company .access .access_inner {
    width: 65rem;
    padding-bottom: 6rem;
  }
  .company .access .access_inner .access_txt .lead01, .company .access .access_inner .access_txt .lead02 {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}

.policy .content_nav {
  margin-top: 5rem;
}
.policy .content_nav ul li {
  width: 24rem;
}
.policy .content_nav ul li:nth-of-type(2) {
  width: 43rem;
}
.policy .bg_content img:nth-of-type(1) {
  width: 50rem;
  top: 15rem;
}
.policy .bg_content img:nth-of-type(2) {
  width: 13.9rem;
  top: 150rem;
}
.policy .bg_content img:nth-of-type(3) {
  width: 30.2rem;
  bottom: 0;
  top: auto;
}
.policy .text-right {
  text-align: right;
}
.policy .signature-box {
  width: 18.5rem;
  margin: 0 0 0 auto;
}
.policy .signature-box-text01 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  text-align: left;
}
.policy .signature-box-text01 span {
  font-size: 2.2rem;
  vertical-align: text-bottom;
}
.policy .signature-box-text02 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.policy .privacy-mark {
  border: 1px solid #333;
  background-color: #fff;
  width: 72%;
  display: table;
  padding: 2rem 2rem 2rem 3rem;
  margin: 6rem auto 18rem;
}
.policy .privacy-mark-img {
  width: 10.7%;
  display: table-cell;
  vertical-align: middle;
}
.policy .privacy-mark-text {
  width: 89.3%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  padding-left: 3rem;
  display: table-cell;
}
.policy .bracket-number {
  margin: 2rem 0 0;
}
.policy .link-red {
  color: #c92312;
  text-decoration: underline;
}
.policy .mail-box {
  display: table;
}
.policy .mail-box .mail-address {
  display: table-cell;
  width: 17.5rem;
}
.policy .mail-box .mail-address img {
  vertical-align: middle;
}
.policy .policy_section {
  margin-top: 15rem;
  padding-bottom: 6.5rem;
}
.policy .policy_section .policy_content > ul {
  font-size: 2rem;
}
.policy .policy_section .policy_content .counter {
  width: 68rem;
}
.policy .policy_section .policy_content .lead01 {
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
}
.policy .policy_section .policy_content .lead02 {
  margin-bottom: 4.5rem;
  font-weight: 400;
}
.policy .policy_section .policy_content .lead03 {
  margin-bottom: 2rem;
}
.policy .policy_section .policy_content .lead04 {
  font-weight: 500;
}
.policy .policy_section .policy_content .lead05 {
  margin-bottom: 1rem;
}
.policy .policy_section .policy_content ul {
  margin-bottom: 4rem;
  font-weight: 400;
}
.policy .policy_section .policy_content ul li + li {
  margin-top: 1.5rem;
}
.policy .policy_section .policy_content ul .simple-list {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.policy .policy_section .policy_content ul .simple-list li {
  list-style: none;
  margin-bottom: 0;
}
.policy .policy_section .policy_content ul .simple-list li + li {
  margin-top: 0;
}
.policy .policy_section .policy_content ul .simple-list-break li {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.policy .policy_section .policy_content .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  border: 0.1rem solid #333333;
  width: 80.8rem;
}
.policy .policy_section .policy_content .counter div {
  padding: 0 5rem;
}
.policy .policy_section .policy_content .counter div + div {
  border-left: 0.1rem solid #333333;
}
.policy .policy_section .policy_content .counter p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.policy .policy_section .policy_content .counter img {
  width: 22.9rem;
  padding: 0.8rem 0 0.5rem;
}
.policy .policy_section .policy_content + .policy_content {
  margin-top: 8.8rem;
}
.policy .policy_section .policy_content_ul li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .policy .content_nav {
    margin-top: 5rem;
  }
  .policy .content_nav ul {
    display: table;
  }
  .policy .content_nav ul li {
    width: 30rem;
    display: table-cell;
    vertical-align: middle;
  }
  .policy .content_nav ul li:nth-of-type(2) {
    width: 34rem;
  }
  .policy .bg_content img:nth-of-type(1) {
    display: block;
    width: 20.1rem;
    top: 33rem;
  }
  .policy .bg_content img:nth-of-type(2) {
    width: 17.2rem;
    top: 253rem;
    z-index: 1;
  }
  .policy .bg_content img:nth-of-type(3) {
    width: 20.1rem;
    bottom: -5rem;
    z-index: 1;
  }
  .policy .signature-box {
    width: 26.5rem;
    margin: 0 0 0 auto;
  }
  .policy .signature-box-text01 {
    font-size: 2.2rem;
    line-height: 3.8rem;
    margin-bottom: 1rem;
  }
  .policy .signature-box-text01 span {
    font-size: 2.8rem;
  }
  .policy .signature-box-text02 {
    text-align: left;
    font-size: 2rem;
    line-height: 3.7rem;
  }
  .policy .privacy-mark {
    width: 100%;
    padding: 2.5rem 0 2.5rem 0;
    margin: 7rem auto 15rem;
  }
  .policy .privacy-mark-img {
    width: 25.5%;
    padding-left: 4rem;
  }
  .policy .privacy-mark-text {
    width: 74.5%;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    padding: 0 3rem 0 3rem;
  }
  .policy .mail-box .mail-address {
    width: 25.5rem;
  }
  .policy .policy_section {
    margin-top: 10rem;
  }
  .policy .policy_section .policy_content .lead01 {
    font-size: 3rem;
  }
  .policy .policy_section .policy_content .lead02, .policy .policy_section .policy_content ul {
    font-size: 2.4rem;
  }
  .policy .policy_section .policy_content .lead03 {
    margin-bottom: 0;
  }
  .policy .policy_section .policy_content .counter {
    width: auto;
    display: block;
    padding: 3.5rem 5rem;
  }
  .policy .policy_section .policy_content .counter > div {
    text-align: center;
  }
  .policy .policy_section .policy_content .counter > div p {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .policy .policy_section .policy_content .counter > div + div {
    margin-top: 2rem;
    padding: 0;
    border-left: none;
    text-align: left;
  }
  .policy .policy_section .policy_content .counter > div + div img {
    width: 30rem;
    padding: 1rem 0 0.5rem;
  }
  .policy .policy_section .policy_content + .policy_content {
    margin-top: 18rem;
  }
  .policy .policy_section .policy_content + .policy_content > ul {
    font-size: 2.8rem;
    line-height: 4.9rem;
  }
  .policy .policy_section .policy_content + .policy_content > ul > li {
    text-indent: 0;
    padding-left: 0;
  }
  .policy .policy_section .policy_content + .policy_content > ul > li + li > ul + ul > ul li {
    text-indent: 0;
    padding-left: 0;
  }
  .policy .policy_section .policy_content + .policy_content > ul > li > ul {
    font-size: 2.6rem;
  }
  .policy .policy_section .policy_content + .policy_content .counter {
    width: auto;
  }
  .policy .policy_section .policy_content ul .simple-list-break li {
    text-indent: -2.4em;
    padding-left: 2.4em;
  }
  .policy .policy_section .policy_content ul .simple-list-break li .fs16 {
    line-height: 4.2rem;
  }
}

.security .page_ttl figure {
  width: 64.4rem;
}
.security .bg_content img:nth-of-type(1) {
  width: 37rem;
  top: 23rem;
}
.security .bg_content img:nth-of-type(2) {
  width: 19.7rem;
  bottom: -3rem;
  top: auto;
}
.security .policy_section .policy_content .lead01 {
  margin-bottom: 6.5rem;
}
.security .policy_section .policy_content ul li {
  padding-left: 0;
  text-indent: 0;
}
.security .policy_section .policy_content .comment {
  font-size: 1.4rem;
  line-height: 3.4rem;
  margin-top: 2rem;
}
.security .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.security .signature .signature_inner {
  width: 22rem;
}
.security .jqa {
  position: relative;
  border: solid 1px #000;
  margin: 0 0 5rem;
}
.security .jqa .table_wrap {
  padding: 3.5rem 5rem 3.5rem;
}
.security .jqa table {
  text-align: left;
}
.security .jqa table th {
  padding: 2rem 0;
  width: 18%;
  font-size: 2rem;
}
.security .jqa table td {
  width: 82%;
  font-size: 1.8rem;
  line-height: 3rem;
}
.security .jqa .jqa_img {
  width: 26rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .security .bg_content img:nth-of-type(1) {
    width: 22.3rem;
    top: 38rem;
  }
  .security .bg_content img:nth-of-type(2) {
    width: 14.7rem;
    bottom: -5rem;
  }
  .security .policy_section .policy_content ul li + li {
    margin-top: 3.5rem;
  }
  .security .policy_section .policy_content .comment {
    font-size: 2.2rem;
  }
  .security .signature .signature_inner {
    width: 28rem;
  }
  .security .jqa {
    margin: 0 0 5rem;
  }
  .security .jqa .table_wrap {
    padding: 40rem 3rem 4rem;
  }
  .security .jqa table th {
    padding: 2rem 0;
    width: 32%;
    font-size: 2.5rem;
  }
  .security .jqa table td {
    width: 68%;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .security .jqa .jqa_img {
    width: 48rem;
    position: absolute;
    top: 8rem;
    left: 8rem;
  }
}

.news .bg_content img:nth-of-type(1) {
  width: 30.6rem;
  bottom: -4rem;
  left: 0;
  right: auto;
  top: auto;
}
.news .page_ttl {
  margin-bottom: 8rem;
}
.news .page_ttl figure {
  width: 38.2rem;
}
.news .page_ttl p {
  font-size: 2rem;
  margin-top: 3rem;
}
.news .inner {
  width: 92rem;
  margin: auto;
  padding-bottom: 10rem;
}
.news .inner .news_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .inner .news_sort .news_sort_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .inner .news_sort .news_sort_select p {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.news .inner .news_sort .news_sort_select .select-wrap {
  position: relative;
}
.news .inner .news_sort .news_sort_select .select-wrap::after {
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 1.4rem solid #333333;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
  width: 0;
  pointer-events: none;
  z-index: 1;
}
.news .inner .news_sort .news_sort_select .select-wrap select {
  border-color: #e3dfdc;
  padding-left: 1rem;
  width: 28rem;
  height: 5rem;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.news .inner .news_sort .news_sort_select .select-wrap select option {
  color: #333333;
}
.news .inner .news_sort .sort_btn {
  margin-left: 2rem;
}
.news .inner .news_sort .sort_btn button {
  color: #fff;
  background-color: #c92312;
  border: none;
  width: 20rem;
  height: 5rem;
}
.news .inner .news_sort .sort_btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.news .inner .border_wrap {
  width: 100%;
  height: 0.8rem;
  background-color: #e3dfdc;
  position: relative;
}
.news .inner .border_wrap::before {
  content: "";
  display: inline-block;
  background-color: #c92312;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.8rem;
  width: 9.3rem;
}
.news .inner .sort_select + .sort_select {
  margin-top: 0.1rem;
}
.news .inner .sort_select .select_content {
  background-color: #c92312;
}
.news .inner .sort_select .select_content p {
  color: #fff;
  font-size: 1.6rem;
  padding: 1.8rem;
}
.news .inner .sort_select .select_content p span:nth-of-type(1) {
  width: 1.5rem;
  height: 0.2rem;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -0.5rem;
  left: 0.85rem;
}
.news .inner .sort_select .select_content p span:nth-of-type(2) {
  width: 0.2rem;
  height: 1.5rem;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: 0.2rem;
}
.news .inner .sort_select .select-wrap {
  display: none;
  background-color: #fff;
}
.news .inner .sort_select .select-wrap ul {
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .inner .sort_select .select-wrap ul li {
  font-size: 1.4rem;
  width: 19%;
  padding: 2.5% 0 0 6%;
  position: relative;
}
.news .inner .sort_select .select-wrap ul li::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.2rem solid #c92312;
  border-bottom: 0.2rem solid #c92312;
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 3.5rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.news .inner .news {
  margin-top: 7rem;
}
.news .inner .news .tag {
  font-size: 2.2rem;
  font-weight: 900;
  color: #c92312;
  margin-bottom: 2rem;
}
.news .inner .news .news_list .news_list_item {
  border-bottom: 1px solid #e3dfdc;
  padding: 3rem 0 2rem;
}
.news .inner .news .news_list .news_list_item .news_list_item_date p {
  color: #909090;
  font-size: 1.6rem;
}
.news .inner .news .news_list .news_list_item .news_list_item_content p {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.news .inner .news .news_list .news_list_item .read_more {
  font-size: 1.2rem;
  font-weight: 400;
  color: #c92312;
  text-align: right;
  margin-top: 1rem;
}
.news .inner .news .pnavi {
  margin-top: 8rem;
}
.news .inner .news .pnavi .pagination {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .inner .news .pnavi .pagination > * {
  display: block;
}
.news .inner .news .pnavi .pagination .page_num {
  padding: 0.8rem 2.5rem;
  border-left: 1px solid #333333;
  letter-spacing: 0.05em;
}
.news .inner .news .pnavi .pagination .first, .news .inner .news .pnavi .pagination .prev {
  padding: 0.8rem 2rem 0.8rem 1rem;
  border-left: 1px solid #333333;
}
.news .inner .news .pnavi .pagination .first:hover, .news .inner .news .pnavi .pagination .prev:hover {
  color: #c92312;
  text-decoration: underline;
}
.news .inner .news .pnavi .pagination .next, .news .inner .news .pnavi .pagination .last {
  padding: 0.8rem 1rem 0.8rem 2rem;
  border-right: 1px solid #333333;
}
.news .inner .news .pnavi .pagination .next:hover, .news .inner .news .pnavi .pagination .last:hover {
  color: #c92312;
  text-decoration: underline;
}
.news .inner .news .pnavi .pagination .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .inner .news .pnavi .pagination .pages .pager {
  padding: 0.8rem 2rem;
  border-right: 1px solid #333333;
}
.news .inner .news .pnavi .pagination .pages .pager:first-of-type {
  border-left: 1px solid #333333;
}
.news .inner .news .pnavi .pagination .pages .pager.current {
  color: #fff;
  background-color: #c92312;
  border-left: none;
}
.news .inner .news .pnavi .pagination .pages .pager:hover {
  color: #c92312;
  text-decoration: underline;
}
.news.news_lower .bg_content img:nth-of-type(1) {
  bottom: -10rem;
}
.news.news_lower .inner .sort_select .select-wrap {
  display: block;
}
.news.news_lower .news_ttl {
  border-bottom: 0.4rem solid #c92312;
}
.news.news_lower .news_ttl h2 {
  font-size: 3.7rem;
  line-height: 5.4rem;
  color: #c92312;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.news.news_lower .news_ttl .time {
  font-size: 1.6rem;
  color: #808080;
}
.news.news_lower .news_content {
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
}
.news.news_lower .news_content h4:not(.no-style) {
  font-size: 2.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.news.news_lower .news_content img {
  margin-top: 2rem;
}
.news.news_lower .news_content h2:not(.sub-title):not(.no-style) {
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: #c92312;
  border-left: 0.5rem solid #c92312;
  padding: 0 1rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.news.news_lower .arrow_box {
  margin: 7rem auto;
  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;
}
.news.news_lower .arrow_box a {
  border-left: 0.2rem solid #909090;
  width: 32rem;
  text-align: center;
  font-size: 1.8rem;
  padding: 1rem 0;
}
.news.news_lower .arrow_box a + a {
  border-right: 0.2rem solid #909090;
}
@media screen and (max-width: 768px) {
  .news .inner {
    width: 65rem;
  }
  .news .inner .news_sort {
    display: block;
  }
  .news .inner .news_sort .news_sort_select {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news .inner .news_sort .news_sort_select p {
    font-size: 2.6rem;
  }
  .news .inner .news_sort .news_sort_select .select-wrap::after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 2rem solid #333333;
    right: 2rem;
    top: 3.2rem;
  }
  .news .inner .news_sort .news_sort_select .select-wrap select {
    width: 53.5rem;
    height: 8rem;
    font-size: 2.4rem;
  }
  .news .inner .news_sort .news_sort_select + .news_sort_select {
    margin-top: 1rem;
  }
  .news .inner .news_sort .sort_btn {
    margin-left: 0;
    margin-top: 5rem;
    text-align: center;
  }
  .news .inner .news_sort .sort_btn button {
    width: 40rem;
    height: 10rem;
  }
  .news .inner .sort_select .select_content p {
    font-size: 3rem;
    padding: 4rem;
  }
  .news .inner .sort_select .select-wrap ul {
    display: block;
  }
  .news .inner .sort_select .select-wrap ul li {
    font-size: 3.2rem;
    line-height: 6rem;
    width: 80%;
    padding: 3.5% 0 0 10%;
  }
  .news .inner .sort_select .select-wrap ul li::after {
    width: 1.2rem;
    height: 1.2rem;
    border-right: 0.4rem solid #c92312;
    border-bottom: 0.4rem solid #c92312;
    top: 68%;
    left: 3rem;
  }
  .news .inner .news .tag {
    font-size: 2.8rem;
  }
  .news .inner .news .news_list .news_list_item {
    padding: 5rem 0 2rem;
  }
  .news .inner .news .news_list .news_list_item .news_list_item_date p {
    font-size: 2.4rem;
  }
  .news .inner .news .news_list .news_list_item .news_list_item_content p {
    font-size: 3.2rem;
    line-height: 5.2rem;
  }
  .news .inner .news .news_list .news_list_item .read_more {
    font-size: 2rem;
  }
  .news .inner .news .pnavi .pagination {
    position: relative;
    font-size: 2.4rem;
  }
  .news .inner .news .pnavi .pagination .page_num {
    position: absolute;
    top: 8rem;
    border-left: none;
  }
  .news .inner .news .pnavi .pagination .pages .pager {
    padding: 0.8rem 3rem;
  }
  .news .inner .news .pnavi .pagination .next, .news .inner .news .pnavi .pagination .last {
    padding: 0.8rem 1.5rem 0.8rem 2.5rem;
  }
  .news.news_lower .news_ttl {
    border-bottom: 0.8rem solid #c92312;
  }
  .news.news_lower .news_ttl .time {
    font-size: 2.4rem;
  }
  .news.news_lower .news_ttl h2 {
    margin: 2rem 0;
    font-size: 4rem;
    line-height: 5.6rem;
  }
  .news.news_lower .news_content {
    font-size: 2.4rem;
    line-height: 4.2rem;
    word-break: break-word;
  }
  .news.news_lower .news_content h4:not(.no-style) {
    font-size: 3.2rem;
    line-height: 5.6rem;
  }
  .news.news_lower .news_content h2:not(.sub-title):not(.no-style) {
    font-size: 3.2rem;
    line-height: 4.5rem;
    border-left: 0.6rem solid #c92312;
  }
  .news.news_lower .arrow_box p {
    width: 23rem;
    font-size: 3rem;
  }
}