@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

html,
body,
#body {
  width: 100%;
  height: 100%; }

img {
  vertical-align: bottom; }

main {
  font: inherit;
  box-sizing: border-box; }

.f13px {
  font-size: 1.3rem;
  display: block;
  line-height: 200%;
  margin-top: 10px; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 175%;
  color: #000000;
  font-weight: 500;
  background: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 175%; }

@media (max-width: 767px) {
  body {
    font-size: 1.4rem; } }
img {
  width: 100%;
  height: auto;
  vertical-align: top; }

a {
  color: #000000;
  text-decoration: none; }

a:link {
  color: #000000;
  text-decoration: underline; }

a:visited {
  color: #000000; }

a:hover {
  color: #000000;
  text-decoration: none; }

a:active {
  color: #000000; }

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
.disp_none {
  display: none !important; }

@media (max-width: 767px) {
  .sp {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: none !important; } }
@media (min-width: 1025px) {
  .pc {
    display: none !important; } }
@media (min-width: 1025px) {
  body a {
    transition: 0.3s; }

  body a:hover {
    opacity: 0.3; } }
.fadeinup {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
  position: relative; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.xcenter,
table td.xcenter,
table th.xcenter,
table tr.xcenter th,
table tr.xcenter td {
  text-align: center !important; }

.xleft,
table td.xleft,
table th.xleft,
table tr.xleft th,
table tr.xleft td {
  text-align: left !important; }

.xright,
table td.xright,
table th.xright,
table tr.xright th,
table tr.xright td {
  text-align: right !important; }

.ytop,
table td.ytop,
table th.ytop,
table tr.ytop th,
table tr.ytop td {
  vertical-align: top !important; }

.ymiddle,
table td.ymiddle,
table th.ymiddle,
table tr.ymiddle th,
table tr.ymiddle td {
  vertical-align: middle !important; }

.ybottom,
table td.ybottom,
table th.ybottom,
table tr.ybottom th,
table tr.ybottom td {
  vertical-align: bottom !important; }

@media (max-width: 767px) {
  .sp_xcenter,
  table td.sp_xcenter,
  table th.sp_xcenter,
  table tr.sp_xcenter th,
  table tr.sp_xcenter td {
    text-align: center !important; }

  .sp_xleft,
  table td.sp_xleft,
  table th.sp_xleft,
  table tr.sp_xleft th,
  table tr.sp_xleft td {
    text-align: left !important; }

  .sp_xright,
  table td.sp_xright,
  table th.sp_xright,
  table tr.sp_xright th,
  table tr.sp_xright td {
    text-align: right !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tl_xcenter,
  table td.tl_xcenter,
  table th.tl_xcenter,
  table tr.tl_xcenter th,
  table tr.tl_xcenter td {
    text-align: center !important; }

  .tl_xleft,
  table td.tl_xleft,
  table th.tl_xleft,
  table tr.tl_xleft th,
  table tr.tl_xleft td {
    text-align: left !important; }

  .tl_xright,
  table td.tl_xright,
  table th.tl_xright,
  table tr.tl_xright th,
  table tr.tl_xright td {
    text-align: right !important; } }
@media (max-width: 1024px) {
  .pc_xcenter,
  table td.pc_xcenter,
  table th.pc_xcenter,
  table tr.pc_xcenter th,
  table tr.pc_xcenter td {
    text-align: center !important; }

  .pc_xleft,
  table td.pc_xleft,
  table th.pc_xleft,
  table tr.pc_xleft th,
  table tr.pc_xleft td {
    text-align: left !important; }

  .pc_xright,
  table td.pc_xright,
  table th.pc_xright,
  table tr.pc_xright td,
  table tr.pc_xright th {
    text-align: right !important; } }
.mt0 {
  margin-top: 0px !important; }

.mt1 {
  margin-top: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt6 {
  margin-top: 6px !important; }

.mt7 {
  margin-top: 7px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr1 {
  margin-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.mr105 {
  margin-right: 105px !important; }

.mr110 {
  margin-right: 110px !important; }

.mr115 {
  margin-right: 115px !important; }

.mr120 {
  margin-right: 120px !important; }

.mr125 {
  margin-right: 125px !important; }

.mr130 {
  margin-right: 130px !important; }

.mr135 {
  margin-right: 135px !important; }

.mr140 {
  margin-right: 140px !important; }

.mr145 {
  margin-right: 145px !important; }

.mr150 {
  margin-right: 150px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml1 {
  margin-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

.ml105 {
  margin-left: 105px !important; }

.ml110 {
  margin-left: 110px !important; }

.ml115 {
  margin-left: 115px !important; }

.ml120 {
  margin-left: 120px !important; }

.ml125 {
  margin-left: 125px !important; }

.ml130 {
  margin-left: 130px !important; }

.ml135 {
  margin-left: 135px !important; }

.ml140 {
  margin-left: 140px !important; }

.ml145 {
  margin-left: 145px !important; }

.ml150 {
  margin-left: 150px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt1 {
  padding-top: 1px !important; }

.pt2 {
  padding-top: 2px !important; }

.pt3 {
  padding-top: 3px !important; }

.pt4 {
  padding-top: 4px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt6 {
  padding-top: 6px !important; }

.pt7 {
  padding-top: 7px !important; }

.pt8 {
  padding-top: 8px !important; }

.pt9 {
  padding-top: 9px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt105 {
  padding-top: 105px !important; }

.pt110 {
  padding-top: 110px !important; }

.pt115 {
  padding-top: 115px !important; }

.pt120 {
  padding-top: 120px !important; }

.pt125 {
  padding-top: 125px !important; }

.pt130 {
  padding-top: 130px !important; }

.pt135 {
  padding-top: 135px !important; }

.pt140 {
  padding-top: 140px !important; }

.pt145 {
  padding-top: 145px !important; }

.pt150 {
  padding-top: 150px !important; }

.pr1 {
  padding-right: 1px !important; }

.pr2 {
  padding-right: 2px !important; }

.pr3 {
  padding-right: 3px !important; }

.pr4 {
  padding-right: 4px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr6 {
  padding-right: 6px !important; }

.pr7 {
  padding-right: 7px !important; }

.pr8 {
  padding-right: 8px !important; }

.pr9 {
  padding-right: 9px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

.pr105 {
  padding-right: 105px !important; }

.pr110 {
  padding-right: 110px !important; }

.pr115 {
  padding-right: 115px !important; }

.pr120 {
  padding-right: 120px !important; }

.pr125 {
  padding-right: 125px !important; }

.pr130 {
  padding-right: 130px !important; }

.pr135 {
  padding-right: 135px !important; }

.pr140 {
  padding-right: 140px !important; }

.pr145 {
  padding-right: 145px !important; }

.pr150 {
  padding-right: 150px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl1 {
  padding-left: 1px !important; }

.pl2 {
  padding-left: 2px !important; }

.pl3 {
  padding-left: 3px !important; }

.pl4 {
  padding-left: 4px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl6 {
  padding-left: 6px !important; }

.pl7 {
  padding-left: 7px !important; }

.pl8 {
  padding-left: 8px !important; }

.pl9 {
  padding-left: 9px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px !important; }

.pl105 {
  padding-left: 105px !important; }

.pl110 {
  padding-left: 110px !important; }

.pl115 {
  padding-left: 115px !important; }

.pl120 {
  padding-left: 120px !important; }

.pl125 {
  padding-left: 125px !important; }

.pl130 {
  padding-left: 130px !important; }

.pl135 {
  padding-left: 135px !important; }

.pl140 {
  padding-left: 140px !important; }

.pl145 {
  padding-left: 145px !important; }

.pl150 {
  padding-left: 150px !important; }

@media (max-width: 767px) {
  body {
    font-size: 1.4rem; }

  .sp_mb50 {
    margin-bottom: 50px; } }
bold,
.bold,
strong {
  font-weight: 600; }

em,
.em {
  font-style: italic; }

sup {
  font-size: 0.9rem; }

.nowrap {
  white-space: nowrap !important; }

.oneup {
  font-size: 1.2rem !important; }

.twoup {
  font-size: 1.4rem !important; }

.threeup {
  font-size: 1.6rem !important; }

.onedown {
  font-size: 0.8rem !important; }

.twodown {
  font-size: 0.6rem !important; }

.threedown {
  font-size: 0.4rem !important; }

.indent0 {
  text-indent: 0 !important; }

.indent01 {
  text-indent: 1rem !important; }

.indent02 {
  text-indent: -1rem !important;
  margin-left: 1rem !important; }

.indent03 {
  text-indent: -1.5rem !important;
  margin-left: 1.5rem !important; }

.indent04 {
  text-indent: -2rem !important;
  margin-left: 2rem !important; }

.indent05 {
  text-indent: -2.5rem !important;
  margin-left: 2.5rem !important; }

.indent06 {
  text-indent: -3rem !important;
  margin-left: 3rem !important; }

.indent07 {
  text-indent: -3.5rem !important;
  margin-left: 3.5rem !important; }

.indent08 {
  text-indent: -4rem !important;
  margin-left: 4rem !important; }

.indent09 {
  text-indent: -4.5rem !important;
  margin-left: 4.5rem !important; }

.indent10 {
  text-indent: -5rem !important;
  margin-left: 5rem !important; }

.right_navi01 {
  position: fixed;
  right: 20px;
  bottom: 15px;
  list-style: none;
  width: 140px;
  z-index: 8000;
  display: flex; }
  .right_navi01 li {
    width: 50%; }

@media (max-width: 767px) {
  .right_navi01 {
    display: none; } }
header {
  margin-bottom: 75px; }
  header#pages {
    position: relative; }
    header#pages #page_title {
      color: #008b8b;
      text-align: center;
      line-height: 150%;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      font-weight: 600; }
    header#pages .inner {
      position: relative;
      height: 358px; }
      header#pages .inner #page_logo {
        width: 240px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%); }
      header#pages .inner #page_copy {
        width: 100%;
        max-width: 550px; }
  header.back_workshop .inner {
    background: url("../img/back_workshop.jpg") no-repeat left top/cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  header.back_experiment .inner {
    background: url("../img/back_experiment.jpg") no-repeat center top/cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  header.back_research .inner {
    background: url("../img/back_research.jpg") no-repeat center top/cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

@media (min-width: 1281px) {
  header#pages #page_title {
    background: #FFFFFF;
    width: 100%;
    max-width: 470px;
    padding: 25px 25px 0 25px;
    font-size: 3.6rem;
    border-radius: 20px 20px 0 0; } }
@media (max-width: 1280px) {
  header#pages #page_title {
    background: #FFFFFF;
    width: 100%;
    max-width: 280px;
    padding: 15px 15px 0 15px;
    font-size: 2.4rem;
    border-radius: 10px 10px 0 0;
    bottom: -25px; }
  header#pages .inner {
    height: 250px; }
    header#pages .inner #page_logo {
      width: 175px;
      top: 15px; }
    header#pages .inner #page_copy {
      max-width: 500px;
      padding: 0 25px;
      padding-top: 35px; } }
@media (max-width: 767px) {
  header#pages .inner #page_logo {
    width: 125px;
    top: 15px; }
  header#pages .inner #page_copy {
    max-width: 350px;
    padding: 0 25px; } }
header {
  position: relative; }
  header #logo {
    position: absolute;
    width: 190px;
    height: 190px;
    top: 15px;
    left: 15px;
    z-index: 100; }

@media (max-width: 1024px) {
  header {
    padding-top: 102px; }
    header #logo {
      position: absolute;
      width: 100px;
      height: 100px;
      top: 0;
      left: 0; }
    header .inner {
      padding: 25px 0 25px 0; } }
#index_header {
  margin-bottom: 40px;
  padding: 0; }

header #menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #008b8b;
  z-index: 9001; }
  header #menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg); }
  header #menu.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar .8s forwards; }
  header #menu.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg); }
  header #menu span {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all .5s; }
    header #menu span:nth-of-type(1) {
      top: 24px; }
    header #menu span:nth-of-type(2) {
      top: 34px;
      width: 25px; }
    header #menu span:nth-of-type(3) {
      top: 44px; }

header #menu_list {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  color: #FFFFFF;
  background: #008b8b;
  animation: menuback ease-in-out 0.3s; }
  header #menu_list > div {
    max-width: 280px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: menutext 0.3s ease-out 0.3s both; }
    header #menu_list > div ul:nth-of-type(1) li {
      list-style: none;
      font-weight: 600;
      letter-spacing: 3px;
      margin-bottom: 30px; }
      header #menu_list > div ul:nth-of-type(1) li:last-child {
        margin-bottom: 0; }
      header #menu_list > div ul:nth-of-type(1) li a {
        font-size: 26px;
        color: #FFF;
        list-style: none;
        text-decoration: none; }
    header #menu_list > div ul:nth-of-type(2) {
      width: 155px;
      margin: 40px auto 0 auto;
      display: flex;
      justify-content: space-between;
      list-style: none; }
      header #menu_list > div ul:nth-of-type(2) li {
        width: 45%; }
        header #menu_list > div ul:nth-of-type(2) li a {
          font-size: 26px;
          color: #FFF;
          list-style: none;
          text-decoration: none; }
    header #menu_list > div p {
      max-width: 260px;
      margin-top: 40px; }
      header #menu_list > div p a {
        display: block;
        border-radius: 100px;
        text-align: center;
        color: #008b8b;
        background: white;
        line-height: 125%;
        padding: 15px 40px;
        text-decoration: none;
        font-size: 2.0rem;
        white-space: nowrap;
        font-weight: 600;
        position: relative; }
        header #menu_list > div p a::after {
          content: '';
          width: 7px;
          height: 7px;
          border-bottom: 2px solid #008b8b;
          border-left: 2px solid #008b8b;
          position: absolute;
          top: 50%;
          right: 17px;
          transform: translateY(-50%) rotate(225deg); }

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0; } }
@keyframes active-menu-bar {
  100% {
    height: 0; } }
@keyframes menuback {
  0% {
    width: 100%;
    height: 0;
    opacity: 0; }
  1% {
    width: 100%;
    height: 1px;
    opacity: 1; }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1; } }
@keyframes menutext {
  from {
    padding-top: 20px;
    opacity: 0; }
  to {
    padding-top: 0px;
    opacity: 1; } }
footer {
  padding: 100px 25px 50px 25px;
  text-align: center; }
  footer p:nth-of-type(1) {
    width: 102px;
    margin: 0 auto 45px auto; }
  footer dl dt {
    width: 276px;
    padding-left: 27px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: space-between; }
    footer dl dt img:nth-of-type(1) {
      width: 66px; }
    footer dl dt img:nth-of-type(2) {
      width: 61px; }
    footer dl dt img:nth-of-type(3) {
      width: 89px; }
  footer dl dd:nth-of-type(1) {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 2px; }
    footer dl dd:nth-of-type(1) br {
      display: none; }
  footer dl dd:nth-of-type(2) {
    font-size: 1.3rem; }
    footer dl dd:nth-of-type(2) br {
      display: none; }

.btn_footer {
  position: fixed;
  right: 150px;
  bottom: 25px;
  width: 100%;
  z-index: 8000; }
  .btn_footer a {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
    background: #008b8b;
    border-radius: 100px;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 600;
    position: relative;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15); }
    .btn_footer a::after {
      content: '';
      width: 7px;
      height: 7px;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%) rotate(225deg); }

@media (min-width: 768px) {
  .btn_footer {
    right: 185px;
    max-width: 280px; } }
@media (max-width: 767px) {
  .btn_footer {
    left: 0; } }
@media (max-width: 767px) {
  footer {
    padding: 75px 25px 125px 25px; }
    footer p:nth-of-type(1) {
      width: 70px; }
    footer dl dd:nth-of-type(1) {
      font-size: 1.4rem;
      line-height: 175%;
      margin-bottom: 15px; }
      footer dl dd:nth-of-type(1) br {
        display: block; }
      footer dl dd:nth-of-type(1) span {
        display: none; }
    footer dl dd:nth-of-type(2) {
      font-size: 1.0rem;
      line-height: 200%; }
      footer dl dd:nth-of-type(2) br {
        display: block; } }
#index_access .inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between; }
  #index_access .inner .left {
    width: calc(100% - 375px); }
    #index_access .inner .left h2 {
      display: flex;
      align-items: center;
      font-size: 3.6rem; }
      #index_access .inner .left h2 span:nth-of-type(1) {
        color: #008b8b; }
      #index_access .inner .left h2 span:nth-of-type(2) {
        margin-left: 10px;
        font-size: 1.8rem; }
    #index_access .inner .left dl {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #959595; }
      #index_access .inner .left dl dt {
        margin-top: 25px; }
    #index_access .inner .left .index_googlemap {
      display: none; }
    #index_access .inner .left .left_under {
      display: flex;
      justify-content: space-between; }
      #index_access .inner .left .left_under h3 {
        width: 175px;
        text-align: center;
        color: white;
        background: #f4a76b;
        display: flex;
        align-items: center;
        justify-content: center; }
      #index_access .inner .left .left_under .text {
        width: calc(100% - 200px); }
        #index_access .inner .left .left_under .text .text_inner {
          display: inline-block;
          padding-right: 75px;
          position: relative; }
          #index_access .inner .left .left_under .text .text_inner .twitter {
            width: 70px;
            position: absolute;
            bottom: -20px;
            right: 0; }
  #index_access .inner .right {
    width: 325px; }
  #index_access .inner .caution {
    background: #fff100;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 600; }

@media (max-width: 767px) {
  #index_access .inner {
    padding: 0 25px;
    display: block; }
    #index_access .inner .left {
      width: 100%; }
      #index_access .inner .left h2 {
        display: block;
        text-align: center;
        font-size: 2.6rem;
        line-height: 75%; }
        #index_access .inner .left h2 span:nth-of-type(1) {
          color: #008b8b;
          display: block; }
        #index_access .inner .left h2 span:nth-of-type(2) {
          margin: 10px 0 0 0;
          font-size: 1.2rem;
          display: block; }
      #index_access .inner .left dl {
        margin-bottom: 10px;
        border-bottom: none;
        padding-bottom: none; }
        #index_access .inner .left dl dt {
          margin-top: 25px; }
      #index_access .inner .left .index_googlemap {
        display: block;
        position: relative;
        left: -25px; }
        #index_access .inner .left .index_googlemap iframe {
          width: calc(100% + 50px);
          height: 300px; }
      #index_access .inner .left .left_under {
        display: block;
        justify-content: space-between;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #959595; }
        #index_access .inner .left .left_under h3 {
          width: 150px;
          padding: 3px;
          margin: 0 auto 25px auto; }
        #index_access .inner .left .left_under .text {
          width: 100%; }
          #index_access .inner .left .left_under .text .text_inner {
            display: inline-block;
            padding-right: 75px;
            position: relative; }
    #index_access .inner .right {
      display: none; } }
#index_top_banner .inner {
  max-width: 963px;
  padding: 0 50px;
  margin: 0 auto 80px auto; }

@media (max-width: 767px) {
  #index_top_banner .inner {
    margin-bottom: 40px; } }
#index_point .inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 100px auto; }

@media (max-width: 767px) {
  #index_point .inner {
    padding: 0 25px;
    margin: 0 auto 50px auto; } }
.photo_text h3 {
  font-size: 4.0rem;
  color: #008b8b; }

.photo_under {
  position: relative; }
  .photo_under::after {
    position: absolute;
    content: '';
    background: #FEEEDC;
    width: calc(50% + 600px);
    height: 60%;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 25px 0 0 25px; }
  .photo_under .photo_under_inner {
    max-width: 1100px;
    margin: 50px auto 100px auto;
    padding: 0 50px; }

.btn01 a {
  width: 200px;
  text-decoration: none;
  border-radius: 50px;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  background: #008b8b url("../img/arrow01.svg") no-repeat 160px center/16px 16px; }

.shadow01 {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2)) drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.2)); }

.shadow02 {
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.15)); }

@media (min-width: 1025px) {
  .photo_title {
    overflow: hidden; }
    .photo_title .btn01 {
      position: absolute;
      bottom: 0;
      right: -100px;
      z-index: 4; }

  .photo_title_inner {
    position: relative;
    width: calc(50% + 100px);
    position: relative;
    z-index: 1; }
    .photo_title_inner::after {
      content: '';
      position: absolute;
      top: 42.5%;
      right: 0;
      width: 165px;
      height: 100%;
      background: white;
      z-index: 2;
      border-radius: 25px 0 0 0; }

  .index_copy01,
  .index_copy02,
  .index_copy03,
  .index_copy04 {
    position: absolute;
    top: 13%;
    width: 75.2%;
    z-index: 10; }

  .index_copy01 {
    left: 68.5%; }

  .index_copy02 {
    left: 66%; }

  .index_copy03 {
    left: 58.5%; }

  .index_copy04 {
    left: 62.5%; }

  .photo_text {
    position: absolute;
    bottom: 0;
    height: 58%;
    right: -335px;
    width: 500px;
    z-index: 3;
    padding: 3.5% 20px 0 75px; }
    .photo_text h3 {
      font-size: 4.0rem;
      color: #008b8b; } }
@media (max-width: 1024px) {
  .photo_title {
    padding: 0 50px; }
    .photo_title .btn01 a {
      margin: 0 auto; }

  .index_copy01,
  .index_copy02,
  .index_copy03,
  .index_copy04 {
    display: none; }

  .photo_text {
    padding: 50px 50px 25px 50px; }
    .photo_text h3 {
      font-size: 3.6rem;
      text-align: center; } }
@media (max-width: 767px) {
  .photo_title {
    padding: 0 25px; }

  .photo_text {
    padding: 25px 25px 15px 25px; }
    .photo_text h3 {
      font-size: 3.0rem; }

  .photo_under::after {
    height: 80%;
    border-radius: 0; }
  .photo_under .photo_under_inner {
    margin: 40px auto 80px auto;
    padding: 0 25px; } }
.index_research_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: px;
  margin-bottom: 25px;
  border-radius: 10px;
  font-size: 3.0rem;
  font-weight: 600;
  color: white;
  height: 100px; }

@media (max-width: 767px) {
  .index_research_title {
    font-size: 1.8rem;
    height: 90px; } }
.index_research_title_bg01 {
  background: url("../research/img/title01.png") no-repeat center center/cover; }

.index_research_title_bg02 {
  background: url("../research/img/title02.png") no-repeat center center/cover; }

.index_research_title_bg03 {
  background: url("../research/img/title03.png") no-repeat center center/cover; }

.index_research_title_bg04 {
  background: url("../research/img/title04.png") no-repeat center center/cover; }

.index_research_area {
  max-width: 1100px;
  padding: 0 50px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .index_research_area .index_research_box {
    width: 48%; }
    .index_research_area .index_research_box:nth-child(even) {
      margin-left: 4%; }
    .index_research_area .index_research_box:nth-child(n + 3) {
      margin-top: 4%; }

.index_research_list {
  list-style: none;
  width: 100%;
  border-top: 1px solid #CCC; }
  .index_research_list li {
    width: 100%;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #CCC; }
    .index_research_list li div {
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      .index_research_list li div .num {
        position: absolute;
        width: 27px;
        height: 27px;
        background: #004B98;
        left: 0;
        top: 5px;
        border-radius: 100%;
        text-align: center;
        color: white; }
      .index_research_list li div:nth-of-type(2) {
        width: 100px;
        padding-left: 25px; }
        .index_research_list li div:nth-of-type(2) a {
          width: 100px;
          text-decoration: none;
          border-radius: 50px;
          padding: 5px 15px 5px 0px;
          display: block;
          text-align: center;
          font-size: 1.8rem;
          color: #FFFFFF;
          background: #008b8b url("../img/arrow01.svg") no-repeat right 15px center/12px 12px;
          cursor: pointer;
          font-weight: 600; }

@media (max-width: 767px) {
  .photo_under_text {
    display: none; } }
@media (max-width: 767px) {
  #index_contents03 .photo_under::after {
    display: none; } }
#index_contents04 {
  margin-bottom: 150px; }

@media (max-width: 767px) {
  #index_contents04 {
    margin-bottom: 60px; } }
#index_about {
  position: relative;
  margin-bottom: 100px; }
  #index_about .inner {
    max-width: 1100px;
    padding: 75px 50px 50px 50px;
    margin: 0 auto 80px auto; }
    #index_about .inner h2 {
      max-width: 612px;
      margin-bottom: 35px; }
    #index_about .inner h3 {
      max-width: 322px;
      margin-bottom: 35px; }
    #index_about .inner .youtube_area {
      max-width: 90%;
      margin-bottom: 50px;
      display: flex;
      justify-content: space-between; }
      #index_about .inner .youtube_area li {
        width: 47%;
        list-style: none; }
    #index_about .inner .index_about_text {
      display: flex;
      justify-content: space-between; }
      #index_about .inner .index_about_text p:nth-of-type(1) {
        width: calc(100% - 335px); }
      #index_about .inner .index_about_text p:nth-of-type(2) {
        width: 300px;
        mix-blend-mode: multiply; }
  #index_about::after {
    position: absolute;
    content: '';
    background: url("../img/index_back01.png") left top/cover;
    width: calc(50% + 650px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 25px 0 0 25px; }

@media (max-width: 767px) {
  #index_about {
    margin-bottom: 50px;
    background: url("../img/index_back01.png") center top/cover; }
    #index_about .inner {
      padding: 60px 25px 50px 25px;
      margin: 0 auto 40px auto; }
      #index_about .inner h2 {
        max-width: 400px;
        padding: 0 15px;
        margin: 0 auto 50px auto; }
      #index_about .inner h3 {
        max-width: 260px;
        margin: 0 auto 50px auto; }
      #index_about .inner .youtube_area {
        max-width: 100%;
        margin-bottom: 65px;
        display: block; }
        #index_about .inner .youtube_area li {
          width: 100%; }
          #index_about .inner .youtube_area li:nth-of-type(2) {
            margin-top: 50px; }
      #index_about .inner .index_about_text {
        display: block; }
        #index_about .inner .index_about_text p:nth-of-type(1) {
          width: 100%; }
        #index_about .inner .index_about_text p:nth-of-type(2) {
          width: 100%;
          margin-top: 35px; }
    #index_about::after {
      display: none; } }
#index_under_banner .inner {
  max-width: 1240px;
  padding: 0 50px;
  margin: 0 auto 100px auto; }
  #index_under_banner .inner ul {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    #index_under_banner .inner ul li:nth-of-type(1) {
      width: 20%; }
    #index_under_banner .inner ul li:nth-of-type(2) {
      width: 50%; }
    #index_under_banner .inner ul li:nth-of-type(3) {
      width: 22%; }

@media (max-width: 767px) {
  #index_under_banner .inner {
    padding: 0 25px;
    margin: 0 auto 50px auto; }
    #index_under_banner .inner ul {
      display: block; }
      #index_under_banner .inner ul li:nth-of-type(1) {
        width: 40%; }
      #index_under_banner .inner ul li:nth-of-type(2) {
        width: 80%;
        margin-top: 25px; }
      #index_under_banner .inner ul li:nth-of-type(3) {
        width: 30%;
        margin-top: 25px; } }
#index_kouen {
  overflow: hidden; }
  #index_kouen .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 75px 50px;
    position: relative;
    z-index: 1;
    line-height: 150%;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    #index_kouen .inner::after {
      content: '';
      width: 200%;
      height: 100%;
      z-index: -1;
      background: #FEEEDC;
      position: absolute;
      border-radius: 0 35px 35px 0;
      right: -145px;
      top: 0; }
    #index_kouen .inner div:nth-of-type(1) {
      width: calc(100% - 440px);
      vertical-align: top;
      padding-right: 100px; }
      #index_kouen .inner div:nth-of-type(1) h2 {
        font-size: 1.8rem;
        margin-bottom: 8px; }
        #index_kouen .inner div:nth-of-type(1) h2:nth-of-type(2) {
          margin-top: 25px; }
    #index_kouen .inner div:nth-of-type(2) {
      width: 440px;
      vertical-align: top; }
      #index_kouen .inner div:nth-of-type(2) ul {
        list-style: none;
        display: flex;
        flex-flow: row wrap; }
        #index_kouen .inner div:nth-of-type(2) ul li {
          width: calc(50% - 5px);
          margin-bottom: 10px; }
          #index_kouen .inner div:nth-of-type(2) ul li:nth-child(even) {
            margin-left: 10px; }
          #index_kouen .inner div:nth-of-type(2) ul li img {
            box-sizing: border-box; }

@media (max-width: 1024px) {
  #index_kouen .inner {
    padding: 50px 25px; }
    #index_kouen .inner div:nth-of-type(1) {
      width: 100%;
      margin-bottom: 40px;
      padding: 0; }
      #index_kouen .inner div:nth-of-type(1) h2 {
        text-align: center; }
    #index_kouen .inner div:nth-of-type(2) {
      max-width: 440px;
      margin: 0 auto;
      vertical-align: top; } }
.research_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: px;
  margin-bottom: 25px;
  border-radius: 10px;
  font-size: 4.0rem;
  font-weight: 600;
  color: white;
  height: 200px; }

@media (max-width: 767px) {
  .research_title {
    font-size: 1.8rem;
    height: 90px; } }
.research_title_bg01 {
  background: url("../research/img/title01.png") no-repeat center center/cover; }

.research_title_bg02 {
  background: url("../research/img/title02.png") no-repeat center center/cover; }

.research_title_bg03 {
  background: url("../research/img/title03.png") no-repeat center center/cover; }

.research_title_bg04 {
  background: url("../research/img/title04.png") no-repeat center center/cover; }

#contents_research {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px; }
  #contents_research ul {
    list-style: none;
    width: 100%;
    border-top: 1px solid #CCC; }
    #contents_research ul li {
      width: 100%;
      display: table;
      padding: 15px 0;
      border-bottom: 1px solid #CCC; }
      #contents_research ul li div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        padding-left: 40px; }
        #contents_research ul li div .num {
          position: absolute;
          width: 27px;
          height: 27px;
          background: #004B98;
          left: 0;
          top: 5px;
          border-radius: 100%;
          text-align: center;
          color: white; }
        #contents_research ul li div:nth-of-type(2) {
          width: 175px;
          padding-left: 25px; }
          #contents_research ul li div:nth-of-type(2) a {
            width: 150px;
            text-decoration: none;
            border-radius: 50px;
            padding: 5px 0;
            display: block;
            text-align: center;
            font-size: 1.8rem;
            color: #FFFFFF;
            background: #008b8b url("../img/arrow01.svg") no-repeat 122px center/16px 16px;
            cursor: pointer; }

@media (max-width: 1024px) {
  #contents_research {
    padding: 0 25px; }
    #contents_research .research_heading {
      display: block;
      margin-bottom: 15px;
      text-align: center; }
      #contents_research .research_heading h2 {
        display: block;
        font-size: 2.6rem;
        padding: 0; }
        #contents_research .research_heading h2 span {
          font-size: 5.0rem; }
      #contents_research .research_heading p {
        display: block;
        font-size: 16px; } }
@media (max-width: 767px) {
  #contents_research ul li div {
    display: block; }
    #contents_research ul li div:nth-of-type(2) {
      width: 150px;
      margin: 0 auto;
      padding: 15px 0 0 0; } }
#contents_detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px; }
  #contents_detail > .inner div:nth-of-type(1) h1 {
    font-size: 3.0rem;
    color: #008b8b;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center; }
  #contents_detail > .inner div:nth-of-type(1) p {
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 50px;
    text-align: center; }
  #contents_detail > .inner div:nth-of-type(2) {
    margin-bottom: 50px;
    text-align: center; }
    #contents_detail > .inner div:nth-of-type(2) img {
      max-width: 400px; }
  #contents_detail > .inner div:nth-of-type(3) p {
    margin-bottom: 75px; }
  #contents_detail > .inner div:nth-of-type(4) {
    margin-bottom: 50px;
    text-align: center; }

@media (max-width: 1024px) {
  #contents_detail {
    padding: 0 25px; } }
@media (max-width: 767px) {
  #contents_detail > .inner div:nth-of-type(1) h1 {
    font-size: 2.0rem;
    margin-bottom: 10px; } }
#contents_detail02 .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 50px; }
#contents_detail02 h1 {
  font-size: 3.0rem;
  color: #008b8b;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center; }
#contents_detail02 p {
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 50px; }
#contents_detail02 .images {
  max-width: 400px;
  margin: 0 auto 50px auto; }

@media (max-width: 767px) {
  #contents_detail02 .inner {
    padding: 50px 25px; }
  #contents_detail02 h1 {
    font-size: 2.0rem;
    margin-bottom: 25px; } }
.back_grey {
  background: #EFEFEF; }

.research_navi {
  max-width: 280px;
  padding-top: 50px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  position: relative; }
  .research_navi li a {
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    background: #008b8b;
    padding: 5px 5px; }
  .research_navi li:nth-of-type(1) {
    width: 37%; }
    .research_navi li:nth-of-type(1) a {
      border-radius: 50px 0 0 50px; }
  .research_navi li:nth-of-type(2) {
    width: 26%; }
    .research_navi li:nth-of-type(2) a {
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF; }
  .research_navi li:nth-of-type(3) {
    width: 37%; }
    .research_navi li:nth-of-type(3) a {
      border-radius: 0 50px 50px 0; }
  .research_navi li:last-child {
    margin-right: 0; }

#research_text p {
  margin-bottom: 25px; }
#research_text ul {
  margin: 0 0 25px 35px; }
#research_text ol {
  margin: 0 0 25px 35px; }
#research_text h2 {
  font-size: 2.6rem;
  padding: 10px 15px;
  border-top: 2px solid #008b8b;
  border-bottom: 2px solid #008b8b;
  font-weight: 600;
  margin-bottom: 10px;
  color: #008b8b; }
#research_text h3 {
  font-size: 2.0rem;
  padding: 5px 15px;
  background: #D9E4F0;
  color: #008b8b;
  font-weight: 600;
  margin-bottom: 10px; }
#research_text h4 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #008b8b; }

@media (max-width: 767px) {
  #research_text h2 {
    font-size: 2.2rem; }
  #research_text h3 {
    font-size: 1.8rem; }
  #research_text h4 {
    font-size: 1.6rem; } }
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.copy02 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 100px;
  font-weight: 600;
  letter-spacing: 0.1em; }
  .copy02 a {
    width: 100%;
    max-width: 600px;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: #008b8b url("../img/arrow01.svg") no-repeat 95% center/16px 16px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 767px) {
  .copy02 {
    font-size: 18px;
    margin-bottom: 50px; } }
.link02 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.1em; }
  .link02 a {
    width: 100%;
    max-width: 400px;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: #00984b url("../img/arrow01.svg") no-repeat 95% center/16px 16px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 767px) {
  .lnk02 {
    margin-bottom: 50px; } }
.link03 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.1em; }
  .link03 a {
    width: 100%;
    max-width: 400px;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: #008b8b url("../img/arrow01.svg") no-repeat 95% center/16px 16px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 767px) {
  .link03 {
    margin-bottom: 50px; } }
.secret {
  text-align: center;
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0.1em; }

@media (max-width: 767px) {
  .secret {
    font-size: 1.8rem;
    margin-bottom: 50px; } }
img .special {
  width: 400px; }

.btn02 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%; }
  .btn02 a {
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: #008b8b url("../img/arrow01.svg") no-repeat 95% center/16px 16px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 767px) {
  .btn02 {
    padding: 0 40px; }
    .btn02 a {
      max-width: 400px;
      width: 100%;
      text-decoration: none;
      border-radius: 50px;
      padding: 10px 0;
      display: block;
      text-align: center;
      font-size: 1.8rem;
      color: #FFFFFF;
      background: #008b8b url("../img/arrow01.svg") no-repeat 95% center/16px 16px;
      margin-left: auto;
      margin-right: auto; } }
.copy01 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  line-height: 150%;
  font-weight: 600 !important;
  letter-spacing: 0.1em; }

.copy03 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.1em; }

.copy04 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.1em; }

.btn_entry {
  max-width: 400px;
  margin: 0 auto 50px auto; }
  .btn_entry a {
    display: block;
    background: #008b8b;
    border-radius: 100px;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 5px;
    font-weight: 600;
    position: relative; }
    .btn_entry a::after {
      content: '';
      width: 7px;
      height: 7px;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%) rotate(225deg); }

.btn_download {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem; }

@media (max-width: 767px) {
  .copy01 {
    font-size: 1.8rem;
    margin-bottom: 50px;
    text-align: left; }

  .copy03 {
    font-size: 1.8rem; }

  .copy04 {
    font-size: 1.5rem; }

  .btn_download {
    font-size: 1.6rem; }

  .btn_entry a {
    padding: 25px 5px;
    font-size: 2.0rem; } }
#contents_other {
  overflow: hidden; }
  #contents_other > .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px; }

@media (max-width: 1024px) {
  #contents_other > .inner {
    padding: 0 25px; } }
#link {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 1; }
  #link::after {
    content: '';
    width: 300%;
    height: 80%;
    background: #FEEEDC;
    border-radius: 25px;
    position: absolute;
    top: 10%;
    left: -75px;
    z-index: -1; }
  #link > div {
    width: 48%;
    margin-bottom: 4%;
    padding: 30px 40px 100px 40px;
    border-radius: 25px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    vertical-align: top; }
    #link > div:nth-child(odd) {
      margin-right: 4%; }
    #link > div.onecolmun {
      width: 100%;
      margin-right: 0;
      display: flex;
      justify-content: space-between;
      padding-bottom: 0; }
      #link > div.onecolmun .onecolmun_left {
        width: 44%; }
      #link > div.onecolmun .onecolmun_right {
        width: 44%;
        position: relative;
        padding-bottom: 100px; }
        #link > div.onecolmun .onecolmun_right p.poin01 {
          padding: 0 0; }
    #link > div h2 {
      width: 100%;
      font-size: 2.0rem;
      margin-bottom: 15px;
      line-height: 125%;
      color: #008b8b; }
    #link > div p.poin01 {
      width: 100%;
      padding: 0 40px;
      position: absolute;
      bottom: 40px;
      left: 0; }
      #link > div p.poin01 a {
        width: 100%;
        text-decoration: none;
        border-radius: 50px;
        padding: 5px 0;
        display: block;
        text-align: center;
        font-size: 1.8rem;
        color: #FFFFFF;
        background: #008b8b url("../img/arrow01.svg") no-repeat 95% center/16px 16px; }
      #link > div p.poin01 span {
        width: 100%;
        text-decoration: none;
        border-radius: 50px;
        padding: 5px 0;
        display: block;
        text-align: center;
        font-size: 1.8rem;
        color: #FFFFFF;
        background: #008b8b; }

@media (max-width: 767px) {
  #link > div {
    width: 100%;
    margin-bottom: 25px; }
    #link > div:nth-child(odd) {
      margin-right: 0; }
    #link > div.onecolmun {
      width: 100%;
      display: block; }
      #link > div.onecolmun .onecolmun_left {
        width: 100%;
        margin-bottom: 25px; }
      #link > div.onecolmun .onecolmun_right {
        width: 100%;
        padding-bottom: 40px; }
    #link > div h2 {
      font-size: 1.8rem;
      margin-bottom: 5px; } }
