@charset "UTF-8";

/*=====================================

      ---------------------------
        color
      ---------------------------
        - Main     : #4A6096
        - Accent   : #6699cc
        - font     : #555555
        - link     : #4A6096
      ---------------------------
        font
      ---------------------------
        - title  : Baloo Thambi 2
        - text   :
      ---------------------------
        Structure
      ---------------------------
        - 0.General
        - 1.Header
        - 2.Contents
        - 3.Footer
        - 4.Space

=====================================*/


/*=====================================

      0.General

======================================*/

/*    0.1 Import
======================================*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xzxaxg');
  src:  url('../fonts/icomoon.eot?xzxaxg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?xzxaxg') format('truetype'),
        url('../fonts/icomoon.woff?xzxaxg') format('woff'),
        url('../fonts/icomoon.svg?xzxaxg#icomoon') format('svg');
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' /*!important*/;
}

/*    0.2 Other
======================================*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  /* ▼ スマホ横にしても文字が大きくならない */
  -moz-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%204%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23d3e1f2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%224%22%20height%3D%224%22%2F%3E%3Crect%20class%3D%22cls-2%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 4px;
  color: #555;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  font-feature-settings: "palt";
  word-wrap: break-word;
}
img {
  max-width:100%;
  height: auto;
}
a {
  color: #4A6096;
  text-decoration: none;
  transition: .2s ease-in-out;
}
a:hover {
  color: #6699cc;
}
.clearfix::after {
  display: block;
  clear: both;
  content: " ";
}

/*=====================================

      1.Header

======================================*/

header.header {
  height: 100%;
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}
.headerInner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 5rem;
}

/*    1.1 Logo,Title
======================================*/
h1 {
  margin: 0;
  padding-bottom: 1.5rem;
  color: #4A6096;
  font-size: 3.4rem;
  font-weight: 500;
  font-family: 'Baloo Thambi 2', cursive;
	letter-spacing : 0.3rem;
}
h1 a {
  padding: 0.5rem 0 0.5rem 6rem;
  background: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 5.5rem auto;
  background-size: 5.5rem auto;
}
h1 a:hover{
  color: #6699cc;
}

/*    1.2 Navi
======================================*/
.headerInner nav {
  margin: 0 0 0 auto;
}
.headerInner nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.headerInner nav ul li {
  position: relative;
  margin: 0 0 0 1.5rem;
  padding:0 0 1.5rem 2.5rem;
}
.headerInner nav ul li.icon-06 { padding: 0; }
.headerInner nav ul li a {
  align-items: flex-start;
  border-bottom: dashed 1px #6699cc;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  letter-spacing : 0.03em;
}
.headerInner nav ul li a:hover {
  color: #6699cc;
  opacity:0.5;
}
/* nav icon */
.icon-01 a:before,
.icon-02 a:before,
.icon-03 a:before,
.icon-04 a:before,
.icon-05 a:before {
  position: absolute;
  top: 3px;
  left: 4px;
  padding-right: 0.5rem;
  color: #4A6096;
  font-size: 1.7rem;
}

.icon-06 a:before {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0;
  color: #4A6096;
}
.icon-01 a:hover:before,
.icon-02 a:hover:before,
.icon-03 a:hover:before,
.icon-04 a:hover:before,
.icon-05 a:hover:before {
  color: #6699cc;
}
.icon-06 a:hover:before { font-size: 2.5rem; }
.icon-01 a:before { content: "\e900"; }
.icon-02 a:before { content: "\e901"; }
.icon-03 a:before { content: "\e902"; }
.icon-04 a:before { content: "\e903"; }
.icon-05 a:before { content: "\e904"; }
.icon-06 a:before { content: "\e905"; font-size: 2.5rem; }
.headerInner nav ul li.icon-06 a { border-bottom: none; }

/*
.maroyaka-webclap .btn-default {
  text-shadow: none!important;
  background: none!important;
  border: none!important;
}
.maroyaka-webclap .btn-default:before {
  content: "\e905";
  font-size: 2.5rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  position: absolute;
  top: -5px;
  left: 0;
  padding: 0;
  color: #4A6096;
}
.maroyaka-webclap .btn-default:hover:before { font-size: 2.5rem; }

.maroyaka-webclap .btn-default:hover,
.maroyaka-webclap .btn-default:focus,
.maroyaka-webclap .btn-default:active,
.maroyaka-webclap .btn-default.active {
  color: #333;
  background-color: none!important;
  border-color: none!important;
  outline: none;
}

/*    1.3 スマホナビ非表示
======================================*/
.sp-nav { display: none; }

/*=====================================

      2.Contents

======================================*/

.wrap {
  width: 100%;
  height: 100%;
  max-width: 95rem;
  margin: 0 auto;
}
main {
  margin: 0 5rem;
  padding: 3rem;
  border: 3px solid #455A8C;
  border-radius: 14px;
  background-color: #fff;
}

/*    2.2 ContentsHeader
======================================*/
.c-Header {}
/* パンくずリスト */
.pan {
  margin-bottom: 2rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
}
.pan ol {
  display: flex;
  list-style: none;
  font-size: 1.4rem;
  letter-spacing : 0.1rem;
  flex-wrap: wrap;
}
.pan li { margin: 0 0.8rem 1.4rem 0; }
.pan li a { border-bottom: dashed 1px #6699cc; }
.pan li.panHome a:before {
  margin-right: 0.3rem;
  content: "\e900";
}
.pan li::before { content: "> "; }
.pan li:first-child::before { content: ""; }
.ft-j span,
.ft-j2 span {
  font-size: 1.2rem;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
}
.ft-j span:before {
  padding-left: 3px;
  padding-right: 1px;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e918";
  transition: .2s ease-in-out;
}
/* 各ページタイトル吹き出し */
h2.c-Ttl {
  position: relative;
  margin-bottom: 6rem;
  padding: 3rem 3rem;
  border-radius: 2rem;
  background: #6699cc;
  color: #fff;
}
.c-Ttl-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed 2px #fff;
}
.c-Ttl-in span.c-Ttl-l {
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing : 0.3rem;
}
.c-Ttl-in span.c-Ttl-l-01:before,
.c-Ttl-in span.c-Ttl-l-02:before,
.c-Ttl-in span.c-Ttl-l-03:before,
.c-Ttl-in span.c-Ttl-l-04:before {
  margin-right: 0.5rem;
  font-size: 2rem;
}
.c-Ttl-in span.c-Ttl-l-01:before { content: "\e901"; }
.c-Ttl-in span.c-Ttl-l-02:before { content: "\e903"; }
.c-Ttl-in span.c-Ttl-l-03:before { content: "\e904"; }
.c-Ttl-in span.c-Ttl-l-04:before { content: "\e916"; }
.c-Ttl-in span.c-Ttl-r {
  margin: 0 0 0 auto;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing : 0.3rem;
}
h2.c-Ttl:before,
h2.c-Ttl:after {
  position: absolute;
  border-radius: 50%;
  background: #6699cc;
  content: '';
}
h2.c-Ttl:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
h2.c-Ttl:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

/*    2.3 ContentsMain
======================================*/
.c-main {
  margin: 0 3rem 0 3rem;
  font-size: 1.5rem;
}
.c-main p {
  margin-bottom: 1rem;
  line-height: 1.8;
  letter-spacing : 0.05rem;
}

/*    2.4 sideNav
======================================*/
.sideNav {
  position:fixed;
  bottom: 20px;
  right: calc(calc(100vw - 100rem) / 2);
}
.sideNav ul {
  list-style: none;
}
.sideNav ul li a { display:block; }
.topBtn,
.sideTw,
.sidePi {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.topBtn { background-color: #4A6096; }
.sideTw { background-color: #a6b1e1; }
.sidePi { background-color: #dcd6f7; }
.topBtn:before,
.sideTw:before,
.sidePi:before {
  position:absolute;
  left:0;
  width:100%;
  font-size: 1.8rem;
  font-family: 'icomoon';
  text-align:center;
}
.topBtn:before {
  content:'\e908';
  top: 10px;
}
.sideTw:before {
  content:'\e909';
  top: 14px;
}
.sidePi:before {
  content:'\e90a';
  top: 12px;
}
.topBtn:hover,
.sideTw:hover,
.sidePi:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

/*=====================================

      3.Footer

======================================*/

footer.footer {
  height: 100%;
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-weight: 300;
  font-family: 'Baloo Thambi 2', cursive;
}
.footerInner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 5rem;
}
.copy {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing : 0.03rem;
}
.f-txt {
  font-size: 1.1rem;
  letter-spacing : 0.1rem;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
}
.kiri {
  font-size: 1.4rem;
  text-align: right;
  letter-spacing : 0.2rem;
}

/*=====================================

      4.Space

======================================*/

.mt05 { margin-top: 0.5rem!important;    }
.mt10 { margin-top: 1rem!important;      }
.mt15 { margin-top: 1.5rem!important;    }
.mr05 { margin-right: 0.5rem!important;  }
.mr10 { margin-right: 1rem!important;    }
.mr15 { margin-right: 1.5rem!important;  }
.mb05 { margin-bottom: 0.5rem!important; }
.mb10 { margin-bottom: 1rem!important;   }
.mb15 { margin-bottom: 1.5rem!important; }
.ml05 { margin-left: 0.5rem!important;   }
.ml10 { margin-left: 1rem!important;     }
.ml15 { margin-left: 1.5rem!important;   }

.pt05 { padding-top: 0.5rem!important;    }
.pt10 { padding-top: 1rem!important;      }
.pt15 { padding-top: 1.5rem!important;    }
.pr05 { padding-right: 0.5rem!important;  }
.pr10 { padding-right: 1rem!important;    }
.pr15 { padding-right: 1.5rem!important;  }
.pb05 { padding-bottom: 0.5rem!important; }
.pb10 { padding-bottom: 1rem!important;   }
.pb15 { padding-bottom: 1.5rem!important; }
.pl05 { padding-left: 0.5rem!important;   }
.pl10 { padding-left: 1rem!important;     }
.pl15 { padding-left: 1.5rem!important;   }
