@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  border-top: 20px solid #94c0ff; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; } }
.zoomout {
  justify-content: space-around;
  transition: all 0.45s; }
  @media only screen and (min-width: 769px) {
    .zoomout:hover {
      transform: scale(0.9); } }

.main_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  font-size: 3.5rem;
  color: #707070; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: #ec41a6;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.index .fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 456px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fv_txt {
    position: absolute;
    bottom: 10px;
    right: 90px; }
.index .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01 .lead {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem; }
.index .section01 .items {
  margin-top: 40px;
  padding: 0 80px; }
  .index .section01 .items .item {
    margin-top: 40px; }
    .index .section01 .items .item:first-child {
      margin-top: 0; }
    .index .section01 .items .item a {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      text-decoration: none; }
      .index .section01 .items .item a .image {
        width: 430px; }
      .index .section01 .items .item a .txt {
        width: calc(100% - 430px);
        padding-left: 30px; }
    .index .section01 .items .item h2 {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #ec41a6;
      line-height: 1.3; }
    .index .section01 .items .item p {
      margin-top: 10px;
      font-size: 15px;
      font-size: 1.5rem; }
    .index .section01 .items .item .btn {
      margin-top: 15px;
      background: #ec41a6;
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      position: relative;
      border-radius: 200px;
      -moz-border-radius: 200px;
      -webkit-border-radius: 200px;
      -o-border-radius: 200px;
      -ms-border-radius: 200px;
      font-weight: 700; }
      .index .section01 .items .item .btn::before {
        content: "";
        width: 21px;
        height: 100%;
        background-image: url("img/index/section01_ico.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        pointer-events: none; }
.index .section02 {
  background: #dfebfb; }
  .index .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        width: 100%; } }
.index .section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
.index .item_archive {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .index .item_archive .item {
    width: 368px;
    margin-top: 40px;
    margin-left: 40px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #8bbaf8;
    -moz-box-shadow: 0 0 10px #8bbaf8;
    box-shadow: 0 0 10px #8bbaf8; }
    .index .item_archive .item:nth-child(odd) {
      margin-left: 0; }
  .index .item_archive a {
    display: block;
    text-decoration: none;
    padding: 20px; }
  .index .item_archive .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
    color: #ec41a6;
    font-weight: 700;
    text-align: center; }
  .index .item_archive p {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem; }

.footer {
  margin-top: 50px; }
  .footer .privacy {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .footer .privacy .logo {
      width: 80px; }
    .footer .privacy .txt {
      width: 500px;
      padding-left: 20px;
      font-size: 15px;
      font-size: 1.5rem; }
  .footer .f_nav {
    margin-top: 30px;
    background: #ddd;
    padding: 12px 0; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .footer .f_nav ul li {
        margin-left: 60px; }
        .footer .f_nav ul li:first-child {
          margin-left: 0; }
    .footer .f_nav a {
      text-decoration: none;
      color: #555; }
      .footer .f_nav a:hover {
        text-decoration: underline; }
  .footer .copyright {
    background: #94c0ff;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0; }
