@charset "utf-8";
/*
Theme Name: kosaka-themes-solution
Theme URI: http://www.solution-sy.com/
Author: solution.STC
Author URI: http://www.crossdesign-company.co.jp  
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  --white:#fff;
  --lightgrey:#b4b4b4;
  --black:#000000;
  --blue:#12337D;
  --yellow:#fff600;
  --orange:#e8a246;
  --lightgreen:#9bd11c;
  --green:#74b700;
  --darkgreen:#5e9400;
  --red:#d40000;
  --brown:#8a6d5b;
  --redbrown:#74391a;
  --yelloworange:#cf8d3e;
}

address, caption, code, figcaption, pre, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

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

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

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

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd; 
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 15px;
  background-color: var(--green); 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}
/*hasbg*/
.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1666238971337') format('woff2'),
       url('iconfont/iconfont.woff?t=1666238971337') format('woff'),
       url('iconfont/iconfont.ttf?t=1666238971337') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*sp mobile-btn*/
/* sp mobile-btn and nav css */

.spscreen {
  display: none; }
.mobilebtn{display:none;}
@media screen and (max-width: 768px) {
  .logged-in .mobilebtn{
    top:60px;
  }
  .mobilebtn {
    position: fixed;
    z-index: 110;
    top: 20px;
    right: 20px;
    display: block; }

  .mobilebtn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .mobilebtn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: var(--brown);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }

  .mobilebtn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }

  .mobilebtn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

  .mobilebtn .active {
    transform:translateX(-200px) rotate(180deg); /* */}

  .mobilebtn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: center center !important;/*0.71429px*/
    width: 30px !important; }

  .mobilebtn .active span:nth-child(2) {
    transform: rotate3d(0, 1, 0, -90deg) !important;
    width: 0!important;
  }

  .mobilebtn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: center center !important;/*0.71429px */
    width: 30px !important; }

  .sp-wrapper-move {
    transform: translateX(0px) !important; }

  .spscreen {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block; }

  .spscreen .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }

  .spscreen nav ul {
    padding: 0 15px; }

  .spscreen nav ul li:first-child {
    border-top: 1px solid #5d5d5d; }

  .spscreen nav ul li {
    border-bottom: 1px solid #5d5d5d; }

  .spscreen nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .3s; }

  .spscreen nav ul li a:hover {
    background: #f2f2f2;
    color: #000; }

  .spscreen nav ul li ul{
    display:none;
  }
  .spscreen nav ul li a.current{position:relative;}
  .spscreen nav ul li a.current:after{content:"";border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:50%;right:0;transform:translateY(-50%);transform-origin:center;}
  .spscreen nav ul li a.current.active:after{transform:rotate(180deg);}
  .spscreen nav ul li a:hover{background:#f2f2f2;color:#000;}
  .spscreen nav ul li ul{display:none;padding:0;}
  .spscreen nav ul li ul li a{font-size:12px;}
}

.spscreenmask{position:fixed;top:0;right:0;z-index:99;background:rgba(0,0,0,0.6);width:0%;height:100%;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
.spscreenmask.spscreenmaskmove{width:100%;}


/*headerfixed*/
.headerfixed{position:fixed;top:0;left:0;z-index:90;width:100%;background:#fff;box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);-webkit-animation: headeranimation .5s linear  0s 1;animation: headeranimation .5s linear  0s 1; }
.logged-in .headerfixed{top:32px;}
@keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}
@-webkit-keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}


header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px;}


.sitelogo{width:300px;padding:0 20px;display:flex;transition:.3s;}
.sitelogo:hover{opacity:0.7;}

.headmain{ display:flex;}


.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;align-items:center;}
.mainnavigation ul li{position:relative;padding:20px 40px;}
.mainnavigation ul li a{width:100%;font-size:18px;color:#000;display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul li a:hover{color:var(--brown);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--brown);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.mainnavigation ul li > a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}
.mainnavigation ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);background:var(--grey);}
.mainnavigation ul li:hover ul{display:block;}
.mainnavigation ul li ul li a{text-align:center;padding:5px 10px;}
.mainnavigation ul li ul li a:after{display:none;}

.speciallinks{}
.speciallinks a{text-decoration:none;display:flex;justify-content:center;align-items:center;padding:20px 30px;background:var(--brown);color:var(--white);position:relative;overflow:hidden;}
.speciallinks a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-101%);background:var(--redbrown);transition:.3s;}
.speciallinks a i{width:38px;height:28px;position:relative;z-index:1;}
.speciallinks a span{font-size:20px;font-weight:bold;margin-left:20px;position:relative;z-index:1;}
.speciallinks a:hover:after{transform:translateY(0);} 
@media screen and (max-width: 1520px) {
  header{padding:10px;}
  .sitelogo{width:240px;}
  .mainnavigation ul li{padding:15px 20px;}
  .mainnavigation ul li a{font-size:16px;}
  .speciallinks a{padding:15px 20px;}
  .speciallinks a i{width:30px;height:30px;}
  .speciallinks a span{font-size:16px;margin-left:10px;}
}
@media screen and (max-width: 1080px) {
  .sitelogo{width:180px;padding:0;padding-left:10px;}
  .mainnavigation ul li{padding:10px;}
  .mainnavigation ul li a{font-size:14px;}
  .speciallinks a{padding:10px 15px;}
  .speciallinks a i{width:20px;height:20px;}
  .speciallinks a span{font-size:14px;margin-left:5px;}
}
@media screen and (max-width: 768px) {
  .headmain{margin-right:60px;}
  .mainnavigation{display:none;}
}
@media screen and (max-width: 568px) {
  .sitelogo{padding:0 10px;}
  .speciallinks a span{display:none;}
}
/* /header css */
/*banner*/
.banner{position:relative;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;display:flex;}
.banner .bannermain li figure{}

@media screen and (max-width: 1520px) {
  .banner .bannertext{max-width:800px;padding:60px 40px;}
/*  .banner .bannertext h1{font-size:38px;}
  .banner .bannertext p{font-size:20px;}*/
}
@media screen and (max-width: 1080px) {
  .banner .bannertext{max-width:650px;padding:20px;}
/*  .banner .bannertext h1{font-size:30px;margin-bottom:15px;}
  .banner .bannertext p{font-size:16px;}*/
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  /*.banner .bannermain figure,.banner .bannermain figure:after{height:350px;}*/
  .banner .bannertext{width:80%;max-width:100%;}
/*  .banner .bannertext h1{font-size:24px;margin-bottom:10px;}
  .banner .bannertext p{font-size:14px;}*/
}
@media screen and (max-width: 528px) {
  /*.banner .bannermain figure,.banner .bannermain figure:after{height:300px;}*/
  .banner .bannertext{padding:10px;}
/*  .banner .bannertext h1{font-size:20px;margin-bottom:5px;}
  .banner .bannertext p{font-size:12px;}*/
}


.banneritem{display:flex;}
.bannerinner{display:flex;}
.bannerinner .imgleft{width:35%;height:85vh;position:relative;}
.bannerinner .imgleft:after{padding-top:0;}
.bannerinner .imgright{width:65%;height:85vh;position:relative;}
.bannerinner .imgright:after{padding-top:0;}
.banlefttext{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); display:flex;align-items:flex-start;}
.banlefttext h3{color:var(--white);font-size:50px;line-height:1.1;width:100px;padding:15px 10px;background:rgba(165,188,70,0.8);display:inline-flex;transform:skewY(-10deg);text-align:center;}
.banlefttext h3 span{transform:skewY(10deg);}
.banlefttext h3:not(:last-child){margin-right:15px;margin-top:50px;}
.goto{color:var(--black);text-transform:uppercase;font-size:18px;position:absolute;right:15%;bottom:5%;z-index:10;display:block;transform:rotate(-15deg); transition:.3s;}
.goto i{display:block;width:80px;position:absolute;bottom:-10px;right:-30px;border-bottom:1px solid var(--black);transition:.3s;}
.goto:hover i{right:-35px;bottom:-10px;}
.goto i:after{content:"";display:block;width:15px;position:absolute;right:0;bottom:0;transform-origin:right bottom;transform:rotate(60deg);border-bottom:1px solid var(--black);}
.goto:hover{text-decoration:none;}
.goto span{}
.goto i{}


.banrighttext{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;padding:10px 0px 10px 70px;}
.banrighttext:after{content:"";position:absolute;right:-10%;top:0;width:70%;height:100%;background:rgba(223,239,117,0.8);transform: skewX(-15deg);}
.banrighttext h3{position:relative;z-index:1;color:var(--redbrown);font-size:60px;line-height:2;letter-spacing:0.2em;text-shadow:1px 0 1px var(--white),-1px 0 1px var(--white),0 1px 1px var(--white),0 -1px 1px var(--white),2px 0 2px var(--white),-2px 0 2px var(--white),0 2px 2px var(--white),0 -2px 2px var(--white);}
@media screen and (max-width: 1520px) {
  .banlefttext h3{font-size:38px;width:80px;}
  .goto{font-size:16px;}
  .banrighttext{padding:10px 0 10px 50px;}
  .banrighttext h3{font-size:45px;letter-spacing:0.1em;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .bannerinner .imgleft{height:50vh;}
  .bannerinner .imgright{height:50vh;}
  .banlefttext h3{font-size:24px;width:50px;}
  .goto{font-size:14px;}
  .banrighttext{padding:10px 0 10px 20px;}
  .banrighttext:after{width:60%;}
  .banrighttext h3{font-size:32px;letter-spacing:2px;}
}
@media screen and (max-width: 768px) {
  .bannerinner .imgleft{height:350px;}
  .bannerinner .imgright{height:350px;}
  .banlefttext h3{font-size:18px;width:30px;padding:15px 5px;margin-right:10px;}
  .goto{font-size:12px;}
  .goto i{width:50px;bottom:-5px;right:-15px;}
  .goto:hover i{right:-20px;bottom:-5px;}
  .banrighttext{padding:10px;}
  .banrighttext:after{width:50%;}
  .banrighttext h3{font-size:24px;letter-spacing:1px;text-shadow:1px 0 1px var(--white),-1px 0 1px var(--white),0 1px 1px var(--white),0 -1px 1px var(--white);}
}
@media screen and (max-width: 568px) {
  .bannerinner .imgleft{height:240px;}
  .bannerinner .imgright{height:240px;}
  .banlefttext h3{font-size:14px;width:24px;padding:10px 5px;margin-right:5px;line-height:1;letter-spacing:0;}
  .goto{font-size:10px;}
  .banrighttext h3{font-size:20px;}
}

.pagebanner{height:150px;position:relative;}
.pagebannerslogan{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:center;}
.pagebannerslogan h1{font-size:50px;text-align:center;}
@media screen and (max-width: 1520px) {
  .pagebannerslogan h1{font-size:38px;}
}
@media screen and (max-width: 1080px) {
  .pagebanner{height:100px;}
  .pagebannerslogan h1{font-size:30px;}
}
@media screen and (max-width: 768px) {
  .pagebannerslogan h1{font-size:24px;} 
}
/*/banner*/


/* footer css */

.foottop{background:var(--lightgreen);padding:20px 40px;}
.footban{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.footban figure{width:150px;height:150px;}
.footban figure img{}
.footban div{margin:0 30px;}
.footban div h3{font-size:30px;color:var(--white);font-weight:normal;}
.footban div h2{font-size:45px;color:var(--white);}
.footban div h2 strong{font-size:130%;color:var(--yellow);font-weight:normal;text-shadow:3px 0px 3px #80ac17;margin:0 15px;}


.footmain{background:var(--green);padding:30px 40px;}
.footinnner{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.footlogo{width:260px;display:block;transition:.3s;}
.footlogo:hover{opacity:0.7;}
.footmenu{}
.footmenu ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.footmenu ul li{padding:10px 38px;text-align:center;}
.footmenu ul li a{color:var(--white);font-size:18px;display:flex;justify-content:center;text-decoration:none;transition:.3s;}
.footmenu ul li a:hover{color:var(--brown);}

.copyright{background:var(--darkgreen);width:100%;}
.copyright p{width:100%;max-width:1400px;margin:0 auto;padding:10px 40px;font-size:14px;text-align:center;color:#fff;}
@media screen and (max-width: 1520px) {
  .foottop .footban{max-width:900px;}
  .footban figure{width:100px;height:100px;}
  .footban div h3{font-size:24px;}
  .footban div h2{font-size:38px;}
  .footlogo{width:200px;}
  .footmenu ul li{padding:10px 20px;}
  .footmenu ul li a{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .foottop{padding:20px;}
  .foottop .footban{max-width:650px;}
  .footban figure{width:60px;height:60px;}
  .footban div h3{font-size:18px;}
  .footban div h2{font-size:30px;}
  .footmain{padding:20px;}
  .footlogo{width:140px;}
  .footmenu ul li{padding:10px;}
  .footmenu ul li a{font-size:14px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .foottop .footban{max-width:500px;}
  .footban figure{width:38px;height:38px;}
  .footban div{margin:0 10px;}
  .footban div h3{font-size:14px;}
  .footban div h2{font-size:22px;}
  .footlogo{width:120px;margin:0 auto 10px;}
  .footmenu{width:100%;}
  .footmenu ul li{width:33.333333%;padding:5px;}
  .copyright p{padding:5px 10px;}
}
@media screen and (max-width: 568px) {
  .foottop .footban{max-width:280px;}
  .footban figure{width:20px;height:20px;}
  .footban div{margin:0 5px;}
  .footban div h3{font-size:10px;}
  .footban div h2{font-size:14px;}
  .footban div h2 strong{font-size:110%;margin:0 5px;}
  .footmenu ul li{width:50%;}
}
/* /footer css */





/*public*/
.part{padding:60px 40px;}
.partfull{padding:50px 0;}
.w1720{width:100%;max-width:1720px;margin:0 auto;}
.w1520{width:100%;max-width:1520px;margin:0 auto;}
.w1320{width:100%;max-width:1320px;margin:0 auto;}
.w1200{width:100%;max-width:1200px;margin:0 auto;}
.w1100{width:100%;max-width:1100px;margin:0 auto;}
.w1000{width:100%;max-width:1000px;margin:0 auto;}
@media screen and (max-width: 1080px) {
  .part{padding:30px 20px;}
  .partfull{padding:30px 0;}
}

.flex{display:flex;}
.flexwrap{flex-wrap: wrap;}
.justifyspacebetween{justify-content:space-between;}
.justifycenter{justify-content:center;}
.aligncenter{align-items:center;}
.flexcolumn{flex-direction:column;}
.flexrowreverse{flex-direction:row-reverse;}
.flexcenter{justify-content:center;align-items:center;}

.layout{display:flex;flex-wrap: wrap;}
.avcol2{width:50%;}
.avcol3{width:33.333333%;}
.avcol4{width:25%;}
.avcol5{width:20%;}
.avcol6{width:16.666667%;}
.pcimg{display:block;}
.spimg{display:none;}
@media screen and (max-width: 768px) {
.pcimg{display:none;}
.spimg{display:block;}
}


.colororange{color:var(--orange);}
.colorblue{color:var(--blue);}
.colorred{color:var(--red);}
.colorgreen{color:var(--green);}
.colorbrown{color:var(--brown);}

.icontalk{background:url(img/icontalk.png) no-repeat;background-size:contain;background-position:center center;}

.titlegroup{display:flex;flex-direction:column;}
.t2{font-size:50px;}
.t3{font-size:30px;}
.t5{font-size:25px;}
.textcenter{text-align:center;}
@media screen and (max-width: 1520px) {
  .t2{font-size:38px;}
  .t3{font-size:20px;}
  .t5{font-size:20px;}
}
@media screen and (max-width: 1080px) {
  .t2{font-size:30px;}
  .t3{font-size:20px;}
  .t5{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .t2{font-size:24px;} 
}


.twocolumn{display:flex;justify-content:space-between;flex-wrap:wrap;}
.text{font-size:20px;}
.pic{}
@media screen and (max-width:1520px){
  .text{font-size:16px;}
}
@media screen and (max-width:1080px){
  .text{font-size:14px;}
}

.wide{text-align:center;}
.wide h5{font-size:24px;margin-bottom:38px;}
.wide p{margin-bottom:30px;font-size:18px;line-height:2;}
.wide strong{font-size:18px;}
@media screen and (max-width: 1520px) {
  .wide h5{font-size:20px;margin-bottom:25px;}
  .wide p{margin-bottom:20px;font-size:16px;line-height:1.8;}
  .wide strong{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .wide h5{font-size:18px;margin-bottom:20px;}
  .wide p{margin-bottom:15px;font-size:14px;}
  .wide strong{font-size:14px;}
}


.card{color:var(--black);display:block; transition:.3s;}
.card:hover{text-decoration:none;}
.cardtext{margin-top:20px;font-size:20px;}
.cardtext p{margin-top:10px;}
.cardpic{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:10px;border:10px solid var(--white);box-shadow:0 1px 1px 0 #d9d2cd,0 -1px 1px 0 #d9d2cd,1px 0 0 1px #d9d2cd,-1px 0 0 1px #d9d2cd, 0px 5px 5px 0px rgba(0, 0, 0, 0.07),inset 0px 0px 0px 10px rgba(255, 255, 255, 0.004);}
.cardpic figure{width:100%;transition:.3s;}
.cardpic figure:after{padding-top:90%;}
.card:hover .cardpic figure{transform:scale(1.2,1.2);}
@media screen and (max-width: 1520px) {
  .cardtext{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .cardtext{margin-top:15px;font-size:14px;}
  .cardtext p{margin-top:5px;}
  .cardpic{border-width:5px;}
  .cardpic figure:after{padding-top:80%;}
}



.tablelist{}
.tablelist dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:30px 0;font-size:20px;border-bottom:1px solid #e9e9e9;color:#555;}
.tablelist dl dt{width:230px;font-weight:bold;}
.tablelist dl dd{width:calc(100% - 230px);}
@media screen and (max-width: 1520px) {
  .tablelist dl{font-size:16px;padding:20px 0;}
  .tablelist dl dt{width:160px;}
  .tablelist dl dd{width:calc(100% - 160px);}
}
@media screen and (max-width: 1080px) {
  .tablelist dl{font-size:14px;padding:10px 0;}
  .tablelist dl dt{width:130px;}
  .tablelist dl dd{width:calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
  .tablelist dl dt{width:100%;}
  .tablelist dl dd{width:100%;}
}

/*googlemap*/
.googlemap{width:100%;height:450px;overflow:hidden;line-height:1;}
.googlemap iframe{width:100%;height:450px;background:url(img/googlemap.jpg) no-repeat;background-color:var(--grey);background-position:center;}
@media screen and (max-width:1080px){
  .googlemap{height:350px;}
  .googlemap iframe{height:350px;}
}
@media screen and (max-width:768px){
  .googlemap{height:300px;}
  .googlemap iframe{height:300px;}
}
@media screen and (max-width:520px){
  .googlemap{height:240px;}
  .googlemap iframe{height:240px;}
}

/*scrolltop*/
.scrolltop{position: fixed;right: 2%;bottom:15%;z-index: 70;transition:.5s;background:var(--yellow);color:#fff;width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;text-decoration:none;padding:15px 10px 10px 10px;}
.scrolltop:after{content:"";display:block;width:25px;height:25px;border:solid var(--green);border-width:3px 3px 0 0;transform:rotate(-45deg);}
@media screen and (max-width: 1520px) {
  .scrolltop{width:60px;height:60px;}
  .scrolltop:after{width:20px;height:20px;border-width:2px 2px 0 0;}
}
@media screen and (max-width: 1080px) {
  .scrolltop{width: 40px;height: 40px;padding:5px 0 0 0;}
  .scrolltop:after{width:16px;height:16px;}
}

.linkshare{width:160px;height:160px;position:fixed;right: 2%;bottom:30%;z-index: 70;display:block;border-radius:50%;transition:.3s;}
.linkshare:hover{box-shadow:0 0 5px 5px rgba(0,0,0,0.15);}
@media screen and (max-width: 1520px) {
  .linkshare{width:120px;height:120px;}
}
@media screen and (max-width:1080px){
  .linkshare{width:100px;height:100px;}
}
/*paging*/
.paging{margin-top:50px;display:flex;justify-content: center;align-items:center;}
.paging .page-numbers{border:1px solid var(--orange);margin:5px;padding: 10px 16px;text-align: center;color:var(--black);background:var(--white);text-decoration:none; }
.paging .page-numbers:hover{background:var(--orange);color:var(--white);border:1px solid var(--orange);}
.paging .page-numbers.current{border:1px solid transparent; color:var(--white);background:var(--orange);}
.paging .page-numbers.current:hover{background:var(--orange);color:var(--white);border:1px solid var(--orange);}
@media screen and (max-width: 1080px) {
  .paging .page-numbers{margin:3px;padding: 5px 8px;}
}


.form{}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{width:100%;padding:10px;background:var(--white);border:1px solid #d2d2d2;border-radius:3px;}
.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="tel"]:focus,.form textarea:focus,.form input[type="file"]{border:1px solid var(--brown);}
.form dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px 0;font-size:18px;}
.form dl dt{display:flex;align-items:flex-start; width:350px;}
.form dl dt .tag{padding:3px 10px;font-size:16px;margin-left:20px;}
.form dl dd{width:calc(100% - 350px);}
.form .btngroup{margin-top:50px;display:flex;justify-content:center;}
.form .btngroup .button{border-radius:0px;padding:15px 60px;}
.radiobox label,.checkbox label{display:inline-flex;align-items:center;margin-right:30px;font-weight:bold;}
.radiobox label input[type=radio],.checkbox label input[type=radio]{margin-right:5px;}
@media screen and (max-width: 1520px) {
  .form dl{font-size:16px;}
  .form dl dt{width:300px;}
  .form dl dd{width:calc(100% - 300px);}
  .form dl dt .tag{font-size:14px;}
  .form .btngroup{margin-top:30px;}
}
@media screen and (max-width: 1080px) {
  .form dl{font-size:14px;}
  .form dl dt{width:240px;}
  .form dl dd{width:calc(100% - 240px);}
  .form dl dt .tag{font-size:12px;padding:3px 7px;margin-left:10px;}
  .form .btngroup{margin-top:20px;}
  .form .btngroup .button{padding:10px 30px;}
}
@media screen and (max-width: 768px) {
  .form dl dt{width:100%;margin-bottom:5px;}
  .form dl dd{width:100%;}
}

.button{padding:10px;text-decoration:none;text-align:center;display:inline-block;color:var(--orange);border:1px solid var(--orange);background:var(--white);transition:.3s;}
.button:hover{text-decoration:none;background-color:var(--orange);color:var(--white);border:1px solid var(--white);}
.button.pinkbtn{color:var(--white);border:1px solid var(--pink);background-color:var(--pink);}
.button.pinkbtn:hover{background-color:var(--orange);border:1px solid var(--orange);}
.button.themebtn{color:var(--white);background-color:var(--brown);border:1px solid var(--brown);}
.button.themebtn:hover{background-color:var(--green);border:1px solid var(--green);}
.button.greybtn{color:var(--black);background:var(--lightgrey);border:1px solid var(--lightgrey);}
.button.greybtn:hover{}


.detail{font-size:18px;}
.detailteile{margin-bottom:30px;}
.datetime{border-bottom:1px solid var(--brown);padding-bottom:10px;margin-bottom:30px;display:block;font-size:16px;}
.detail p{margin-bottom:20px;}
@media screen and (max-width: 1520px) {
  .datetime{font-size:14px;}
  .detail{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .detail{font-size:14px;}
  .detail p{margin-bottom:10px;}
  .datetime{font-size:12px;}
  .detailteile{margin-bottom:20px;}
}



/*home*/
.greeting.part{background:url(img/greetingbg.jpg) no-repeat;padding-bottom:130px;}
.greetingmain{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;}
.greetingmain > figure{width:420px;margin-bottom:-50px;}
.greetingmain > div{width:calc(100% - 500px);}
.greetingmain > div figure{width:100%;max-width:500px;margin:0 auto 50px;}
@media screen and (max-width: 1520px) {
  .greeting.part{padding-bottom:100px;}
  .greetingmain > figure{width:360px;}
  .greetingmain > div{width:calc(100% - 420px);}
  .greetingmain > div figure{max-width:380px;margin:0 auto 30px;}
}
@media screen and (max-width: 1080px) {
  .greeting.part{padding-bottom:60px;}
  .greetingmain > figure{width:300px;}
  .greetingmain > div{width:calc(100% - 320px);}
  .greetingmain > div figure{max-width:320px;margin:0 auto 20px;}
}
@media screen and (max-width: 768px) {
  .greeting.part{padding-bottom:50px;}
  .greetingmain > figure{width:100%;max-width:300px;margin:0 auto;order:1;}
  .greetingmain > figure img{width:100%}
  .greetingmain > div{width:100%;margin:0 auto 20px;}

}

.recommend{position:relative;background:#fcf8f6;}
.recommend:after{content:"";position:absolute;top:-100px;left:0; width:100%;height:150px;border-radius:50% 50% 0 0;background:#fcf8f6;}
.recommendmain{position:relative;z-index:10;}
.recommendtitle{position:relative;max-width:600px;margin:0 auto -20px;}
.recommendtitle img{position:absolute;top:-100px;left:-100px; width:200px;height:200px;}
.recommendtitle span{position:relative;z-index:1;background: -webkit-linear-gradient(left, #25c3bf, #3dccaf , #60d897,#73e08a,#87e77c);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.checkboxborad{padding:50px;border-radius:15px;background:var(--white);box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.07);}
.checkboxlist{width:100%;max-width:900px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;}
.checkboxlist li{width:calc(50% - 10px);margin-top:20px;font-size:30px;color:var(--redbrown);font-weight:bold;display:flex;align-items:center;}
.checkboxlist li:before{content:"";background:url(img/checkboxpic.png) no-repeat;background-size:contain;background-position:center;margin-right:15px;width:38px;height:38px;display:block;}
@media screen and (max-width: 1520px) {
  .recommend:after{height:100px;}
  .recommendtitle{max-width:500px;}
  .recommendtitle img{position:absolute;top:-50px;left:-50px; width:120px;height:120px;}
  .recommendtitle span{}
  .checkboxborad{max-width:1200px;margin:0 auto;padding:30px;}
  .checkboxlist{max-width:700px;}
  .checkboxlist li{font-size:24px;}
  .checkboxlist li:before{width:30px;height:30px;}
}
@media screen and (max-width: 1080px) {
  .recommend:after{top:-60px;height:60px;}
  .recommendtitle{max-width:380px;}
  .recommendtitle img{position:absolute;top:-30px;left:-30px; width:80px;height:80px;}
  .recommendtitle span{}
  .checkboxborad{ padding:20px;}
  .checkboxlist{max-width:600px;}
  .checkboxlist li{font-size:18px;}
  .checkboxlist li:before{width:20px;height:20px;margin-right:10px;}
}
@media screen and (max-width: 768px) {
  .recommendtitle{max-width:300px;}
  .recommendtitle img{position:absolute;top:-20px;left:-20px; width:50px;height:50px;}
  .checkboxborad{ padding:10px;border-radius:10px;}
  .checkboxlist{max-width:450px;}
  .checkboxlist li{font-size:16px;margin-top:10px;}
  .checkboxlist li:before{width:16px;height:16px;margin-right:5px;}
}
@media screen and (max-width: 568px) {
  .checkboxlist li{width:100%;}
}

.features{}
.featuresbg{width:100%;border-radius:30px;overflow:hidden;}
.featuresbg img{width:100%;}
.featuresmain{margin:-160px auto 0;position:relative;z-index:10;}
.featuresmain .titlegroup{width:720px;padding:30px 20px;background:var(--white);border-radius:20px 20px 0 0;margin-bottom:60px;}
.featuresmain .titlegroup .t2{text-transform:uppercase;}

.featureslist{}
.featureslist ul{margin-right:-80px;}
.featureslist ul li{padding-right:80px;margin-bottom:20px;}


.featurecard{width:100%;height:100%;border-radius:20px;background:var(--white);overflow:hidden;}
.featurepic{box-shadow:0px 50px 5px 0px rgba(0, 0, 0, 0.05);}
.featurepic img{width:100%;}
.featuretext{padding:20px;background:#fcf8f6;border-radius:0 0 20px 20px;text-align:center;box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.15);}
.featuretext h3{margin-bottom:15px;letter-spacing:0.2em;}
.featuretext p{font-size:20px;line-height:2;font-weight:bold;}
@media screen and (max-width: 1520px) {
  .featuresmain{margin:-120px auto 0;}
  .featuresmain .titlegroup{width:600px;margin-bottom:30px;}
  .featureslist ul{margin-right:-30px;}
  .featureslist ul li{padding-right:30px;}
  .featuretext{padding:15px 10px;}
  .featuretext h3{margin-bottom:10px;letter-spacing:0.1em;}
  .featuretext p{font-size:16px;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .featuresbg{border-radius:15px;}
  .featuresmain{margin:-80px auto 0;}
  .featuresmain .titlegroup{width:470px;margin-bottom:20px;padding:20px 10px 0;}
  .featureslist ul{margin-right:-15px;}
  .featureslist ul li{padding-right:15px;}
  .featuretext{border-radius:10px;min-height:10em;}
  .featuretext h3{margin-bottom:5px;letter-spacing:1px;}
  .featuretext p{font-size:14px;line-height:1.6;}
}
@media screen and (max-width: 768px) {
  .featuresmain{margin:-60px auto 0;}
  .featuresmain .titlegroup{width:350px;}
  .featureslist ul{margin-right:-15px;}
  .featureslist ul li{padding-right:15px;}
  .featuretext{padding:10px 5px;}
  
}
@media screen and (max-width: 568px) {
  .featuresmain{margin:-20px auto 0;}
  .featuresmain .titlegroup{width:100%;max-width:360px;}
  .featuresmain .titlegroup .t2{letter-spacing:1px;font-size:20px;}
  .featureslist ul li{width:100%;}
  .featurecard{max-width:380px;margin:0 auto;}
  .featuretext{min-height:auto;}
}






.price{}
.pricemain{padding:100px 80px 60px;background:#fcf8f6;}
.pricemain .titlegroup{position:relative;align-items:center;margin-bottom:80px;}
.pricemain .titlegroup .entitle{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-transform:uppercase;color:var(--white);font-size:7.5vw;text-align:center;white-space:nowrap;}
.pricemain .titlegroup .t5{position:relative;z-index:1;letter-spacing:0.3em;}

.pricelist{}
.pricelist ul{margin-right:-30px;margin-bottom:-30px;}
.pricelist ul li{padding-right:30px;margin-bottom:30px;}

.pricecard{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 60px;border-radius:15px;background:var(--white);box-shadow:0 5px 5px #e7e4e2;}
.pricecard dt{font-size:80px;font-weight:bold;width:150px;}
.pricecard dd{font-size:26px;width:calc(100% - 150px);font-weight:bold;}
.pricecard dd div{}
.pricecard dd strong{font-size:150%;}
@media screen and (max-width: 1520px) {
  .pricemain{padding:80px 30px 50px;}
  .pricemain .titlegroup{margin-bottom:60px;}
  .pricemain .titlegroup .entitle{font-size:7vw;}
  .pricecard{padding:20px 30px;}
  .pricecard dt{font-size:70px;width:120px;}
  .pricecard dd{font-size:20px;width:calc(100% - 120px);}
}
@media screen and (max-width: 1080px) {
  .pricemain{padding:60px 20px 30px;}
  .pricemain .titlegroup{margin-bottom:30px;}
  .pricemain .titlegroup .entitle{font-size:6vw;}
  .pricelist ul{margin-right:-20px;margin-bottom:-20px;}
  .pricelist ul li{padding-right:20px;margin-bottom:20px;}
  .pricecard{padding:20px 10px;border-radius:5px;}
  .pricecard dt{font-size:55px;width:100px;}
  .pricecard dd{font-size:16px;width:calc(100% - 100px);}
}
@media screen and (max-width: 768px) {
  .pricemain{padding:30px 20px;}
  .pricemain .titlegroup .entitle{font-size:5vw;}
  .pricelist ul{margin-right:-10px;margin-bottom:-10px;}
  .pricelist ul li{padding-right:10px;margin-bottom:10px;}
  .pricecard{padding:20px 10px;border-radius:5px;}
  .pricecard dt{font-size:36px;width:60px;}
  .pricecard dd{font-size:14px;width:calc(100% - 60px);}
}
@media screen and (max-width: 628px) {
  .pricemain{padding:30px 10px;}
  .pricemain .titlegroup .entitle{font-size:24px;}
  .pricelist ul li{width:100%;}
  .pricecard{max-width:360px;margin:0 auto;}
}



.customer{position:relative;padding-bottom:0;}
.customerbg{width:100%;display:flex;justify-content:center;}
.customerbg img{width:100%;}
/*.customer:after{content:"";background:url(img/customerbg.jpg) no-repeat;background-position:top 0 center;}*/
.customer .customermain{position:relative;z-index:1;border-radius:30px 30px 0 0; background:var(--white);padding:80px 80px 0 80px;margin:-20% auto 0;}
.customermain .titlegroup{align-items:center;margin-bottom:60px;}
.customermain .titlegroup .t2{text-transform:uppercase;margin-bottom:20px;}
.customermain .twocolumn{max-width:1320px;margin:60px auto;align-items:flex-start;}
.customermain .twocolumn .pic{width:calc(50% - 30px);border-radius:15px;padding:10px;background:var(--white);border:1px solid var(--brown);overflow:hidden;}
.customermain .twocolumn .pic figure{border-radius:3px;overflow:hidden;}
.customermain .twocolumn .pic figure:after{padding-top:55%;}
.customermain .twocolumn .text{width:calc(50% - 30px);}
.customermain .twocolumn .text .t3{margin-bottom:30px;}
.customermain .twocolumn .text p{margin-bottom:15px;}

@media screen and (max-width: 1520px) {
  .customer .customermain{max-width:1080px;border-radius:20px 20px 0 0;padding:60px 30px 0 30px;}
  .customermain .titlegroup{margin-bottom:30px;}
  .customermain .titlegroup .t2{margin-bottom:10px;}
  .customermain .twocolumn{max-width:1000px;margin:30px auto;}
  .customermain .twocolumn .pic{width:calc(50% - 15px);}
  .customermain .twocolumn .text{width:calc(50% - 15px);}
  .customermain .twocolumn .text .t3{margin-bottom:20px;}
  .customermain .twocolumn .text p{margin-bottom:10px;}
}
@media screen and (max-width: 1080px) {
  .customer .customermain{max-width:800px;border-radius:15px 15px 0 0;padding:30px 20px 0 20px;}
  .customermain .twocolumn .pic{width:calc(50% - 10px);border-radius:10px;padding:5px;}
  .customermain .twocolumn .text{width:calc(50% - 10px);}
}
@media screen and (max-width: 768px) {
  .customer .customermain{max-width:500px;padding:20px 10px 0 10px;}
  .customermain .titlegroup .t2{font-size:20px;}
  .customermain .twocolumn .pic{width:100%;margin-bottom:20px;}
  .customermain .twocolumn .text{width:100%;}
}



.flow{}
.flowtitle{font-size:120px;text-transform:uppercase;text-align:center;margin:0 auto -80px;color:var(--green);text-shadow:1px 0px 1px var(--white),0px 1px 1px var(--white),-1px 0px 1px var(--white),0px -1px 1px var(--white),2px 0px 2px var(--white),0px 2px 2px var(--white),-2px 0px 2px var(--white),0px -2px 2px var(--white),3px 0px 3px var(--white),0px 3px 3px var(--white),-3px 0px 3px var(--white),0px -3px 3px var(--white),5px 0px 2px var(--white),0px 5px 2px var(--white),-5px 0px 2px var(--white),0px -5px 2px var(--white),5px 0px 1px var(--white),0px 5px 1px var(--white),-5px 0px 1px var(--white),0px -5px 1px var(--white),6px 0px 2px var(--white),0px 6px 2px var(--white),-6px 0px 2px var(--white),0px -6px 2px var(--white),5px 0px 2px var(--white),0px 5px 2px var(--white),-5px 0px 2px var(--white),0px -5px 2px var(--white),5px 0px 5px var(--white),0px 5px 5px var(--white),-5px 0px 5px var(--white),0px -5px 5px var(--white),6px 0px 2px var(--white),0px 6px 2px var(--white),-6px 0px 2px var(--white),0px -6px 6px var(--white),0px 6px 6px var(--white),-6px 0px 6px var(--white),0px -6px 6px var(--white);}
.flowmian{background:#f7f3f1;padding:80px;border:1px solid #b8a992;border-radius:15px;}
.flowmian h3{color:var(--brown);text-align:center;display:block;margin:30px auto 80px;font-size:26px;letter-spacing:0.2em;font-family:"Noto Sans JP";}
.flowlist{}
.flowlist ul{margin-right:-100px;}
.flowlist ul li{padding-right:100px;position:relative;}
.flowlist ul li:not(:last-child):after{content:"";position:absolute;top:50%;right:15%;width:22px;height:22px;border:solid var(--brown);border-width:5px 5px 0 0;transform:translate(50%,-50%) rotate(45deg);}
.flowitem{display:flex;flex-direction:column;align-items:center; width:100%;max-width:180px;height:100%;background:var(--white);border-radius:100px;padding:220px 30px 80px;margin:0 auto;position:relative;}
.flowitem figure{width:180px;height:180px;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,0);/* top:-50px;*/}
.flowitem figure img{width:100%;}
.flowitem figure:after{}
.flowitem h5{width:35px;font-size:32px;color:var(--brown);text-align:center;}
.flowitem h5 span{display:inline-block;transform:rotate(90deg);}
@media screen and (max-width: 1520px) {
  .flowtitle{font-size:80px;margin:0 auto -60px;}
  .flowmian{padding:50px;border-radius:10px;}
  .flowmian h3{font-size:22px;letter-spacing:0.1em;margin:20px auto 50px;}
  .flowlist ul{margin-right:-80px;}
  .flowlist ul li{padding-right:80px;}
  .flowlist ul li:not(:last-child):after{right:20%;}
  .flowitem{max-width:120px;padding:150px 20px 50px;}
  .flowitem figure{width:120px;height:120px;}
  .flowitem h5{width:28px;font-size:26px;}
}
@media screen and (max-width: 1080px) {
  .flowtitle{font-size:38px;margin:0 auto -30px;}
  .flowmian{padding:20px;}
  .flowmian h3{font-size:18px;margin:10px auto 30px;}
  .flowlist ul{margin-right:-50px;}
  .flowlist ul li{padding-right:50px;}
  .flowlist ul li:not(:last-child):after{right:20%;width:16px;height:16px;border-width:3px 3px 0 0;}
  .flowitem{max-width:80px;padding:100px 20px 20px;}
  .flowitem figure{width:80px;height:80px;}
  .flowitem h5{width:22px;font-size:20px;}
}
@media screen and (max-width: 768px) {
  .flowtitle{font-size:32px;margin:0 auto -20px;}
  .flowlist ul{margin-right:0px;}
  .flowlist ul li{width:100%;padding-right:0px;margin:0 auto 50px;}
  .flowlist ul li:not(:last-child):after{border-width:0 3px 3px 0;top:auto;right:auto;left:50%;bottom:-50%;transform:translate(-50%,-50%) rotate(45deg);}
  .flowitem{max-width:500px;flex-direction:row;padding:20px 20px 20px 100px;}
  .flowitem figure{left:0;top:50%;transform:translate(0,-50%);}
  .flowitem h5{width:100%;text-align:left;}
	.flowitem h5 span{transform:rotate(0deg);}
}

.blog{}
.blog .titlegroup{align-items:center;margin-bottom:50px;}
.blog .titlegroup .t2{text-transform:uppercase;margin-bottom:20px;}
.bloglist{}
.bloglist ul{margin-right:-100px;}
.bloglist ul li{padding-right:100px;}
.bloglist ul li a{margin-bottom:20px;}
@media screen and (max-width: 1520px) {
  .bloglist ul{margin-right:-60px;}
  .bloglist ul li{padding-right:60px;}
}
@media screen and (max-width: 1080px) {
  .blog .titlegroup{margin-bottom:30px;}
  .blog .titlegroup .t2{margin-bottom:10px;}
  .bloglist ul{margin-right:-30px;}
  .bloglist ul li{padding-right:30px;}
}
@media screen and (max-width: 768px) {
  .bloglist ul{margin-right:-20px;}
  .bloglist ul li{width:50%;padding-right:20px;}
}
@media screen and (max-width: 568px) {
  .bloglist ul li{width:100%;}
  .bloglist ul li a{max-width:360px;margin:0 auto 20px;}
}


.about{position:relative;z-index:10;}
.about .twocolumn{}
.about .twocolumn .pic{width:calc(50% + 200px);margin-right:-200px;}
.about .twocolumn .pic figure{border-radius:0 50px 50px 0;}
.about .twocolumn .pic figure:after{padding-top:70%;}
.about .twocolumn .text{width:calc(50% + 200px);margin-left:-200px;display:flex;align-items:flex-end;}
.about .twocolumn .text .aboutinner{width:100%;max-width:800px;height:90%;border-radius:50px;background:var(--white);padding:60px;margin-bottom:-60px;}
.about .twocolumn .text .titlegroup{padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #c9c9c9;position:relative;}
.about .twocolumn .text .titlegroup:after{content:"";width:60px;border:1px solid #000072;position:absolute;left:0;bottom:-1px;}
.about .twocolumn .text .titlegroup .t2{text-transform:uppercase;}
.about .twocolumn .text .titlegroup .t5{}
@media screen and (max-width: 1520px) {
  .about .twocolumn .pic{width:calc(50% + 150px);margin-right:-150px;}
  .about .twocolumn .pic figure{border-radius:0 30px 30px 0;}
  .about .twocolumn .text{width:calc(50% + 150px);margin-left:-150px;}
  .about .twocolumn .text .aboutinner{max-width:600px;height:100%;border-radius:30px;padding:30px;}
  .about .twocolumn .text .titlegroup{padding-bottom:10px;margin-bottom:10px;}
}
@media screen and (max-width: 1080px) {
  .about .twocolumn .pic{width:calc(50% + 100px);margin-right:-100px;}
  .about .twocolumn .pic figure{border-radius:0 20px 20px 0;}
  .about .twocolumn .text{width:calc(50% + 100px);margin-left:-100px;}
  .about .twocolumn .text .aboutinner{max-width:500px;border-radius:20px;padding:20px;}
}
@media screen and (max-width: 768px) {
  .about .twocolumn .pic{width:100%;margin-right:0px;}
  .about .twocolumn .pic figure{border-radius:0;}
  .about .twocolumn .text{width:100%;margin-left:0px;}
  .about .twocolumn .text .aboutinner{margin:0 auto -20px;padding-bottom:50px;}
}
@media screen and (max-width: 568px) {
  .about .twocolumn .text{align-items:flex-start;height:100%;padding-bottom:20px;}
  .about .twocolumn .text .aboutinner{margin:0 auto;padding-bottom:0px;}
}

/*/home*/







