@charset "utf-8";
/*
Theme Name: Mediacloud2022
Description: Mediacloud20222
Author: Mediacloud
*/


/*###### リセットCSS ######*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.5;
  position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}


/*###### 固定CSS ######*/
html, body{
	height:100%;
	background-color:#fff;
	color: #534741;
	font-size: 17px;
	font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", "Yu Gothic";
    line-height: 1.7;
    margin:0;
}
img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%;
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    transition: .3s;
}
button {
    font-family:  'Noto Sans JP', sans-serif;
}
button:hover {
    cursor: pointer;
}
section {
     width: 100%;
     position: relative;
}
ul {
    list-style: none;
}
.inner {
    position: relative;
    margin: 0 auto;
    padding: 80px 20px;
    max-width: 1200px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.for-sp {
    display: none;
}


/*######アニメーション ######*/
.fadeinA {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1000ms;
    }
.fadeinB {
    opacity : 0;
    transform : translate(0, -30px);
    transition : all 1000ms;
    }
.fadeinC {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 1000ms;
    }
.fadeinD {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 1000ms;
    }
.fadeinA.show,.fadeinB.show,.fadeinC.show,.fadeinD.show {
    opacity : 1;
    transform : translate(0, 0);
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*###### br ######*/
.br-mb10 {
    display: block;
    content: '';
    margin-bottom:20px;
}
.br-mb20 {
    display: block;
    content: '';
    margin-bottom:20px;
}


/*###### Column ######*/
.Column2_1 {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
  position: relative;
}
.Column3_1 {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  position: relative;
}


.Column3_2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
}
.Column4 {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.Column4_1 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.Column4_3 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  padding-bottom: 30px;
}



