@charset "UTF-8";

.container_toku{
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
.toku_ti{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.flex_toku{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #B3B3B3;
}
.flex_toku_left{
	width: 30%;
font-size: 16px;
padding: 5px;
}
.flex_toku_right{
	width: 70%;
font-size: 16px;
padding: 5px;
}
@media screen and (max-width:414px){
	.container_toku{
		width: 95%;

	}
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

footer p{
text-align:center;
}

p, h1, h2 {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

footer, main, section {
  display: block;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

a, a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

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

input[type="text"], textarea, input[type="submit"] {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  border: none;
}

textarea {
  resize: vertical;
}

input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  border: none;
}

/* スマホ用のhtmlは非表示 */
.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  max-width: 1200px;
  margin: 0 auto;
}

h1, h2, h3 {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

@media (min-width: 750px) {
  .sp {
    display: none;
  }
}

body {
  max-width: 1000px;
  margin: 0 auto;
}

.mv {
  position: relative;
}

.mv .btn {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45%;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  border-radius: 50px;
}

@media (max-width: 751px) {
  .mv .btn {
    width: 89%;
    bottom: 6.5%;
  }
}

.mv .btn:hover {
  bottom: 12.5%;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 751px) {
  .mv .btn:hover {
    bottom: 6%;
  }
}

.flow {
  background-color: #fbf7e7;
  padding-bottom: 10%;
}

.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 751px) {
  .flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__box li {
  width: 30%;
}

@media (max-width: 751px) {
  .flow__box li {
    width: 60%;
    margin: 0 auto;
  }
}

.sec_1 {
  position: relative;
}

.sec_1_text {
  position: absolute;
  width: 20%;
  bottom: 26%;
  left: 6%;
}

@media (max-width: 751px) {
  .sec_1_text {
    width: 100%;
    left: 0%;
    right: 0%;
    bottom: 35%;
  }
}

.sec_1 .sec {
  left: 27%;
  bottom: 35%;
}

.sec_1 .third {
  left: 50%;
  bottom: 35%;
}

.sec_1 .forth {
  left: 72%;
}

.sec_2__graph {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.sec_3 {
  background-color: #fbf7e7;
  padding-bottom: 10%;
}

.sec_3__picture {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 751px) {
  .sec_3__picture {
    width: 90%;
  }
}

.cv {
  position: relative;
}

.cv .btn {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57%;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  border-radius: 90px;
}

@media (max-width: 751px) {
  .cv .btn {
    width: 89%;
    bottom: 9%;
  }
}

.cv .btn:hover {
  bottom: 9.5%;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 751px) {
  .cv .btn:hover {
    bottom: 9.5%;
  }
}

.flow.after-cv {
  padding-top: 6%;
}

.sec_6 {
  background-color: #fbf7e7;
}

.sec_6__text li {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1%;
}

@media (max-width: 751px) {
  .sec_6__text li {
    width: 80%;
  }
}

.sec_7__message {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 751px) {
  .sec_7__message {
    width: 80%;
  }
}

.sec_8 {
  background-color: #fbf7e7;
}

.sec_8__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 751px) {
  .sec_8__picture {
    width: 85%;
  }
}

.sec_8__picture li {
  width: 30%;
}

.sec_9__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 751px) {
  .sec_9__images {
    width: 95%;
  }
}

.sec_9__images li {
  width: 45%;
  margin-bottom: 5%;
}

.sec_9__images li:nth-child(odd) {
  margin-right: 5%;
}

.sec_9__images li:last-child {
  margin-right: 0;
}

.sec_10 li {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 751px) {
  .sec_10 li {
    width: 100%;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*# sourceMappingURL=style.css.map */
