html {
  scroll-behavior: smooth;
}


/* Css Document */
.col-xs-f20,
.col-sm-f20,
.col-md-f20,
.col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img img, .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}

.hv-over:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-over:hover:after {
  background: rgba(216, 216, 216, 0.4);
}

.hv-scale1 {
  overflow: hidden;
  display: block;
}

.hv-scale1 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-scale1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: inherit;
}

.hv-light:before, .hv-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

.hv-light:hover:before {
  background: rgba(0, 231, 242, 0);
}

.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 90deg) translate3d(0, 150%, 0);
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  object-fit: none;
}

.s-content table, .s-content iframe {
  max-width: 100%;
}

.s-content a {
  color: #3d3d3d;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #ebebeb;
  padding: 3px;
}

.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

/* %slick-list{
	margin: 0 -15px;
	.slick-slide{
		margin: 0 15px;
	}
	} */
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}

.slick-dots {
  text-align: center;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #666;
}

.table {
  display: table;
  margin: 0;
}

.table .line {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}
/*
@font-face {
  font-family: 'bahnschrift';
  src: url("../fonts/bahnschrift.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("../fonts/HiraKakuProN-W5-AlphaNum-02.otf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("../fonts/HiraKakuStdN-W8-AlphaNum-04.otf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("../fonts/meiryo.ttc") format("truetype");
}

@font-face {
  font-family: 'GOTHICB';
  src: url("../fonts/GOTHICB.ttf") format("truetype");
}

@font-face {
  font-family: 'HiraKakuStdN-W8-AlphaNum-03';
  src: url("../fonts/HiraKakuStdN-W8-AlphaNum-03.otf") format("truetype");
}
*/
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

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

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

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

label {
  font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

button:focus {
  color: #3d3d3d;
  outline: none;
}

form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
  font-size: 14px;
}

form input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
  font-size: 14px;
}

form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
  font-size: 14px;
}

form input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
  font-size: 14px;
}

input,
input:focus {
  outline: none;
}

textarea,
textarea:focus {
  outline: none;
}

.col-xs-f20 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%;
  }
}

.mid {
  align-items: center;
}

.end {
  align-items: flex-end;
}

.row-ibl {
  font-size: 0;
}

.row-ibl > [class^="col-"] {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.row-ibl:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.row-ibl.mid > [class^="col-"] {
  vertical-align: middle;
}

.row-ibl.bot > [class^="col-"] {
  vertical-align: bottom;
}

.row-ibl > [class^="col-"].i-mid {
  vertical-align: middle;
}

.row-ibl > [class^="col-"].i-top {
  vertical-align: top;
}

.row-ibl > [class^="col-"].i-bot {
  vertical-align: bottom;
}

.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.smooth1 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left;
  }
  .md-center {
    text-align: center;
  }
  .md-right {
    text-align: right;
  }
}

@media all and (max-width: 991px) {
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  .xs-left {
    text-align: left;
  }
  .xs-center {
    text-align: center;
  }
  .xs-right {
    text-align: right;
  }
  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7 > div[class^="col-"] {
    padding: 0 7px;
  }
  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5 > div[class^="col-"] {
    padding: 0 5px;
  }
}

body {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  background: #f8f8f8;
  color: #3d3d3d;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}

.hv-scale {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.hv-scale img {
  backface-visibility: hidden;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.hv-scale img:hover {
  transform: scale3d(1.1, 1.1, 1);
}

.effect {
  position: relative;
  display: block;
}

.effect:before,
.effect:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s, transform 0.3s;
  -moz-transition: all 0.3s ease 0s, transform 0.3s;
  -ms-transition: all 0.3s ease 0s, transform 0.3s;
  -o-transition: all 0.3s ease 0s, transform 0.3s;
  transition: all 0.3s ease 0s, transform 0.3s;
}

.effect:before {
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0.1);
}

.effect:after {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect:hover:before {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.02, 1);
  -moz-transform: scale(1.02, 1);
  -ms-transform: scale(1.02, 1);
  -o-transform: scale(1.02, 1);
  transform: scale(1.02, 1);
}

.effect:hover:after {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1, 1.02);
  -moz-transform: scale(1, 1.02);
  -ms-transform: scale(1, 1.02);
  -o-transform: scale(1, 1.02);
  transform: scale(1, 1.02);
}

.hv-bright {
  display: block;
  position: relative;
}

.hv-bright img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: brightness(0.9);
}

.hv-bright:hover img {
  filter: brightness(1);
  -webkit-box-shadow: -1px 7px 36px -19px #0282ac;
  position: relative;
  -moz-box-shadow: -1px 7px 36px -19px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 7px 30px -30px #0282ac;
}

.bright {
  position: relative;
  overflow: hidden;
  margin: 0;
  filter: brightness(0.95);
}

.bright img {
  width: 100%;
  height: 100%;
}

.bright::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.bright:hover {
  animation: bloom ease-in-out .75s forwards;
}

.bright:hover::before {
  animation: circle .75s;
}

@keyframes bloom {
  0% {
    filter: grayscale(0.4);
  }
  40% {
    filter: grayscale(0.2);
  }
  100% {
    filter: grayscale(0);
  }
}

@keyframes circle {
  0% {
    opacity: .5;
    background: rgba(213, 156, 34, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(213, 34, 160, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.back-to-top {
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  background: #45a947;
  border-radius: 100%;
  color: #fff;
}

.back-to-top:hover {
  background: #ebba2f;
}

.text1line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slick-initialized .slick-slide:focus,
.slick-initialized .slick-slide:active {
  outline: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

.t-item .t-fade:nth-child(1) {
  animation-delay: .08s;
}

.t-item .t-fade:nth-child(2) {
  animation-delay: .12s;
}

.t-item .t-fade:nth-child(3) {
  animation-delay: .15s;
}

.t-item .t-fade:nth-child(4) {
  animation-delay: 0.18;
}

.t-item .t-fade:nth-child(5) {
  animation-delay: 0.21s;
}

.t-item .t-fade:nth-child(6) {
  animation-delay: 0.24s;
}

.bold {

}

.regu {
  font-family: 'Noto Sans JP', sans-serif;
}

.medi {
  font-family: 'Noto Sans JP', sans-serif;
}

.xanh {
  color: #45a947;
}

.xam {
  color: #9d9d9d;
}

.pt-50 {
  padding-top: 50%;
}

.pt-60 {
  padding-top: 60%;
}

.pt-70 {
  padding-top: 70%;
}

.pt-80 {
  padding-top: 80%;
}

.font30 {
  font-size: 30px;
}

.font24 {
  font-size: 24px;
}

.font16 {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.font40 {
  font-size: 40px;
}

.cam {
  color: #f49608;
}

.camhover:hover {
  color: #f49608;
}

.white {
  color: #ffffff;
}

.xam91 {
  color: #919191;
}

.xam99 {
  color: #999999;
}

.xama8 {
  color: #a8a8a8;
}

.xam8a {
  color: #8a8a8a;
}

.xama2 {
  color: #a2a1a1;
}

.pd010 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-2r {
  padding-left: 2rem;
}

.width250 {
  width: 250px !important;
  max-width: 100%;
}

.bg-white {
  background: #fff;
}

.boder {
  border: 1px solid #d7d7d7;
}

.pad1rem {
  padding: 1rem;
}

.bg-eb {
  background: #ebebeb;
}

.pad10 {
  padding: 10px;
}

.bg-colore94 {
  background: #e94700 !important;
}

.bg-color3ad {
  background: #3adbd1 !important;
}

.bg-color48a {
  background: #48aa47 !important;
}

.font4rem {
  font-size: 4rem;
}

.colord4a {
  color: #d4aa00;
}

.colorf2a {
  color: #f2a01d;
}

/* css style */
.banner {
  position: relative;
}

.banner img {
  width: 100%;
  object-fit: cover;
}

/* Css style */
.--vision {
  height: 50vw;
}

.--vision img {
  height: 100%;
}

.banner-content .ic-clipas {
  height: 800px;
}

.cat-description {
  font-size: 1.5vw;
  margin-bottom: 3vw;
  transform: scale(0.8, 1);
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .cat-description {
    font-size: 2rem;
  }
}

a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fecd04;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.6);
}

.back-top {
  position: fixed;
  font-size: 1.2em;
  text-align: center;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 36px;
  bottom: 100px;
  background: rgba(220, 0, 0, 0.8);
  border-radius: 100%;
  color: #fff;
  transition: all .6s ease-in-out;
  display: none;
}

.back-top:hover {
  cursor: pointer;
  background: transparent;
  border: 1px solid #dc0000;
  color: #dc0000;
}

.slick-arrow {
  position: absolute;
  color: #fff;
  width: 22pt;
  height: 22pt;
  line-height: 20pt;
  font-size: 20pt;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background: transparent;
  border: 1.2px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.slick-arrow:hover {
  cursor: pointer;
  filter: opacity(0.5);
}

.slick-arrow.bn-prev {
  left: 1em;
}

.slick-arrow.bn-next {
  right: 1em;
}

.slick-dots {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 1em;
}

.slick-dots li {
  position: relative;
  width: .5em;
  height: .5em;
  background: #b4b6b8;
  border: none;
  cursor: pointer;
}

.slick-dots li::before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  top: -.25em;
  left: -.25em;
  border-radius: 50%;
  border: .1em solid #b4b4b4;
  background: transparent;
}

.slick-dots li.slick-active, .slick-dots li:hover {
  background: #be1e2d;
}

.slick-dots li.slick-active:before, .slick-dots li:hover::before {
  border: .1em solid #be1e2d;
}

.gmap {
  padding-top: 40%;
  margin: 15px 0 0;
}

.gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mxh ul li {
  display: table-cell;
  padding: 0 2px;
}

.mxh ul li a {
  display: block;
}

.mxh ul li:first-child {

}

._wreapper {
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .title {
  position: relative;
  margin: 0 0 1em;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .title span {
  display: block;
}

._wreapper .tit {
  position: relative;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .btn-more,
._wreapper .btn-detail,
._wreapper .btn-sub,
._wreapper .btn-sall {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #3586cb;
  border: 1px solid transparent;
  transition: all .36s ease-in-out;
}

._wreapper .btn-more .fa,
._wreapper .btn-detail .fa,
._wreapper .btn-sub .fa,
._wreapper .btn-sall .fa {
  padding-left: 1em;
}

._wreapper .btn-more:hover,
._wreapper .btn-detail:hover,
._wreapper .btn-sub:hover,
._wreapper .btn-sall:hover {
  color: #3586cb;
  background: transparent;
  border: 1px solid #3586cb;
}

._wreapper .date {
  display: block;
  padding: 0 0 .5em;
}

._wreapper .nw_1,
._wreapper .avt {
  position: relative;
  display: block;
  overflow: hidden;
}

._wreapper .nw_1 img,
._wreapper .avt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._wreapper .nw_1 img:hover,
._wreapper .avt img:hover {
  transform: scale3d(1.1, 1.1, 1);
}

._wreapper .te-pagination {
  margin: 1rem 0;
}

._wreapper .te-pagination a,
._wreapper .te-pagination strong {
  color: #000000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._wreapper .te-pagination a:hover,
._wreapper .te-pagination a.active {
  color: #fff;
}

._wreapper .infor_form .fr-gr {
  max-width: 600px;
  width: 100%;
}

._wreapper .infor_form .form-group {
  position: relative;
}

._wreapper .infor_form .form-group label {
  font-weight: bold;
}

._wreapper .infor_form .form-group .form-control {
  height: 46px;
  border-radius: 0;
  opacity: .6;
  border: 1px solid #3586cb;
}

._wreapper .infor_form .form-group textarea {
  height: 222px !important;
}

._wreapper .infor_form .form-group .text {
  display: table;
  margin: 0 auto;
  padding: 0 0 .5em;
  border-bottom: 1px solid #dddddd;
}

._wreapper .infor_form .form-group .text input {
  margin: 0 0 8px;
}

._wreapper .infor_form .form-group .text span {
  position: relative;
}

._wreapper .infor_form .form-group .text span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #dfdfdf;
  transition: all .1s ease;
  display: none;
}

._wreapper .category {
  width: 100%;
}

._wreapper .category ul li {
  display: flex;
  clear: both;
  align-items: center;
  width: 100%;
    border-top: 1px dashed #3586cb;
}

._wreapper .category ul li a {
  display: block;
  padding: .8em 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;

}

._wreapper .header .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

._wreapper .header ._menu-header {
  padding: .6em 0;
}

._wreapper .header ._menu-header .mxh ul {
  width: 100%;
  display: table;
}

._wreapper .header ._menu-header .mxh ul li a img {
  width: 28px;
}

._wreapper .header ._menu-header .mxh ul li:last-child img{

}

._wreapper .header ._menu-header .mxh ul li:nth-child(1) a img {

}

._wreapper .header ._menu-header .logo-top {
  display: block;
}

._wreapper .header ._menu-header .logo-top img {
  transition: all 1s ease-in-out;
}

._wreapper .selection-content {
  position: relative;
}

._wreapper .selection-content .topic-button {
  position: absolute;
  border: 1px solid #314b93;
  z-index: 1;
  right: 10px;
  top: 10px;
  background: #3586cb;
  padding: 12px;
  border-radius: 10px;
}

._wreapper .selection-content .topic-button a {
  color: #314b93;
  font-size: 2.5rem;
}

._wreapper .selection-content .topic-button:hover {
  background: #314b93;
}

._wreapper .selection-content .topic-button:hover a {
  color: white;
}

._wreapper .selection-content .banner {
  overflow: hidden;

}

._wreapper .selection-content .banner {
  cursor: none;
  pointer-events: none;
  background-color: #3586cb;
}
._wreapper .selection-content .banner .slick-slider,
._wreapper .selection-content .banner .slick-list,
._wreapper .selection-content .banner .slick-slide,
._wreapper .selection-content .banner .slick-slide img{
    max-height: calc( 100vh - 30vh );
        height: auto;
        text-align: center;

}
._wreapper .selection-content .banner .slick-slide img{
    max-width: 100%;
    width: auto;
    height: auto;

margin: 0 auto;
}

._wreapper .selection-content .banner .item--category {
  height: 100vh;
}

._wreapper .selection-content .banner .item--category img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

._wreapper .selection-content .banner .desc {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

._wreapper .selection-content .banner .desc .title {
  font-size: 68px;
  text-shadow: 0px 2px 8px #000000;
}

._wreapper .selection-content .banner .desc .tit {
  font-size: 20px;
  color: #3d3d3d;
}

._wreapper .selection-content .banner .desc .bg-content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
  background: rgba(255, 255, 255, 0.6);
}

._wreapper .selection-content .banner .desc .bg-content .title {
  color: #3586cb !important;
}

._wreapper .selection-content .banner .desc .bg-content p {
  color: #3586cb;
}

._wreapper .selection-content .banner.banner-content .desc {
  text-align: center;
}

._wreapper .selection-content .banner.banner-content .desc .title {
  font-size: 46px;
  margin: 0;
  color: #3d3d3d;
}

._wreapper .selection-content .banner.banner-content .desc .title.--profile {
  width: 75%;
  font-size: 1.6em;
}

._wreapper .selection-content .banner .slider-banner .slick-arrow {
  opacity: 0;
  transition: all .36s ease-in-out;
}

._wreapper .selection-content .banner .slider-banner .slick-arrow.bn-prev {
  left: 0;
}

._wreapper .selection-content .banner .slider-banner .slick-arrow.bn-next {
  right: 0;
}

._wreapper .selection-content .banner .slider-banner:hover .slick-arrow {
  opacity: 1;
}

._wreapper .selection-content .banner .slider-banner:hover .slick-arrow.bn-prev {
  left: 2em;
}

._wreapper .selection-content .banner .slider-banner:hover .slick-arrow.bn-next {
  right: 2em;
}

._wreapper .selection-content .select-title {
  padding: 6em 0;
  color: #ffffff;
  text-align: center;
  background: #3586cb;
}

._wreapper .selection-content .select-title .title {
  font-size: 26px;
  margin: 0;
}

._wreapper .selection-content .select-ctent .text {
  text-align: center;
}

._wreapper .selection-content .select-ctent .ic-title {
  width: 24px;
  margin-top: -12px;
}

._wreapper .selection-content .select-ctent .abouts .row {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -.6em;
}

._wreapper .selection-content .select-ctent .abouts .ctent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .abouts .title {
  color: #3586cb;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 .1em;
  display: block;
  text-align: left;
}

._wreapper .selection-content .select-ctent .abouts .btn-more {
  border-radius: 2em;
}

._wreapper .selection-content .select-ctent .abouts .box {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  min-height: 152px;
}

._wreapper .selection-content .select-ctent .abouts .box p {
  line-height: 1.8;
  font-weight:normal;
}

._wreapper .selection-content .select-ctent .abouts .col01 {
  display: flex;
}

._wreapper .selection-content .select-ctent .abouts .col01 .item {
  width: 100%;
  flex: 1 0 auto;
}

._wreapper .selection-content .select-ctent .abouts .col01 .item .text {
  padding: 0 0 1em;
}

._wreapper .selection-content .select-ctent .abouts .col01 .item .text .title {
  font-size: 22px;
  color: #000000;
  display: none;
}

._wreapper .selection-content .select-ctent .abouts .col01 .item.it_click {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

._wreapper .selection-content .select-ctent .abouts .ab {
  padding: 4em 0;
}

._wreapper .selection-content .select-ctent .abouts .ab .col01 .bder {
  width: 100%;
  flex: 1 0 auto;
  padding: 0 .8em .5em .8em;
  cursor: pointer;
  transition: all .2s ease-in-out;

  box-shadow: 10px 10px 15px -10px;
  margin-bottom: 15px;
}

._wreapper .selection-content .select-ctent .abouts .ab .col01 .bder .tit {
  margin: 0 0 .5em;
}

._wreapper .selection-content .select-ctent .abouts .ab .col01 .bder p {
  font-size: 12px;
      word-wrap: break-word;
}

._wreapper .selection-content .select-ctent .abouts .ab .col01 .bder:hover {
  transform: scale(1.06);
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes {
  padding-bottom: 6em;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .ctent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .row {
  flex-flow: row wrap;
  margin: 0 -.8em;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .col01 {
  padding: .8em;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .col01 .bder {
  padding: 0 .4em .8em .4em;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .col01 .bder .nw_1 {
  padding-top: 60%;
}

._wreapper .selection-content .select-ctent .abouts .ab.nwes .col01 .bder .desc {
  padding: .5em;
}

._wreapper .selection-content .select-ctent .abouts .ab_a {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
}

.msg-text,
.msg-thum{
  width: 50%;
}
.msg-thum{
  text-align: center;
}
.msg-box{
  margin: 0 auto;
  width: 80%;
}

.msg-box h2{
  font-size: 24px;
}

.msg-box ul li{
  font-size: 16px;
}

.msg-box .btn-more{

  margin: 15px 0;
}
._wreapper .selection-content .select-ctent .abouts .ab_a .col01:nth-child(2) .item {
  padding-left: 3em;
  border-left: 1.1px dashed #3586cb;
}

._wreapper .selection-content .select-ctent .abouts .ab_a .bxt-text {
  position: absolute;
  top: 50%;
  left: 65%;
  text-align: center;
  color: #ffffff;
  transform: translateY(-50%);
}

._wreapper .selection-content .select-ctent .abouts .ab_a .text {
  color: #3586cb;
  padding: 0 0 1em;
}

._wreapper .selection-content .select-ctent .abouts .ab_a .text p {
  font-size: 30px;
  text-align: left;
}

._wreapper .selection-content .select-ctent .abouts .ab_a .txt {

}

._wreapper .selection-content .select-ctent .abouts .ab_a .it_click {
  text-align:left;

}

._wreapper .selection-content .select-ctent .abouts .ab_b {
  padding: 4em 0;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col01:nth-child(2) .item {
  border-left: 1.1px dashed #3586cb;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item {
  border-right: 1.1px dashed #3586cb;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx {
  max-width: 386px;
  width: 100%;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx .bxt {
  padding: 1em 0 0;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx .bxt .title {
  font-size: 18px;
  color: #000000;
  margin: 0 0 .6em;
  text-align: center;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx .avt {
  padding-top: 60%;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx .btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx .btn-container .btn {

}

._wreapper .selection-content .select-ctent .abouts .ab_b .col002:last-child .item {
  float: right;
  border-right: none;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .row001 {
  flex-flow: row wrap;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 {
  display: flex;
  flex-flow: row wrap;
  padding: 2em 1em;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 .bxt {
  width: 60%;
  padding: 0 2em 0 3em;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 .avt {
  width: 40%;
  height: 200px;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .ic-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 2em;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .ic-txt img {
    width: 24px;
    margin-top: 5px;
}

._wreapper .selection-content .select-ctent .abouts .ab_b .ic-txt .tit {
  color: #3586cb;
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
}

._wreapper .selection-content .select-ctent .services {
  position: relative;
  padding: 60px 0;
  background-size: cover;
}

._wreapper .selection-content .select-ctent .services .text {
  position: absolute;
  top: 50%;
  left: 60%;
  text-align: center;
  color: #ffffff;
  transform: translateY(-50%);
}

._wreapper .selection-content .select-ctent .services .text .title {
  color: #3586cb;
  font-size: 60px;
  margin: 0 0 .1em;
}

._wreapper .selection-content .select-ctent .services .text p {
  font-size: 36px;
  color: #3586cb;
}

._wreapper .selection-content .select-ctent .products {
  padding: 60px 0;
}

._wreapper .selection-content .select-ctent .products .ctent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .products .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -50px;
}

._wreapper .selection-content .select-ctent .products .col01 {
  display: flex;
  padding: 25px 50px;
}

._wreapper .selection-content .select-ctent .products .col01 .item {
  width: 100%;
  flex: 1 0 auto;
}

._wreapper .selection-content .select-ctent .products .col01 .item .icon {
  position: relative;
  display: block;
  padding-top: 56%;
}

._wreapper .selection-content .select-ctent .products .col01 .item .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon {
  position: absolute;
  width: 86px;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 1.8em;
  color: #ffffff;
  padding: .2em;
  text-align: center;
  font-weight: bold;
}

._wreapper .selection-content .select-ctent .products .col01 .item .icon:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 186px solid #3586cb;
  border-right: 100px solid transparent;
}

._wreapper .selection-content .select-ctent .products .col01 .item .icon:after span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  font-family: 'bahnschrift';
}

._wreapper .selection-content .select-ctent .products .col01 .item .desc {
  padding: .8em 0 0;
}

._wreapper .selection-content .select-ctent .products .col01 .item .desc .title {
  font-size: 1.3em;
  margin: 0 0 .2em;
}

._wreapper .selection-content .select-ctent .products .col01 .item .desc p {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .products .col01 .item .desc .btn-more {
  display: table;
  font-size: 14px;
  margin: 1em auto 0;
}

._wreapper .selection-content .select-ctent .products .col01 .item .desc .btn-more span {
  font-weight: bold;
  font-size: 1.6em;
  padding-right: .6em;
  font-family: 'bahnschrift';
}

._wreapper .selection-content .select-ctent .solutions {
  padding: 4em 0 0;
}

._wreapper .selection-content .select-ctent .solutions .title {
  font-size: 26px;
}

._wreapper .selection-content .select-ctent .solutions .bg-btn {
  background: #3586cb;

}

._wreapper .selection-content .select-ctent .solutions .bg-btn ._img {
  position: relative;
}

._wreapper .selection-content .select-ctent .solutions .bg-btn ._img::before {

}

._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc {
  max-width: 500px;
  margin: 0 auto;
  padding: 2em;
  color: #ffffff;
  font-weight: 600;
  background: #3586cb;
}

._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc p {
  line-height: 1.8;
  margin: 0 0 10px;
  font-weight: normal;
}

._wreapper .selection-content .select-ctent .solutions .bg-btn .btn-more {
  float: none;
  border-radius: 20px;
  /* margin-top: 1.5em; */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

  display: block;


  color: #3586cb;

  background: #fff;
}

._wreapper .selection-content .select-ctent .solutions .bg-btn .btn-more:hover {
  background-color: #3586cb;
  color: #fff;

}

._wreapper .selection-content .select-ctent .sltion {
  padding: 0 0 4em;
  background: #fbfbfb;
}

._wreapper .selection-content .select-ctent .sltion .title {
  font-size: 22px;
}

._wreapper .selection-content .select-ctent .sltion .list-pr {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -.6em;
}

._wreapper .selection-content .select-ctent .sltion .list-pr .item {
  display: flex;
  padding: .6em;
  width: calc(100% / 3);
}

._wreapper .selection-content .select-ctent .sltion .list-pr .item .box {
  width: 100%;
  flex: 1 0 auto;
  color: #ffffff;
  padding: .6em;
  vertical-align: middle;
  background: #3586cb;
}

._wreapper .selection-content .select-ctent .sltion .list-pr .item .box span {
  font-size: 2em;
  font-weight: bold;
  padding-right: 1em;
  vertical-align: middle;
}

._wreapper .selection-content .select-ctent .sltion .list-pr .item .box .tit {
  display: inline-block;
}

._wreapper .selection-content .select-ctent .news_video {
  background: #fbfbfb;
}

._wreapper .selection-content .select-ctent .news_video .row {

  margin: 0 -.6em;
}

._wreapper .selection-content .select-ctent .news_video .title {
    color: #3586cb;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 0.1em;
    display: inline-block;
}

._wreapper .selection-content .select-ctent .news_video .ctent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .news_video .col01 {
  display: flex;
  padding: 1em .6em;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item {
  width: 100%;
  flex: 1 0 auto;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .text {
  padding: 0 0 1em;
  display: none;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .text .title {
  font-size: 26px;
  color: #000000;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .tit {
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .nw_1 {

  padding-top: 70%;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .desc {
  padding: .6em 0 0;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item .desc .tit {
  white-space: initial;
}

._wreapper .selection-content .select-ctent .news_video .col01 .item.it_click {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._wreapper .selection-content .select-ctent .news_video .nw {
  padding: 80px 0;
}

._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent {
  padding: 2em;
  background: #ffffff;
}

._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 {
  padding: 0 .6em;
}

._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 .avt {
  height: 200px;
}

._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 .desc {
  padding: .5em 0 0;
}

._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 .desc .tit {
  margin: 0;
  color: #9e9e9e;
  text-align: center;
  font-size: 13px;
}

._wreapper .selection-content .select-ctent .news_video .nw_video {
  padding: 60px 0;
}

._wreapper .selection-content .select-ctent .news_video .nw_video .t_vdeo {
  position: relative;
  padding-top: 70%;
}

._wreapper .selection-content .select-ctent .news_video .nw_video .t_vdeo::before {
  content: '';
  position: absolute;
  width: 39px;
  height: 39px;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: url("../images/ic-play.png") no-repeat;
}

._wreapper .selection-content .select-ctent .news_video .nw_video .desc {
  padding: .6em .6em 0;
}

._wreapper .selection-content .select-ctent .news_video .nw_video .desc .tit {
  margin: 0;
  font-size: 13px;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd {
  padding-bottom: 8em;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .ctent {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .row {
  flex-flow: row wrap;
  margin: 0 -1em;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .col01 {
  padding: 4em 1em;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .col01 .item .tit {
  white-space: initial;
}

._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .btn-sall {
  padding: .8em 2em;
}

._wreapper .selection-content .select-ctent .news_video .nw_news {
  padding: 60px 0;
}

._wreapper .selection-content .select-ctent .news_video .nw_news .col01 .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}

._wreapper .selection-content .select-ctent .news_video .nw_news .desc .tit {
  margin: 0 0 .6em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .row {
  flex-flow: row wrap;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 {
  padding: 0 .6em;
  margin: 2.5em 0;
  border-left: 1px dashed #3586cb;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 .item {
  padding: 0 1em;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 .item .desc .tit {
  font-size: 14px;
  text-align: initial;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 .item .desc p {
  font-size: 13px;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01:nth-child(3n+3), ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01:nth-child(3n+6) {
  border-right: 1px dashed #3586cb;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc {
  background: #fbfbfb;
  padding-bottom: 8em;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .row {
  margin: 0 -.2em;
  flex-flow: row wrap;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .col01 {
  padding: 1.5em 2em;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .col01 .item .tit {
  font-size: 18px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .col01 .item .desc {
  font-size: 13px;
  font-weight: bold;
}

._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .col01 .item .desc .tit {
  font-size: 13px;
  text-align: initial;
}

._wreapper .selection-content .select-ctent .news_video .nw_news ._img {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 4em 0 6em;
  text-align: center;
}

._wreapper .selection-content .select-ctent .news_video .nw_news .d-fw {
  display: flex;
  padding: 4em 0 0;
  justify-content: center;
}

._wreapper .selection-content .select-ctent .news_video .nw_news .d-fw .btn-detail {
  width: 200px;
  font-size: 1.2em;
  padding: 1em;
  margin: 0 2em;
  z-index: 800;
}

._wreapper .selection-content .select-ctent .news_video .tb_category {
  padding: 2em 0 0;
}

._wreapper .selection-content .select-ctent .news_video .tb_category .ctent {
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .news_video .tb_category .table thead tr th {
  font-size: 20px;
  border: none;
}

._wreapper .selection-content .select-ctent .news_video .tb_category .table tbody tr td {
  font-size: 18px;
  border: none;
}

._wreapper .selection-content .select-ctent .news_video .tb_category .table tbody tr td:first-child {
  width: 16%;
  font-size: 16px;
}

._wreapper .selection-content .select-ctent .news_video .tb_category .table tbody tr td:last-child {
  width: 84%;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .news_video .episode {
  padding: 3em 0;
}

._wreapper .selection-content .select-ctent .news_video .episode .title {
  font-size: 30px;
  color: #000000;
  margin: 0 0 1em;
}

._wreapper .selection-content .select-ctent .news_video .episode .ctent {
 max-width: 686px;
  width: 100%;
}

._wreapper .selection-content .select-ctent .news_video .episode .row {
  margin: 0 -1em;
  flex-flow: row wrap;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 {
  padding: 1em;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 .item {
  display: flex;
  flex-flow: row wrap;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .avt {
  width: 25%;
  height: 212px;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .desc {
  width: 75%;
  padding: 0 0 0 100px;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .desc .tit {
  font-size: 1.2em;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .desc p {
  font-size: 13px;
  max-height: 120px;
  line-height: 20px;
  overflow: hidden;
}

._wreapper .selection-content .select-ctent .news_video .btn-more {
  border-radius: 2em;
}

._wreapper .selection-content .select-ctent .news_video .btn-sall {
  display: table;
  padding: 6px 30px;
  margin: 1em auto 0;
}

._wreapper .selection-content .select-ctent .wrold {
  padding: 60px 0;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .wrold .s-content {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .wrold .s-content .title {
  font-size: 1.6em;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .wrold .s-content .thead p {
  font-size: 13px;
  font-weight: normal;
}

._wreapper .selection-content .select-ctent .f_world {
  position: relative;
  background: #fbfbfb;
}

._wreapper .selection-content .select-ctent .f_world .ic-clipas {
  content: '';
  position: absolute;
  width: 160px;
  top: 0;
  left: 0;
}

._wreapper .selection-content .select-ctent .f_world .bx-desc {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

._wreapper .selection-content .select-ctent .f_world .bx-desc p {
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .f_world .ctent {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

._wreapper .selection-content .select-ctent .f_world .ctent .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

._wreapper .selection-content .select-ctent .f_world .ctent .col01 .desc {
  max-width: 386px;
  width: 100%;
  margin: 0 auto;
}

._wreapper .selection-content .select-ctent .f_world .ctent .col01 .desc .tit {
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .f_world .ctent .col01 .desc p {
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .f_world .ctent .col01 .nw_1 {
  padding-top: 80%;
}

._wreapper .selection-content .select-ctent .f_world .ctent .col01 .nw_1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

._wreapper .selection-content .select-ctent .contac {
  background: #fbfbfb;
}

._wreapper .selection-content .select-ctent .contac .ctent {
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text {
  padding: 0 0 4em;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .tit {
  font-size: 1.6em;
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text p {
  margin: 0 0 .8em;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot {
  position: relative;
  display: block;
  margin: 0 0 .6em;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot input {
  display: none;
  margin: 4px 0 0;
  /* margin-top: 1px; */
  line-height: normal;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot .contribute-check {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 .2rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot .contribute-check::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  margin: .4em .36em;
  border-radius: 50%;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot input:checked + .contribute-check:after {
  background: #000000;
}

._wreapper .selection-content .select-ctent .contac .ctent .bx-text .i-dot input[type="radio"]:checked + .contribute-check:after {
  border-color: #000000;
}

._wreapper .selection-content .select-ctent .contac .ctent .form-group p {
  font-size: 12px;
}

._wreapper .selection-content .select-ctent .contac .btn-sub {
  padding: 8px 15px;
  width: 186px;
}

._wreapper .footer {
  background: #3586cb;
  padding: 15px 0;
}

._wreapper .footer .external_link {
  display: flex;
  padding-top: 10px;
}

._wreapper .footer .external_link li {
  display: flex;
  align-items: center;
  padding: 0 0.6em;
}

._wreapper .footer .external_link a img {
  width: 28px;
}

._wreapper .footer .external_link li:first-child img,
._wreapper .footer .external_link li:nth-child(2) img{
  width: 24px;
}
._wreapper .footer .external_link li:last-child img{


}

._wreapper .footer .donate_link {
  font-size: 2rem;
  font-weight: bold;
}

._wreapper .footer .ctent-footer {
  color: #ffffff;
  padding: 60px 0;
}

._wreapper .footer .ctent-footer .logo-bottom {
  display: block;
  margin-bottom: 10px;
}
._wreapper .footer .ctent-footer .col01 .item p{
  padding-left: 10px;
}
._wreapper .footer .ctent-footer .tit {
  font-weight: initial;
}

._wreapper .footer .ctent-footer .mxh {
  padding: 1em 0 0;
  text-align: center;
}

._wreapper .footer .ctent-footer .mxh ul {
  display: table;
  margin: 0 auto;
}

._wreapper .footer .ctent-footer .mxh ul li {
  padding: 0 .6em;
}

._wreapper .footer .ctent-footer .mxh ul li a img {
  width: 36px;
}

._wreapper .footer .ctent-footer .mxh ul li:last-child a img {
  width: 86px;
}

._wreapper .footer .ctent-footer ul li {
  margin: 0 0 .5em;
}

._wreapper .footer .ctent-footer ul li a {
  display: block;
}

._wreapper .footer .ctent-footer .row {
  display: flex;
  flex-flow: row nowrap;
}

._wreapper .footer .ctent-footer .col01 {
  display: flex;
}

._wreapper .footer .ctent-footer .col01 .item {
  width: 100%;
  flex: 1 0 auto;
}

._wreapper .footer .ctent-footer .col01 .item .tit {
  margin: 0 0 .6em;
}

._wreapper .footer .ctent-footer .col01:nth-child(3), ._wreapper .footer .ctent-footer .col01:last-child {
  align-items: center;
}

._wreapper .footer .ctent-footer .col01:nth-child(2) .item {
  display: flex;
  justify-content: center;
}

._wreapper .footer .copyRight {
  padding: 1em 0;
  text-align: center;
  color: #ffffff;
}

.message__text {
  color: #3586cb;
}

.message__text .title {
  color: #3586cb !important;
  font-size: 56px !important;
  line-height: 1.3 !important;
  margin: 0 0 .1em !important;
  text-shadow: none !important;
}


.message__text p {
font-size: 30px;
}

.profile__album {
  display: flex;
  flex-direction: column;
  width: 16.6vw;
}

.profile__album img {
  display: block;
  object-fit: contain;
  width: 100%;
  margin-bottom: 15px;
}

.profile__text {
  padding-left: 10.9vw;
  padding-left: 30px;
  flex: 1;
}

.profile__text .desc {
  padding-top: 80px;
}

.profile__text .desc .tit {
  font-size: 1.4em;
  margin: 0 0 .6em;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

.profile__text .desc .sub-tit {
  font-size: 0.8em;
}
@media screen and (max-width: 991px) {
  .message__text .title {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .message__text .title {
    font-size: 18px !important;
    color: #ffffff !important;
  }
  .message__text p {
  font-size: 30px;
      color: #fff;
  }
}

/* Css responsives */
@media screen and (min-width: 992px) {
  .body-sticker {
    text-align: center;
  }
  .body-sticker > ul {
    font-size: 0;
    padding: 0;
    margin: 0;
  }
  .body-sticker > ul > li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  .body-sticker > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: .5em 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .body-sticker > ul > li > a span {
    display: block;
  }
  .body-sticker > ul > li > a::before {
    content: '';
    position: absolute;
    width: 0;
    bottom: -1px;
    left: 50%;
    height: 3px;
    background: #3586cb;
    z-index: 999;
    transition: all .35s ease-in-out;
  }
  .body-sticker > ul > li > a:hover, .body-sticker > ul > li > a.active, .body-sticker > ul > li > a:focus {
    color: #3586cb;
  }
  .body-sticker > ul > li > a:hover:before, .body-sticker > ul > li > a.active:before, .body-sticker > ul > li > a:focus:before {
    width: 100%;
    left: 0;
  }
  .body-sticker > ul > li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    min-width: 220px;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 0;
    /* box-shadow: 0 0 8px rgba(0,0,0,.3); */
    transition: ease-out opacity .3s, ease-out top .3s, ease-out transform .3s;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
    text-align: left !important;
  }
  .body-sticker > ul > li ul li {
    position: relative;
  }
  .body-sticker > ul > li ul li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px 8px;
    border-left: 3px solid rgba(17, 17, 17, 0);
    border-bottom: 1px dotted #fff;
    font-weight: 500;
    text-transform: initial;
    color: #000;
  }
  .body-sticker > ul > li ul li a.active, .body-sticker > ul > li ul li a:hover {
    background: #ffffff;
    color: #314b93;
    border-left: 2px solid #314b93;
    padding-left: 6px;
  }
  .body-sticker > ul > li ul li ul {
    top: 0;
    left: 100%;
    padding: 0;
    transition: ease-out opacity .3s, ease-out top .3s, ease-out transform .3s;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  .body-sticker > ul > li ul li:hover ul {
    visibility: visible;
    transform: scaleY(1);
  }
  .body-sticker > ul > li ul li:last-child a {
    border-bottom: none;
  }
  .body-sticker > ul > li ul li .fa {
    display: none;
  }
  .body-sticker > ul > li:hover > ul {
    visibility: visible;
    transform: scaleY(1);
  }
  .body-sticker > ul > li:last-child > ul {
    left: initial;
    right: 0;
  }
  .body-sticker > ul > li:last-child > ul li ul {
    left: -100%;
  }
  .body-sticker > ul > li .fa {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .body-sticker > ul > li .fa:hover {
    color: #d6a545;
    cursor: pointer;
  }
}

@media screen and (max-width: 992px) {
  #sticker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    visibility: hidden;
    z-index: 106;
    transition: all .6s ease-in-out;
  }
  #sticker.opened {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  #sticker .sticker-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  #sticker.opened .sticker-overlay {
    opacity: 1;
    visibility: visible;
  }
  .sticker-wrapper {
    position: relative;
    width: 330px;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.8);
    transition: all .35s;
    transform: translate(-100%, 0);
  }
  #sticker.opened .sticker-wrapper {
    transform: none;
    z-index: 100;
  }
  #sticker .header-sticker {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #808081;
  }
  #sticker .header-sticker .titles {
    font-size: 24px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0 50px 0 15px;
    font-family: "Muli", sans-serif;
    border-bottom: 1px solid #fff;
  }
  #sticker .header-sticker .close-menu {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
  }
  #sticker .header-sticker .close-menu span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    top: 16px;
    left: 8px;
    transform: rotate(180deg);
  }
  #sticker .header-sticker .close-menu span:before,
  #sticker .header-sticker .close-menu span:after {
    content: '';
    position: absolute;
    border: 2px solid transparent;
    top: -3px;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    right: 0px;
    border-top-color: #fff;
    border-right-color: #fff;
    display: block;
    z-index: 100;
  }
  #sticker .sticker-wrapper .body-sticker {
    position: relative;
    height: 100%;
    overflow: auto;
  }
  #sticker .sticker-wrapper .body-sticker > ul {
    max-height: 100%;
    margin: 0;
    list-style: none;
    display: block;
  }
  .body-sticker > ul > li {
    position: relative;
    padding: 0;
    border-bottom: 1px dotted #fff;
  }
  .body-sticker > ul > li a {
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 25px 5px 15px !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
  }
  .body-sticker > ul > li a br {
    display: none;
  }
  .body-sticker > ul > li ul {
    list-style: none;
    background: rgba(65, 64, 66, 0.6);
    display: none;
    padding: 0;
  }
  .body-sticker > ul > li ul li {
    position: relative;
    background: rgba(90, 149, 177, 0.8);
  }
  .body-sticker > ul > li ul li .fa {
    right: 10px;
  }
  .body-sticker > ul > li ul li a {
    font-size: 13px;
    color: #ffffff;
  }
  .body-sticker > ul > li > ul li.list-mb::before {
    color: #ffffff;
  }
  .body-sticker > ul li:last-child {
    border-bottom: none;
  }
  .body-sticker > ul li .fa {
    content: '';
    position: absolute;
    width: 40px;
    height: 33px;
    font-size: 20px;
    line-height: 33px;
    top: 0;
    right: 15px;
    color: #ffffff;
    text-align: center;
    transition: all .35s;
  }
  .body-sticker > ul li .up {
    transform: rotate(180deg);
  }
  #sticker .fr-search.sch {
    position: relative;
  }
  #sticker .fr-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 15px;
    background-color: #fff;
    border: none;
    outline: none !important;
  }
  #sticker .fr-search button {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    background: none !important;
    color: #6a6a6a;
    outline: none !important;
    border: none;
    font-size: 20px;
    padding: 0;
  }
  #touch-menu {
    width: 30px;
    height: 25px;
    z-index: 99;
    transition: ease-in-out .3s;
  }
  #touch-menu .touch-menu-inner,
  #touch-menu .touch-menu-inner:before,
  #touch-menu .touch-menu-inner:after {
    position: absolute;
    width: 30px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background: #3586cb;
  }
  #touch-menu .touch-menu-inner {
    display: block;
    margin-top: -2px;
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: .13s;
  }
  #touch-menu.opened .touch-menu-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  #touch-menu.opened .touch-menu-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg);
  }
  #touch-menu.opened .touch-menu-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
  }
  #touch-menu .touch-menu-inner:before,
  #touch-menu .touch-menu-inner:after {
    display: block;
    content: "";
  }
  #touch-menu .touch-menu-inner:before {
    top: -10px;
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #touch-menu .touch-menu-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  }
}

@media screen and (max-width: 1024px) {
  ._wreapper .selection-content .select-ctent .ic-title {
    width: 24px;
  }
  ._wreapper .selection-content .select-ctent .abouts .title {
    font-size: 30px;
  }
  ._wreapper .selection-content .select-ctent .abouts .btn-more {
    font-size: 13px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a {

  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .col01:nth-child(2) .item {
    padding-left: 1em;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b {
    
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col01:nth-child(2) .item {
    padding-left: 1em;
  }
  ._wreapper .selection-content .select-ctent .products {

  }
  ._wreapper .selection-content .select-ctent .products .row {
    margin: 0 -1em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 {
    padding: 1em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon {
    width: 68px;
    font-size: 1.2em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon--other {
    font-size: 2rem;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon::after {
    border-bottom: 126px solid #3586cb;
    border-right: 68px solid transparent;
  }
  ._wreapper .selection-content .select-ctent .services {

  }
  ._wreapper .selection-content .select-ctent .services .text .title {
    font-size: 36px;
  }
  ._wreapper .selection-content .select-ctent .services .text p {
    font-size: 20px;
  }
  ._wreapper .selection-content .select-ctent .solutions {

  }
  ._wreapper .selection-content .select-ctent .news_video .row {
    flex-flow: row wrap;
  }
  ._wreapper .selection-content .select-ctent .news_video .col01 {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .title {
    font-size: 30px;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw {

  }
  ._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent {
    padding: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_video {

  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news {
    padding: 1em 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 992px !important;
  }
}

@media screen and (max-width: 991px) {
  #sticker {
    padding: 0;
  }
  .mxh {
    margin: 0 0 0 auto;
    padding-right: 0;
  }
  ._wreapper .header ._menu-header .mxh ul li a img{
    width: 20px;
  }
  ._wreapper .selection-content .topic-button {
    padding: 8px;
  }
  ._wreapper .selection-content .topic-button a {
    font-size: 1.5rem;
  }
  ._wreapper .selection-content .banner .desc .title {
    font-size: 36px;
    margin: 0;
  }
  ._wreapper .selection-content .banner.banner-content .desc .title {
    font-size: 36px;
  }
  ._wreapper .selection-content .banner.banner-content .desc .bx-desc {
    width: auto !important;
    margin: 0px auto;
    text-align: center;
    margin-top: 0px !important;
    line-height: 30px !important;
    color: #fff !important;
    float: none !important;
  }
  ._wreapper .selection-content .select-ctent .abouts .row {
    flex-flow: row wrap;
  }
  ._wreapper .selection-content .select-ctent .abouts .col01 {
    padding:10px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a {
    padding: 5em 0 0 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .col01:nth-child(2) .item {
    border: none;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .bxt-text {

  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .text {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .ctent .col-sm-6 {
    margin-bottom: 20px;
    width: 100%;
  }
  ._wreapper .selection-content .select-ctent .abouts .box{
    max-width: 100%;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col002:last-child .item{
    float: none;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item .bx{
    width: 100%;
    max-width: 100%;
    padding: 0 1vw;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col01:nth-child(2) .item {
    border: none;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col002 .item {
    border-right: none;
  }
  ._wreapper .selection-content .select-ctent .abouts .box{
    min-height: auto;
  }
  ._wreapper .selection-content .select-ctent .products {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .products .row {
    margin: 0 -1em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 {
    padding: 1em;
    width: 100% !important;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon {
    width: 68px;
    font-size: 1.2em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon--other {
    font-size: 1.4rem;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon::after {
    border-bottom: 126px solid #3586cb;
    border-right: 68px solid transparent;
  }
  ._wreapper .selection-content .select-ctent .services {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .services .text .title {
    font-size: 28px;
  }
  ._wreapper .selection-content .select-ctent .services .text p {
    font-size: 20px;
  }
  ._wreapper .selection-content .select-ctent .solutions {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc {

  }
  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc .title {
    font-size: 18px;
    margin: 0 0 .5em;
    text-align: left;
  }

  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc p {
    font-size: 13px;
  }
  ._wreapper .selection-content .select-ctent .news_video .row {
    flex-flow: row wrap;
  }
  ._wreapper .selection-content .select-ctent .news_video .col01 {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .title {
    font-size: 30px;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent {
    padding: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw .bg-ctent .col01 {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_video {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .col01 {
    padding: 1em .6em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 {
    border: none;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01:nth-child(3n+3), ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01:nth-child(3n+6) {
    border: none;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .row {
    margin: 0 -1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.list-pc .col01 {
    padding: .6em 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news .d-fw {
    padding: 1em 0 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news .d-fw .btn-detail {
    margin: 0 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .avt {
    height: 168px;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .desc {
    padding-left: 2em;
  }
  ._wreapper .selection-content .select-ctent .news_video .tb_category {
    padding: 1em 0 0;
  }
  ._wreapper .selection-content .select-ctent .sltion .list-pr .item {
    width: calc(100% / 2);
  }
  ._wreapper .selection-content .select-ctent .f_world::before,
  ._wreapper .selection-content .select-ctent .f_world .ic-clipas {
    display: none;
  }
  ._wreapper .selection-content .select-ctent .f_world .bx-desc {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .contac .ctent {
    padding: 1em 0;
  }
  ._wreapper .footer .ctent-footer {
    padding: 1em 0;
  }
  ._wreapper .footer .ctent-footer .col01 {
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  img.muiten {
    width: 70px !important;
    left: -26px !important;
  }
  ._wreapper .category ul li a {
    font-size: 16px;
    padding: .6em 0;
  }
  ._wreapper .selection-content .banner{

  }
  ._wreapper .selection-content .banner .desc {
    position: relative;
    padding:30px 15px;
    top: initial;
    left: initial;
    transform: initial;

  }
  ._wreapper .selection-content .banner .desc .title {
    font-size: 18px;
  }
  ._wreapper .selection-content .banner .desc .bg-content {
    padding: 0;
    background: transparent;
  }
  ._wreapper .selection-content .banner .desc .bg-content .title {
    color: #ffffff !important;
  }
  ._wreapper .selection-content .banner .desc .bg-content p {
    color: #ffffff;
  }
  ._wreapper .selection-content .banner.banner-content .ic-clipas {
    height: auto;
  }
  ._wreapper .selection-content .banner.banner-content .desc .title {
    font-size: 18px;
    color: #ffffff;
  }
  ._wreapper .selection-content .banner.banner-content .desc .title.--profile {
    width: 100%;
    font-size: 18px;
  }
  ._wreapper .selection-content .banner .slick-arrow {
    opacity: 0;
    transition: all .36s ease-in-out;
  }
  ._wreapper .selection-content .banner .slick-arrow.bn-prev {
    left: 0;
  }
  ._wreapper .selection-content .banner .slick-arrow.bn-next {
    right: 0;
  }
  ._wreapper .selection-content .banner:hover .slick-arrow {
    opacity: 1;
  }
  ._wreapper .selection-content .banner:hover .slick-arrow.bn-prev {
    left: 2em;
  }
  ._wreapper .selection-content .banner:hover .slick-arrow.bn-next {
    right: 2em;
  }

  ._wreapper .selection-content .select-ctent .abouts .title {
    font-size: 26px;
    display: inline-block;
  }
  ._wreapper .selection-content .select-ctent .abouts .col01 .item.it_click {
    border-left: none;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab.nwes {
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a img {

  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .col01:nth-child(2) .item {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .bxt-text {
    top: 10%;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .text p {
    font-size: 15px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .txt {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .txt .tt {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .txt .tt h2 {
    font-size: 13px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .txt .tt p {
    font-size: 12px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .txt ul {
    font-size: 11px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a .bxt-text .btn-more {
    font-size: 10px;
    padding: 5px;
    margin-top: 20px;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .col01:nth-child(2) .item {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 {
    padding: .6em 1em;
    flex-direction: column-reverse;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 .avt {
    width: 100%;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .row001 .col001 .bxt {
    width: 100%;
    padding: 1em 0 0;
  }
  ._wreapper .selection-content .select-ctent .products .row {
    margin: 0 -1em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 {
    padding: .5em 1em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon {
    width: 68px;
    font-size: 1.2em;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon .bg_icon--other {
    font-size: 1.4rem;
  }
  ._wreapper .selection-content .select-ctent .products .col01 .item .icon::after {
    border-bottom: 100px solid #3586cb;
    border-right: 68px solid transparent;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_video.list-vd .col01 {
    padding: .6em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 {
    margin: 0;
    padding-bottom: 1em;
  }
  ._wreapper .selection-content .select-ctent .news_video .nw_news.lt-nws .col01 .item {
    padding: 0;
  }
  ._wreapper .selection-content .select-ctent .news_video .tb_category .table tbody tr td:first-child {
    width: initial;
    font-size: 14px;
  }
  ._wreapper .selection-content .select-ctent .news_video .tb_category .table tbody tr td:last-child {
    width: initial;
    font-size: 14px;
  }
  ._wreapper .selection-content .select-ctent .sltion .list-pr .item {
    width: 100%;
  }
  ._wreapper .selection-content .select-ctent .f_world .ctent {
    padding: 1em 0;
  }
  ._wreapper .selection-content .select-ctent .f_world .ctent .row {
    flex-direction: column;
  }
  ._wreapper .selection-content .select-ctent .f_world .ctent .col01 .desc {
    padding: 1em 0 0;
  }
  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img::before {
    display: none;
  }
  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  ._wreapper .selection-content .select-ctent .solutions .bg-btn ._img .bg-desc .title {

  }
  ._wreapper .footer .ctent-footer {
    padding-bottom: 0;
  }
  ._wreapper .footer .ctent-footer .row {
    flex-direction: column;
  }
  ._wreapper .footer .ctent-footer .col01:first-child .item {

  }
  ._wreapper .footer .ctent-footer .col01:nth-child(2) .item {
    display: block;
  }
  ._wreapper .footer .ctent-footer .logo-bottom img {
    width: 286px;
  }
  ._wreapper .footer .copyRight {
    padding: .5em 0;
  }

}

@media screen and (max-width: 475px) {
  ._wreapper .header ._menu-header .logo img {
    width: 130px;
  }
  ._wreapper .selection-content .select-ctent .abouts .row {
    flex-direction: column;
  }
  ._wreapper .selection-content .select-ctent .news_video .row {
    flex-direction: column;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .row {
    position: relative;
    flex-direction: column-reverse;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .col01 .item {
    flex-direction: column;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .avt {
    width: 100%;
    height: 212px;
  }
  ._wreapper .selection-content .select-ctent .news_video .episode .col01 .item .desc {
    width: 100%;
    padding: 1em 0 0;
  }
  ._wreapper .footer .ctent-footer {
    padding-bottom: 0;
  }
  ._wreapper .footer .ctent-footer .row {
    flex-direction: column;
  }
  ._wreapper .footer .copyRight {
    padding: .5em 0;
  }
  .profile__album {
    width: 100%;
  }
  .profile__album img:nth-child(3), .profile__album img:nth-child(6), .profile__album img:nth-child(7), .profile__album img:nth-child(8) {
    display: none;
  }
  .profile__text {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 3vw;
  }
  .profile__text .desc {
    margin-bottom: 0;
    padding-top: 15vw;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .ic-txt .tit{
    font-size: 24px;
  }

}

.news{
  padding: 80px 0;
}

.s-content{
  padding-bottom: 80px;
}
.category.lt-nws{
  margin-bottom: 40px;
}
.category.lt-nws .title{
  font-size: 18px;
}

html{
  background: #fff;
}
body{
  line-height: 1.8;
}

.machidashichosen0938{
  border: 5px solid #3586cb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.machidashichosen0938 a{
  display: block;
  padding: 3%;
  background-color: #3586cb;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

.machidashichosen0938 a:hover{

  background-color: #fff;
  color: #3586cb;
}
.machidashichosen0938 a span {
   font-size: 1vw;
}

@media screen and (max-width: 767px) {
  .machidashichosen0938 a{
    font-size: 20px;
  }
  .machidashichosen0938 a span{
    font-size: 14px;
  }
  .onetime_popup{
    min-width: 100%!important;
  }
  .onetime_popup_content img{
    width: 100%;
  }

  .onetime_popup_content{
    padding: 60px 15px!important;
  }
}

.pc{
  display: block;
}
.sp{
  display: none;
}

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

}

h3.ttl{
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.table-profile{
  width: 100%;
}
.table-profile td{
  line-height: 2;
}
.table-profile td:first-child{
  font-weight: bold;
  min-width: 80px;
}
.table-profile tr{ 
border-bottom: 1px solid #ccc;
}


.home-profile{
  display: flex;
  align-items: center;
}


.home-profile-text,
.home-profile-thum{
  width: 50%;
}

.home-profile-thum img{
  width: 100%;
  height: auto;
  display: block;
}

.flexbox{
  display: flex;
}

.flex-post ul{
  padding-left: 30px;
}

.flex-post .flex-item{
  width: 50%;
  text-align: center;
}

.flex-post .flex-item a img{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-profile{
    display: block;
  }
  .home-profile-thum{
    width: 100%;
    }

  .flex-post .flex-item{
    width: 100%;
    text-align: center;
  }

}


.main-visual{
  background-image: url(../images/main2025.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  position: relative;
}
.main-visual h1{
    animation: 0.4s fadeinlogo 0.9s forwards;
    opacity: 0;
}
.main-visual h1 img{

}

.main-visual-name{
    width: 35%;
    left: 10%;
    position: absolute;
    text-align: center;
    top: 10%;

}
.main-visual p.name-sub{
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.6;
  animation: 0.3s fadeintxt1 2s linear forwards;
  opacity: 0;

}
.main-visual h2.name{
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 1px;
  color: #000;
  animation: 0.3s fadeintxt 2.3s linear forwards;
  opacity: 0;
}
@keyframes fadeinlogo {
  0% {
    top: 0%;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}


@keyframes fadeintxt1 {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
    opacity: 1;
  }
}


@keyframes fadeintxt {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-visual{
    background-image: url(../images/main2025sp.jpg);
    background-position: center center;
  }
  .main-visual-name{
      width:75%;
      left: 0%;
      position: relative;
      text-align: center;
 
  }

  .main-visual h2.name{
    font-weight: bold;
    font-size: 30px;
  }

  .main-name{
        position: absolute;
      bottom: 10svh;
      width: 100%;
      text-align: center;
  }
  .main-visual .main-name h2.name,
  .main-visual .main-name p.name-sub{
    color:white;
  }

}

#donation{
  padding: 60px 0;
  text-align: center;
}


body{
  overflow-x: hidden;
}

a.button {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0;
     min-width: 450px;
    border-radius: 2em;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(61, 200, 194, 1), rgba(61, 156, 194, 1) 50%, rgba(197, 125, 233, 1));
    background-size: 200% 200%;
    animation: gradientLoop 10s ease infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.button:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: right 0.3s;
}

a.button:hover:after {
    right: 15px;
}

@keyframes gradientLoop {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a.button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

a.button:active {
    transform: scale(0.97);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


/* 動画リストをグリッドレイアウトに */
.yt-latest-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 4rem;                              /* カラム間・行間の余白 */
  list-style: none;
  margin: 0;
  padding: 0;
}



.vision-item{
  width: 50%;
}

@media (max-width: 768px) {
  .yt-latest-videos {
    grid-template-columns: 1fr;
  }
  a.button{
    min-width: 90%;
  }
  ._wreapper .selection-content .select-ctent .abouts .btn-more,
  .msg-text,
  .msg-thum,
  .vision-item,
  .home-profile-text,
  .home-profile-thum {
      width: 100%;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_a{
    display: block;
  }
  #vision{
    padding: 15px 2em;
  }
  ._wreapper .selection-content .select-ctent .abouts .ab_b .ic-txt{
    padding-bottom: 15px;
  }
}

.yt-item a:hover{
  color: #3586cb;
}

.yt-item img{
  margin-bottom: 10px;
  width: 100%;
}

.external-post{
  margin: 10px 0;
}

.external-post a{
  display: flex;
}

  .external-post a:hover{
    color: #3586cb;
  }
.external-post a img{
  max-width: 100px;
  margin-right: 15px;
}


.btn-container{
  margin: 15px auto;
}
.btn{
    padding: 10px 4em;
    margin: 0 auto;
    position: relative;
    max-width: 310px;
}

.btn:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 25px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: right 0.3s;
}

.btn:hover:after {
    right: 15px;
}

.button-wrapper{
  width: 100%;
  clear: both;
  margin:15px auto;
  text-align: center;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}