@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
/* Sass Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;
  padding: 0; }

a:focus {
  outline: thin dotted; }

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

a {
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0em;
  line-height: 150%;
  padding: 0px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 0;
  padding: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0em;
  padding: 0px; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0px;
  margin: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button,
input {
  line-height: normal; }

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.underline {
  text-decoration: underline; }

.clearfix {
  min-height: 1px;
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/ height: auto;
overflow: hidden; /**/ }

img {
  max-width: 100%;
  height: auto; }

/*----------------------------------------------------
　共通設定
----------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  visibility: hidden; }
  html.wf-active, html.wfno-load {
    visibility: visible; }

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  color: #3E3A39; }

.inner {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 1140px) {
    .inner {
      padding: 0 20px; } }
  @media screen and (max-width: 520px) {
    .inner {
      width: auto;
      height: auto; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 520px) {
    .sp {
      display: block !important; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 520px) {
    .pc {
      display: none !important; } }

a {
  color: #3E3A39;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }
    a:hover .noimg:before {
      background-size: 55%; }

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

@media screen and (max-width: 520px) {
  .mb0 {
    margin-top: 0 !important; } }

a[href^="tel:"] {
  pointer-events: none; }
  @media screen and (max-width: 520px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

br.pcbr {
  display: block !important; }
  @media screen and (max-width: 520px) {
    br.pcbr {
      display: none !important; } }
br.spbr {
  display: none !important; }
  @media screen and (max-width: 520px) {
    br.spbr {
      display: block !important; } }

@keyframes scroll {
  0% {
    top: -100px; }
  to {
    top: 0; } }
@keyframes re_scroll {
  0% {
    top: 0; }
  to {
    top: -100px; } }
#page-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: fixed;
  bottom: -90px !important;
  right: 35px;
  z-index: 10;
  border-radius: 50px;
  box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.3), -1px -1px 3px rgba(51, 51, 51, 0.1); }
  @media screen and (max-width: 520px) {
    #page-top {
      right: 5px;
      width: 30px;
      height: 30px; } }
  #page-top img {
    filter: none; }
  #page-top.active {
    bottom: 10px !important; }
    @media screen and (max-width: 520px) {
      #page-top.active {
        bottom: 10px !important; } }

/*----------------------------------------------------
　ヘッダー
----------------------------------------------------*/
header {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #FFF;
  position: relative;
  width: 100%;
  padding: 10px 10px; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    max-width: none; }
    @media screen and (max-width: 1250px) {
      header .inner {
        font-size: 10px; } }
    @media screen and (max-width: 520px) {
      header .inner {
        padding: 0; } }
    header .inner .lBox {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .inner .lBox h1 {
        padding: 0 10px 0 0; }
      header .inner .lBox .headBtn {
        display: inline-block;
        font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: 0.04em;
        font-weight: 600;
        padding: 0 20px 0 0; }
        header .inner .lBox .headBtn a {
          display: block;
          background-color: #e50082;
          color: #FFF;
          padding: 3px 5px; }
      @media screen and (max-width: 1100px) {
        header .inner .lBox nav {
          display: none; } }
      header .inner .lBox nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header .inner .lBox nav ul li {
          padding: 0 20px 0 0; }
          header .inner .lBox nav ul li:last-child {
            padding: 0; }
          header .inner .lBox nav ul li a {
            display: block;
            position: relative; }
            header .inner .lBox nav ul li a:after {
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              content: "";
              width: 0;
              height: 1px;
              background-color: #354d9a;
              display: block;
              position: absolute;
              bottom: -3px;
              left: 0; }
            header .inner .lBox nav ul li a:hover:after {
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -ms-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              width: 100%; }
    header .inner .rBox {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        header .inner .rBox {
          display: none; } }
      header .inner .rBox .nav2 {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        header .inner .rBox .nav2 div {
          padding: 0 3px; }
          header .inner .rBox .nav2 div a {
            background-color: #FFF;
            border: 1px solid #646464;
            padding: 3px 5px; }
            header .inner .rBox .nav2 div a:hover {
              background-color: #646464;
              color: #FFF; }

/*----------------------------------------------------
　スマホメニュー
----------------------------------------------------*/
.menuBtn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 11;
  display: none;
  width: 36px;
  height: 24px; }
  @media screen and (max-width: 1100px) {
    .menuBtn {
      display: block;
      position: fixed; } }
  .menuBtn span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 50%;
    background: #000;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1; }
    .menuBtn span:nth-child(1) {
      top: 20%; }
    .menuBtn span:nth-child(2) {
      top: 50%; }
    .menuBtn span:nth-child(3) {
      top: 80%; }
  @media screen and (max-width: 520px) {
    .menuBtn.active span {
      color: #293386; } }
  .menuBtn.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .menuBtn.active span:nth-child(2) {
    top: 50%;
    left: 100%;
    opacity: 0; }
  .menuBtn.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

body.stop {
  overflow: hidden; }

header {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  header.sp_menu {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0; }

.menus {
  background: #FFF;
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
  opacity: 0;
  visibility: hidden; }
  .menus.active {
    opacity: 1;
    visibility: visible;
    overflow: scroll; }
  .menus .sp_head {
    background-color: #FFF;
    position: relative;
    padding: 20px 0 0 0; }
  .menus .inner {
    padding: 20px 20px 10px; }
    .menus .inner ul {
      max-width: 600px;
      margin: 50px auto; }
      .menus .inner ul li {
        font-size: 18px;
        padding: 0 0 40px;
        font-weight: 600;
        position: relative;
        text-align: center; }
        @media screen and (max-width: 520px) {
          .menus .inner ul li {
            padding: 15px 0;
            border-bottom: 1px dotted #C0C0C0; } }
        .menus .inner ul li.par:before, .menus .inner ul li.par:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: auto;
          top: 10px;
          right: 0;
          width: 15px;
          height: 2px;
          background-color: #39b54a;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
        .menus .inner ul li.par:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%) rotate(90deg);
          -moz-transform: translate(0%, -50%) rotate(90deg);
          -ms-transform: translate(0%, -50%) rotate(90deg);
          -o-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg); }
        .menus .inner ul li.par.active:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%) rotate(0deg);
          -moz-transform: translate(0%, -50%) rotate(0deg);
          -ms-transform: translate(0%, -50%) rotate(0deg);
          -o-transform: translate(0%, -50%) rotate(0deg);
          transform: translate(0%, -50%) rotate(0deg); }

/*----------------------------------------------------
　TOP
----------------------------------------------------*/
.main {
  position: relative;
  	/*
  	background:url("../images/mainBg.webp") no-repeat center top;
  	background-size: cover;
  	width: 100%;
  	height: 900px;
  	position: relative;
  	text-align: center;
  	z-index: 1;
  	@include mqNum(1000, max) {
  		height: 659px;
  	}
  	&:after{
  		background:url("../images/main_cloud.webp") no-repeat center bottom;
          background-size: 100%;
  		content: "";
  		position: absolute;
  		bottom: -20px;
  		left: 0;
  		width: 100%;
  		height: 232px;
  		z-index: 2;		
  	}
  	
  	*/ }
  .main img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

#container {
  position: relative;
  z-index: 1; }
  #container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bg.webp") repeat-y center 200px;
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%; }

/*----------------------------------------------------
　コンテンツ
----------------------------------------------------*/
.section1 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 50px 0 0 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 520px) {
    .section1 {
      padding: 0; } }
  .section1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #FFF;
    width: 100%;
    height: 200px; }
  .section1 .inner {
    position: relative;
    z-index: 1;
    max-width: 1100px; }
    .section1 .inner h2 {
      padding: 0 0 50px;
      font-weight: 900;
      text-align: center;
      font-size: 36px;
      color: #354d9a;
      position: relative;
      z-index: 1;
      text-shadow: 1px 1px 3px white, -1px -1px 3px white, 1px 0 3px white, 0 1px 3px white, 1px 1px 3px white, -1px -1px 3px white, 1px 0 3px white, 0 1px 3px white, 1px 1px 3px white, -1px -1px 3px white, 1px 0 3px white, 0 1px 3px white; }
      @media screen and (max-width: 870px) {
        .section1 .inner h2 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .section1 .inner h2 {
          line-height: 200%; } }
      @media screen and (max-width: 520px) {
        .section1 .inner h2 {
          font-size: 30px;
          padding: 0 0 10px; } }
      .section1 .inner h2 span {
        position: relative;
        z-index: 1; }
        .section1 .inner h2 span.tx1 {
          font-size: 25px; }
        .section1 .inner h2 span.line {
          z-index: -1; }
          .section1 .inner h2 span.line:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 14px;
            background-color: rgba(255, 247, 153, 0.6); }
          .section1 .inner h2 span.line span {
            z-index: 1; }
        .section1 .inner h2 span.dot {
          position: relative; }
          .section1 .inner h2 span.dot:after {
            position: absolute;
            top: 0px;
            left: 50%;
            content: "";
            width: 7px;
            height: 7px;
            background-color: #354d9a;
            border-radius: 10px;
            -webkit-transform: translate(-50%, 0%);
            -moz-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
            -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
      .section1 .inner h2 .tbr {
        display: none; }
        @media screen and (max-width: 767px) {
          .section1 .inner h2 .tbr {
            display: block; } }
    .section1 .inner p {
      font-weight: 900;
      text-align: center;
      position: relative;
      z-index: 1; }
      .section1 .inner p.tx1 {
        font-size: 25px;
        color: #595757; }
        @media screen and (max-width: 520px) {
          .section1 .inner p.tx1 {
            font-size: 20px; } }
      .section1 .inner p.tx2 {
        font-size: 45px;
        color: #e95291;
        letter-spacing: 0.1em;
        font-weight: 900;
        margin: 5px 0; }
        .section1 .inner p.tx2 span {
          font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .section1 .inner .list {
      display: flex;
      justify-content: center;
      padding: 20px 0 10px 100px; }
      @media screen and (max-width: 767px) {
        .section1 .inner .list {
          padding: 20px 0 10px; } }
      .section1 .inner .list ul {
        position: relative;
        z-index: 1; }
        .section1 .inner .list ul li {
          background: url("../images/ch.webp") no-repeat left 5px;
          background-size: 21px 21px;
          font-size: 17px;
          padding: 0 0 0 24px;
          color: #666666;
          line-height: 180%; }
    .section1 .inner .btnBox {
      position: relative;
      z-index: 1;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .section1 .inner .btnBox {
          padding: 0 10%; } }
    .section1 .inner .img1 {
      position: absolute;
      top: 50px;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 1000px) {
        .section1 .inner .img1 {
          width: 200px;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .section1 .inner .img1 {
          display: none; } }
    .section1 .inner .img2 {
      position: absolute;
      top: 50px;
      right: 0;
      z-index: -1; }
      @media screen and (max-width: 1000px) {
        .section1 .inner .img2 {
          width: 200px;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .section1 .inner .img2 {
          display: none; } }
    .section1 .inner .img3 {
      position: relative;
      z-index: 1;
      margin: -50px 0 0 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .section1 .inner .img3 {
          width: 280px;
          height: auto;
          margin: -30px auto 0; } }

.section2 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1; }
  .section2 .inner h2 {
    color: #354d9a;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0 0 20px; }
    @media screen and (max-width: 520px) {
      .section2 .inner h2 {
        font-size: 24px; } }
  .section2 .inner p.tx1 {
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: 27px; }
  .section2 .inner .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 1%;
    padding: 30px 0 0 0; }
    @media screen and (max-width: 520px) {
      .section2 .inner .flexBox {
        gap: 10px 0; } }
    .section2 .inner .flexBox .inBox {
      width: 32%;
      border: 2px solid #0068b7;
      background-color: #FFF;
      border-radius: 5px;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .section2 .inner .flexBox .inBox {
          width: 48%; } }
      @media screen and (max-width: 520px) {
        .section2 .inner .flexBox .inBox {
          width: 100%; } }
      .section2 .inner .flexBox .inBox .tx2 {
        font-size: 22px;
        font-weight: 700;
        color: #0068b7;
        text-align: center; }
      .section2 .inner .flexBox .inBox .imgBox {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 140px; }
      .section2 .inner .flexBox .inBox .tx3 {
        font-size: 14px; }

.section3 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1; }
  .section3 .inner h2 {
    color: #354d9a;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0 0 20px;
    position: relative; }
    @media screen and (max-width: 520px) {
      .section3 .inner h2 {
        font-size: 24px; } }
    .section3 .inner h2:after {
      content: "";
      background: url("../images/voice1.webp") no-repeat center;
      background-size: 100%;
      width: 60px;
      height: 42px;
      display: inline-block;
      margin: 0 0 0 10px;
      position: relative;
      top: 5px; }
  .section3 .inner .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 3%;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .section3 .inner .flexBox {
        gap: 60px 0; } }
    .section3 .inner .flexBox .inBox {
      position: relative;
      width: 47%;
      border: 6px solid #4d4d4d;
      background-color: #FFF;
      border-radius: 5px;
      padding: 10px 20px 40px; }
      @media screen and (max-width: 767px) {
        .section3 .inner .flexBox .inBox {
          width: 100%; } }
      .section3 .inner .flexBox .inBox img {
        background-color: #FFF;
        border: 4px solid #4d4d4d;
        border-radius: 50%;
        position: absolute;
        top: -50px;
        left: 20px; }
      .section3 .inner .flexBox .inBox .tx1 {
        margin: 0 0 20px 120px;
        position: relative; }
        .section3 .inner .flexBox .inBox .tx1:after {
          content: "";
          border-bottom: 3px dotted #4d4d4d;
          border-bottom-width: 5px;
          display: block;
          height: 10px; }
      .section3 .inner .flexBox .inBox .tx2 {
        font-size: 14px; }
        .section3 .inner .flexBox .inBox .tx2 span {
          color: #e95291; }

.section4 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1; }
  .section4 .inner {
    max-width: 1100px; }
    .section4 .inner h2 {
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 0 0 20px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .section4 .inner h2 {
          font-size: 24px; } }
    .section4 .inner p {
      position: relative;
      padding: 0 0 0 1em;
      font-size: 14px; }
      .section4 .inner p:before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0; }
    .section4 .inner .js-scrollable {
      padding: 0 0 20px; }
      .section4 .inner .js-scrollable img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          .section4 .inner .js-scrollable img {
            width: 200%;
            height: auto; } }
    .section4 .inner .btnBox {
      text-align: center;
      padding: 20px 0 0 0; }
      @media screen and (max-width: 767px) {
        .section4 .inner .btnBox {
          padding: 20px 10% 0; } }

.section5 {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1; }
  .section5 .inner {
    max-width: 1100px; }
    .section5 .inner h2 {
      font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      letter-spacing: 0.04em;
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 0 0 20px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .section5 .inner h2 {
          font-size: 24px; } }
    .section5 .inner .flexBox {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0 3%;
      padding: 20px 0 50px 0; }
      @media screen and (max-width: 1000px) {
        .section5 .inner .flexBox {
          gap: 0 2%; } }
      @media screen and (max-width: 520px) {
        .section5 .inner .flexBox {
          padding: 0 0 50px; } }
      .section5 .inner .flexBox .inBox {
        background: url("../images/img11.webp") no-repeat center;
        background-size: 100%;
        position: relative;
        width: 283px;
        height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        @media screen and (max-width: 1000px) {
          .section5 .inner .flexBox .inBox {
            width: 31%; } }
        @media screen and (max-width: 767px) {
          .section5 .inner .flexBox .inBox {
            height: 230px; } }
        @media screen and (max-width: 520px) {
          .section5 .inner .flexBox .inBox {
            height: 120px; } }
        .section5 .inner .flexBox .inBox P {
          font-size: 26px;
          font-weight: 700;
          color: #FFF; }
          @media screen and (max-width: 767px) {
            .section5 .inner .flexBox .inBox P {
              font-size: 20px; } }
          @media screen and (max-width: 600px) {
            .section5 .inner .flexBox .inBox P {
              font-size: 16px; } }
          @media screen and (max-width: 520px) {
            .section5 .inner .flexBox .inBox P {
              font-size: 13px; } }
          .section5 .inner .flexBox .inBox P.tx2 span {
            font-size: 100px; }
            @media screen and (max-width: 767px) {
              .section5 .inner .flexBox .inBox P.tx2 span {
                font-size: 60px; } }
            @media screen and (max-width: 600px) {
              .section5 .inner .flexBox .inBox P.tx2 span {
                font-size: 40px;
                line-height: 100%; } }
    .section5 .inner .point {
      max-width: 750px;
      background-color: #fffbda;
      position: relative;
      padding: 20px 30px 30px;
      margin: 0 auto; }
      @media screen and (max-width: 520px) {
        .section5 .inner .point {
          padding: 20px 10px; } }
      .section5 .inner .point:after {
        content: "";
        position: absolute;
        top: -7px;
        left: -7px;
        border: 1px solid #949494;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .section5 .inner .point .title {
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 2; }
      .section5 .inner .point ul {
        position: relative;
        z-index: 2; }
        .section5 .inner .point ul li {
          background: url("../images/ch2.webp") no-repeat left center;
          background-size: 14px 14px;
          font-size: 16px;
          padding: 0 0 0 20px;
          color: #333333;
          line-height: 180%; }
          @media screen and (max-width: 520px) {
            .section5 .inner .point ul li {
              font-size: 14px; } }
      .section5 .inner .point .img {
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: 3; }
        @media screen and (max-width: 520px) {
          .section5 .inner .point .img {
            width: 50px;
            height: auto;
            right: -20px;
            bottom: auto;
            top: -30px; } }

.section6 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 60px 0 0 0;
  position: relative;
  background: url("../images/qaBg.webp") no-repeat right 60px;
  background-size: 507px 513px;
  z-index: 1; }
  .section6 .inner {
    max-width: 1100px; }
    .section6 .inner h2 {
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 0 0 20px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .section6 .inner h2 {
          font-size: 24px; } }
    .section6 .inner .faqBox {
      padding: 50px 0 50px; }
      @media screen and (max-width: 768px) {
        .section6 .inner .faqBox {
          padding: 0 0 50px; } }
      .section6 .inner .faqBox .in.open .qTx:before {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translate(0%, -50%) rotate(-45deg);
        -moz-transform: translate(0%, -50%) rotate(-45deg);
        -ms-transform: translate(0%, -50%) rotate(-45deg);
        -o-transform: translate(0%, -50%) rotate(-45deg);
        transform: translate(0%, -50%) rotate(-45deg); }
      .section6 .inner .faqBox .in.open .aTx {
        display: block; }
      .section6 .inner .faqBox .in .qTx {
        background-color: #FFF;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        padding: 20px 50px 20px 5em;
        border-bottom: 1px solid #939393; }
        @media screen and (max-width: 520px) {
          .section6 .inner .faqBox .in .qTx {
            line-height: 180%;
            padding: 20px 40px 20px 3.5em;
            font-size: 16px;
            line-height: 150%; } }
        .section6 .inner .faqBox .in .qTx span {
          font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          letter-spacing: 0.04em;
          font-weight: 700;
          position: absolute;
          top: 50%;
          left: 30px;
          font-size: 26px;
          width: 44px;
          height: 44px;
          border-radius: 22px;
          color: #FFF;
          background-color: #cce6e4;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 100%;
          padding: 0 0 5px;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
          @media screen and (max-width: 520px) {
            .section6 .inner .faqBox .in .qTx span {
              left: 10px;
              width: 30px;
              height: 30px;
              font-size: 20px;
              padding: 0; } }
        .section6 .inner .faqBox .in .qTx:before {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%) rotate(135deg);
          -moz-transform: translate(0%, -50%) rotate(135deg);
          -ms-transform: translate(0%, -50%) rotate(135deg);
          -o-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
          content: '';
          width: 10px;
          height: 10px;
          border-top: solid 3px #333333;
          border-right: solid 3px #333333;
          position: absolute;
          right: 20px;
          top: 50%; }
      .section6 .inner .faqBox .in .aTx {
        background-color: #ffedf5;
        display: none;
        font-size: 16px;
        position: relative;
        padding: 40px 30px 40px 6em; }
        @media screen and (max-width: 520px) {
          .section6 .inner .faqBox .in .aTx {
            line-height: 180%;
            padding: 20px 10px 20px 3.5em;
            font-size: 14px;
            line-height: 150%; } }
        .section6 .inner .faqBox .in .aTx span {
          font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          letter-spacing: 0.04em;
          font-weight: 700;
          position: absolute;
          top: 50%;
          left: 30px;
          font-size: 26px;
          width: 44px;
          height: 44px;
          border-radius: 22px;
          color: #FFF;
          background-color: #ebcaca;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 100%;
          padding: 0 0 5px;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
          @media screen and (max-width: 520px) {
            .section6 .inner .faqBox .in .aTx span {
              left: 10px;
              width: 30px;
              height: 30px;
              font-size: 20px;
              padding: 0; } }
        .section6 .inner .faqBox .in .aTx a {
          text-decoration: underline;
          color: #293386; }

.section7 {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  padding: 60px 0;
  position: relative;
  z-index: 1; }
  .section7 .inner {
    max-width: 1100px; }
    .section7 .inner h2 {
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 0 0 40px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .section7 .inner h2 {
          font-size: 24px; } }
    .section7 .inner .box {
      padding: 40px;
      background-color: #FFF;
      box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
      border-radius: 5px; }
      .section7 .inner .box .in {
        padding: 10px 0; }
        .section7 .inner .box .in a {
          display: flex;
          justify-content: flex-start;
          gap: 0 30px; }
          .section7 .inner .box .in a .lBox {
            width: 260px;
            display: flex;
            justify-content: flex-start;
            gap: 0 30px; }
            .section7 .inner .box .in a .lBox .time {
              width: 107px; }
            .section7 .inner .box .in a .lBox .tx1 {
              width: 120px; }

.law {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  padding: 60px 0 0 0;
  z-index: 1; }
  .law .inner {
    max-width: 1100px; }
    .law .inner h1 {
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 50px 0 100px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .law .inner h1 {
          font-size: 24px;
          padding: 30px 0; } }
    .law .inner table tr th {
      text-align: left;
      width: 30%;
      padding: 20px 10px;
      vertical-align: top;
      border-bottom: 1px solid #A6A6A6; }
      @media screen and (max-width: 520px) {
        .law .inner table tr th {
          width: 100%;
          display: block;
          border-bottom: none;
          padding: 20px 10px 0; } }
    .law .inner table tr td {
      width: 70%;
      padding: 10px;
      border-bottom: 1px solid #A6A6A6; }
      @media screen and (max-width: 520px) {
        .law .inner table tr td {
          width: 100%;
          display: block;
          padding: 10px 10px 20px;
          font-size: 14px; } }
    .law .inner ul li {
      position: relative;
      padding: 0 0 0 1em; }
      .law .inner ul li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0; }
    .law .inner p.b {
      font-weight: bold; }
    .law .inner p.mini {
      font-size: 14px;
      position: relative;
      padding: 3px 0 3px 1em; }
      .law .inner p.mini:before {
        content: "※";
        position: absolute;
        top: 3px;
        left: 0; }

.privcy {
  font-family: 'Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  padding: 60px 0 0 0;
  z-index: 1; }
  .privcy .inner {
    max-width: 1100px; }
    .privcy .inner h1 {
      color: #354d9a;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      padding: 50px 0 100px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .privcy .inner h1 {
          font-size: 24px;
          padding: 30px 0; } }
    .privcy .inner p {
      line-height: 34px; }
      .privcy .inner p.tx {
        padding: 0 0 30px; }
    .privcy .inner .box {
      padding: 0 0 60px; }
      @media screen and (max-width: 520px) {
        .privcy .inner .box {
          padding: 0 0 20px; } }
      .privcy .inner .box h2 {
        font-size: 20px;
        font-weight: 600;
        padding: 0 0 20px; }
      .privcy .inner .box p {
        padding: 0 0 0px 20px; }
        @media screen and (max-width: 520px) {
          .privcy .inner .box p {
            padding: 0 0 30px; } }
      .privcy .inner .box .tx {
        font-weight: 900; }
      .privcy .inner .box ul,
      .privcy .inner .box ol {
        padding: 10px 10px 0px 20px; }
        @media screen and (max-width: 520px) {
          .privcy .inner .box ul,
          .privcy .inner .box ol {
            padding: 0; } }
        .privcy .inner .box ul li,
        .privcy .inner .box ol li {
          font-size: 16px;
          font-weight: 500;
          list-style-type: none;
          position: relative;
          padding: 0 10px 5px 1em;
          line-height: 250%; }
          @media screen and (max-width: 520px) {
            .privcy .inner .box ul li,
            .privcy .inner .box ol li {
              line-height: 200%; } }
          .privcy .inner .box ul li:before,
          .privcy .inner .box ol li:before {
            content: "・";
            position: absolute;
            left: 0;
            top: 0; }
      .privcy .inner .box ol {
        margin: 0 0 30px 1.5em; }
        .privcy .inner .box ol li {
          list-style: decimal;
          padding: 0 10px 5px 0; }
          .privcy .inner .box ol li:before {
            display: none; }
          .privcy .inner .box ol li ul {
            padding: 0 0 20px; }
            .privcy .inner .box ol li ul li {
              list-style: none;
              padding: 0 10px 5px 2em; }
              .privcy .inner .box ol li ul li span {
                position: absolute;
                top: 0;
                left: 0; }

/*----------------------------------------------------
　共通パーツ
----------------------------------------------------*/
footer {
  position: relative;
  z-index: 2; }
  footer .copy {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 25px 0; }

.cta {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 3; }
  @media screen and (max-width: 520px) {
    .cta {
      width: 40px;
      bottom: 40px; } }

a {
  color: #3E3A39; }
  a:hover {
    opacity: 0.8; }

@media screen and (max-width: 520px) {
  .js-scrollable {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    justify-content: flex-start;
    white-space: nowrap;
    padding: 20px; }
    .js-scrollable img {
      max-width: none;
      width: 200%;
      height: auto; } }

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none; }
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom; }

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

ol li {
  list-style: decimal;
  line-height: 160%; }

dl dt {
  padding: 5px; }
dl dd {
  padding: 0 30px 60px 0; }
  @media screen and (max-width: 520px) {
    dl dd {
      padding: 0 0 30px; } }
  dl dd ul {
    padding: 10px 20px 20px 40px; }
    dl dd ul li {
      padding: 5px 0 5px 0px;
      list-style-type: disc; }
  dl dd p {
    padding: 0 !important; }

/*　スペース　*/
.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.mr100 {
  margin-right: 100px; }

.ml100 {
  margin-left: 100px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pr100 {
  padding-right: 100px; }

.pl100 {
  padding-left: 100px; }

.mt95 {
  margin-top: 95px; }

.mb95 {
  margin-bottom: 95px; }

.mr95 {
  margin-right: 95px; }

.ml95 {
  margin-left: 95px; }

.pt95 {
  padding-top: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pr95 {
  padding-right: 95px; }

.pl95 {
  padding-left: 95px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.mr90 {
  margin-right: 90px; }

.ml90 {
  margin-left: 90px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pr90 {
  padding-right: 90px; }

.pl90 {
  padding-left: 90px; }

.mt85 {
  margin-top: 85px; }

.mb85 {
  margin-bottom: 85px; }

.mr85 {
  margin-right: 85px; }

.ml85 {
  margin-left: 85px; }

.pt85 {
  padding-top: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pr85 {
  padding-right: 85px; }

.pl85 {
  padding-left: 85px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mr80 {
  margin-right: 80px; }

.ml80 {
  margin-left: 80px; }

.pt80 {
  padding-top: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pr80 {
  padding-right: 80px; }

.pl80 {
  padding-left: 80px; }

.mt75 {
  margin-top: 75px; }

.mb75 {
  margin-bottom: 75px; }

.mr75 {
  margin-right: 75px; }

.ml75 {
  margin-left: 75px; }

.pt75 {
  padding-top: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pr75 {
  padding-right: 75px; }

.pl75 {
  padding-left: 75px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.mr70 {
  margin-right: 70px; }

.ml70 {
  margin-left: 70px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pr70 {
  padding-right: 70px; }

.pl70 {
  padding-left: 70px; }

.mt65 {
  margin-top: 65px; }

.mb65 {
  margin-bottom: 65px; }

.mr65 {
  margin-right: 65px; }

.ml65 {
  margin-left: 65px; }

.pt65 {
  padding-top: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pr65 {
  padding-right: 65px; }

.pl65 {
  padding-left: 65px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.mr60 {
  margin-right: 60px; }

.ml60 {
  margin-left: 60px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pr60 {
  padding-right: 60px; }

.pl60 {
  padding-left: 60px; }

.mt55 {
  margin-top: 55px; }

.mb55 {
  margin-bottom: 55px; }

.mr55 {
  margin-right: 55px; }

.ml55 {
  margin-left: 55px; }

.pt55 {
  padding-top: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pr55 {
  padding-right: 55px; }

.pl55 {
  padding-left: 55px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mr50 {
  margin-right: 50px; }

.ml50 {
  margin-left: 50px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pr50 {
  padding-right: 50px; }

.pl50 {
  padding-left: 50px; }

.mt45 {
  margin-top: 45px; }

.mb45 {
  margin-bottom: 45px; }

.mr45 {
  margin-right: 45px; }

.ml45 {
  margin-left: 45px; }

.pt45 {
  padding-top: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pr45 {
  padding-right: 45px; }

.pl45 {
  padding-left: 45px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mr40 {
  margin-right: 40px; }

.ml40 {
  margin-left: 40px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pr40 {
  padding-right: 40px; }

.pl40 {
  padding-left: 40px; }

.mt35 {
  margin-top: 35px; }

.mb35 {
  margin-bottom: 35px; }

.mr35 {
  margin-right: 35px; }

.ml35 {
  margin-left: 35px; }

.pt35 {
  padding-top: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pr35 {
  padding-right: 35px; }

.pl35 {
  padding-left: 35px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mr30 {
  margin-right: 30px; }

.ml30 {
  margin-left: 30px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pr30 {
  padding-right: 30px; }

.pl30 {
  padding-left: 30px; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.mr25 {
  margin-right: 25px; }

.ml25 {
  margin-left: 25px; }

.pt25 {
  padding-top: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pr25 {
  padding-right: 25px; }

.pl25 {
  padding-left: 25px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mr20 {
  margin-right: 20px; }

.ml20 {
  margin-left: 20px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pr20 {
  padding-right: 20px; }

.pl20 {
  padding-left: 20px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.mr15 {
  margin-right: 15px; }

.ml15 {
  margin-left: 15px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pr15 {
  padding-right: 15px; }

.pl15 {
  padding-left: 15px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mr10 {
  margin-right: 10px; }

.ml10 {
  margin-left: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pr10 {
  padding-right: 10px; }

.pl10 {
  padding-left: 10px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mr5 {
  margin-right: 5px; }

.ml5 {
  margin-left: 5px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pr5 {
  padding-right: 5px; }

.pl5 {
  padding-left: 5px; }

/*　幅　*/
.w100 {
  width: 100%; }
  @media screen and (max-width: 520px) {
    .w100 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w100 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w95 {
  width: 95%; }
  @media screen and (max-width: 520px) {
    .w95 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w95 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w90 {
  width: 90%; }
  @media screen and (max-width: 520px) {
    .w90 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w90 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w85 {
  width: 85%; }
  @media screen and (max-width: 520px) {
    .w85 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w85 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w80 {
  width: 80%; }
  @media screen and (max-width: 520px) {
    .w80 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w80 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w75 {
  width: 75%; }
  @media screen and (max-width: 520px) {
    .w75 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w75 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w70 {
  width: 70%; }
  @media screen and (max-width: 520px) {
    .w70 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w70 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w65 {
  width: 65%; }
  @media screen and (max-width: 520px) {
    .w65 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w65 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w60 {
  width: 60%; }
  @media screen and (max-width: 520px) {
    .w60 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w60 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w55 {
  width: 55%; }
  @media screen and (max-width: 520px) {
    .w55 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w55 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w50 {
  width: 50%; }
  @media screen and (max-width: 520px) {
    .w50 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w50 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w45 {
  width: 45%; }
  @media screen and (max-width: 520px) {
    .w45 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w45 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w40 {
  width: 40%; }
  @media screen and (max-width: 520px) {
    .w40 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w40 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w35 {
  width: 35%; }
  @media screen and (max-width: 520px) {
    .w35 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w35 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w30 {
  width: 30%; }
  @media screen and (max-width: 520px) {
    .w30 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w30 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w25 {
  width: 25%; }
  @media screen and (max-width: 520px) {
    .w25 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w25 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w20 {
  width: 20%; }
  @media screen and (max-width: 520px) {
    .w20 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w20 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w15 {
  width: 15%; }
  @media screen and (max-width: 520px) {
    .w15 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w15 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w10 {
  width: 10%; }
  @media screen and (max-width: 520px) {
    .w10 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w10 img {
        height: auto;
        width: 100%;
        max-width: none; } }

.w5 {
  width: 5%; }
  @media screen and (max-width: 520px) {
    .w5 {
      height: auto;
      width: 100%;
      max-width: none; }
      .w5 img {
        height: auto;
        width: 100%;
        max-width: none; } }

/*------------　バグ　------------*/
pre {
  padding: 30px;
  background-color: #E8E8E8;
  font-size: 14px;
  line-height: 130%; }
