html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'sans-serif', 'UD Digi Kyokasho NK-B';
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul {
    font-size: 0;
    padding: 0;
}

ul li {
    font-size: 16px;
    display: inline-block;
}

/* ///////////////////////////////////////////////////////////////////
ヘッダー
/////////////////////////////////////////////////////////////////// */

header{
    position: relative;
    width: 90%;
    margin: 0 auto 2%;
    max-width: 1180px;
}

#header {
    list-style: none;
    padding: 3% 0 0;
    text-align: center
}

header h1 {
    font-size: 80%;
    margin: 2% 0 0;
    font-weight: normal;
    font-family: "游ゴシック";

}

#header li {
    vertical-align: middle
}

.top-logo {
    width: 50%;
}

.top-logo img {
    width: 60%;
}

.top-logo img:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}


.top-logo h1{
    margin: 0
}

.top-contact a img:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

header .head-left,header .head-right{
    position: absolute;
    width: 10%;
    max-width: 120px
}

header .head-left{
    left: 5%;
    bottom: -10%;
}

header .head-right{
    right: 5%;
    bottom: -10%;
}

header .nav{
    display: none
}


/* ///////////////////////////////////////////////////////////////////
ナビゲーション
/////////////////////////////////////////////////////////////////// */
nav {
    margin: 1% auto 0;
}

nav ul {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    max-width: 880px
}

nav ul li {
    font-family: 'UD Digi Kyokasho NK-B';
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    width: 16%
}

nav ul li a {
    position: relative;
    z-index: 2;
    background: transparent;
    color: #963c9e;
    line-height: 50px;
    display: block;
    width: 100%;
    line-height: 3
}

nav ul li a:hover {
    background-color: #963c9e;
    color: #fff;
}

nav ul li a,
nav ul li a::after,
nav ul li a::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

nav ul li a::after,
nav ul li a::before {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

nav ul li a::after {
    right: 0;
}

nav ul li a::before {
    left: 0;
}

nav ul li a:hover::after,
nav ul li a:hover::before {
    width: 0;
    background-color: #fff;
}


/* ///////////////////////////////////////////////////////////////////
パンくずリスト
/////////////////////////////////////////////////////////////////// */

.breadcrumb {
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
    font-family: "游ゴシック";
    font-size: 12px;
    width: 95%;
    max-width: 1360px
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 1em
}

.breadcrumb li:after {
    content: '/';
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.breadcrumb li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  font-size: 1.1em;
  color: #f3948f;
}

/* ///////////////////////////////////////////////////////////////////
全体
/////////////////////////////////////////////////////////////////// */
article .body{
    width: 90%;
    max-width: 1360px;
    margin: 2% auto 0;
}

/* ///////////////////////////////////////////////////////////////////
メイン
/////////////////////////////////////////////////////////////////// */
article .main{
    width: 70%;
    max-width: 1080px;
    display: inline-block;
    vertical-align: top
}

/* ///////////////////////////////////////////////////////////////////
サイド
/////////////////////////////////////////////////////////////////// */
article .side{
    width: 25%;
    max-width: 400px;
    display: inline-block;
    margin: 0 0 0 4%;
    text-align: center;
}

article .side ul{
    list-style: none;
    margin: 0 0 10% auto;
    vertical-align: top
}

article .side li{
    display: block;
    text-align: left;
    padding-left: 5%
}

article .side li a{
    line-height: 2;
    font-size: 18px
}

article .side .title{
    display: block;
    text-align: center;
    box-shadow:2px 1px 2px #aaa;
    margin-bottom: 10px;
    color:#fff;
    font-weight: bold;
    padding: 5px;
    background: #963c9e
}

article .side li a::before{
    font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding: 0 10px 0 0;
  color: #963c9e;
    font-weight: 900
}

article .side li a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* ///////////////////////////////////////////////////////////////////
フッター インフォメーション
/////////////////////////////////////////////////////////////////// */

#fotter-info{
    margin: 5% 0 0;
    padding: 2% 0;
    background: #f0f0f0ff;
    text-align: center
}

.fotter-info{
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
}

.fotter-info h2{
    font-size: 200%;
    font-family: 'UD Digi Kyokasho NK-B';
    color: #963c9e;
    letter-spacing: 2px;
    position: relative
}

.fotter-info h2 span{
    display: block;
    font-size: 80%;
    letter-spacing: 1px;
    font-family: "游明朝";
    border-top: solid 1px;
    width: 20%;
    margin: 5px auto;
    padding: 5px 0 0
}

.fotter-info h2 .fotter-left,.fotter-info h2 .fotter-right{
    position: absolute;
    width: 7%;
    max-width: 100px
}

.fotter-info h2 .fotter-left{
    left: 15%;
    bottom: 0;
}

.fotter-info h2 .fotter-right{
    right: 15%;
    bottom: 0%;
}

.fotter-info iframe{
    margin: 0 0 0 3%;
    width: 35%;
    display: inline-block
}

/* ///////////////////////////////////////////////////////////////////
フッター オフィス
/////////////////////////////////////////////////////////////////// */

.fotter-info .fotter-office{
    padding: 30px 0;
    margin:0;
    display: inline-block;
    width: 60%;
}

.fotter-office ul{
    max-width: 1080px;
    border-spacing:30px;
    border-collapse: separate;
    margin: 0 auto;
    width: 100%;
    display: table
}

.fotter-office li{
    width: 50%;
    display: table-cell
}

.fotter-office .img{
    overflow: hidden;
  cursor: pointer;
}

.fotter-office li img{
    width:  100%;
    height: 140px;
    margin-bottom: -8px;
    transition-duration: 0.5s;
}

.fotter-office li img:hover{
    transform: scale(1.2);
  transition-duration: 0.5s;
}

.fotter-office span{
    text-align: center;
    background: #bf5be3;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝"
}


/* ///////////////////////////////////////////////////////////////////
フッター
/////////////////////////////////////////////////////////////////// */

#fotter {
    text-align: center;
    background: #f0f0f0ff;
    margin:-5px 0 0;
    padding: 5% 0 0
}

#fotter ul{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    margin: 0 2%
}

#fotter ul li{
    display: block;
    text-align: left;
    line-height: 2
}

#fotter .title{
    display: block;
    text-align: center;
    box-shadow:2px 1px 2px #aaa;
    margin-bottom: 10px;
    color:#fff;
    font-weight: bold;
    padding: 5px;
    background: #963c9e
}

#fotter li a::before{
    font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding: 0 10px 0 0;
  color: #963c9e;
    font-weight: 900
}

#fotter li a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

#fotter .f-list{
    display: inline-block;
    width: 60%;
    vertical-align: top
}

#fotter .f-logo{
    display: inline-block;
    width: 35%;
    text-align: center
}

#fotter .f-logo img{
    width: 70%;
    display: block;
    margin: 0 auto
}

#fotter .f-logo font{
    display: block
}

#fotter .f-logo .company{
    margin: 5% auto 0;
    border: solid 1px #cd483fff;
    width: 50%;
    background: #fff
}

#fotter .f-logo .company span{
    background: #cd483fff;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 2
}

#fotter .f-logo .company h2{
    font-size: 100%;
    line-height: 1.8;
    font-family: "游ゴシック"
}

#fotter .f-logo .company:hover{
    transition-duration: 0.5s;
    background: #cd483fff;
}

#fotter .f-logo .company a:hover{
    color: #fff
}

/* ///////////////////////////////////////////////////////////////////
コピーライト
/////////////////////////////////////////////////////////////////// */

#fotter .copyright{
    display: block;
    font-size: 14px;
    margin: 5% 0 0
}

/* ///////////////////////////////////////////////////////////////////
フィックス
/////////////////////////////////////////////////////////////////// */

.fixed{
    display: none
}

.fixed img{
    display: none
}