@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600&subset=japanese');

/**************************************
	
	BASE

***************************************/

/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-style: normal;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd,
span {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

ul li {
  list-style: none;
}

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

section {
  line-height: 0;
}

img {
  width: 100%;
}

a {
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all .5s ease;
}

b {
  font-weight: 600;
}

input,
button,
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 100%;
  margin: 0;
  outline: none;
  padding: 0;
}

button {
  cursor: pointer;
  text-align: center;
  transition: all .5s ease;
}

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

*:focus {
  outline: none;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*break point
-----------------------*/

/*color
-----------------------*/

/*font family
-----------------------*/

/**************************************
	
	MIXINS

***************************************/

/*  clearfix
-----------------------*/

/*  font-size
-----------------------*/

/*  transition
-----------------------*/

/* render text
----------------------*/

/**************************************
	
	COMMON

***************************************/

html {
  -ms-overflow-style: auto;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  height: 100%;
  min-width: 1200px;
  scroll-behavior: smooth; /* width */ /* Track */ /* Handle */ /* Handle on hover */
}

html:before {
  background-color: rgba(255, 255, 255, .64);
  content: '';
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .5s ease;
  width: 100%;
  z-index: 49;
}

html::-webkit-scrollbar {
  width: 0;
}

html::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html::-webkit-scrollbar-thumb {
  background: #888;
}

html::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  height: 100%;
  min-width: 1200px;
}

main {
  padding-top: 80px;
}

main .invite {
  z-index: 13;
}

section {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

a:hover {
  opacity: .8;
}

.btn,
input.btn,
button.btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
  height: 50px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all .2s ease;
  width: 500px;
}

.btn:hover,
input.btn:hover,
button.btn:hover {
  opacity: 1;
}

.btn--bluegreen,
input.btn--bluegreen,
button.btn--bluegreen {
  border: 1px solid #20b8c3;
  color: #20b8c3;
}

.btn--bluegreen:hover,
input.btn--bluegreen:hover,
button.btn--bluegreen:hover {
  background-color: #20b8c3;
  color: #fff;
}

.btn--black:hover,
input.btn--black:hover,
button.btn--black:hover {
  background-color: #000;
  color: #fff;
}

.btn--white-fill,
input.btn--white-fill,
button.btn--white-fill {
  background-color: #fff;
  border: 1px solid #fff;
  color: #20b8c3;
}

.btn--white-fill:hover,
input.btn--white-fill:hover,
button.btn--white-fill:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn--white,
input.btn--white,
button.btn--white {
  background-color: #20b8c3;
  border: 1px solid #fff;
  color: #fff;
}

.btn--white:hover,
input.btn--white:hover,
button.btn--white:hover {
  background-color: #fff;
  color: #20b8c3;
}

.btn_container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}

.btn_container--flex {
  margin-left: -10px;
  width: calc(100% + 20px);
}

.btn_container .btn {
  margin: 0 30px;
}

.tag {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 200;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 100px;
}

.tag.gray {
  background-color: #595656;
}

.tag.bluegreen {
  background-color: #20b8c3;
}

.tag.blue {
  background-color: #2071c3;
}

.tag.orange {
  background-color: #ef741a;
}

.invite {
  background-color: #20b8c3;
  padding: 70px 0;
  text-align: center;
  width: 100%;
}

.invite__text,
.invite h6 {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

.invite .btn_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
  width: 100%;
}

.invite .btn_container .btn {
  height: 80px;
  margin: 0 auto;
  width: calc(50% - 20px);
}

.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 22px;
  width: 100%;
}

.breadcrumb a,
.breadcrumb span {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
}

.breadcrumb a {
  color: #20b8c3;
}

.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb .current,
.breadcrumb span {
  color: #595656;
}

.anchor_alternative {
  display: block;
  height: 1px;
  width: 1px;
}

/******************************
    SP
*******************************/

/* page */

.pure-page {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin: 40px 0 60px 0;
}

.pure-page p {
  font-size: 1rem;
  line-height: 1.75em;
}

.pure-page h3 {
  color: #20b8c3;
  font-size: 1.25rem;
  margin: 50px 0 30px 0;
}

.pure-page h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0;
}

.pure-page ul {
  margin: 40px 0 0 0;
}

.pure-page ul li {
  font-size: 1rem;
  line-height: 1.75em;
  list-style-type: decimal;
  margin: 0 0 10px 20px;
}

.pure-page ul li ul {
  margin: 10px 0 0 0;
}

.pure-page ul li ul li {
  list-style-type: disc;
}

/**************************************
	
	HEADER

***************************************/

.main_header {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: space-between;
  left: 0;
  max-width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.main_header .logo {
  margin-left: 50px;
  width: 175px;
}

.main_header .main_nav {
  width: auto;
}

.main_header .main_nav__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main_header .main_nav__list.flex {
  display: flex !important;
}

.main_header .main_nav__item {
  margin: 0 28px;
  position: relative;
}

.main_header .main_nav__item.active a {
  color: #20b8c3;
}

.main_header .main_nav__item.active a::before {
  border-bottom: 1px solid #20b8c3;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 11px);
  width: 100%;
}

.main_header .main_nav__item.blue {
  margin-right: 0;
}

.main_header .main_nav__item.blue a {
  align-items: center;
  background-color: #20b8c3;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
}

.main_header .main_nav__item.blue a:hover {
  color: #fff;
  opacity: .7;
}

.main_header .main_nav__item.white {
  margin: 0;
}

.main_header .main_nav__item.white a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  width: 130px;
}

.main_header .main_nav__item a {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  padding: 0 10px;
  position: relative;
  transition: all .25s ease;
}

.main_header .main_nav__item a:hover {
  color: #20b8c3;
}

.main_header .main_nav__icon {
  align-items: center;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  justify-content: center;
  position: relative;
  width: 22px;
  z-index: 10;
}

.main_header .main_nav__icon:hover {
  opacity: .8;
}

.main_header .main_nav__icon::before,
.main_header .main_nav__icon::after {
  content: ' ';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all .25s ease;
}

.main_header .main_nav__icon::before {
  top: 0;
}

.main_header .main_nav__icon::after {
  bottom: 0;
}

.main_header .main_nav__icon span,
.main_header .main_nav__icon::before,
.main_header .main_nav__icon::after {
  background: #20b8c3;
  height: 1px;
  width: 22px;
}

.main_header .main_nav__icon span {
  content: ' ';
  display: block;
}

.main_header .main_nav__icon.open::before {
  background: #24cdd9;
  top: 50%;
  transform: rotate(-225deg);
}

.main_header .main_nav__icon.open::after {
  background: #24cdd9;
  top: 50%;
  transform: rotate(225deg);
}

.main_header .main_nav__icon.open span {
  display: none;
}

/******************************
    SP
*******************************/

/**************************************
	
	HOME

***************************************/

.home .kv {
  position: relative;
}

.home .kv__media {
  width: 100%;
}
.home .kv__media video {
  width: 100%;
}

.home .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 60px;
  left: 0;
  letter-spacing: .5em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.home .kv__title .bracket {
  letter-spacing: .2em;
}

.home .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .vision {
  overflow: hidden;
  padding-top: 340px;
}

.home .vision__text {
  left: 0;
  position: absolute;
  top: -60px;
  z-index: 10;
}

.home .vision__text .title span {
  background-image: url('../img/common/ico_plant-blue.png');
  background-position: center;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 33px;
  color: #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: .3em;
  padding-right: 60px;
}

.home .vision__text .desc {
  margin-top: 50px;
}

.home .vision__text .desc p {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .1em;
  line-height: 1.941;
  margin-top: 24px;
}

.home .vision__media {
  background-color: #20c8d5;
  height: 480px;
  margin-left: auto;
  margin-right: 0;
  width: 720px;
}

.home .vision__media img {
  bottom: 70px;
  position: absolute;
  right: -120px;
  width: 621px;
}

.home .nano_bubbles {
  background-image: url('../img/common/bg_bubbles.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  width: 100%;
}

.home .nano_bubbles__title {
  text-align: center;
  width: 100%;
}

.home .nano_bubbles__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.home .nano_bubbles__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.home .nano_bubbles__about {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 43px;
}

.home .nano_bubbles__text {
  width: 500px;
}

.home .nano_bubbles__text .title {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
}

.home .nano_bubbles__text .desc {
  margin-top: 14px;
}

.home .nano_bubbles__text .desc p {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8;
}

.home .nano_bubbles__text .illustration {
  margin: 45px 0	50px;
}

.home .nano_bubbles__media {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
  width: 500px;
}

.home .nano_bubbles__media img {
  width: 375px;
}

.home .nano_bubbles__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .nano_bubbles__scroll_up .line {
  background-color: #595656;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .nano_bubbles__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .nano_bubbles__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .nano_bubbles__scroll_down .line {
  background-color: #595656;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .nano_bubbles__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .news {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}

.home .news__title {
  text-align: center;
  width: 100%;
}

.home .news__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.home .news__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.home .news__container {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 100%;
  position: relative;
  width: 1240px;
}

.home .news__container::before {
  background-color: #595656;
  bottom: -142px;
  content: '';
  height: 540px;
  opacity: .05;
  position: absolute;
  right: -100px;
  width: 600px;
  z-index: 1;
}

.home .news__content {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 3;
}

.home .news__list {
  padding: 65px 0 41px;
}

.home .news__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  justify-content: flex-start;
  padding: 29px 0;
  width: 100%;
}

.home .news__item:first-of-type {
  padding-top: 0;
}

.home .news__item:last-of-type {
  padding-bottom: 0;
}

.home .news__item:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

.home .news__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  width: 135px;
}

.home .news__item .tag_container {
  width: 150px;
}

.home .news__item .desc {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
}

.home .news .btn_container {
  margin-top: 22px;
}

.home .news__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .news__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .news__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .news__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .news__scroll_down .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .news__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .report {
  padding: 70px 0;
  position: relative;
}

.home .report__title {
  text-align: center;
  width: 100%;
}

.home .report__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.home .report__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.home .report__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px;
}

.home .report__item {
  margin-bottom: 60px;
  width: calc(50% - 20px);
}

.home .report__item .text {
  margin-top: 25px;
  position: relative;
}

.home .report__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1;
  width: 100%;
}

.home .report__item .tag {
  position: absolute;
  right: 0;
  top: -5px;
}

.home .report__item .desc {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  margin-top: 12px;
}

.home .report .btn_container {
  margin-top: 0;
}

.home .report__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .report__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .report__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .report__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .report__scroll_down .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .report__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.home .about {
  padding: 70px 0;
  position: relative;
}

.home .about__title {
  text-align: center;
  width: 100%;
}

.home .about__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.home .about__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.home .about__list {
  margin-top: 14px;
}

.home .about__item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.home .about__item .title {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.77;
  margin-right: 99px;
  padding: 24px 0;
  width: 338px;
}

.home .about__item .desc {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
  line-height: 1.77;
  padding: 22px 0;
  width: 50%;
}

.home .about__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.home .about__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.home .about__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

/******************************
    SP
*******************************/

.works .kv {
  position: relative;
}

.works .kv__media {
  position: relative;
  width: 100%;
}
.works_en .kv__media {
  height: 400px;
}
.works_en .kv__media img {
  height: 100%;
  object-fit: cover;
}

.works .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.83;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 24px rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
}

.works .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .link_tab_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}

.works .link_tab_container .link_tab {
  align-items: center;
  background-image: url('../img/common/ico_down-gray.png');
  background-position: center top 83px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #595656;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
  justify-content: center;
  text-align: center;
  width: 320px;
}

.works .link_tab_container .link_tab span {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.59;
  padding-bottom: 18px;
}

.works .link_tab_container .link_tab:hover {
  background-color: #20b8c3;
  background-image: url('../img/common/ico_down-white.png');
  border: 1px solid #20b8c3;
}

.works .link_tab_container .link_tab:hover span {
  color: #fff;
}

.works .mission {
  margin-top: 80px;
  padding-bottom: 63px;
  position: relative;
}

.works .mission__title {
  text-align: center;
  width: 100%;
}

.works .mission__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .mission__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .mission__title .sub {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.9;
  margin-top: 23px;
}

.works .mission__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .mission__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .mission__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .features {
  padding: 65px 0;
  position: relative;
}

.works .features__title {
  text-align: center;
  width: 100%;
}

.works .features__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .features__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .features__title .main {
  letter-spacing: .1em;
  line-height: 1.5;
}

.works .features__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.works .features__item {
  width: 320px;
}

.works .features__item .media {
  width: 100%;
}

.works .features__item .title {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.works .features__item .desc {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 12px;
}

.works .features__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .features__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .features__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .features__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .features__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .features__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .possibility {
  padding: 65px 0;
  position: relative;
}

.works .possibility__title {
  text-align: center;
  width: 100%;
}

.works .possibility__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .possibility__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .possibility__title .main {
  letter-spacing: .1em;
  line-height: 1.5;
}

.works .possibility__list {
  display: flex;
  justify-content: center;
  margin: 55px 0;
}

.works .possibility__list + .possibility__list {
  margin-top: 90px;
}

.works .possibility__box {
  color: #000;
  flex-basis: 308px;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
  width: 100%;
}

.works .possibility__box h4 {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 25px 0;
  text-align: center;
  width: 100%;
}

.works .possibility__box p {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
}

.works .possibility__img {
  height: 82px;
  text-align: center;
  width: 100%;
}

.works .possibility__img img {
  height: 100%;
  width: auto;
}

.works .possibility__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .possibility__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .possibility__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .possibility__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .possibility__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .possibility__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .thoughts {
  padding: 72px 0 120px;
  position: relative;
}

.works .thoughts__title {
  text-align: center;
  width: 100%;
}

.works .thoughts__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .thoughts__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .thoughts__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.works .thoughts__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.works .thoughts__item:nth-of-type(even) .text {
  left: 0;
  padding-right: 45px;
}

.works .thoughts__item:nth-of-type(even) .media img {
  margin-left: -100px;
}

.works .thoughts__item:nth-of-type(odd) {
  margin-top: 60px;
}

.works .thoughts__item:nth-of-type(odd) .text {
  padding-left: 45px;
  right: 0;
}

.works .thoughts__item:first-of-type {
  margin-top: 43px;
}

.works .thoughts__item .media {
  overflow: visible;
  width: 50%;
}

.works .thoughts__item .media img {
  height: auto;
  width: 600px;
}

.works .thoughts__item .text {
  background-color: rgba(255, 255, 255, .95);
  height: calc(100% - 50px);
  padding: 70px 0 50px;
  position: absolute;
  top: 50px;
  width: 550px;
}

.works .thoughts__item .text .title .main {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
}

.works .thoughts__item .text .title .sub {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.works .thoughts__item .text .desc {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 23px;
}

.works .thoughts__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .thoughts__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .thoughts__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .nano_bubbles {
  background-image: url('../img/common/bg_bubbles.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 62px;
  position: relative;
  width: 100%;
}

.works .nano_bubbles__title {
  text-align: center;
  width: 100%;
}

.works .nano_bubbles__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .nano_bubbles__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .nano_bubbles .text {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 45px;
  text-align: center;
}

.works .nano_bubbles__media {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.works .nano_bubbles__media img {
  margin: 0 auto;
  width: 715px;
}

.works .nano_bubbles__media .text {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 16px;
  width: 100%;
}

.works .nano_bubbles__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .nano_bubbles__scroll_down .line {
  background-color: #fff;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .nano_bubbles__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .effect {
  padding: 69px 0 70px;
  position: relative;
}

.works .effect__title {
  text-align: center;
  width: 100%;
}

.works .effect__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .effect__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .effect__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.works .effect__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.works .effect__item:nth-of-type(even) .text {
  left: 0;
  padding-right: 45px;
}

.works .effect__item:nth-of-type(even) .media img {
  margin-left: -100px;
}

.works .effect__item:nth-of-type(odd) {
  margin-top: 60px;
}

.works .effect__item:nth-of-type(odd) .text {
  padding-left: 45px;
  right: 0;
}

.works .effect__item:first-of-type {
  margin-top: 43px;
}

.works .effect__item .media {
  overflow: visible;
  width: 50%;
}

.works .effect__item .media img {
  height: auto;
  width: 600px;
}

.works .effect__item .text {
  background-color: rgba(255, 255, 255, .95);
  height: calc(100% - 50px);
  padding: 70px 0 50px;
  position: absolute;
  top: 50px;
  width: 550px;
}

.works .effect__item .text .title .main {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
}

.works .effect__item .text .title .sub {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.works .effect__item .text .desc {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 23px;
}

.works .effect__item:nth-of-type(odd) .text .number {
  left: -30px;
}

.works .effect__item:nth-of-type(even) .text .number {
  right: -30px;
}

.works .effect__item .text {
  padding-top: 60px;
}

.works .effect__item .text .title {
  color: #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 1;
}

.works .effect__item .text .number {
  align-items: center;
  background-color: #20b8c3;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  justify-content: center;
  position: absolute;
  top: 45px;
  width: 60px;
}

.works .effect__item .text .number span {
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  margin-left: -5px;
}

.works .effect__item .text .desc {
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 23px;
}

.works .effect__item .text .point {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .02em;
  margin-top: 5px;
}

.works .effect__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .effect__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .effect__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .effect__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .effect__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .effect__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .case {
  padding: 62px 0 70px;
  position: relative;
}

.works .case__title {
  text-align: center;
  width: 100%;
}

.works .case__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .case__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .case__title .main {
  line-height: 1.73;
}

.works .case__list {
  margin-top: 32px;
}

.works .case__item:nth-of-type(odd) .case__content {
  flex-direction: row-reverse;
}

.works .case__item:not(:first-of-type) {
  margin-top: 80px;
}

.works .case__item:not(:first-of-type) .case__content {
  margin-top: 35px;
}

.works .case__item:not(:first-of-type) .title .sub {
  margin-top: 16px;
}

.works .case__item .title {
  margin-top: -26px;
  text-align: center;
}

.works .case__item .title .main {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 50px;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1;
  text-shadow: 0 0 5px rgba(255, 255, 255, .9);
}

.works .case__item .title .sub {
  color: #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 21px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 20px;
}

.works .case__item .media {
  width: 450px;
}

.works .case__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.works .case__content .text {
  margin-top: -5px;
  width: 50%;
}

.works .case__content .text p {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
}

.works .case__content .text p:not(:first-of-type) {
  margin-top: 14px;
}

.works .case__content .text h4 {
  color: #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin-bottom: 10px;
}

.works .case__content .text h4:not(:first-of-type) {
  margin-top: 14px;
}

.works .case__content .text ul {
  padding-left: 20px;
}

.works .case__content .text ul li {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
  list-style: decimal;
  margin: 0;
}

.works .case__content .text .btn {
  margin-top: 20px;
}

.works .case__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .case__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .case__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .case__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .case__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .case__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .coverage {
  border-bottom: 1px solid #e5e5e5;
  padding: 76px 0;
  position: relative;
}

.works .coverage__title {
  text-align: center;
  width: 100%;
}

.works .coverage__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .coverage__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .coverage__title .main {
  line-height: 1.75;
}

.works .coverage__list {
  margin-top: 25px;
}

.works .coverage__item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works .coverage__item:nth-of-type(odd) .text {
  margin-top: 115px;
}

.works .coverage__item:nth-of-type(odd) .text .title h3::before {
  right: calc(100% + 25px);
  width: 80px;
}

.works .coverage__item:nth-of-type(odd) .media img {
  width: 446px;
}

.works .coverage__item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.works .coverage__item:nth-of-type(even) .text {
  margin-top: 48px;
  width: 475px;
}

.works .coverage__item:nth-of-type(even) .text .title h3::before {
  left: calc(100% + 25px);
  width: 100px;
}

.works .coverage__item:nth-of-type(even) .media {
  margin-top: -47px;
}

.works .coverage__item:nth-of-type(even) .media img {
  width: 483px;
}

.works .coverage__item .media {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}

.works .coverage__item .media img {
  max-width: 75%;
}

.works .coverage__item .text {
  width: 50%;
}

.works .coverage__item .text .title {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.works .coverage__item .text .title h3 {
  color: black;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1;
  position: relative;
  width: auto;
}

.works .coverage__item .text .title h3::before {
  border-bottom: 1px solid #20b8c3;
  content: '';
  height: 1px;
  position: absolute;
  top: calc(50% + 5px);
}

.works .coverage__item .text .title h3 .num {
  color: #20b8c3;
  letter-spacing: 0;
  line-height: .9;
  margin-left: -5px;
}

.works .coverage__item .text .title h3 .num span {
  font-size: 36px;
}

.works .coverage__item .text .desc {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 22px;
}

.works .coverage__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .coverage__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .coverage__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .machine {
  padding: 60px 0 0;
  position: relative;
}

.works .machine__title {
  text-align: center;
  width: 100%;
}

.works .machine__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .machine__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .machine__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.works .machine__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.works .machine__item:nth-of-type(even) .text {
  left: 0;
  padding-right: 45px;
}

.works .machine__item:nth-of-type(even) .media img {
  margin-left: -100px;
}

.works .machine__item:nth-of-type(odd) {
  margin-top: 60px;
}

.works .machine__item:nth-of-type(odd) .text {
  padding-left: 45px;
  right: 0;
}

.works .machine__item:first-of-type {
  margin-top: 43px;
}

.works .machine__item .media {
  overflow: visible;
  width: 50%;
}

.works .machine__item .media img {
  height: auto;
  width: 600px;
}

.works .machine__item .text {
  background-color: rgba(255, 255, 255, .95);
  height: calc(100% - 50px);
  padding: 70px 0 50px;
  position: absolute;
  top: 50px;
  width: 550px;
}

.works .machine__item .text .title .main {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
}

.works .machine__item .text .title .sub {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.works .machine__item .text .desc {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 23px;
}

.works .machine__item:nth-of-type(even) .text .patent {
  left: 0;
}

.works .machine__item .text {
  padding-top: 30px;
}

.works .machine__item .text .patent {
  bottom: 35px;
  color: #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  left: 50px;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
}

.works .machine__item .text .red {
  color: #d11717;
  margin-top: 17px;
}

.works .machine__item .text h4 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
}

.works .machine__item .text ul li {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}

.works .machine__item.text__left {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.works .machine__item.text__left .text {
  left: 0;
  padding: 30px 45px 0 0;
}

.works .machine__item.text__left .media img {
  margin-left: -100px;
}

.works .machine__item .patent__list {
  display: flex;
  margin: 20px 0 10px 0;
}

.works .machine__item .patent__list dl {
  width: 50%;
}

.works .machine__item .patent__list dl dt {
  background-color: #f2fbfb;
  border: 1px solid #20b8c3;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
}

.works .machine__item .patent__list dl dt span {
  height: 14px;
}

.works .machine__item .patent__list dl dt span::before,
.works .machine__item .patent__list dl dt span::after {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
}

.works .machine__item .patent__list dl dt.patent__list__heading {
  background: #20b8c3;
  border-right: solid 1px #fff;
  color: #fff;
}

.works .machine__item .patent__list dl + dl dt {
  border-left: none;
}

.works .machine__item .patent__list dl + dl dt.patent__list__heading {
  border-right: solid 1px #20b8c3;
}

.works .machine__item .patent__txt {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
}

.works .machine__list {
  margin-bottom: 80px;
}

.works .machine__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .machine__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .machine__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .cost {
  padding: 70px 0 64px;
  position: relative;
}

.works .cost__title {
  text-align: center;
  width: 100%;
}

.works .cost__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .cost__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .cost__kv {
  background-color: #20b8c3;
  color: #fff;
  margin-top: 45px;
  padding: 24px 0 18px;
  text-align: center;
  width: 100%;
}

.works .cost__kv h3 {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
}

.works .cost__kv h3:first-of-type {
  margin-bottom: 18px;
}

.works .cost__kv h3 .num {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: .8;
  margin: 0 8px;
}

.works .cost__kv p {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1;
  margin-top: 13px;
}

.works .cost__list {
  margin-top: 20px;
}

.works .cost__list .title {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

.works .cost__list ul {
  margin-top: 15px;
}

.works .cost__list ul li {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2.1;
  padding-left: 15px;
  position: relative;
}

.works .cost__list ul li::before {
  background-color: #595656;
  border-radius: 100%;
  content: '';
  height: 3px;
  left: 6px;
  position: absolute;
  top: 13px;
  width: 3px;
}

.works .cost__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .cost__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .cost__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .cost__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .cost__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .cost__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .flow {
  padding: 0 0 64px;
  position: relative;
}

.works .flow__title {
  text-align: center;
  width: 100%;
}

.works .flow__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.works .flow__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.works .flow__box h4 {
  border: 2px solid #20b8c3;
  border-radius: 60px;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .05em; /*padding: 35px 0;*/
  margin: 0 32px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.works .flow__box h4 span {
  height: 14px;
}

.works .flow__box h4 span::before,
.works .flow__box h4 span::after {
  content: '';
  display: block;
  height: 35px;
  width: 100%;
}

.works .flow__box h4::after {
  background: url('../img/works/flow_arrow_r.png') no-repeat top center;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  position: absolute;
  right: calc(-80px - 16px/2);
  top: calc(50% - 21px/2);
  width: 16px;
}

.works .flow__box h4.heading__bluegreen {
  background-color: #20b8c3;
  color: #FFF;
}

.works .flow__box ul {
  margin-left: 10px;
}

.works .flow__box ul li {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}

.works .flow__box ul li span {
  color: #20b8c3;
  margin-right: 10px;
}

.works .flow__box.box__1 {
  flex-basis: 264px;
  margin: 0 90px 0 0;
}

.works .flow__box.box__1 h4 {
  margin-left: 0;
}

.works .flow__box.box__2 {
  flex-basis: 275px;
}

.works .flow__box.box__2 ul {
  margin-left: 58px;
}

.works .flow__box.box__3 {
  flex-basis: 264px;
  margin: 0 0 0 90px;
}

.works .flow__box.box__3 h4 {
  margin-right: 0;
}

.works .flow__box.box__3 h4::after {
  display: none;
}

.works .flow__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.works .flow__wrapper.flow__1 .flow__box.box__3 {
  margin-bottom: 20px;
}

.works .flow__wrapper.flow__2 {
  flex-direction: row-reverse;
  margin-top: 0;
}

.works .flow__wrapper.flow__2 .flow__box h4::after {
  background-image: url('../img/works/flow_arrow_l.png');
}

.works .flow__wrapper.flow__2 .flow__box.box__1::after {
  display: none;
}

.works .flow__wrapper.flow__2 .flow__box.box__3::after {
  display: block;
}

.works .flow__wrapper.flow__2 .flow__box.box__3 ul {
  margin-left: 62px;
}

.works .flow__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.works .flow__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.works .flow__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.works .invite {
  margin-bottom: 70px;
}

/******************************
    SP
*******************************/

/**************************************
	
	HOME

***************************************/

.news {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.news .kv {
  position: relative;
}

.news .kv__media {
  position: relative;
  width: 100%;
}

.news .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.83;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 24px rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.news .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.news .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.news .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.news .news {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}

.news .news__title {
  text-align: center;
  width: 100%;
}

.news .news__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.news .news__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.news .news__container {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 100%;
  position: relative;
  width: 1240px;
}

.news .news .news__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 290px;
}

.news .news .news__pagination li {
  display: inline-block;
  font-size: 17px;
}

.news .news .news__pagination li .active {
  color: #20b8c3;
}

.news .news .news__pagination li img {
  width: 11px;
}

.news .news__content {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 3;
}

.news .news__list {
  padding: 65px 0 41px;
}

.news .news__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  justify-content: flex-start;
  padding: 29px 0;
  width: 100%;
}

.news .news__item:first-of-type {
  padding-top: 0;
}

.news .news__item:last-of-type {
  padding-bottom: 0;
}

.news .news__item:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

.news .news__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  width: 135px;
}

.news .news__item .tag_container {
  width: 150px;
}

.news .news__item .desc {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: .05em;
}

.news .news__item .desc a{
	font-weight: bold;
	color: #C90C1A;
	border-bottom: solid 1px #C90C1A;
	display: inline;
}

.news .news__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.news .news__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.news .news__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.news .news__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.news .news__scroll_down .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.news .news__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.news .section01 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  position: relative;
  width: 100%;
}

.news .section01__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.news .section01__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.news .section01__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.news .section01__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.news .section01__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.news .section01__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.news .section01__inner table {
  border-collapse: separate;
  width: 100%;
}

.news .section01__inner table tr > td {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  line-height: 1;
  padding: 27px 0;
  vertical-align: middle;
}

.news .section01__inner table tr > td:not(:nth-last-of-type(1)) {
  max-width: 138px;
  width: 138px;
}

.news .section01__inner table tr > td:nth-of-type(1) {
  font-size: 16px;
}

.news .section01__inner table tr > td span {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  height: 25px;
  justify-content: center;
  width: 105px;
}

.news .section01__inner table tr > td span.gray {
  background: #595656;
}

.news .section01__inner table tr > td span.lightblue {
  background: #20b8c3;
}

.news .section01__inner table tr > td span.blue {
  background: #2071c3;
}

.news .section01__inner table tr > td a:hover {
  cursor: pointer;
}

.news .section01__inner table tr > td a:hover:hover {
  opacity: .7;
}

.news .section01__inner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 290px;
}

.news .section01__inner ul li {
  display: inline-block;
  font-size: 17px;
}

.news .section01__inner ul li .active {
  color: #20b8c3;
}

.news .section01__inner ul li img {
  width: 11px;
}

/******************************
	SP
*******************************/

/**************************************
	
	HOME

***************************************/

.report {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.report::before,
.report::after {
  content: '';
  display: table;
}

.report::after {
  clear: both;
}

.report .kv {
  position: relative;
}

.report .kv__media {
  position: relative;
  width: 100%;
}

.report .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.83;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 24px rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.report .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.report .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.report .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.report .post__details {
  width: 100%;
}

.report .post__details td {
  vertical-align: middle;
}

.report .post__details td::before,
.report .post__details td::after {
  content: '';
  display: table;
}

.report .post__details td::after {
  clear: both;
}

.report .post__details td span.date {
  font-size: 16px;
}

.report .post__details td span.new {
  color: #f32525;
  font-size: 16px;
  margin-left: 15px;
}

.report .post__details td span.category {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  float: right;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  width: 105px;
}

.report .post__details td span.category.gray {
  background: #595656;
}

.report .post__details td span.category.lightblue {
  background: #20b8c3;
}

.report .post__details td span.category.blue {
  background: #2071c3;
}

.report .post__details td span.category.orange {
  background: #ef741a;
}

.report__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  position: relative;
  width: 100%;
}

.report__inner ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 290px;
}

.report__inner ul li {
  display: inline-block;
  font-size: 17px;
}

.report__inner ul li .active {
  color: #20b8c3;
}

.report__inner ul li img {
  width: 11px;
}

.report__inner .search__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: space-between;
}

.report__inner .search__text {
  border: 1px solid black;
  box-sizing: border-box;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  height: 100%;
  padding: 19px 32px;
  width: calc(100% - 100px);
}

.report__inner .search__submit {
  background: #20b8c3;
  background-image: url(../img/common/ico_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 100%;
  position: relative;
  width: 90px;
}

.report__inner .search__table {
  border-collapse: separate;
  width: 100%;
}

.report__inner .search__table tr {
  width: 100%;
}

.report__inner .search__table tr:nth-of-type(2) td {
  border-top: 1px solid #e5e5e5;
}

.report__inner .search__table tr td {
  padding: 30px 0 30px 30px;
  vertical-align: top;
}

.report__inner .search__table tr td::before,
.report__inner .search__table tr td::after {
  content: '';
  display: table;
}

.report__inner .search__table tr td::after {
  clear: both;
}

.report__inner .search__table tr td:nth-of-type(1) {
  font-size: 17px;
  font-weight: 400;
}

.report__inner .search__table tr td:nth-of-type(2) {
  text-align: left;
  width: 87.4%;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box {
  border-bottom: 1px solid #595656;
  border-left: transparent;
  border-right: 1px solid #595656;
  border-top: 1px solid #595656;
  margin-bottom: 15px;
  margin-right: 30px;
  padding: 0 15px;
  position: relative;
  width: auto !important;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box::before {
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  border-bottom: 1px solid #595656;
  border-right: 1px solid #595656;
  content: '';
  display: block;
  height: 17px;
  left: -9px;
  margin: auto;
  position: absolute;
  transform: rotate(133deg);
  width: 18px;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box.active {
  border-bottom: 1px solid #20b8c3;
  border-right: 1px solid #20b8c3;
  border-top: 1px solid #20b8c3;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box.active::before {
  background: #20b8c3;
  border-bottom: 1px solid #20b8c3;
  border-right: 1px solid #20b8c3;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box:hover {
  border-bottom: 1px solid #20b8c3;
  border-left: transparent !important;
  border-right: 1px solid #20b8c3;
  border-top: 1px solid #20b8c3;
  transition: none;
}

.report__inner .search__table tr td:nth-of-type(2) .arrow_box:hover::before {
  border-bottom: 1px solid #20b8c3;
  border-right: 1px solid #20b8c3;
}

.report__inner .search__table a {
  align-items: center;
  border: 1px solid #595656;
  color: #595656;
  display: block;
  display: flex;
  flex-wrap: wrap;
  float: left;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  margin-right: 20px;
  width: 105px;
}

.report__inner .search__table a.active {
  background: #20b8c3;
  border: 1px solid #20b8c3;
  color: #fff !important;
}

.report__inner .search__table a:hover {
  border: 1px solid #20b8c3;
  color: #20b8c3;
}

.report__inner .sidebar {
  width: 26%;
}

.report__inner .sidebar__inner h2 {
  color: #20b8c3;
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 30px;
}

.report__inner .sidebar__inner .top__item {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.report__inner .sidebar__inner .top__item span.rank {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.report__inner .sidebar__inner .top__item span.rank.white {
  background: rgba(255, 255, 255, .51);
}

.report__inner .sidebar__inner .top__item span.rank.yellow {
  background: rgba(255, 255, 0, .51);
}

.report__inner .sidebar__inner .top__item span.rank.bluegreen {
  background: rgba(32, 184, 195, .51);
}

.report__inner .sidebar__inner .top__item span.rank.brown {
  background: rgba(124, 78, 53, .51);
}

.report__inner .sidebar__inner .top__item .text {
  margin-top: 15px;
  position: relative;
}

.report__inner .sidebar__inner .top__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  width: 100%;
}

.report__inner .sidebar__inner .top__item .tag {
  height: 25px !important;
  position: absolute;
  right: 0;
  top: -5px;
}

.report__inner .sidebar__inner .top__item .desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  padding: 12px 0 0;
}

.report__inner .main__view {
  width: 70%;
}

.report__inner .main__view .report {
  position: relative;
}

.report__inner .main__view .report__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px;
}

.report__inner .main__view .report__item {
  margin-bottom: 40px;
  width: calc(50% - 20px);
}

.report__inner .main__view .report__item .text {
  margin-top: 25px;
  position: relative;
}

.report__inner .main__view .report__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1;
  width: 100%;
}

.report__inner .main__view .report__item .tag {
  height: 25px;
  position: absolute;
  right: 0;
  top: -5px;
}

.report__inner .main__view .report__item .desc {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  margin-top: 12px;
}

.report__inner .main__view .report .btn_container {
  margin-top: 0;
}

.report__inner .main__view .report__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.report__inner .main__view .report__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.report__inner .main__view .report__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.report__inner .main__view .report__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.report__inner .main__view .report__scroll_down .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.report__inner .main__view .report__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.report__inner .main__view__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.report__inner .main__view__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.report__inner .main__view__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.report__inner .main__view .report__credentials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 31px;
}

.report__inner .main__view .report__credentials .author__image {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.report__inner .main__view .report__credentials span {
  display: inline-block;
}

.report__inner .main__view .report__credentials span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 200;
  margin-left: 20px;
}

.report__inner .main__view .report__credentials span.arrow {
  align-items: center;
  background-image: url(../img/report/reportdetail/bg_arrow.png);
  background-size: cover;
  color: #20b8c3;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  margin-left: 10px;
  width: 100px;
}

.report__inner .main__view .report__credentials span.arrow.first {
  margin-left: 310px;
}

.report__inner .main__view__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.report__inner .main__view__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.report__inner .main__view__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.report__inner .main__view__inner {
  margin: auto;
  max-width: 700px;
}

.report__inner .main__view__inner table {
  margin: 20px 0;
}

.report__inner .main__view__inner__h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.46;
}

.report__inner .main__view__inner__newstext {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.76;
  padding: 30px 0 33px;
}

/******************************
	 SP
*******************************/

/**************************************
	
	HOME

***************************************/

.profile {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.profile p {
  font-weight: 200;
}

.profile .kv {
  position: relative;
}

.profile .kv__media {
  position: relative;
  width: 100%;
}

.profile .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.83;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 24px rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.profile .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.profile .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.profile .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.profile .section01 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
}

.profile .section01__inner {
  position: relative;
}

.profile .section01__inner img {
  max-width: 620px;
}

.profile .section01__inner__details {
  background: #fff;
  max-width: 550px;
  padding: 60px 47px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  height: 100%;
}

.profile .section01__inner__details-left {
  height: 2px;
  left: -23px;
  overflow-x: hidden;
  position: absolute;
  top: 75px;
  width: 45px;
}

.profile .section01__inner__details-left div {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-left;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-left;
  background-color: #20b8c3;
  height: 2px;
  margin-left: -16%;
  position: absolute;
  right: 0;
  width: 45px;
}

.profile .section01__inner__details h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 31px;
}

.profile .section01__inner__details p {
  color: #595656;
  font-size: 17px;
  line-height: 1.76;
  padding-bottom: 25px;
}

.profile .section01__inner__details p.lightblue__text {
  color: #20b8c3;
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 0;
}

.profile .section02 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-top: 25px;
  position: relative;
  width: 100%;
}

.profile .section02__title {
  text-align: center;
  width: 100%;
}

.profile .section02__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.profile .section02__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.profile .section02__inner__list {
  margin-top: 14px;
}

.profile .section02__inner__item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.profile .section02__inner__item .title {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.77;
  margin-right: 99px;
  padding: 24px 0;
  width: 338px;
}

.profile .section02__inner__item .desc {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1.77;
  padding: 22px 0;
  width: 50%;
}

.profile .section04 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  position: relative;
  position: relative;
  width: 100%;
}

.profile .section04__scroll_down {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: -23px;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.profile .section04__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.profile .section04__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.profile .section04__title {
  text-align: center;
  width: 100%;
}

.profile .section04__title .main {
  color: #000;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.profile .section04__title .sub {
  color: #595656;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.profile .section04__title .sub {
  line-height: 1.5;
}

.profile .section04__inner table {
  display: table !important;
  margin: 70px 0 50px 0;
  width: 100%;
}

.profile .section04__inner table tr:nth-of-type(odd) {
  background: #f2fbfb;
}

.profile .section04__inner table tr td {
  font-size: 17px;
  height: 55px;
  vertical-align: middle;
}

.profile .section04__inner table tr td:nth-of-type(1) {
  font-weight: 400;
}

.profile .section04__inner table tr td a {
  display: inline-block;
}

.profile .section04__inner table tr td.add__arrow {
  font-weight: 200;
  position: relative;
}

.profile .section04__inner table tr td.add__arrow::after {
  background-image: url(../img/common/ico_arrow-table.png);
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 4.5px;
  margin: 0 0 5px 5px;
  vertical-align: middle;
  width: 10px;
}

.profile .section05 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.profile .section05__inner .contact__list__item {
  background-color: #f2fbfb;
  box-sizing: border-box;
  padding: 40px 50px;
}

.profile .section05__inner .contact__list__item:not(:nth-of-type(1)) {
  margin-top: 25px;
}

.profile .section05__inner .contact__list__item h4 {
  font-size: 30px;
  padding-bottom: 10px;
}

.profile .section05__inner .contact__list__item h4:hover {
  cursor: pointer;
}

.profile .section05__inner .contact__list__item h4:hover:hover {
  opacity: .7;
}

.profile .section05__inner .contact__list__item h4 span {
  color: #969898;
  font-size: 14px;
  font-weight: 200;
  padding-left: 15px;
}

.profile .section05__inner .contact__list__item h4 .close_div {
  background-image: url(../img/common/ico_slide-up.png);
  background-size: 100% 100%;
  display: inline-block;
  float: right;
  height: 15px;
  width: 30px;
}

.profile .section05__inner .contact__list__item h4 .open_div {
  background-image: url(../img/common/ico_slide-down.png);
  background-size: 100% 100%;
  display: inline-block;
  float: right;
  height: 15px;
  width: 30px;
}

.profile .section05__inner .contact__list__item__wrapper {
  align-items: flex-start;
  border-top: 1px solid #d9e1e1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .2s linear;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item {
  width: 47%;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item:nth-child(n+3) {
  border-top: 1px solid #d9e1e1;
  padding: 42.5px 0 40px;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item:nth-child(-n+2) {
  padding: 40px 0 !important;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item:nth-last-child(-n+2) {
  padding-bottom: 0 !important;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item h5 {
  font-size: 21px;
  margin-bottom: 30px;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-start;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li img {
  margin-right: 20px;
  width: 50px;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li p {
  line-height: 1.7;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li p span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li p span.address__span {
  font-size: 14px;
}

.profile .section05__inner .contact__list__item__wrapper .contact__item li a {
  color: #20b8c3;
  display: block;
  font-size: 17px;
  line-height: 2.7;
  text-decoration: underline;
}

/******************************
    SP
*******************************/

/**************************************
	
	HOME

***************************************/

.newsdetail {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.newsdetail .section01 {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-bottom: 63px;
  position: relative;
  width: 100%;
}

.newsdetail .section01__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.newsdetail .section01__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.newsdetail .section01__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.newsdetail .section01__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.newsdetail .section01__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.newsdetail .section01__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.newsdetail .section01__inner {
  margin: auto;
  max-width: 700px;
}
.newsdetail .section01__inner a{
	display: inline-block;
}

.newsdetail .section01__inner .newsdetail__editor {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.newsdetail .section01__inner .newsdetail__editor *:nth-child(1) {
  margin-top: 0;
}

.newsdetail .section01__inner .newsdetail__editor a:hover {
  opacity: .7;
}

.newsdetail .section01__inner .newsdetail__editor h1,
.newsdetail .section01__inner .newsdetail__editor h2,
.newsdetail .section01__inner .newsdetail__editor h3,
.newsdetail .section01__inner .newsdetail__editor h4,
.newsdetail .section01__inner .newsdetail__editor h5,
.newsdetail .section01__inner .newsdetail__editor h6 {
  font-weight: bold;
}

.newsdetail .section01__inner .newsdetail__editor h1 {
  font-size: 32px;
  line-height: 1.4;
}

.newsdetail .section01__inner .newsdetail__editor h2 {
  font-size: 27px;
  line-height: 1.6;
}

.newsdetail .section01__inner .newsdetail__editor h3 {
  font-size: 22px;
  line-height: 1.6;
}

.newsdetail .section01__inner .newsdetail__editor h4,
.newsdetail .section01__inner .newsdetail__editor h5,
.newsdetail .section01__inner .newsdetail__editor h6 {
  font-size: 16px;
  line-height: 1.6;
}

.newsdetail .section01__inner .newsdetail__editor h1 + h2,
.newsdetail .section01__inner .newsdetail__editor h2 + h3,
.newsdetail .section01__inner .newsdetail__editor h3 + h4,
.newsdetail .section01__inner .newsdetail__editor h4 + h5,
.newsdetail .section01__inner .newsdetail__editor h5 + h6 {
  margin-top: .5em;
}

.newsdetail .section01__inner .newsdetail__editor p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: .75em;
}

.newsdetail .section01__inner .newsdetail__editor strong {
  font-weight: bold;
}

.newsdetail .section01__inner .newsdetail__editor em {
  font-style: italic;
}

.newsdetail .section01__inner .newsdetail__editor ul {
  list-style-type: disc;
}

.newsdetail .section01__inner .newsdetail__editor ol {
  list-style-type: decimal;
}

.newsdetail .section01__inner .newsdetail__editor ul,
.newsdetail .section01__inner .newsdetail__editor ol {
  margin-top: 1em;
  padding-left: 1.4em;
}

.newsdetail .section01__inner .newsdetail__editor ul li,
.newsdetail .section01__inner .newsdetail__editor ol li {
  line-height: 1.5;
  margin-top: .6em;
}

.newsdetail .section01__inner .newsdetail__editor sup,
.newsdetail .section01__inner .newsdetail__editor sub {
  font-size: 10px;
}

.newsdetail .section01__inner .newsdetail__editor table {
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}

.newsdetail .section01__inner .newsdetail__editor table thead th,
.newsdetail .section01__inner .newsdetail__editor table thead td {
  font-weight: bold;
  text-align: center;
}

.newsdetail .section01__inner .newsdetail__editor table tr th,
.newsdetail .section01__inner .newsdetail__editor table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.newsdetail .section01__inner .newsdetail__editor table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.newsdetail .section01__inner .newsdetail__editor img {
  height: auto;
  margin-top: 2em;
  max-width: 100%;
  width: auto;
}

.newsdetail .section01__inner .newsdetail__editor img.alignnone,
.newsdetail .section01__inner .newsdetail__editor img.alignleft {
  margin-top: 2em;
}

.newsdetail .section01__inner .newsdetail__editor img.aligncenter {
  display: block;
  margin: 2em auto 0;
}

.newsdetail .section01__inner .newsdetail__editor img.alignright {
  display: block;
  margin: 2em 0 0 auto;
}

.newsdetail .section01__inner table {
  margin-bottom: 21px;
  width: 100%;
}

.newsdetail .section01__inner table td {
  vertical-align: middle;
}

.newsdetail .section01__inner table td::before,
.newsdetail .section01__inner table td::after {
  content: '';
  display: table;
}

.newsdetail .section01__inner table td::after {
  clear: both;
}

.newsdetail .section01__inner table td span.date {
  font-size: 16px;
}

.newsdetail .section01__inner table td span.category {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  float: right;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  width: 105px;
}

.newsdetail .section01__inner table td span.gray {
  background: #595656;
}

.newsdetail .section01__inner table td span.lightblue {
  background: #20b8c3;
}

.newsdetail .section01__inner table td span.blue {
  background: #2071c3;
}

.newsdetail .section01__inner__h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.46;
  padding-bottom: 32px;
}

.newsdetail .section01__inner p {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.76;
  padding: 0 0 27px;
  padding-top: 33px;
}

.newsdetail .section01__inner img {
  height: auto;
}

/******************************
	 SP
*******************************/

/**************************************
	
	HOME

***************************************/

.reportdetail::before,
.reportdetail::after {
  content: '';
  display: table;
}

.reportdetail::after {
  clear: both;
}

.reportdetail ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 290px;
}

.reportdetail ul li {
  display: inline-block;
  font-size: 17px;
}

.reportdetail ul li .active {
  color: #20b8c3;
}

.reportdetail ul li img {
  width: 11px;
}

.reportdetail .arrow_box {
  border-bottom: 1px solid #20b8c3;
  border-left: transparent;
  border-right: 1px solid #20b8c3;
  border-top: 1px solid #20b8c3;
  color: #20b8c3;
  font-size: 14px;
  line-height: 1em;
  margin: 0 30px 0 0;
  padding: 5px 15px;
  position: relative;
  width: auto !important;
}

.reportdetail .arrow_box:last-child {
  margin-right: 0;
}

.reportdetail .arrow_box::before {
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  border-bottom: 1px solid #20b8c3;
  border-right: 1px solid #20b8c3;
  content: '';
  display: block;
  height: 18px;
  left: -9px;
  position: absolute;
  top: 3px;
  transform: rotate(133deg);
  width: 18px;
}

.reportdetail table {
  width: 100%;
}

.reportdetail table td {
  vertical-align: middle;
}

.reportdetail table td::before,
.reportdetail table td::after {
  content: '';
  display: table;
}

.reportdetail table td::after {
  clear: both;
}

.reportdetail table td span.date {
  font-size: 16px;
}

.reportdetail table td span.category {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  float: right;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  width: 105px;
}

.reportdetail table td span.category.gray {
  background: #595656;
}

.reportdetail table td span.category.lightblue {
  background: #20b8c3;
}

.reportdetail table td span.category.blue {
  background: #2071c3;
}

.reportdetail table td span.category.orange {
  background: #ef741a;
}

.reportdetail__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-top: 15px;
  position: relative;
  width: 100%;
}

.reportdetail__inner .sidebar {
  width: 26%;
}

.reportdetail__inner .sidebar__inner h2 {
  color: #20b8c3;
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 30px;
}

.reportdetail__inner .sidebar__inner .top__item {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.reportdetail__inner .sidebar__inner .top__item span.rank {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.reportdetail__inner .sidebar__inner .top__item span.rank.white {
  background: rgba(255, 255, 255, .51);
}

.reportdetail__inner .sidebar__inner .top__item span.rank.yellow {
  background: rgba(255, 255, 0, .51);
}

.reportdetail__inner .sidebar__inner .top__item span.rank.bluegreen {
  background: rgba(32, 184, 195, .51);
}

.reportdetail__inner .sidebar__inner .top__item span.rank.brown {
  background: rgba(124, 78, 53, .51);
}

.reportdetail__inner .sidebar__inner .top__item .text {
  margin-top: 15px;
  position: relative;
}

.reportdetail__inner .sidebar__inner .top__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  width: 100%;
}

.reportdetail__inner .sidebar__inner .top__item .tag {
  height: 25px !important;
  position: absolute;
  right: 0;
  top: -5px;
}

.reportdetail__inner .sidebar__inner .top__item .desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  padding: 12px 0 0;
}

.reportdetail__inner .main__view {
  width: 70%;
}

.reportdetail__inner .main__view__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.reportdetail__inner .main__view__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.reportdetail__inner .main__view__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.reportdetail__inner .main__view .report__credentials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 31px;
}

.reportdetail__inner .main__view .report__credentials .credential__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reportdetail__inner .main__view .report__credentials .author__image {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.reportdetail__inner .main__view .report__credentials span {
  display: inline-block;
}

.reportdetail__inner .main__view .report__credentials span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 200;
  margin-left: 20px;
}

.reportdetail__inner .main__view .report__credentials span.arrow {
  align-items: center;
  background-image: url(../img/report/reportdetail/bg_arrow.png);
  background-size: cover;
  color: #20b8c3;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  margin-left: 10px;
  width: 100px;
}

.reportdetail__inner .main__view__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.reportdetail__inner .main__view__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.reportdetail__inner .main__view__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #20b8c3;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.reportdetail__inner .main__view__inner {
  margin: auto;
  max-width: 700px;
}

.reportdetail__inner .main__view__inner .reportdetail__editor {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.reportdetail__inner .main__view__inner .reportdetail__editor *:nth-child(1) {
  margin-top: 0;
}

.reportdetail__inner .main__view__inner .reportdetail__editor a:hover {
  opacity: .7;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h1,
.reportdetail__inner .main__view__inner .reportdetail__editor h2,
.reportdetail__inner .main__view__inner .reportdetail__editor h3,
.reportdetail__inner .main__view__inner .reportdetail__editor h4,
.reportdetail__inner .main__view__inner .reportdetail__editor h5,
.reportdetail__inner .main__view__inner .reportdetail__editor h6 {
  font-weight: bold;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h1 {
  font-size: 32px;
  line-height: 1.4;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h2 {
  font-size: 27px;
  line-height: 1.6;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h3 {
  font-size: 22px;
  line-height: 1.6;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h4,
.reportdetail__inner .main__view__inner .reportdetail__editor h5,
.reportdetail__inner .main__view__inner .reportdetail__editor h6 {
  font-size: 16px;
  line-height: 1.6;
}

.reportdetail__inner .main__view__inner .reportdetail__editor h1 + h2,
.reportdetail__inner .main__view__inner .reportdetail__editor h2 + h3,
.reportdetail__inner .main__view__inner .reportdetail__editor h3 + h4,
.reportdetail__inner .main__view__inner .reportdetail__editor h4 + h5,
.reportdetail__inner .main__view__inner .reportdetail__editor h5 + h6 {
  margin-top: .5em;
}

.reportdetail__inner .main__view__inner .reportdetail__editor p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: .75em;
}

.reportdetail__inner .main__view__inner .reportdetail__editor strong {
  font-weight: bold;
}

.reportdetail__inner .main__view__inner .reportdetail__editor em {
  font-style: italic;
}

.reportdetail__inner .main__view__inner .reportdetail__editor ul {
  list-style-type: disc;
}

.reportdetail__inner .main__view__inner .reportdetail__editor ol {
  list-style-type: decimal;
}

.reportdetail__inner .main__view__inner .reportdetail__editor ul,
.reportdetail__inner .main__view__inner .reportdetail__editor ol {
  margin-top: 1em;
  padding-left: 1.4em;
}

.reportdetail__inner .main__view__inner .reportdetail__editor ul li,
.reportdetail__inner .main__view__inner .reportdetail__editor ol li {
  line-height: 1.5;
  margin-top: .6em;
}

.reportdetail__inner .main__view__inner .reportdetail__editor sup,
.reportdetail__inner .main__view__inner .reportdetail__editor sub {
  font-size: 10px;
}

.reportdetail__inner .main__view__inner .reportdetail__editor table {
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}

.reportdetail__inner .main__view__inner .reportdetail__editor table thead th,
.reportdetail__inner .main__view__inner .reportdetail__editor table thead td {
  font-weight: bold;
  text-align: center;
}

.reportdetail__inner .main__view__inner .reportdetail__editor table tr th,
.reportdetail__inner .main__view__inner .reportdetail__editor table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.reportdetail__inner .main__view__inner .reportdetail__editor table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.reportdetail__inner .main__view__inner .reportdetail__editor img {
  height: auto;
  margin-top: 2em;
  max-width: 100%;
  width: auto;
}

.reportdetail__inner .main__view__inner .reportdetail__editor img.alignnone,
.reportdetail__inner .main__view__inner .reportdetail__editor img.alignleft {
  margin-top: 2em;
}

.reportdetail__inner .main__view__inner .reportdetail__editor img.aligncenter {
  display: block;
  margin: 2em auto 0;
}

.reportdetail__inner .main__view__inner .reportdetail__editor img.alignright {
  display: block;
  margin: 2em 0 0 auto;
}

.reportdetail__inner .main__view__inner table {
  margin-bottom: 21px;
}

.reportdetail__inner .main__view__inner__h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.46;
  padding-bottom: 21px;
}

.reportdetail__inner .main__view__inner img {
  height: auto;
  margin-bottom: 30px;
  margin-top: 33px;
}

.reportdetail__inner .main__view__inner img:nth-of-type(1) {
  margin-top: 0;
}

.reportdetail__inner .main__view__inner h3 {
  color: #20b8c3;
  font-size: 26px;
  padding-bottom: 28px;
}

.reportdetail__inner .main__view__inner p {
  font-size: 17px;
  font-weight: 200;
  line-height: 1.76;
  margin-bottom: 33px;
}

.reportdetail__inner .main__view__inner__related {
  border-top: 2px solid #e5e5e5;
  padding-top: 40px;
}

.reportdetail__inner .main__view__inner__related h3 {
  color: #20b8c3;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
}

.reportdetail__inner .main__view__inner__related .report {
  position: relative;
}

.reportdetail__inner .main__view__inner__related .report__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px;
}

.reportdetail__inner .main__view__inner__related .report__item {
  margin-bottom: 40px;
  width: calc(50% - 20px);
}

.reportdetail__inner .main__view__inner__related .report__item .text {
  margin-top: 25px;
  position: relative;
}

.reportdetail__inner .main__view__inner__related .report__item .date {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  width: 100%;
}

.reportdetail__inner .main__view__inner__related .report__item .tag {
  height: 25px !important;
  position: absolute;
  right: 0;
  top: -5px;
  width: 80px;
}

.reportdetail__inner .main__view__inner__related .report__item .desc {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  margin-top: 12px;
}

.reportdetail__inner .main__view__inner__related .report__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.reportdetail__inner .main__view__inner__related .report__scroll_up .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.reportdetail__inner .main__view__inner__related .report__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.reportdetail__inner .main__view__inner__related .report__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.reportdetail__inner .main__view__inner__related .report__scroll_down .line {
  background-color: #20b8c3;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.reportdetail__inner .main__view__inner__related .report__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

/******************************
	 SP
*******************************/

.contact h2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-align: center;
}

.contact .kv {
  position: relative;
}

.contact .kv__media {
  position: relative;
  width: 100%;
}

.contact .kv__title {
  color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 30px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.83;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  /*text-shadow: 1px 1px 24px rgba(0, 0, 0, .4);*/
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.contact .kv__scroll_down {
  bottom: 0;
  height: 90px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.contact .kv__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 90px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.contact .kv__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #fff;
  content: '';
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.contact__menu {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  max-width: 1000px;
  padding: 48px 0 70px;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
}

.contact__menu ul li {
  display: flex;
  margin-bottom: 30px;
}

.contact__menu a {
  align-items: center;
  background-image: url('../img/common/ico_arrow_right.png');
  background-position: bottom 50% right 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #423f3f;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
  justify-content: center;
  text-align: center;
  width: 448px;
}
.contact__menu a.contact__menu__line{
	background-color: #CDF4DC;
}
.contact__menu a.contact__menu__mail{
	background-color: #D9D9D9;
}

.contact__menu a span {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.59;
}
.contact__menu a span .green{
	color: #02C755;
}

.contact__menu a:hover {
  background-color: #20b8c3;
  background-image: url('../img/common/ico_arrow_right_white.png');
  border: 1px solid #20b8c3;
  color: #fff;
}

.contact__menu a:hover span {
  color: #fff;
}

.contact__menu a.submit_btn {
  background: #20b8c3;
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  height: inherit;
  margin: 15px auto;
  padding: 40px;
  width: 300px;
}

.contact__menu .text {
  color: #595656;
  line-height: 1.5em;
  margin-left: 20px;
  padding-top: 20px;
  width: 70%;
}

.contact__menu .text h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact__form {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.contact__form input::-webkit-input-placeholder {
  position: relative;
  top: 10px;
}

.contact__form input::-ms-input-placeholder,
.contact__form input:-ms-input-placeholder {
  line-height: normal;
  padding-top: 10px;
}

.contact__form input::-ms-input-placeholder,
.contact__form input::-ms-input-placeholder {
  line-height: normal;
  padding-top: 10px;
}

.contact__form input::-ms-input-placeholder,
.contact__form input::placeholder {
  line-height: normal;
  padding-top: 10px;
}

.contact__form input[type='text'],
.contact__form input[type='email'],
.contact__form select {
  -webkit-appearance: textfield;
  background-color: #fff;
  border: solid 2px #d0d0d0;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  height: 50px;
  padding: 10px;
}

.contact__form input[type='text'],
.contact__form input[type='email'] {
  width: 655px;
}

.contact__form textarea {
  background-color: #fff;
  border: solid 2px #d0d0d0;
  box-sizing: border-box;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  height: 50px;
  height: 200px;
  padding: 10px;
  width: 100%;
}

.contact__form textarea.error {
  background-color: #fbdedb;
  color: #d00000;
}

.contact__form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/contact/select_arrow.png) no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  width: 260px;
}

.contact__form select.error {
  background-color: #fbdedb;
  color: #d00000;
}

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

.contact__form input[type='checkbox'],
.contact__form input[type='radio'] {
  display: none;
}

.contact__form input[type='radio'] + label,
.contact__form input[type='radio'] + .wpcf7-list-item-label {
  background-image: url('../img/contact/radio.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin: 10px;
  padding: 0 0 0 25px;
  position: relative;
  width: 260px;
}

.contact__form input[type='radio']:checked + label,
.contact__form input[type='radio']:checked + .wpcf7-list-item-label {
  background-image: url('../img/contact/radio_checked.png');
}

.contact__form input[type='checkbox'] + label,
.contact__form input[type='checkbox'] + .wpcf7-list-item-label {
  background-image: url('../img/contact/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin: 10px;
  padding: 0 0 0 25px;
  position: relative;
  width: 260px;
}

.contact__form input[type='checkbox']:checked + label,
.contact__form input[type='checkbox']:checked + .wpcf7-list-item-label {
  background-image: url('../img/contact/check_checked.png');
}

.contact__form input[type='submit'] {
  background-color: #20b8c3;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 40px auto;
  padding: 30px;
  width: 300px;
}

.contact__form input.error {
  background-color: #fbdedb;
  color: #d00000;
}

.contact__form .formError.inline {
  display: block;
  top: 40px;
}

.contact__form .error_helptext {
  background-color: transparent;
  color: #d00000;
  display: block;
  font-size: 1rem;
  line-height: 1.25em;
  margin: 10px 0 0 0;
  width: 100%;
}

.contact__form .wpcf7-response-output {
  border: none;
  color: #d00000;
  margin-bottom: 30px;
}

.contact__form ul li {
  display: flex;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 20px;
}

.contact__form ul li:nth-child(odd) {
  background-color: #f3fbfb;
}

.contact__form ul li label {
  display: inline-block;
  height: 50px;
  padding-top: 5px;
  width: 30%;
}

.contact__form ul li label.error {
  color: #d00000;
  display: block;
  height: 20px;
  margin-top: 10px;
  width: 100%;
}

.contact__form ul li span.require {
  background-color: #d00000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  flex-shrink: 0;
}

.contact__form ul li .unit {
  margin: 30px 0 0 5px;
}

.contact__form ul li .col--right {
  width: 70%;
}

.contact__form ul li .form--col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.contact__form ul li #postal_code {
  width: 260px;
}

.contact__form ul li #prefecture {
  margin-left: 10px;
}

.contact__form ul li #prefecture.error {
  background-color: #fbdedb;
  color: #d00000;
}

.contact__form ul li #address {
  margin-top: 10px;
  width: 655px;
	max-width: 100%;
}

.contact__form ul li #arable_land_area {
  width: 400px;
}

.contact__form ul li #inquiry {
  width: 655px;
}

.contact__form .contact__submit {
  margin: 20px 0 60px 0;
}

.contact__form .contact__submit a {
  color: #20b8c3;
  display: inline-block;
  text-decoration: underline;
}

.contact__form .contact__submit input[type='checkbox'] + label,
.contact__form .contact__submit input[type='checkbox'] + .wpcf7-list-item-label {
  padding-left: 20px;
  width: 480px;
}

.contact__form .contact__submit .privacy {
  text-align: center;
}

body.contact footer,
body.page-template-page-contact footer {
  border-top: solid 1px #e8e8e8;
  padding-top: 130px;
}

body.contact footer .scroll_top,
body.page-template-page-contact footer .scroll_top {
  top: 130px;
}

/******************************
    SP
*******************************/

/**************************************
	
	FOOTER

***************************************/

footer {
  margin-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

footer .container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .logo_container {
  width: 50%;
}

footer .logo_container .copyright {
  color: #999;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .02em;
  margin-top: 20px;
}

footer .logo_container .logo {
  width: 210px;
}

footer .footer_nav {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}

footer .footer_nav ul {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  width: 234px;
}

footer .footer_nav ul li {
  margin-bottom: 37px;
}

footer .footer_nav ul li:last-of-type {
  margin-bottom: 0;
}

footer .footer_nav ul li a {
  color: #595656;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
}

footer .footer_nav ul li a:hover {
  color: #20b8c3;
  opacity: 1;
}
footer .footer_sns {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
	align-items: center;
}

footer .scroll_top {
  align-items: center;
  border: 1px solid #20b8c3;
  color: #20b8c3;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 0;
  width: 80px;
  z-index: 100;
}

footer .scroll_top:hover {
  background-color: #20b8c3;
}

footer .scroll_top:hover span {
  background-image: url('../img/common/ico_scroll-up-white.png');
  color: #fff;
}

footer .scroll_top span {
  background-image: url('../img/common/ico_scroll-up.png');
  background-position: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 30px;
  color: #20b8c3;
  font-size: 12px;
  line-height: 1;
  padding-top: 25px;
}
footer .copyright {
  color: #999;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

/******************************
    SP
*******************************/

/**************************************
	
	404 PAGE NOT FOUND

***************************************/

.not_found {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .02em;
  line-height: 1;
  padding: 300px 0;
  text-align: center;
}

/******************************
    SP
*******************************/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .home .nano_bubbles__title .sub {
    margin-top: 2px;
  }

  .home .news__title .sub {
    margin-top: 2px;
  }

  .home .report__title .sub {
    margin-top: 2px;
  }

  .home .about__title .sub {
    margin-top: 2px;
  }

  .works .mission__title .sub {
    margin-top: 2px;
  }

  .works .features__title .sub {
    margin-top: 2px;
  }

  .works .possibility__title .sub {
    margin-top: 2px;
  }

  .works .thoughts__title .sub {
    margin-top: 2px;
  }

  .works .nano_bubbles__title .sub {
    margin-top: 2px;
  }

  .works .effect__title .sub {
    margin-top: 2px;
  }

  .works .case__title .sub {
    margin-top: 2px;
  }

  .works .coverage__title .sub {
    margin-top: 2px;
  }

  .works .machine__title .sub {
    margin-top: 2px;
  }

  .works .cost__title .sub {
    margin-top: 2px;
  }

  .works .flow__title .sub {
    margin-top: 2px;
  }

  .news .news__title .sub {
    margin-top: 2px;
  }

  .profile .section02__title .sub {
    margin-top: 2px;
  }

  .profile .section04__title .sub {
    margin-top: 2px;
  }

  .newsdetail span.category {
    font-family: serif !important;
    line-height: normal;
  }

  .newsdetail p,
  .newsdetail .breadcrumb a,
  .newsdetail span.date {
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }

  .reportdetail a,
  .reportdetail a span {
    font-family: serif !important;
  }

  .reportdetail p,
  .reportdetail .breadcrumb a,
  .reportdetail span.date {
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }

}

@media all and (-ms-high-contrast: none) {

  .contact__menu a {
    display: table-cell;
    min-height: 110px;
    padding-top: 13px;
    vertical-align: middle;
  }

  .contact__menu .text {
    margin-left: 40px;
    padding-top: 30px;
  }

  .contact__form input[type='text'],
  .contact__form input[type='email'],
  .contact__form select {
    padding: 10px 0 0 10px;
  }

  .contact__form input[type='radio'] + label,
  .contact__form input[type='radio'] + .wpcf7-list-item-label {
    padding: 10px 0 0 25px;
  }

  .contact__form input[type='checkbox'] + label,
  .contact__form input[type='checkbox'] + .wpcf7-list-item-label {
    padding: 10px 0 0 25px;
  }

  .contact__form ul li span.require {
    padding: 20px 10px 5px 10px;
  }

  .contact__form .contact__submit input[type='checkbox'] + label,
  .contact__form .contact__submit input[type='checkbox'] + .wpcf7-list-item-label {
    padding: 20px 10px 5px 30px;
    width: 490px;
  }

}

@media screen and (max-width: 500px){
	.contact__form ul li label.introduction{
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 1398px) {

  .main_header .logo {
    margin-left: 15px;
  }

  .main_header .main_nav__item {
    margin: 0 12px;
  }

  .main_header .main_nav__item.blue a,
  .main_header .main_nav__item.white a {
    width: 130px;
  }

}

@media screen and (max-width: 1150px) {

  .main_header .logo {
    margin-left: 15px;
  }

  .main_header .main_nav__item {
    margin: 0 12px;
  }

  .main_header .main_nav__item a {
    font-size: 12px;
  }

  .main_header .main_nav__item.blue a,
  .main_header .main_nav__item.white a {
    font-size: 12px;
    width: 130px;
  }

}

@media screen and (max-width: 1000px) {

  .main_header {
    padding: 0 15px;
  }

  .main_header .logo {
    margin-left: 0;
  }

  .main_header .main_nav {
    width: auto;
  }

  .main_header .main_nav .sp {
    display: block !important;
  }

  .main_header .main_nav__list {
    background-color: #fff;
    display: none;
    font-size: 0;
    left: 0;
    padding: 5px 15px 0 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 50;
  }

  .main_header .main_nav__list.hidden {
    display: none;
  }

  .main_header .main_nav__item {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .main_header .main_nav__item.active a::before {
    opacity: 0;
  }

  .main_header .main_nav__item.blue,
  .main_header .main_nav__item.white {
    display: inline-block;
    height: auto;
    padding: 10px 0;
    width: 100%;
  }

  .main_header .main_nav__item.blue a,
  .main_header .main_nav__item.white a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
  }

  .main_header .main_nav__item.blue a:hover,
  .main_header .main_nav__item.white a:hover {
    opacity: .7;
  }

  .main_header .main_nav__item.white a {
    border: 1px solid #595656;
    color: #595656;
  }

}

@media screen and (max-width: 768px) {

  html {
    height: auto;
    min-width: 100%;
    overflow-x: hidden;
  }

  body {
    height: auto;
    min-width: 100%;
    overflow-x: hidden;
  }

  main {
    height: auto;
    padding-top: 45px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .btn,
  input.btn,
  button.btn {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    max-width: 290px;
    width: 100%;
  }

  .btn_container {
    display: table;
    margin: 25px auto 0;
    width: 100%;
  }

  .btn_container .btn {
    margin: 0 auto;
  }

  .tag {
    font-size: 11px;
    height: 18px;
    width: 85px;
  }

  .invite {
    padding: 21px 0 25px;
    text-align: center;
  }

  .invite__text,
  .invite h6 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
  }

  .invite .btn_container {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .invite .btn_container .btn {
    height: 40px;
    margin-top: 15px;
    width: 100%;
  }

  .invite .btn_container .btn:first-of-type {
    margin-top: 10px;
  }

  .breadcrumb {
    margin-top: 15px;
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 11px;
  }

  .breadcrumb span {
    margin: 0 3px;
  }

  .main_header {
    background-color: #fff;
    height: 45px;
    left: 0;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  .main_header .logo {
    margin-left: 0;
    width: 105px;
  }

  .home .kv__scroll_down {
    height: 15px;
  }

  .home .kv__scroll_down .line {
    height: 15px;
  }

  .home .kv__scroll_down .line::before {
    height: 15px;
  }

  .home .nano_bubbles__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .home .nano_bubbles__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .home .nano_bubbles__scroll_up {
    height: 15px;
  }

  .home .nano_bubbles__scroll_up .line {
    height: 15px;
  }

  .home .nano_bubbles__scroll_up .line::before {
    height: 15px;
  }

  .home .nano_bubbles__scroll_down {
    height: 15px;
  }

  .home .nano_bubbles__scroll_down .line {
    height: 15px;
  }

  .home .nano_bubbles__scroll_down .line::before {
    height: 15px;
  }

  .home .news__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .home .news__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .home .news__scroll_up {
    height: 15px;
  }

  .home .news__scroll_up .line {
    height: 15px;
  }

  .home .news__scroll_up .line::before {
    height: 15px;
  }

  .home .news__scroll_down {
    height: 15px;
  }

  .home .news__scroll_down .line {
    height: 15px;
  }

  .home .news__scroll_down .line::before {
    height: 15px;
  }

  .home .report__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .home .report__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .home .report__scroll_up {
    height: 15px;
  }

  .home .report__scroll_up .line {
    height: 15px;
  }

  .home .report__scroll_up .line::before {
    height: 15px;
  }

  .home .report__scroll_down {
    height: 15px;
  }

  .home .report__scroll_down .line {
    height: 15px;
  }

  .home .report__scroll_down .line::before {
    height: 15px;
  }

  .home .about__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .home .about__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .home .about__scroll_up {
    height: 15px;
  }

  .home .about__scroll_up .line {
    height: 15px;
  }

  .home .about__scroll_up .line::before {
    height: 15px;
  }

  .home .invite {
    margin-bottom: 42px;
  }

  .home .kv__title {
    font-size: 25px;
    letter-spacing: .3em;
  }

  .home .kv__scroll_down {
    height: 30px;
  }

  .home .kv__scroll_down .line {
    height: 30px;
  }

  .home .kv__scroll_down .line::before {
    height: 30px;
  }

  .home .vision {
    padding-bottom: 23px;
    padding-top: 0;
  }

  .home .vision__text {
    position: relative;
    top: auto;
  }

  .home .vision__text .desc {
    margin-top: 30px;
  }

  .home .vision__text .desc p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 0;
  }

  .home .vision__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    background-image: url('../img/common/ico_plant-blue.png');
    background-position: center;
    background-position: right 0 top 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 22px;
    color: #20b8c3;
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 20px;
    left: -45px;
    letter-spacing: .2em;
    line-height: .8;
    padding: 0 5px;
    position: absolute;
    top: -103px;
    writing-mode: vertical-rl;
  }

  .home .vision__title span {
    line-height: 0;
  }

  .home .vision__media {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    width: 77.59%;
  }

  .home .vision__media .shape {
    background-color: #20b8c3;
    bottom: -15px;
    height: 120px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }

  .home .vision__media img {
    bottom: auto;
    float: right;
    margin-right: -15px;
    position: relative;
    right: auto;
    width: 80%;
    z-index: 2;
  }

  .home .nano_bubbles {
    padding: 45px 0 30px;
  }

  .home .nano_bubbles__about {
    flex-direction: column-reverse;
    margin-top: 22px;
  }

  .home .nano_bubbles__media {
    width: calc(100% - 15px);
  }

  .home .nano_bubbles__media img {
    width: 100%;
  }

  .home .nano_bubbles__text {
    margin-top: 25px;
    width: 100%;
  }

  .home .nano_bubbles__text .title {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .home .nano_bubbles__text .title h3 {
    line-height: 1.7;
  }

  .home .nano_bubbles__text .desc {
    margin-top: 4px;
  }

  .home .nano_bubbles__text .desc p {
    font-size: 15px;
    letter-spacing: 0;
  }

  .home .nano_bubbles__text .illustration {
    margin: 25px 0;
  }

  .home .nano_bubbles__scroll_up {
    height: 30px;
  }

  .home .nano_bubbles__scroll_up .line {
    height: 30px;
  }

  .home .nano_bubbles__scroll_up .line::before {
    height: 30px;
  }

  .home .nano_bubbles .btn_container {
    margin-top: 26px;
  }

  .home .news {
    padding: 30px 0;
  }

  .home .news__container {
    width: 100%;
  }

  .home .news__container::before {
    height: 50%;
    right: 0;
    width: 50%;
  }

  .home .news__list {
    padding: 0 0 15px;
  }

  .home .news__item {
    margin-top: 15px;
    padding-bottom: 14px;
    padding-top: 0;
    position: relative;
  }

  .home .news__item .tag_container {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }

  .home .news__item .date {
    color: #595656;
    font-size: 14px;
    padding-top: 4px;
    width: 100%;
  }

  .home .news__item .desc {
    font-size: 17px;
    letter-spacing: .05em;
    margin-top: 14px;
    width: 100%;
  }

  .home .news .btn_container {
    margin-top: 10px;
  }

  .home .report {
    padding: 30px 0 45px;
  }

  .home .report__list {
    margin-top: 24px;
  }

  .home .report__item {
    margin-bottom: 26px;
    width: 100%;
  }

  .home .report__item .text {
    margin-top: 15px;
  }

  .home .report__item .text .date {
    font-size: 12px;
    letter-spacing: 0;
  }

  .home .report__item .text .tag {
    width: 80px;
  }

  .home .report__item .text .desc {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 5px;
  }

  .home .about {
    padding: 45px 0 40px;
  }

  .home .about__list {
    margin-top: 4px;
  }

  .home .about__item .title {
    border-bottom: 0;
    font-size: 17px;
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
  }

  .home .about__item .desc {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 0;
    width: 100%;
  }

  .works .kv__scroll_down {
    height: 15px;
  }

  .works .kv__scroll_down .line {
    height: 15px;
  }

  .works .kv__scroll_down .line::before {
    height: 15px;
  }

  .works .mission__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .mission__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .mission__scroll_down {
    height: 15px;
  }

  .works .mission__scroll_down .line {
    height: 15px;
  }

  .works .mission__scroll_down .line::before {
    height: 15px;
  }

  .works .features__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .features__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .features__scroll_up {
    height: 15px;
  }

  .works .features__scroll_up .line {
    height: 15px;
  }

  .works .features__scroll_up .line::before {
    height: 15px;
  }

  .works .features__scroll_down {
    height: 15px;
  }

  .works .features__scroll_down .line {
    height: 15px;
  }

  .works .features__scroll_down .line::before {
    height: 15px;
  }

  .works .possibility__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .possibility__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .possibility__scroll_up {
    height: 15px;
  }

  .works .possibility__scroll_up .line {
    height: 15px;
  }

  .works .possibility__scroll_up .line::before {
    height: 15px;
  }

  .works .possibility__scroll_down {
    height: 15px;
  }

  .works .possibility__scroll_down .line {
    height: 15px;
  }

  .works .possibility__scroll_down .line::before {
    height: 15px;
  }

  .works .thoughts__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .thoughts__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .thoughts__item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 25px;
  }

  .works .thoughts__item:nth-of-type(even) .text {
    padding-right: 0;
  }

  .works .thoughts__item:nth-of-type(even) .media img {
    margin-left: 0;
  }

  .works .thoughts__item:nth-of-type(odd) {
    margin-top: 25px;
  }

  .works .thoughts__item:nth-of-type(odd) .text {
    padding-left: 0;
  }

  .works .thoughts__item:first-of-type {
    margin-top: 25px;
  }

  .works .thoughts__item .media {
    overflow: hidden;
    width: 100%;
  }

  .works .thoughts__item .media img {
    width: 100%;
  }

  .works .thoughts__item .text {
    background-color: rgba(255, 255, 255, .95);
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  .works .thoughts__item .text .title {
    margin-top: 15px;
    text-align: center;
  }

  .works .thoughts__item .text .title .main {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .works .thoughts__item .text .title .sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .works .thoughts__item .text .desc {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 10px;
  }

  .works .thoughts__scroll_up {
    height: 15px;
  }

  .works .thoughts__scroll_up .line {
    height: 15px;
  }

  .works .thoughts__scroll_up .line::before {
    height: 15px;
  }

  .works .nano_bubbles__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .nano_bubbles__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .nano_bubbles__scroll_down {
    height: 15px;
  }

  .works .nano_bubbles__scroll_down .line {
    height: 15px;
  }

  .works .nano_bubbles__scroll_down .line::before {
    height: 15px;
  }

  .works .effect__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .effect__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .effect__item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 25px;
  }

  .works .effect__item:nth-of-type(even) .text {
    padding-right: 0;
  }

  .works .effect__item:nth-of-type(even) .media img {
    margin-left: 0;
  }

  .works .effect__item:nth-of-type(odd) {
    margin-top: 25px;
  }

  .works .effect__item:nth-of-type(odd) .text {
    padding-left: 0;
  }

  .works .effect__item:first-of-type {
    margin-top: 25px;
  }

  .works .effect__item .media {
    overflow: hidden;
    width: 100%;
  }

  .works .effect__item .media img {
    width: 100%;
  }

  .works .effect__item .text {
    background-color: rgba(255, 255, 255, .95);
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  .works .effect__item .text .title {
    margin-top: 15px;
    text-align: center;
  }

  .works .effect__item .text .title .main {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .works .effect__item .text .title .sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .works .effect__item .text .desc {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 10px;
  }

  .works .effect__scroll_up {
    height: 15px;
  }

  .works .effect__scroll_up .line {
    height: 15px;
  }

  .works .effect__scroll_up .line::before {
    height: 15px;
  }

  .works .effect__scroll_down {
    height: 15px;
  }

  .works .effect__scroll_down .line {
    height: 15px;
  }

  .works .effect__scroll_down .line::before {
    height: 15px;
  }

  .works .case__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .case__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .case__scroll_up {
    height: 15px;
  }

  .works .case__scroll_up .line {
    height: 15px;
  }

  .works .case__scroll_up .line::before {
    height: 15px;
  }

  .works .case__scroll_down {
    height: 15px;
  }

  .works .case__scroll_down .line {
    height: 15px;
  }

  .works .case__scroll_down .line::before {
    height: 15px;
  }

  .works .coverage__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .coverage__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .coverage__scroll_up {
    height: 15px;
  }

  .works .coverage__scroll_up .line {
    height: 15px;
  }

  .works .coverage__scroll_up .line::before {
    height: 15px;
  }

  .works .machine__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .machine__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .machine__item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 25px;
  }

  .works .machine__item:nth-of-type(even) .text {
    padding-right: 0;
  }

  .works .machine__item:nth-of-type(even) .media img {
    margin-left: 0;
  }

  .works .machine__item:nth-of-type(odd) {
    margin-top: 25px;
  }

  .works .machine__item:nth-of-type(odd) .text {
    padding-left: 0;
  }

  .works .machine__item:first-of-type {
    margin-top: 25px;
  }

  .works .machine__item .media {
    overflow: hidden;
    width: 100%;
  }

  .works .machine__item .media img {
    width: 100%;
  }

  .works .machine__item .text {
    background-color: rgba(255, 255, 255, .95);
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  .works .machine__item .text .title {
    margin-top: 15px;
    text-align: center;
  }

  .works .machine__item .text .title .main {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .works .machine__item .text .title .sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .works .machine__item .text .desc {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 10px;
  }

  .works .machine__scroll_down {
    height: 15px;
  }

  .works .machine__scroll_down .line {
    height: 15px;
  }

  .works .machine__scroll_down .line::before {
    height: 15px;
  }

  .works .cost__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .cost__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .cost__scroll_up {
    height: 15px;
  }

  .works .cost__scroll_up .line {
    height: 15px;
  }

  .works .cost__scroll_up .line::before {
    height: 15px;
  }

  .works .cost__scroll_down {
    height: 15px;
  }

  .works .cost__scroll_down .line {
    height: 15px;
  }

  .works .cost__scroll_down .line::before {
    height: 15px;
  }

  .works .flow__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .works .flow__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .works .flow__scroll_down {
    height: 15px;
  }

  .works .flow__scroll_down .line {
    height: 15px;
  }

  .works .flow__scroll_down .line::before {
    height: 15px;
  }

  .works .kv__title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.67;
    margin-top: -16px;
  }

  .works .link_tab_container {
    margin-top: 15px;
  }

  .works .link_tab_container .link_tab {
    background-position: center bottom 9px;
    background-size: 10px;
    height: 60px;
    width: 100%;
  }

  .works .link_tab_container .link_tab:not(:first-of-type) {
    margin-top: 10px;
  }

  .works .link_tab_container .link_tab span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.29;
    padding-bottom: 10px;
  }

  .works .mission {
    margin-top: 30px;
    padding-bottom: 25px;
  }

  .works .mission__title .sub {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 11px;
    text-align: left;
  }

  .works .features {
    padding: 25px 0;
  }

  .works .features__title .main {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .works .features__list {
    margin-top: 20px;
  }

  .works .features__item {
    width: 100%;
  }

  .works .features__item:not(:first-of-type) {
    margin-top: 25px;
  }

  .works .features__item .title {
    font-size: 17px;
    letter-spacing: .02em;
    margin-top: 15px;
  }

  .works .features__item .desc {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 9px;
  }

  .works .possibility {
    padding: 25px 0;
  }

  .works .possibility__title .main {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .works .possibility__list {
    display: block;
    margin: 20px 0 0 0;
  }

  .works .possibility__list + .possibility__list {
    margin: 25px;
  }

  .works .possibility__box {
    margin: 0;
    width: 100%;
  }

  .works .possibility__box:not(:first-of-type) {
    margin-top: 25px;
  }

  .works .possibility__box h4 {
    font-size: 17px;
    letter-spacing: .02em;
    margin-top: 15px;
  }

  .works .possibility__box p {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 9px;
  }

  .works .possibility__img {
    height: 62px;
  }

  .works .thoughts {
    padding: 30px 0 35px;
  }

  .works .nano_bubbles {
    padding: 40px 0 25px;
  }

  .works .nano_bubbles .text {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 21px;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }

  .works .nano_bubbles .illustration {
    width: 100%;
  }

  .works .nano_bubbles__media {
    margin-top: 21px;
  }

  .works .nano_bubbles__media img {
    width: 100%;
  }

  .works .nano_bubbles__media .text {
    font-size: 13px;
    letter-spacing: .02em;
  }

  .works .effect {
    padding: 30px 0;
  }

  .works .effect__title .sub {
    letter-spacing: .02em;
    line-height: 1.75;
  }

  .works .effect__item .text {
    padding-top: 30px;
    position: relative;
  }

  .works .effect__item .text .title {
    font-size: 20px;
    margin-top: 0;
    padding: 0;
  }

  .works .effect__item .text .number {
    height: 40px;
    left: calc(50% - 20px) !important;
    right: auto !important;
    top: -20px;
    width: 40px;
  }

  .works .effect__item .text .number span {
    font-size: 25px;
  }

  .works .effect__item .text .desc {
    font-size: 15px;
    margin-top: 12px;
    text-align: left;
  }

  .works .case {
    padding: 25px 0 22px;
  }

  .works .case__title .main {
    line-height: 1.5;
  }

  .works .case__list {
    margin-top: 20px;
  }

  .works .case__item:not(:first-of-type) {
    margin-top: 25px;
  }

  .works .case__item:not(:first-of-type) .case__content {
    margin-top: 0;
  }

  .works .case__item:not(:first-of-type) .title .sub {
    margin-top: 10px;
  }

  .works .case__item .title {
    margin-top: -11px;
  }

  .works .case__item .title .main {
    font-size: 25px;
    letter-spacing: 0;
  }

  .works .case__item .title .sub {
    font-size: 17px;
    letter-spacing: .05em;
    margin-top: 10px;
  }

  .works .case__content {
    margin-top: 0;
  }

  .works .case__content .text {
    margin-top: 12px;
    width: 100%;
  }

  .works .case__content .text p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .works .case__content .text .btn {
    max-width: 100%;
  }

  .works .case__content .media {
    margin: 10px 0;
    width: 100%;
  }

  .works .coverage {
    padding: 25px 0;
  }

  .works .coverage__title .main {
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .works .coverage__list {
    margin-top: 20px;
  }

  .works .coverage__item {
    margin-top: 15px;
  }

  .works .coverage__item:nth-of-type(odd) .text,
  .works .coverage__item:nth-of-type(even) .text {
    margin-top: 15px;
    width: 100%;
  }

  .works .coverage__item:nth-of-type(odd) .media,
  .works .coverage__item:nth-of-type(even) .media {
    margin-top: 0;
    width: 100%;
  }

  .works .coverage__item:nth-of-type(odd) .media img,
  .works .coverage__item:nth-of-type(even) .media img {
    max-width: 400px;
    width: 90%;
  }

  .works .coverage__item:nth-of-type(even) {
    margin-top: 30px;
  }

  .works .coverage__item:nth-of-type(even) .text {
    margin-top: 20px;
  }

  .works .coverage__item .text {
    padding-left: 10px;
    position: relative;
    width: 100%;
  }

  .works .coverage__item .text::before {
    border-left: 1px solid #20b8c3;
    content: '';
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .works .coverage__item .text .title h3 {
    font-size: 17px;
    letter-spacing: .05em;
  }

  .works .coverage__item .text .title h3::before {
    display: none;
  }

  .works .coverage__item .text .title h3 .num {
    font-size: 25px;
  }

  .works .coverage__item .text .desc {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 12px;
  }

  .works .machine {
    padding: 30px 0;
  }

  .works .machine__title .sub {
    line-height: 1.7;
  }

  .works .machine__item:first-of-type {
    margin-top: 20px;
  }

  .works .machine__item .text .patent {
    bottom: auto;
    left: 0;
    margin-top: 10px;
    position: relative;
  }

  .works .machine__item .text .red {
    margin-top: 10px;
  }

  .works .machine__item.text__left .text {
    padding: 0;
  }

  .works .machine__item.text__left .media img {
    margin: 0;
  }

  .works .machine__item .patent__list {
    display: block;
  }

  .works .machine__item .patent__list dl {
    width: 100%;
  }

  .works .machine__item .patent__list dl dt {
    border: 1px solid #20b8c3;
  }

  .works .machine__item .patent__list dl dt.patent__list__heading {
    border: 1px solid #20b8c3;
  }

  .works .machine__item .patent__list dl + dl dt {
    border: 1px solid #20b8c3;
  }

  .works .machine__list:last-child {
    margin-bottom: 0;
  }

  .works .cost {
    padding: 30px 0;
  }

  .works .cost__kv {
    margin-top: 15px;
    padding: 24px 10px 18px;
  }

  .works .cost__kv h3 {
    font-size: 15px;
    letter-spacing: .05em;
  }

  .works .cost__kv h3:first-of-type {
    margin-bottom: 10px;
  }

  .works .cost__kv h3 .num {
    font-size: 25px;
    margin: 0 3px;
  }

  .works .cost__kv p {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 10px;
  }

  .works .cost__list {
    margin-top: 15px;
  }

  .works .cost__list .title {
    font-size: 15px;
  }

  .works .cost__list ul {
    margin-top: 5px;
  }

  .works .cost__list ul li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    padding-left: 10px;
  }

  .works .cost__list ul li::before {
    height: 2px;
    left: 4px;
    top: 10px;
    width: 2px;
  }

  .works .flow__list {
    display: flex;
    margin: 10px 0;
  }

  .works .flow__box {
    margin: 0 0 50px 0;
    position: relative;
    width: 100%;
  }

  .works .flow__box h4 {
    font-size: 15px;
    margin: 0;
  }

  .works .flow__box h4::after {
    display: none;
  }

  .works .flow__box h4 span::before,
  .works .flow__box h4 span::after {
    height: 13px;
  }

  .works .flow__box ul {
    width: 40%;
  }

  .works .flow__box ul li {
    font-size: 13px;
  }

  .works .flow__box ul + ul {
    width: 60%;
  }

  .works .flow__box::after {
    background: url('../img/works/flow_arrow_d.png') no-repeat top center;
    background-size: contain;
    bottom: -33px;
    content: '';
    display: block;
    height: 17px;
    left: calc(50% - 21px/2);
    position: absolute;
    width: 21px;
  }

  .works .flow__box__img {
    margin: 10px 0;
  }

  .works .flow__box.box__1 {
    margin: 0 0 50px 0;
  }

  .works .flow__box.box__1 h4 {
    margin: 0;
  }

  .works .flow__box.box__2 {
    margin: 0 0 50px 0;
  }

  .works .flow__box.box__2 h4 {
    margin: 0;
  }

  .works .flow__box.box__2 ul {
    margin-left: 10px;
  }

  .works .flow__box.box__3 {
    margin: 0 0 50px 0;
  }

  .works .flow__box.box__3 h4 {
    margin: 0;
  }

  .works .flow__box.box__3::after {
    display: none;
  }

  .works .flow__wrapper {
    display: block;
  }

  .works .flow__wrapper.flow__2 .flow__box.box__1 {
    margin-bottom: 0;
  }

  .works .flow__wrapper.flow__2 .flow__box.box__3 ul {
    margin-left: 10px;
  }

  .news .kv__scroll_down {
    height: 15px;
  }

  .news .kv__scroll_down .line {
    height: 15px;
  }

  .news .kv__scroll_down .line::before {
    height: 15px;
  }

  .news .news__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .news .news__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .news .news__scroll_up {
    height: 15px;
  }

  .news .news__scroll_up .line {
    height: 15px;
  }

  .news .news__scroll_up .line::before {
    height: 15px;
  }

  .news .news__scroll_down {
    height: 15px;
  }

  .news .news__scroll_down .line {
    height: 15px;
  }

  .news .news__scroll_down .line::before {
    height: 15px;
  }

  .news .section01__scroll_up {
    height: 15px;
  }

  .news .section01__scroll_up .line {
    height: 15px;
  }

  .news .section01__scroll_up .line::before {
    height: 15px;
  }

  .news .section01__scroll_down {
    height: 15px;
  }

  .news .section01__scroll_down .line {
    height: 15px;
  }

  .news .section01__scroll_down .line::before {
    height: 15px;
  }

  .news {
    padding: 30px 0;
  }

  .news .kv__title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.67;
    margin-top: -16px;
  }

  .news__container {
    width: 100%;
  }

  .news__container::before {
    height: 50%;
    right: 0;
    width: 50%;
  }

  .news__list {
    padding: 0 0 15px;
  }

  .news__item {
    margin-top: 15px;
    padding-bottom: 14px;
    padding-top: 0;
    position: relative;
  }

  .news__item .tag_container {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
  }

  .news__item .date {
    color: #595656;
    font-size: 14px;
    padding-top: 4px;
    width: 100%;
  }

  .news__item .desc {
    font-size: 17px;
    letter-spacing: .05em;
    margin-top: 14px;
    width: 100%;
  }

  .news .btn_container {
    margin-top: 10px;
  }

  .report .kv__scroll_down {
    height: 15px;
  }

  .report .kv__scroll_down .line {
    height: 15px;
  }

  .report .kv__scroll_down .line::before {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_up {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_up .line {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_up .line::before {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_down {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_down .line {
    height: 15px;
  }

  .report__inner .main__view .report__scroll_down .line::before {
    height: 15px;
  }

  .report__inner .main__view__scroll_up {
    height: 15px;
  }

  .report__inner .main__view__scroll_up .line {
    height: 15px;
  }

  .report__inner .main__view__scroll_up .line::before {
    height: 15px;
  }

  .report__inner .main__view__scroll_down {
    height: 15px;
  }

  .report__inner .main__view__scroll_down .line {
    height: 15px;
  }

  .report__inner .main__view__scroll_down .line::before {
    height: 15px;
  }

  .report .invite {
    margin-bottom: 42px;
  }

  .report .kv__title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.67;
    margin-top: -16px;
  }

  .report .post__details td span.date {
    color: #595656;
  }

  .report__inner {
    padding-top: 15px;
  }

  .report__inner .main__view {
    padding-top: 20px;
    width: 100%;
  }

  .report__inner .main__view__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .report__inner .main__view .report__list {
    margin-top: 24px;
  }

  .report__inner .main__view .report__item {
    margin-bottom: 26px;
    width: 100%;
  }

  .report__inner .main__view .report__item .text {
    margin-top: 15px;
  }

  .report__inner .main__view .report__item .text .date {
    font-size: 12px;
    letter-spacing: 0;
  }

  .report__inner .main__view .report__item .text .tag {
    height: 20px;
    width: 80px;
  }

  .report__inner .main__view .report__item .text .desc {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 5px;
  }

  .report__inner .main__view__inner__h2 {
    padding-bottom: 0;
  }

  .report__inner .main__view__inner table {
    margin: 15px 0;
  }

  .report__inner .sidebar {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding: 40px 15px 0;
    width: 100%;
  }

  .report__inner .sidebar__inner h2 {
    font-size: 18px;
  }

  .report__inner .sidebar__inner .top__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
  }

  .report__inner .sidebar__inner .top__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .report__inner .sidebar__inner .top__item .media {
    background-position: center;
    min-height: 82px;
    padding-top: 0;
    width: 36%;
  }

  .report__inner .sidebar__inner .top__item .media img {
    height: auto;
  }

  .report__inner .sidebar__inner .top__item .text {
    margin-top: 0;
    padding-top: 0;
    width: 60.5%;
  }

  .report__inner .sidebar__inner .top__item .text .date {
    font-size: 12px;
    letter-spacing: 0;
  }

  .report__inner .sidebar__inner .top__item .text .tag {
    height: 20px;
    width: 80px;
  }

  .report__inner .sidebar__inner .top__item .text .desc {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 5px;
    padding-top: 0;
  }

  .report__inner .search {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .report__inner .search__container {
    height: 40px;
  }

  .report__inner .search__container .search__text {
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 15px;
    width: 85.17%;
  }

  .report__inner .search__container .search__submit {
    background-size: 17px;
    width: 14.2%;
  }

  .report__inner .search__table a {
    font-size: 13px;
    height: 20px;
    margin-right: 6px;
    margin-top: 10px;
    width: 90px;
  }

  .report__inner .search__table tr:nth-of-type(2) td:nth-of-type(2) {
    border-top: transparent;
    padding-left: 15px !important;
  }

  .report__inner .search__table tr td {
    display: block;
    padding: 0;
    width: 100% !important;
  }

  .report__inner .search__table tr td:nth-of-type(2) {
    padding-bottom: 20px !important;
  }

  .report__inner .search__table tr td:nth-of-type(2) .arrow_box {
    margin-bottom: 0;
    margin-right: 18px;
    margin-top: 10px;
    width: 80px;
  }

  .report__inner .search__table tr td:nth-of-type(2) .arrow_box::before {
    height: 14px;
    left: -7px;
    width: 14px;
  }

  .report__inner .search__table tr td:nth-of-type(1) {
    padding-top: 20px !important;
  }

  .profile .kv__scroll_down {
    height: 15px;
  }

  .profile .kv__scroll_down .line {
    height: 15px;
  }

  .profile .kv__scroll_down .line::before {
    height: 15px;
  }

  .profile .section02__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .profile .section02__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .profile .section04__scroll_down {
    height: 15px;
  }

  .profile .section04__scroll_down .line {
    height: 15px;
  }

  .profile .section04__scroll_down .line::before {
    height: 15px;
  }

  .profile .section04__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .profile .section04__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .profile .invite {
    margin-bottom: 42px;
  }

  .profile .kv__title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.67;
    margin-top: -16px;
  }

  .profile .add__line {
    margin: auto;
    position: relative;
  }

  .profile .add__line::after {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrollBar-down-mini;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: scrollBar-down-mini;
    background: #20b8c3;
    content: '';
    height: 20px;
    left: 50%;
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
    width: 2px;
    z-index: 5;
  }

  .profile .section01 {
    padding: 15px 0 18px;
  }

  .profile .section01__inner img {
    margin: auto;
    width: calc(100% - 30px);
  }

  .profile .section01__inner__details {
    padding: 30px 15px 12px;
    position: relative;
    top: 0;
  }

  .profile .section01__inner__details::before {
    content: none;
  }

  .profile .section01__inner__details h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .profile .section01__inner__details p {
    font-size: 13px;
    padding-bottom: 20px;
  }

  .profile .section01__inner__details p:last-child {
    padding-bottom: 0;
  }

  .profile .section01__inner__details p.lightblue__text {
    font-size: 15px;
  }

  .profile .section02 {
    padding: 30px 0 40px;
  }

  .profile .section02__title {
    text-align: center;
    width: 100%;
  }

  .profile .section02__title .main {
    color: #000;
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.5em;
  }

  .profile .section02__title .sub {
    color: #595656;
    display: block;
    font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5em;
    margin-top: 13px;
  }

  .profile .section02__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .profile .section02__inner__list {
    margin-top: 4px;
  }

  .profile .section02__inner__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .profile .section02__inner__item .title {
    border-bottom: 0;
    font-size: 17px;
    padding-bottom: 0;
    padding-top: 10px;
    width: 100%;
  }

  .profile .section02__inner__item .desc {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 0;
    width: 100%;
  }

  .profile .section04 {
    padding-bottom: 13px;
    padding-top: 32px;
  }

  .profile .section04__title .sub {
    font-size: 13px;
    padding-bottom: 40px;
  }

  .profile .section04__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .profile .section04__inner table {
    display: none !important;
  }

  .profile .section04__inner .link__container {
    max-height: 0;
    overflow: hidden;
  }

  .profile .section04__inner .link__container ul li {
    padding: 10px;
  }

  .profile .section04__inner .link__container ul li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #d9e1e1;
  }

  .profile .section04__inner__item {
    background-color: #20b8c3;
    box-sizing: border-box;
    color: white;
    padding: 15px;
  }

  .profile .section04__inner__item:not(:nth-of-type(1)) {
    margin-top: 25px;
  }

  .profile .section04__inner__item h4 {
    font-size: 15px;
    position: relative;
  }

  .profile .section04__inner__item h4:hover {
    cursor: pointer;
  }

  .profile .section04__inner__item h4:hover:hover {
    opacity: .7;
  }

  .profile .section04__inner__item h4 span {
    color: #969898;
    font-size: 14px;
    font-weight: 200;
    padding-left: 15px;
  }

  .profile .section04__inner__item h4 .close_div {
    background-image: url(../img/common/ico_slide-up-white.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-47%);
    width: 12px;
  }

  .profile .section04__inner__item h4 .open_div {
    background-image: url(../img/common/ico_slide-down-white.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-47%);
    width: 12px;
  }

  .profile .section05 {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .profile .section05__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .profile .section05__inner .contact__list__item {
    padding: 15px 15px 4px;
  }

  .profile .section05__inner .contact__list__item:not(:nth-of-type(1)) {
    margin-top: 13px;
  }

  .profile .section05__inner .contact__list__item:nth-last-child(2) {
    padding-bottom: 15px;
  }

  .profile .section05__inner .contact__list__item h4 {
    font-size: 15px;
  }

  .profile .section05__inner .contact__list__item h4 span {
    font-size: 12px;
  }

  .profile .section05__inner .contact__list__item h4 .open_div,
  .profile .section05__inner .contact__list__item h4 .close_div {
    height: 6px;
    width: 12px;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item {
    padding: 20px 0 20px !important;
    width: 100%;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item:nth-last-child(2) {
    padding-bottom: 20px !important;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item:nth-last-child(1) {
    padding-bottom: 40px !important;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item:nth-child(n+2) {
    border-top: 1px solid #d9e1e1;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item:nth-child(-n+2) {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item li p {
    font-size: 14px;
    line-height: 1.2;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item li p span,
  .profile .section05__inner .contact__list__item__wrapper .contact__item li p a {
    font-size: 14px;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item li p span {
    font-weight: 400;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item li img {
    margin-right: 11px;
    width: 30px;
  }

  .profile .section05__inner .contact__list__item__wrapper .contact__item li:nth-child(-n+2) {
    margin-top: 15px;
  }

  .newsdetail .section01__scroll_up {
    height: 15px;
  }

  .newsdetail .section01__scroll_up .line {
    height: 15px;
  }

  .newsdetail .section01__scroll_up .line::before {
    height: 15px;
  }

  .newsdetail .section01__scroll_down {
    height: 15px;
  }

  .newsdetail .section01__scroll_down .line {
    height: 15px;
  }

  .newsdetail .section01__scroll_down .line::before {
    height: 15px;
  }

  .newsdetail .invite {
    margin-bottom: 42px;
  }

  .newsdetail .section01 {
    padding-top: 15px;
  }

  .newsdetail .section01__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .newsdetail .section01__inner table tr td span {
    font-size: 13px;
  }

  .newsdetail .section01__inner table tr td span.category {
    height: 20px;
  }

  .reportdetail__inner .main__view__scroll_up {
    height: 15px;
  }

  .reportdetail__inner .main__view__scroll_up .line {
    height: 15px;
  }

  .reportdetail__inner .main__view__scroll_up .line::before {
    height: 15px;
  }

  .reportdetail__inner .main__view__scroll_down {
    height: 15px;
  }

  .reportdetail__inner .main__view__scroll_down .line {
    height: 15px;
  }

  .reportdetail__inner .main__view__scroll_down .line::before {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_up {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_up .line {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_up .line::before {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_down {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_down .line {
    height: 15px;
  }

  .reportdetail__inner .main__view__inner__related .report__scroll_down .line::before {
    height: 15px;
  }

  .reportdetail .invite {
    margin-bottom: 42px;
  }

  .reportdetail .child__kv__inner h2 {
    font-size: 24px;
  }

  .reportdetail .post__details td span.date {
    color: #595656;
  }

  .reportdetail__inner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
    padding-top: 15px;
    width: 100%;
  }

  .reportdetail__inner .main__view {
    padding-top: 20px;
    width: 100%;
  }

  .reportdetail__inner .main__view .report__credentials {
    display: block;
  }

  .reportdetail__inner .main__view .report__credentials .credential__wrapper {
    justify-content: flex-start !important;
    width: 100%;
  }

  .reportdetail__inner .main__view .report__credentials .credential__wrapper:nth-of-type(2) {
    margin-top: 20px;
  }

  .reportdetail__inner .main__view .report__credentials span:nth-of-type(1) {
    font-size: 12px;
  }

  .reportdetail__inner .main__view .report__credentials span.arrow {
    font-size: 13px;
  }

  .reportdetail__inner .main__view .report__credentials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 31px;
  }

  .reportdetail__inner .main__view .report__credentials .credential__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .reportdetail__inner .main__view .report__credentials .author__image {
    background: #e5e5e5;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    width: 30px;
  }

  .reportdetail__inner .main__view .report__credentials span {
    display: inline-block;
  }

  .reportdetail__inner .main__view .report__credentials span:nth-of-type(1) {
    font-size: 14px;
    font-weight: 200;
    margin-left: 20px;
  }

  .reportdetail__inner .main__view .report__credentials span.arrow {
    align-items: center;
    background-image: url(../img/report/reportdetail/bg_arrow.png);
    background-size: cover;
    color: #20b8c3;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    margin-left: 10px;
    width: 100px;
  }

  .reportdetail__inner .main__view__inner__h2 {
    font-size: 21px;
    padding-bottom: 12px;
  }

  .reportdetail__inner .main__view__inner h3 {
    font-size: 18px;
    padding-bottom: 23px;
  }

  .reportdetail__inner .main__view__inner__newstext {
    font-size: 15px;
    padding: 0 0 23px;
  }

  .reportdetail__inner .main__view__inner img {
    margin-bottom: 23px;
    margin-top: 0;
  }

  .reportdetail__inner .main__view__inner__related h3 {
    margin-bottom: 20px;
  }

  .reportdetail__inner .main__view__inner__related .report .container {
    padding: 0 !important;
  }

  .reportdetail__inner .main__view__inner__related .report__list {
    margin-top: 24px;
  }

  .reportdetail__inner .main__view__inner__related .report__list:nth-of-type(1) {
    margin-top: 0;
  }

  .reportdetail__inner .main__view__inner__related .report__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
    width: 100%;
  }

  .reportdetail__inner .main__view__inner__related .report__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .reportdetail__inner .main__view__inner__related .report__item .media {
    background-position: center;
    min-height: 82px;
    padding-top: 0;
    width: 36%;
  }

  .reportdetail__inner .main__view__inner__related .report__item .text {
    margin-top: 0;
    padding-top: 0;
    width: 60.5%;
  }

  .reportdetail__inner .main__view__inner__related .report__item .text .date {
    font-size: 12px;
    letter-spacing: 0;
  }

  .reportdetail__inner .main__view__inner__related .report__item .text .tag {
    height: 20px;
    width: 80px;
  }

  .reportdetail__inner .main__view__inner__related .report__item .text .desc {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 5px;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item:not(:nth-of-type(1)) {
    margin-top: 24px;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .img__container {
    background-position: center;
    min-height: 82px;
    padding-top: 0;
    width: 36%;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .detail__wrapper {
    width: 60.5%;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .detail__wrapper table {
    margin-bottom: 0;
    margin-top: 0;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .detail__wrapper table span {
    font-size: 11px;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .detail__wrapper table span.category {
    font-size: 10px;
    height: 15px;
    line-height: 0;
    text-align: center;
    width: 55px;
  }

  .reportdetail__inner .main__view__inner__related__inner .related__item .detail__wrapper p {
    font-size: 13px;
    padding: 4px 0 0;
  }

  .reportdetail__inner .main__view__inner table {
    margin: 15px 0;
  }

  .reportdetail__inner .sidebar {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding: 40px 0 50px;
    width: 100%;
  }

  .reportdetail__inner .sidebar__inner h2 {
    font-size: 18px;
  }

  .reportdetail__inner .sidebar__inner .top__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
    position: relative;
    width: 100%;
  }

  .reportdetail__inner .sidebar__inner .top__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .reportdetail__inner .sidebar__inner .top__item .media {
    background-position: center;
    min-height: 82px;
    padding-top: 0;
    width: 36%;
  }

  .reportdetail__inner .sidebar__inner .top__item .media img {
    height: auto;
  }

  .reportdetail__inner .sidebar__inner .top__item .text {
    margin-top: 0;
    padding-top: 0;
    width: 60.5%;
  }

  .reportdetail__inner .sidebar__inner .top__item .text .date {
    font-size: 12px;
    letter-spacing: 0;
  }

  .reportdetail__inner .sidebar__inner .top__item .text .tag {
    height: 20px;
    width: 80px;
  }

  .reportdetail__inner .sidebar__inner .top__item .text .desc {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 5px;
    padding-top: 0;
  }

  .reportdetail__inner .sidebar__inner .top__item .img__container {
    background-position: center;
    min-height: 82px;
    padding-top: 0;
    width: 36%;
  }

  .reportdetail__inner .sidebar__inner .top__item .detail__wrapper {
    width: 60.5%;
  }

  .reportdetail__inner .sidebar__inner .top__item .detail__wrapper table {
    margin-top: 0;
  }

  .reportdetail__inner .sidebar__inner .top__item .detail__wrapper table span {
    font-size: 11px;
  }

  .reportdetail__inner .sidebar__inner .top__item .detail__wrapper table span.category {
    font-size: 10px;
    height: 15px;
    line-height: 0;
    text-align: center;
    width: 55px;
  }

  .reportdetail__inner .sidebar__inner .top__item .detail__wrapper p {
    font-size: 13px;
    padding: 4px 0 0;
  }

  .contact .kv__scroll_down {
    height: 15px;
  }

  .contact .kv__scroll_down .line {
    height: 15px;
  }

  .contact .kv__scroll_down .line::before {
    height: 15px;
  }

  .contact h2 {
    font-size: 1.25rem;
    margin: 20px 0;
  }

  .contact h3 {
    line-height: 1.5em;
  }

  .contact__menu ul li {
    display: block;
  }

  .contact__menu ul li a {
    height: 60px;
    width: 100%;
  }

  .contact__menu ul li a:hover span {
    color: #595656;
  }

  .contact__menu ul li .text {
    margin-left: 0;
    width: 100%;
  }

  .contact__form .error_helptext,
  .contact__form .formError {
    margin-left: 0;
  }

  .contact__form ul li {
    display: block;
  }

  .contact__form ul li .form--col2 {
    position: relative;
  }

  .contact__form ul li .form--col2.arable_land_area {
    display: flex;
  }

  .contact__form ul li .unit {
    margin: 35px 0 0 10px;
  }

  .contact__form ul li label {
    width: 100%;
  }

  .contact__form ul li label.error {
    font-size: .85em;
    width: 140px;
  }

  .contact__form ul li .wpcf7-form-control-wrap.arable_land_area {
    width: 160px;
  }

  .contact__form ul li .wpcf7-form-control-wrap.postal_code {
    width: 140px;
  }

  .contact__form ul li #address {
    width: 100%;
  }

  .contact__form ul li #postal_code {
    width: 120px;
  }

  .contact__form ul li #prefecture {
    margin: 0;
    width: 150px;
  }

  .contact__form ul li #arable_land_area {
    width: 100%;
  }

  .contact__form ul li #inquiry {
    width: 100%;
  }

  .contact__form ul li .col--right {
    width: 100%;
  }

  .contact__form ul input[type='text'],
  .contact__form ul input[type='email'],
  .contact__form ul select,
  .contact__form ul textarea {
    width: 100%;
  }

  .contact__form ul input[type='radio'] + label,
  .contact__form ul input[type='checkbox'] + label {
    padding-left: 30px;
  }

  .contact__form .contact__submit input[type='checkbox'] + label,
  .contact__form .contact__submit input[type='checkbox'] + .wpcf7-list-item-label {
    line-height: 1.25em;
    padding: 0 0 0 25px;
    width: 100%;
  }

  body.contact footer,
  body.page-template-page-contact footer {
    padding-top: 30px;
  }

  body.contact footer .scroll_top,
  body.page-template-page-contact footer .scroll_top {
    top: 10px;
  }

  footer {
    margin: 0;
    padding-bottom: 8px;
  }

  footer .logo_container {
    text-align: center;
    width: 100%;
  }

  footer .logo_container .logo {
    margin: 0 auto;
    width: 131px;
  }

  footer .footer_nav {
    margin-top: 10px;
    width: 100%;
  }

  footer .footer_nav ul {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }

  footer .footer_nav ul li {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
  }

  footer .footer_nav ul li:last-of-type {
    margin-bottom: 0;
  }

  footer .footer_nav ul li a {
    font-size: 15px;
  }

  footer .footer_sns {
    justify-content: center;
  }
  
  footer .scroll_top {
    height: 40px;
    right: 10px;
    top: -28px;
    width: 40px;
  }

  footer .scroll_top span {
    background-image: url('../img/common/ico_scroll-up.png');
    background-size: 20px;
    font-size: 10px;
    padding-top: 17px;
  }

  .not_found {
    padding: 200px 0;
  }

}

@media screen and (max-width: 768px) and (max-width: 768px) {

  .profile .section02__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .profile .section02__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

}

@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {

  .profile .section02__title .sub {
    margin-top: 2px;
  }

}

@-webkit-keyframes scrollBar-down {

  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }

  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }

}

@keyframes scrollBar-down {

  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }

  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }

}

@-webkit-keyframes scrollBar-down-mini {

  0% {
    -webkit-transform: translateY(-5px);
    opacity: 1;
    transform: translateY(-5px);
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(5px);
    opacity: .2;
    transform: translateY(5px);
  }

}

@keyframes scrollBar-down-mini {

  0% {
    -webkit-transform: translateY(-5px);
    opacity: 1;
    transform: translateY(-5px);
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(5px);
    opacity: .2;
    transform: translateY(5px);
  }

}

@-webkit-keyframes scrollBar-up {

  0% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }

  100% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }

}

@keyframes scrollBar-up {

  0% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }

  100% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }

}

@-webkit-keyframes scrollBar-left {

  0% {
    -webkit-transform: translateX(100.5%);
    transform: translateX(100.5%);
  }

  100% {
    -webkit-transform: translateX(-100.5%);
    transform: translateX(-100.5%);
  }

}

@keyframes scrollBar-left {

  0% {
    -webkit-transform: translateX(100.5%);
    transform: translateX(100.5%);
  }

  100% {
    -webkit-transform: translateX(-100.5%);
    transform: translateX(-100.5%);
  }

}

