@charset "utf-8";
html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0;box-sizing:border-box;}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none;vertical-align: bottom}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none;}a{text-decoration:none;}.wrapper{overflow:hidden;}body{overflow-y:scroll;}img{max-width: 100%;}

/* pcレイアウト */

.wrapper {
    max-width: 1020px;
    margin: 0 auto 130px auto;
    font-size: 0.9rem;
    padding: 0 4%;
  }
h1.site-title a{
  width: 200px;
  height:150px;
  
}
  .site-title a {
    display: block;
  }
  .sec-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 65px;
  }
  h2.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.75rem;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'BIZ UDPGothic', sans-serif;
  }
  h2.section-title::before,
  h2.section-title::after {
    border-top: 1px solid;
    content: "";
    width: 28%;
  }
  .inner img{
    max-width: 150px;
    height: 30px;
  }
/* ここからヘッダー部分 */
header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
header .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
img{
  width: 100%;
}
/* header-navi */

header .navi {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  list-style: none;
}
header .navi li {
  margin: 5px 0 5px 0px;
  padding: 10px;
}
header .navi li:first-child {
  margin-left: 0;
}
header .navi li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 18px;
}

.nav-item a {
  padding: 5px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  /* アニメーション速度を指定 */
  transition: 0.1s ease-out;
}
.nav-item a:hover {
  /* hover後にメニューを囲うボーダーの指定 */
  border: 1.5px solid #333333;
}

/* add css  */

#header.scroll {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

/* layout */

body{
  margin: 0;
  padding: 0;
}
/* メインレイアウト */
#main{
  height: auto;
}
/* 共通レイアウト */
h3{
  text-align: center;
  margin-top: 22px;
  font-family: 'BIZ UDPMincho', serif;
}
img{
  width: 300px;
  height: 160px;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding: 30px;
  width: 32%;
  background-color: #fff;
}

/* .item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}
 */
.item:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width:520px) {
  #header{
    max-width: 100%;
  }
  #main{
    max- width: 100%;
    margin: 0 auto;
  }
  h2.section-title{
    font-size: 1.2rem;
  }
  header .navi li a{
    font-size: 0.6rem;
  }
  header .navi li {
    padding: 4px;
  }
  ul.navi{
    display: block;
  }
  .nav-item a{
    padding: 0;
  }
  .wrapper{
    max-width: 100%;
  }
  .wrap{
    display: block;
    flex-direction: column;
    max-width: 100%;
  }
  .item{
    width: 90%;
    margin: 0 auto;
  }

}
@media not all and (min-width: 768px) {

 

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.item{
  margin:0 auto; 
  overflow:hidden; 
 }
 .item img{
  transition:1s all;
 }
 .item img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
 }